diff options
| author | Jan Djärv | 2006-09-18 16:50:31 +0000 |
|---|---|---|
| committer | Jan Djärv | 2006-09-18 16:50:31 +0000 |
| commit | c4823934a9e121393e8343544c139570f95e969f (patch) | |
| tree | c2166e43a75d6735d5e26d315ba16803b692bba2 | |
| parent | 159f8da7428e89714741d4e5789c250ad67a7487 (diff) | |
| download | emacs-c4823934a9e121393e8343544c139570f95e969f.tar.gz emacs-c4823934a9e121393e8343544c139570f95e969f.zip | |
* cus-start.el (all): Rename x-gtk-show-chooser-help-text to
x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
to x-gtk-use-old-file-dialog
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/cus-start.el | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1d97219a9e8..22765fcd309 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-09-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * cus-start.el (all): Rename x-gtk-show-chooser-help-text to | ||
| 4 | x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog | ||
| 5 | to x-gtk-use-old-file-dialog | ||
| 6 | |||
| 1 | 2006-09-18 Richard Stallman <rms@gnu.org> | 7 | 2006-09-18 Richard Stallman <rms@gnu.org> |
| 2 | 8 | ||
| 3 | * wid-edit.el (widget-button-click): Handle non-mouse-motion events | 9 | * wid-edit.el (widget-button-click): Handle non-mouse-motion events |
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 52471e979a6..730c83e647f 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -371,9 +371,9 @@ since it could result in memory overflow and make Emacs crash." | |||
| 371 | ;; xfns.c | 371 | ;; xfns.c |
| 372 | (x-bitmap-file-path installation | 372 | (x-bitmap-file-path installation |
| 373 | (repeat (directory :format "%v"))) | 373 | (repeat (directory :format "%v"))) |
| 374 | (x-use-old-gtk-file-dialog menu boolean "22.1") | 374 | (x-gtk-use-old-file-dialog menu boolean "22.1") |
| 375 | (x-gtk-show-hidden-files menu boolean "22.1") | 375 | (x-gtk-show-hidden-files menu boolean "22.1") |
| 376 | (x-gtk-show-chooser-help-text menu boolean "22.1") | 376 | (x-gtk-file-dialog-help-text menu boolean "22.1") |
| 377 | (x-gtk-whole-detached-tool-bar x boolean "22.1") | 377 | (x-gtk-whole-detached-tool-bar x boolean "22.1") |
| 378 | ;; xterm.c | 378 | ;; xterm.c |
| 379 | (x-use-underline-position-properties display boolean "22.1") | 379 | (x-use-underline-position-properties display boolean "22.1") |