diff options
| author | Stefan Monnier | 2002-01-29 01:15:12 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-01-29 01:15:12 +0000 |
| commit | 7df78bc8c7141d58d5b59326fecd263fff8257a3 (patch) | |
| tree | e8a70ff0f86312cac7abde55604d0accdae766fa | |
| parent | 796d4ec7b100f02f9aac2682921619c79b74cb0a (diff) | |
| download | emacs-7df78bc8c7141d58d5b59326fecd263fff8257a3.tar.gz emacs-7df78bc8c7141d58d5b59326fecd263fff8257a3.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 35ac55867b6..0d70b1d33bc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -12,8 +12,8 @@ | |||
| 12 | (display-time-mail-check-directory): New function. | 12 | (display-time-mail-check-directory): New function. |
| 13 | (display-time-update): Use it. | 13 | (display-time-update): Use it. |
| 14 | 14 | ||
| 15 | * menu-bar.el (menu-bar-showhide-scroll-bar-menu): Quote | 15 | * menu-bar.el (menu-bar-showhide-scroll-bar-menu): |
| 16 | `window-system'. | 16 | Quote `window-system'. |
| 17 | 17 | ||
| 18 | * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'. | 18 | * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'. |
| 19 | Add Keywords header. Update Commentary section. | 19 | Add Keywords header. Update Commentary section. |
| @@ -65,8 +65,13 @@ | |||
| 65 | 65 | ||
| 66 | 2002-01-25 Jason Rumney <jasonr@gnu.org> | 66 | 2002-01-25 Jason Rumney <jasonr@gnu.org> |
| 67 | 67 | ||
| 68 | * faces.el (face-font-registry-alternatives) [windows-nt]: Add | 68 | * faces.el (face-font-registry-alternatives) [windows-nt]: |
| 69 | ms-oemlatin as an alternative for iso8859-1. | 69 | Add ms-oemlatin as an alternative for iso8859-1. |
| 70 | |||
| 71 | 2002-01-25 Stefan Monnier <monnier@cs.yale.edu> | ||
| 72 | |||
| 73 | * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of | ||
| 74 | args and the absence of an entry. Don't add -f each time. | ||
| 70 | 75 | ||
| 71 | 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il> | 76 | 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il> |
| 72 | 77 | ||
| @@ -89,8 +94,7 @@ | |||
| 89 | show more colors that the number returned by display-color-cells. | 94 | show more colors that the number returned by display-color-cells. |
| 90 | 95 | ||
| 91 | * term/pc-win.el (msdos-color-values): Reverse the order of the | 96 | * term/pc-win.el (msdos-color-values): Reverse the order of the |
| 92 | colors, since tty-color-define now preserves the registration | 97 | colors, since tty-color-define now preserves the registration order. |
| 93 | order. | ||
| 94 | 98 | ||
| 95 | * w32-fns.el (w32-tty-standard-colors): Reverse the order. | 99 | * w32-fns.el (w32-tty-standard-colors): Reverse the order. |
| 96 | 100 | ||
| @@ -116,7 +120,7 @@ | |||
| 116 | 120 | ||
| 117 | * subr.el (substring-no-properties): New function. | 121 | * subr.el (substring-no-properties): New function. |
| 118 | (copy-without-properties): Function deleted. | 122 | (copy-without-properties): Function deleted. |
| 119 | 123 | ||
| 120 | * term/x-win.el (x-handle-geometry): Put sizes on both | 124 | * term/x-win.el (x-handle-geometry): Put sizes on both |
| 121 | initial-frame-alist and default-frame-alist. | 125 | initial-frame-alist and default-frame-alist. |
| 122 | 126 | ||