diff options
| author | Jan Djärv | 2004-11-04 15:05:27 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-11-04 15:05:27 +0000 |
| commit | 0a4f23f30e353cbe4c85cef460eca779a2553037 (patch) | |
| tree | 164b4a88f87f06a55f2051ecfda12a98a0147de6 /src/ChangeLog | |
| parent | a872928c524e28d328ad5abd87ed3bb0f0ebc771 (diff) | |
| download | emacs-0a4f23f30e353cbe4c85cef460eca779a2553037.tar.gz emacs-0a4f23f30e353cbe4c85cef460eca779a2553037.zip | |
* gtkutil.h: Declare use_old_gtk_file_dialog.
* gtkutil.c: Make use_old_gtk_file_dialog non-static.
(xg_initialize): Moved DEFVAR_BOOL for use_old_gtk_file_dialog ...
* xfns.c (syms_of_xfns): ... to here.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4b88374e71e..0921957b577 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2004-11-04 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 1 | 2004-11-04 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 2 | ||
| 3 | * gtkutil.h: Declare use_old_gtk_file_dialog. | ||
| 4 | |||
| 5 | * gtkutil.c: Make use_old_gtk_file_dialog non-static. | ||
| 6 | (xg_initialize): Moved DEFVAR_BOOL for use_old_gtk_file_dialog ... | ||
| 7 | * xfns.c (syms_of_xfns): ... to here. | ||
| 8 | |||
| 3 | * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if | 9 | * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if |
| 4 | it doesn't start with /. | 10 | it doesn't start with /. |
| 5 | 11 | ||