Mercurial > emacs
comparison lisp/ChangeLog @ 43014:2cac6ff9da5f
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 29 Jan 2002 01:15:12 +0000 |
parents | 81d6a24ec52c |
children | b03bfca3fc6e |
comparison
equal
deleted
inserted
replaced
43013:72426b522a74 | 43014:2cac6ff9da5f |
---|---|
10 (display-time-string-forms): Use more descriptive text as | 10 (display-time-string-forms): Use more descriptive text as |
11 help-echo property. | 11 help-echo property. |
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. |
20 Update copyright notice. | 20 Update copyright notice. |
21 | 21 |
63 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval | 63 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval |
64 returns t, don't treat that as an error. | 64 returns t, don't treat that as an error. |
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 |
73 * emacs-lisp/cl-seq.el (mismatch): Doc fix. | 78 * emacs-lisp/cl-seq.el (mismatch): Doc fix. |
74 | 79 |
87 | 92 |
88 * facemenu.el (list-colors-display): If the argument is nil, don't | 93 * facemenu.el (list-colors-display): If the argument is nil, don't |
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 |
97 * term/tty-colors.el (tty-standard-colors): Reverse the order. | 101 * term/tty-colors.el (tty-standard-colors): Reverse the order. |
98 (tty-register-default-colors): New function; code moved from | 102 (tty-register-default-colors): New function; code moved from |
114 Add a compilation-handle-exit property to the "finished" message. | 118 Add a compilation-handle-exit property to the "finished" message. |
115 (compilation-parse-errors): Stop parsing when that property is seen. | 119 (compilation-parse-errors): Stop parsing when that property is seen. |
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 |
123 * cus-edit.el (custom-save-all): Bind file-precious-flag to t | 127 * cus-edit.el (custom-save-all): Bind file-precious-flag to t |
124 for saving .emacs. | 128 for saving .emacs. |