Mercurial > emacs
comparison lisp/ChangeLog @ 45143:d968cc89c0a0
*** empty log message ***
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Mon, 06 May 2002 07:52:14 +0000 |
parents | 758db91263f5 |
children | e5a353edec82 |
comparison
equal
deleted
inserted
replaced
45142:8dabe262204a | 45143:d968cc89c0a0 |
---|---|
1 2002-05-06 Francesco Potorti` <pot@gnu.org> | |
2 | |
3 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:. | |
4 | |
1 2002-05-05 Markus Rost <rost@math.ohio-state.edu> | 5 2002-05-05 Markus Rost <rost@math.ohio-state.edu> |
2 | 6 |
3 * time-stamp.el (time-stamp-format): Doc fix: escape open | 7 * time-stamp.el (time-stamp-format): Doc fix: escape open |
4 parenthesis in column 0. | 8 parenthesis in column 0. |
5 | 9 |
10 and when it doesn't. | 14 and when it doesn't. |
11 | 15 |
12 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn. | 16 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn. |
13 (filesets-open-file-function, filesets-save-buffer-function): Likewise. | 17 (filesets-open-file-function, filesets-save-buffer-function): Likewise. |
14 (filesets-tree-max-level): Doc fix. | 18 (filesets-tree-max-level): Doc fix. |
15 (filesets-commands, filesets-external-viewers) | 19 (filesets-commands, filesets-external-viewers) |
16 (filesets-ingroup-patterns): Mark as risky. | 20 (filesets-ingroup-patterns): Mark as risky. |
17 (filesets-cache-hostname-flag): Doc fix. | 21 (filesets-cache-hostname-flag): Doc fix. |
18 (filesets-menu-cache-file): Doc fix. Mark as risky. | 22 (filesets-menu-cache-file): Doc fix. Mark as risky. |
19 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu): | 23 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu): |
20 Don't defcustom them if running in Emacs. | 24 Don't defcustom them if running in Emacs. |
32 (ibuffer-kill-line): Document. Don't push killed group ourselves. | 36 (ibuffer-kill-line): Document. Don't push killed group ourselves. |
33 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'. | 37 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'. |
34 (ibuffer-insert-filter-group-before): New function, broken out | 38 (ibuffer-insert-filter-group-before): New function, broken out |
35 from `ibuffer-yank'. | 39 from `ibuffer-yank'. |
36 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'. | 40 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'. |
37 | 41 |
38 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu) | 42 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu) |
39 (ibuffer-mode-view-menu): Unused variables; deleted. | 43 (ibuffer-mode-view-menu): Unused variables; deleted. |
40 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly. | 44 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly. |
41 | 45 |
42 2002-05-04 John Paul Wallington <jpw@shootybangbang.com> | 46 2002-05-04 John Paul Wallington <jpw@shootybangbang.com> |
197 Rephrase tooltip for "Specific Option...". | 201 Rephrase tooltip for "Specific Option...". |
198 Added "Saved Options" item. [from Simon Marshall] | 202 Added "Saved Options" item. [from Simon Marshall] |
199 | 203 |
200 2002-04-30 Richard M. Stallman <rms@gnu.org> | 204 2002-04-30 Richard M. Stallman <rms@gnu.org> |
201 | 205 |
202 * time.el (display-time-mail-directory) | 206 * time.el (display-time-mail-directory) |
203 (display-time-mail-function): Doc fixes. | 207 (display-time-mail-function): Doc fixes. |
204 | 208 |
205 * ediff-hook.el: Remove autoload cookies. | 209 * ediff-hook.el: Remove autoload cookies. |
206 | 210 |
207 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el. | 211 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el. |
257 | 261 |
258 * simple.el (yank-excluded-properties): Added help-echo to list. | 262 * simple.el (yank-excluded-properties): Added help-echo to list. |
259 | 263 |
260 2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk> | 264 2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk> |
261 | 265 |
262 * autoinsert.el (auto-insert-directory): Doc fix. | 266 * autoinsert.el (auto-insert-directory): Doc fix. |
263 | 267 |
264 * progmodes/f90.el: Add/change doc strings for many inline | 268 * progmodes/f90.el: Add/change doc strings for many inline |
265 functions. Whitespace changes. | 269 functions. Whitespace changes. |
266 (f90-indent-line-no, f90-update-line): Minor code changes. | 270 (f90-indent-line-no, f90-update-line): Minor code changes. |
267 | 271 |
536 with line-beginning-position. | 540 with line-beginning-position. |
537 (f90-get-end-of-line): Removed and replaced with line-end-position. | 541 (f90-get-end-of-line): Removed and replaced with line-end-position. |
538 (f90-match-piece): Removed and replaced with match-string. | 542 (f90-match-piece): Removed and replaced with match-string. |
539 (f90-current-indentation): Remove `current-column'. | 543 (f90-current-indentation): Remove `current-column'. |
540 (f90-get-present-comment-type): Use match-string rather than | 544 (f90-get-present-comment-type): Use match-string rather than |
541 buffer-substring. | 545 buffer-substring. |
542 (f90-match-end): Use line-beginning-position, line-end-position | 546 (f90-match-end): Use line-beginning-position, line-end-position |
543 rather than beginning-of-line, end-of-line. | 547 rather than beginning-of-line, end-of-line. |
544 (f90-startup-message): Variable removed. | 548 (f90-startup-message): Variable removed. |
545 | 549 |
546 2002-04-24 Colin Walters <walters@verbum.org> | 550 2002-04-24 Colin Walters <walters@verbum.org> |
621 | 625 |
622 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value): | 626 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value): |
623 Check if any of the available selection sources has new content | 627 Check if any of the available selection sources has new content |
624 and if so it will return that content. | 628 and if so it will return that content. |
625 | 629 |
626 2002-04-24 | 630 2002-04-24 |
627 | 631 |
628 * international/mule-diag.el (describe-coding-system, | 632 * international/mule-diag.el (describe-coding-system, |
629 print-coding-system-briefly): Make printed output have a similar | 633 print-coding-system-briefly): Make printed output have a similar |
630 format as describe-character-set. | 634 format as describe-character-set. |
631 | 635 |