diff options
| author | Jan Djärv | 2005-12-27 10:40:26 +0000 |
|---|---|---|
| committer | Jan Djärv | 2005-12-27 10:40:26 +0000 |
| commit | ff9c9c598bd560816065cbc3aa20168621dbf691 (patch) | |
| tree | b9028c93fc78692cf629aeb5942cc5f527904ae4 /src/ChangeLog | |
| parent | 78c55a8031e29bd5b0552d2727558057eafc4f71 (diff) | |
| download | emacs-ff9c9c598bd560816065cbc3aa20168621dbf691.tar.gz emacs-ff9c9c598bd560816065cbc3aa20168621dbf691.zip | |
* 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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 384fe3828de..1fb4a632a5a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2005-12-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xfns.c: x_show_hidden_files, new variable. | ||
| 4 | (syms_of_xfns): Defvar it. | ||
| 5 | |||
| 6 | * gtkutil.c (xg_toggle_visibility_cb): New function. | ||
| 7 | (xg_get_file_with_chooser): Add toggle hidden files and a message | ||
| 8 | to the new file chooser dialog. Show hidden files if | ||
| 9 | x_show_hidden_files is non-zero. | ||
| 10 | |||
| 1 | 2005-12-26 Richard M. Stallman <rms@gnu.org> | 11 | 2005-12-26 Richard M. Stallman <rms@gnu.org> |
| 2 | 12 | ||
| 3 | * keyboard.h: Undo previous change. | 13 | * keyboard.h: Undo previous change. |