Mercurial > emacs
comparison lisp/ChangeLog @ 44645:b0f7bd506cdc
*** empty log message ***
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Wed, 17 Apr 2002 08:04:17 +0000 |
parents | 5acd0d8db37e |
children | 844590891e89 |
comparison
equal
deleted
inserted
replaced
44644:5acd0d8db37e | 44645:b0f7bd506cdc |
---|---|
1 2002-04-17 Francesco Potorti` <pot@gnu.org> | |
2 | |
3 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase". | |
4 | |
1 2002-04-16 Jason Rumney <jasonr@gnu.org> | 5 2002-04-16 Jason Rumney <jasonr@gnu.org> |
2 | 6 |
3 * international/mule-cmds.el (locale-preferred-coding-systems): | 7 * international/mule-cmds.el (locale-preferred-coding-systems): |
4 Add "jpn". | 8 Add "jpn". |
5 | 9 |
16 | 20 |
17 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix | 21 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix |
18 compilation error. | 22 compilation error. |
19 | 23 |
20 2002-04-16 Michael Kifer <kifer@cs.stonybrook.edu> | 24 2002-04-16 Michael Kifer <kifer@cs.stonybrook.edu> |
21 | 25 |
22 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received. | 26 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received. |
23 (viper-ex-print-buf-name): New variable. | 27 (viper-ex-print-buf-name): New variable. |
24 (viper-ex-print-buf): New variable. | 28 (viper-ex-print-buf): New variable. |
25 (ex-token-alist): Invoke ex-print on ":print" Ex commands. | 29 (ex-token-alist): Invoke ex-print on ":print" Ex commands. |
26 (ex-g-marks): New variable. | 30 (ex-g-marks): New variable. |
27 (ex-print): New function. | 31 (ex-print): New function. |
28 (ex-print-display-lines): New function. | 32 (ex-print-display-lines): New function. |
29 | 33 |
30 * viper.el (viper-set-hooks): add window-setup-hook, which sets | 34 * viper.el (viper-set-hooks): add window-setup-hook, which sets |
31 the cursor color. | 35 the cursor color. |
32 | 36 |
33 * ediff-util.el (ediff-cleanup-mess): delete ctl window on exit | 37 * ediff-util.el (ediff-cleanup-mess): delete ctl window on exit |
34 when the window is not in its own frame. | 38 when the window is not in its own frame. |
35 (ediff-clone-buffer-for-region-comparison): more robust window | 39 (ediff-clone-buffer-for-region-comparison): more robust window |
36 arrangement while prompting for regions to compare. | 40 arrangement while prompting for regions to compare. |
37 (ediff-make-cloned-buffer): use generate-new-buffer-name. | 41 (ediff-make-cloned-buffer): use generate-new-buffer-name. |
38 (ediff-inferior-compare-regions): deleted unused vars | 42 (ediff-inferior-compare-regions): deleted unused vars |
39 ctl-buf and quit-now. | 43 ctl-buf and quit-now. |
40 | 44 |
41 2002-04-15 Richard M. Stallman <rms@gnu.org> | 45 2002-04-15 Richard M. Stallman <rms@gnu.org> |
42 | 46 |
43 * facemenu.el (facemenu-add-new-face): Use this only for faces. | 47 * facemenu.el (facemenu-add-new-face): Use this only for faces. |
44 Delete arg MENU. | 48 Delete arg MENU. |
45 (facemenu-add-new-color): New function. | 49 (facemenu-add-new-color): New function. |
46 (facemenu-set-foreground, facemenu-set-background): | 50 (facemenu-set-foreground, facemenu-set-background): |
47 Use facemenu-add-new-color. | 51 Use facemenu-add-new-color. |
48 | 52 |
49 2002-04-15 Eli Zaretskii <eliz@is.elta.co.il> | 53 2002-04-15 Eli Zaretskii <eliz@is.elta.co.il> |
50 | 54 |
51 * ediff-init.el (ediff-current-diff-face-A) | 55 * ediff-init.el (ediff-current-diff-face-A) |
52 (ediff-current-diff-face-B, ediff-current-diff-face-C) | 56 (ediff-current-diff-face-B, ediff-current-diff-face-C) |
53 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A) | 57 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A) |
54 (ediff-fine-diff-face-B, ediff-fine-diff-face-C) | 58 (ediff-fine-diff-face-B, ediff-fine-diff-face-C) |
55 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A) | 59 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A) |
56 (ediff-even-diff-face-B, ediff-even-diff-face-C) | 60 (ediff-even-diff-face-B, ediff-even-diff-face-C) |
57 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A) | 61 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A) |
58 (ediff-odd-diff-face-B, ediff-odd-diff-face-C) | 62 (ediff-odd-diff-face-B, ediff-odd-diff-face-C) |
59 (ediff-odd-diff-face-Ancestor): Add special color definitions for | 63 (ediff-odd-diff-face-Ancestor): Add special color definitions for |
60 tty and MS-DOS displays. | 64 tty and MS-DOS displays. |
61 | 65 |
62 2002-04-15 Andrew Innes <andrewi@gnu.org> | 66 2002-04-15 Andrew Innes <andrewi@gnu.org> |
63 | 67 |
65 | 69 |
66 2002-04-15 Miles Bader <miles@gnu.org> | 70 2002-04-15 Miles Bader <miles@gnu.org> |
67 | 71 |
68 * faces.el (highlight): Force foreground to be black on a tty, so | 72 * faces.el (highlight): Force foreground to be black on a tty, so |
69 this face is readable on a dark-background tty. | 73 this face is readable on a dark-background tty. |
70 * wid-edit.el (widget-field-face, widget-single-line-field-face): | 74 * wid-edit.el (widget-field-face, widget-single-line-field-face): |
71 Likewise. | 75 Likewise. |
72 | 76 |
73 2002-04-14 Kim F. Storm <storm@cua.dk> | 77 2002-04-14 Kim F. Storm <storm@cua.dk> |
74 | 78 |
75 * simple.el (pop-to-mark-command, push-mark-command): New commands. | 79 * simple.el (pop-to-mark-command, push-mark-command): New commands. |
76 (set-mark-command): Use them. | 80 (set-mark-command): Use them. |
77 Enhanced functionality when command is repeated: | 81 Enhanced functionality when command is repeated: |
78 - If first command set the mark (no prefix arg), repeat temporarily | 82 - If first command set the mark (no prefix arg), repeat temporarily |
79 enables transient-mark-mode. | 83 enables transient-mark-mode. |
80 - If first command jumped to mark off ring (with argument), | 84 - If first command jumped to mark off ring (with argument), |
81 repeat (with or without arg) jump to next mark off ring. | 85 repeat (with or without arg) jump to next mark off ring. |
82 - Use C-u C-u prefix to set mark after jump. | 86 - Use C-u C-u prefix to set mark after jump. |
83 (exchange-point-and-mark): Temporarily enable transient-mark-mode | 87 (exchange-point-and-mark): Temporarily enable transient-mark-mode |
84 if prefix arg. | 88 if prefix arg. |
85 | 89 |
110 | 114 |
111 * ibuf-macs.el, ibuf-ext.el: Update callers of | 115 * ibuf-macs.el, ibuf-ext.el: Update callers of |
112 `ibuffer-map-lines'. | 116 `ibuffer-map-lines'. |
113 | 117 |
114 * calc/calc-bin.el (math-format-radix-float): Use `when'. | 118 * calc/calc-bin.el (math-format-radix-float): Use `when'. |
115 | 119 |
116 * calc/calc.el (math-format-number): Load `calc-ext' before we | 120 * calc/calc.el (math-format-number): Load `calc-ext' before we |
117 call `math-group-float'. | 121 call `math-group-float'. |
118 | 122 |
119 * play/gamegrid.el (gamegrid-add-score-with-update-game-score): | 123 * play/gamegrid.el (gamegrid-add-score-with-update-game-score): |
120 Renamed from `gamegrid-add-score'. | 124 Renamed from `gamegrid-add-score'. |