diff options
| author | Richard M. Stallman | 2003-02-04 12:03:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-02-04 12:03:59 +0000 |
| commit | 37d1e6800ca66b7977ebafb51ddb31a9de077e15 (patch) | |
| tree | 4e4ec598b87d56ec4b0e94f481cd0cd79a45bd1a /lisp | |
| parent | 00a7e40898fb14a6c9b1e7511143fc4447fefe58 (diff) | |
| download | emacs-37d1e6800ca66b7977ebafb51ddb31a9de077e15.tar.gz emacs-37d1e6800ca66b7977ebafb51ddb31a9de077e15.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bae83c5abf7..4771de3726b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,37 @@ | |||
| 1 | 2003-02-04 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * term.el (term-raw-map): Set it up at load time. | ||
| 4 | (term-char-mode): Don't set up term-raw-map here. | ||
| 5 | (term-set-escape-char): Don't set up C-x subcommand. | ||
| 6 | (term-ansi-face-already-done): Renamed from | ||
| 7 | term-ansi-face-alredy-done. | ||
| 8 | (term-command-hook): Avoid error if STRING is empty. | ||
| 9 | (term, term-mode): Doc fixes. | ||
| 10 | |||
| 11 | * term.el: Redesign handling of colors and faces. | ||
| 12 | Delete all the faces that this mode used to make. | ||
| 13 | (ansi-term-color-vector): New variable. | ||
| 14 | (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector) | ||
| 15 | (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector): | ||
| 16 | Variables deleted. | ||
| 17 | (term-default-fg-color, term-default-bg-color): Use defcustom. | ||
| 18 | (term-handle-colors-array): Use ansi-term-color-vector, | ||
| 19 | and specify face attributes rather than faces in `face' property. | ||
| 20 | |||
| 21 | * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector) | ||
| 22 | (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector) | ||
| 23 | (term-ansi-reverse-faces-vector): Unused variables deleted. | ||
| 24 | (term-ignore-error): Macro deleted. | ||
| 25 | |||
| 26 | * simple.el (back-to-indentation): Skip all whitespace | ||
| 27 | except for newlines. | ||
| 28 | |||
| 29 | * files.el (find-alternate-file): Handle dired-directory | ||
| 30 | like buffer-file-name. | ||
| 31 | |||
| 32 | * dired.el (dired-find-buffer-nocreate): Avoid error if | ||
| 33 | dired-directory is nil. | ||
| 34 | |||
| 1 | 2003-02-04 Juanma Barranquero <lektu@terra.es> | 35 | 2003-02-04 Juanma Barranquero <lektu@terra.es> |
| 2 | 36 | ||
| 3 | * image.el (image-type-regexps): Fix typo. | 37 | * image.el (image-type-regexps): Fix typo. |