diff options
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 | ||