Mercurial > emacs
comparison lisp/ChangeLog @ 43139:22ff542d67ee
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 06 Feb 2002 15:44:48 +0000 |
parents | fbd196109c25 |
children | d3e6cbd3895e |
comparison
equal
deleted
inserted
replaced
43138:a3df29430166 | 43139:22ff542d67ee |
---|---|
1 2002-02-06 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * mail/mailabbrev.el: Require sendmail only at compile time. | |
4 (mail-mode-header-syntax-table): Var deleted. | |
5 (mail-abbrev-syntax-table): Init to nil, will compute when needed. | |
6 (sendmail-pre-abbrev-expand-hook): Only temporarily change | |
7 local-abbrev-table and the syntax table. | |
8 Compute mail-abbrev-syntax-table if that has not been done. | |
9 | |
10 * progmodes/compile.el (grep-compute-defaults): Definition moved up. | |
11 | |
12 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted. | |
13 (debugger-frame-number): Figure out the offset directly. | |
14 (debugger-setup-buffer): Don't use debugger-frame-offset. | |
15 (debugger-frame, debugger-frame-clear): Likewise. | |
16 (debugger-jump): Don't alter debugger-frame-offset. | |
17 | |
18 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): | |
19 Replace foo-p as var name with foo-flag, not foo-p-flag. | |
20 | |
21 * hilit-chg.el (highlight-changes-active-string): Default to +Chg. | |
22 (highlight-changes-passive-string): Default to -Chg. | |
23 (highlight-changes-global-modes): Doc fix. | |
24 | |
25 * dired.el (dired-get-filename): Add /: when appropriate | |
26 to avoid taking a local name as remote. | |
27 | |
28 * files.el (file-name-non-special): Add special handling for | |
29 file-name-sans-versions, file-name-completion, and | |
30 file-name-all-completions. | |
31 | |
32 * isearch.el (isearch-update): Don't update display in kbd macro. | |
33 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro. | |
34 | |
35 * subr.el (force-mode-line-update): Doc fix. | |
36 | |
37 * subr.el (atomic-change-group, prepare-change-group) | |
38 (activate-change-group, accept-change-group, cancel-change-group): | |
39 New functions. | |
40 | |
41 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted. | |
42 (transpose-subr-1): Use atomic-change-group. | |
43 | |
44 * subr.el (add-minor-mode): Include the mode's lighter string | |
45 in the minor mode menu item name. | |
46 | |
47 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to | |
48 rmail-count-screen-lines starting from (point-min). | |
49 | |
50 * startup.el (use-fancy-splash-screens-p): Need 19 lines, | |
51 beyond the image height, to use the fancy splash screen. | |
52 | |
53 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted. | |
54 (text-mode): Set text-mode-variant here. | |
55 | |
1 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il> | 56 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il> |
2 | 57 |
3 * play/pong.el (pong-height): Don't use height that exceeds the | 58 * play/pong.el (pong-height): Don't use height that exceeds the |
4 frame height. | 59 frame height. |
5 (pong-border-options): Make the border colors slightly more | 60 (pong-border-options): Make the border colors slightly more |