diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 53522780557..09b83f33895 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * international/titdic-cnv.el (dos-8+3-filename): | ||
| 4 | * obsolete/fast-lock.el (msdos-long-file-names): | ||
| 5 | * frame.el (msdos-mouse-p): | ||
| 6 | * files.el (msdos-long-file-names, w32-long-file-name) | ||
| 7 | (msdos-long-file-names): | ||
| 8 | * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data) | ||
| 9 | (mac-resume-apple-event, mac-font-panel-mode) | ||
| 10 | (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter) | ||
| 11 | (mac-clear-font-name-table): | ||
| 12 | * term/pc-win.el (msdos-remember-default-colors) | ||
| 13 | (w16-set-clipboard-data, w16-get-clipboard-data): | ||
| 14 | * term/w32-win.el (w32-send-sys-command, w32-select-font) | ||
| 15 | (set-message-beep): | ||
| 16 | * net/browse-url.el (w32-shell-execute): | ||
| 17 | * w32-fns.el (set-message-beep, w32-get-clipboard-data) | ||
| 18 | (w32-get-locale-info, w32-get-valid-locale-ids) | ||
| 19 | (w32-set-clipboard-data): | ||
| 20 | * dos-fns.el (int86, msdos-long-file-names): | ||
| 21 | * dos-w32.el (default-printer-name): Declare as functions. | ||
| 22 | |||
| 1 | 2007-11-21 Jason Rumney <jasonr@gnu.org> | 23 | 2007-11-21 Jason Rumney <jasonr@gnu.org> |
| 2 | 24 | ||
| 3 | * emacs-lisp/byte-run.el (declare-function): Return nil. | 25 | * emacs-lisp/byte-run.el (declare-function): Return nil. |