Changes in version 1.0.1 (2025-08-26) - Updated CITATION file to the new format. - Various corrections in the documentation. Changes in version 1.0.0 (2022-05-10) - All functions are renamed using snake_case. For instance, dlgDir() is now dlg_dir(). - Reimplementation of man pages using Roxygen with more details and examples. - NEWS file in Markdown format now. - GitHub actions and {pkgdown} site building. - README.md file added. - in dlg_open() and dlg_save() if filters = was not a matrix, but a vector, an error was generated. Now, it is silently transformed into a 2-cols matrix. Changes in version 0.9-4 (2014-03-02) - Removed {svDialogs} in Enhances field, because already in Depends. - Rework of Author and Authors@R{.email} fields in the DESCRIPTION file. Changes in version 0.9-3 (2013-01-28) - NEWS file reworked to support new Rd format. Changes in version 0.9-2 - An imports for {svGUI} was missing in the NAMESPACE file. Changes in version 0.9-1 - xxxx.tcltkWidgets() is now rewritten as xxxx.tcltkGUI() to match convention used in {svDialogs} (nativeGUI). - The message argument in dlgDir.tcltkGUI() is replaced by title to match change made in {svDialogs} 0.9-48. - There are new dlgOpen.tcltkGUI() and dlgSave.tcltkGUI() functions. Changes in version 0.9-0 - This is the first version on R-forge. It is a refactoring from the old {svDialogs} function that are replaced there by native dialog boxes, as much as possible.