]> git.eshelyaron.com Git - emacs.git/commitdiff
* xfns.c: x_show_hidden_files, new variable.
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 27 Dec 2005 10:40:26 +0000 (10:40 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 27 Dec 2005 10:40:26 +0000 (10:40 +0000)
(syms_of_xfns): Defvar it.

* gtkutil.c (xg_toggle_visibility_cb): New function.
(xg_get_file_with_chooser): Add toggle hidden files and a message
to the new file chooser dialog.  Show hidden files if
x_show_hidden_files is non-zero.

src/ChangeLog

index 384fe3828defe7e1aaa7cbf8ad4c261757cdb178..1fb4a632a5a7bbb9ee040a0d23aa85ddac93de87 100644 (file)
@@ -1,3 +1,13 @@
+2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * xfns.c: x_show_hidden_files, new variable.
+       (syms_of_xfns): Defvar it.
+
+       * gtkutil.c (xg_toggle_visibility_cb): New function.
+       (xg_get_file_with_chooser): Add toggle hidden files and a message
+       to the new file chooser dialog.  Show hidden files if
+       x_show_hidden_files is non-zero.
+
 2005-12-26  Richard M. Stallman  <rms@gnu.org>
 
        * keyboard.h: Undo previous change.