Mercurial > emacs
comparison lisp/ChangeLog @ 37341:05eda8d77f8d
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 13 Apr 2001 15:20:33 +0000 |
parents | 7d9514f48b41 |
children | 29e5ed8a5a49 |
comparison
equal
deleted
inserted
replaced
37340:3ae41b8bb994 | 37341:05eda8d77f8d |
---|---|
1 2001-04-13 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired. | |
4 (cvs-menu): Add a few entries. | |
5 | |
6 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos. | |
7 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the | |
8 lock file appears to be reachable from Emacs. | |
9 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions. | |
10 (cvs-mode-find-file): Look for cvs-header-face rather than | |
11 cvs-dirname-face (which doesn't exist). | |
12 (cvs-mode-find-file): Allow `other' to be set to `dont-select'. | |
13 | |
14 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text. | |
15 | |
1 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il> | 16 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il> |
2 | 17 |
3 * emulation/pc-select.el (pc-selection-mode): Don't turn on | 18 * emulation/pc-select.el (pc-selection-mode): Don't turn on |
4 normal-erase-is-backspace on a tty. Instead, bind some keys such | 19 normal-erase-is-backspace on a tty. Instead, bind some keys such |
5 as [delete] directly, like pc-select.el did before | 20 as [delete] directly, like pc-select.el did before |
9 | 24 |
10 * ls-lisp.el (ls-lisp-format): Leave a blank before "root". | 25 * ls-lisp.el (ls-lisp-format): Leave a blank before "root". |
11 | 26 |
12 2001-04-11 John Wiegley <johnw@gnu.org> | 27 2001-04-11 John Wiegley <johnw@gnu.org> |
13 | 28 |
14 * eshell/em-ls.el (eshell-ls-insert-directory): Set | 29 * eshell/em-ls.el (eshell-ls-insert-directory): |
15 font-lock-defaults to nil, to prevent fontification in dired | 30 Set font-lock-defaults to nil, to prevent fontification in dired |
16 buffers, if Eshell's ls is being used. | 31 buffers, if Eshell's ls is being used. |
17 | 32 |
18 2001-04-11 John Wiegley <johnw@gnu.org> | 33 2001-04-11 John Wiegley <johnw@gnu.org> |
19 | 34 |
20 * calendar/timeclock.el (timeclock-completing-read): new function. | 35 * calendar/timeclock.el (timeclock-completing-read): New function. |
21 (timeclock-ask-for-project, timeclock-ask-for-reason): Call | 36 (timeclock-ask-for-project, timeclock-ask-for-reason): |
22 `timeclock-completing-read'. | 37 Call `timeclock-completing-read'. |
23 | 38 |
24 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was | 39 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was |
25 required where `member' was being used. | 40 required where `member' was being used. |
26 | 41 |
27 2001-04-11 Colin Walters <walters@cis.ohio-state.edu> | 42 2001-04-11 Colin Walters <walters@cis.ohio-state.edu> |
28 | 43 |
29 * eshell/em-hist.el (eshell-previous-matching-input): Don't | 44 * eshell/em-hist.el (eshell-previous-matching-input): |
30 display "History item" if the the minibuffer is active. | 45 Don't display "History item" if the the minibuffer is active. |
31 | 46 |
32 2001-04-11 Gerd Moellmann <gerd@gnu.org> | 47 2001-04-11 Gerd Moellmann <gerd@gnu.org> |
33 | 48 |
34 * startup.el (command-line): Output a newline after printing | 49 * startup.el (command-line): Output a newline after printing |
35 an error from loading the window system's init file. | 50 an error from loading the window system's init file. |
36 | 51 |
37 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il> | 52 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il> |
38 | 53 |
39 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add | 54 * textmodes/texinfo.el (texinfo-font-lock-keywords): |
40 fontification for @value, @dfn, @dmn, @acronym, @anchor, and | 55 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and |
41 @inforef. Add an OVERRIDE of `keep' to highlight specs of | 56 @inforef. Add an OVERRIDE of `keep' to highlight specs of |
42 keywords whose arguments routinely include @@. | 57 keywords whose arguments routinely include @@. |
43 | 58 |
44 2001-04-10 Gerd Moellmann <gerd@gnu.org> | 59 2001-04-10 Gerd Moellmann <gerd@gnu.org> |
45 | 60 |
46 * emacs-lisp/advice.el (ad-make-advised-definition): Construct | 61 * emacs-lisp/advice.el (ad-make-advised-definition): |
47 advice for subrs differently. | 62 Construct advice for subrs differently. |
48 | 63 |
49 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end | 64 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end |
50 regexp in parentheses when building the regexp for searching | 65 regexp in parentheses when building the regexp for searching backwards. |
51 backwards. | |
52 | 66 |
53 * simple.el (completion-list-mode-finish): New function. | 67 * simple.el (completion-list-mode-finish): New function. |
54 (toplevel): Add completion-list-mode-finish to | 68 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook. |
55 temp-buffer-show-hook. | |
56 | 69 |
57 * language/european.el ("Polish"): Change sample text. | 70 * language/european.el ("Polish"): Change sample text. |
58 From: jsbien@mimuw.edu.pl (Janusz S. Bie,Bq(B). | 71 From jsbien@mimuw.edu.pl (Janusz S. Bie,Bq(B). |
59 | 72 |
60 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG | 73 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG |
61 parameter. | 74 parameter. |
62 | 75 |
63 * faces.el (menu): Doc fix. | 76 * faces.el (menu): Doc fix. |
74 (ps-footer-font-family, ps-footer-font-size, ps-left-footer) | 87 (ps-footer-font-family, ps-footer-font-size, ps-left-footer) |
75 (ps-right-footer): New customization vars for footers. | 88 (ps-right-footer): New customization vars for footers. |
76 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for | 89 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for |
77 footers. | 90 footers. |
78 (ps-setup, ps-get-page-dimensions, ps-generate-header-line) | 91 (ps-setup, ps-get-page-dimensions, ps-generate-header-line) |
79 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page): Code | 92 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page): |
80 fix. | 93 Code fix. |
81 (ps-prologue-file): Indentation fix. | 94 (ps-prologue-file): Indentation fix. |
82 (ps-print-quote): Fun eliminated. | 95 (ps-print-quote): Fun eliminated. |
83 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling. | 96 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling. |
84 (ps-output-frame-properties): New fun. | 97 (ps-output-frame-properties): New fun. |
85 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page) | 98 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page) |
86 (ps-skip-newline): Replace defun by defsubst. | 99 (ps-skip-newline): Replace defun by defsubst. |
87 | 100 |
88 2001-04-05 Colin Walters <walters@cis.ohio-state.edu> | 101 2001-04-05 Colin Walters <walters@cis.ohio-state.edu> |
89 | 102 |
90 * eshell/eshell.el (eshell-command): Needed a "%s" format | 103 * eshell/eshell.el (eshell-command): Needed a "%s" format |
91 specifier, in case the buffer contains percent characters. | 104 specifier, in case the buffer contains percent characters. |
92 | 105 |