diff options
| author | Dan Nicolaescu | 2008-07-20 00:37:45 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-20 00:37:45 +0000 |
| commit | d5e4dda5f6fbc60eb57727d3b93fb0ef6f74868e (patch) | |
| tree | 3afd45afe44004e924a5208fbc6000770135ba74 /lisp/ChangeLog | |
| parent | f4949090d477c82e2fc38811e87652a97728b525 (diff) | |
| download | emacs-d5e4dda5f6fbc60eb57727d3b93fb0ef6f74868e.tar.gz emacs-d5e4dda5f6fbc60eb57727d3b93fb0ef6f74868e.zip | |
* term/x-win.el (x-handle-switch, x-handle-numeric-switch)
(x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
(x-handle-geometry, x-handle-name-switch, x-display-name)
(x-handle-display, x-handle-args, x-colors): Move ...
* term/common-win.el: ... here. New file.
* term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
(x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
(x-handle-geometry, x-handle-name-switch, x-display-name)
(x-handle-display, x-handle-args, x-colors): Remove.
* loadup.el: Load term/common-win before term/x-win and term/w32-win.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cee9364d337..0febaa03395 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * term/x-win.el (x-handle-switch, x-handle-numeric-switch) | ||
| 4 | (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch) | ||
| 5 | (x-handle-geometry, x-handle-name-switch, x-display-name) | ||
| 6 | (x-handle-display, x-handle-args, x-colors): Move ... | ||
| 7 | * term/common-win.el: ... here. New file. | ||
| 8 | * term/w32-win.el (x-handle-switch, x-handle-numeric-switch) | ||
| 9 | (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch) | ||
| 10 | (x-handle-geometry, x-handle-name-switch, x-display-name) | ||
| 11 | (x-handle-display, x-handle-args, x-colors): Remove. | ||
| 12 | * loadup.el: Load term/common-win before term/x-win and term/w32-win. | ||
| 13 | |||
| 1 | 2008-07-19 Juri Linkov <juri@jurta.org> | 14 | 2008-07-19 Juri Linkov <juri@jurta.org> |
| 2 | 15 | ||
| 3 | * startup.el (fancy-startup-text): Move the line "To quit | 16 | * startup.el (fancy-startup-text): Move the line "To quit |
| @@ -20,6 +33,7 @@ | |||
| 20 | to docstrings. | 33 | to docstrings. |
| 21 | 34 | ||
| 22 | 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com> | 35 | 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 36 | |||
| 23 | * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by | 37 | * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by |
| 24 | Vinicius Jose Latorre. | 38 | Vinicius Jose Latorre. |
| 25 | 39 | ||