diff options
| author | Stefan Monnier | 2001-07-16 15:20:00 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-07-16 15:20:00 +0000 |
| commit | c59fb719f584933987093cee1041a2c74db81070 (patch) | |
| tree | 5d95f18e6cf0e86d5d377fb4040965e6d4a3780b | |
| parent | 5dab0769af870edc7c495592d050157096cb3847 (diff) | |
| download | emacs-c59fb719f584933987093cee1041a2c74db81070.tar.gz emacs-c59fb719f584933987093cee1041a2c74db81070.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d0a868b6235..ed9707fde6c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2001-07-16 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks. | ||
| 4 | Don't change compile-auto-highlight globally. | ||
| 5 | Don't bother with `font-lock-defaults' property since XEmacs | ||
| 6 | also understands the `font-lock-defaults' variable. | ||
| 7 | Use make-local-variable rather than make-variable-buffer-local. | ||
| 8 | Don't `defconst' comment-indent-function: keep the default. | ||
| 9 | Call easy-menu-add unconditionally. | ||
| 10 | (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen. | ||
| 11 | (ada-create-menu): Use :included for Emacs as well. | ||
| 12 | |||
| 13 | * vc.el (vc-do-command): Autoload. | ||
| 14 | |||
| 15 | * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook. | ||
| 16 | |||
| 1 | 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 17 | 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 18 | ||
| 3 | * ps-print.el: Fix Author: header. | 19 | * ps-print.el: Fix Author: header. |
| @@ -100,8 +116,8 @@ | |||
| 100 | 116 | ||
| 101 | * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el, | 117 | * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el, |
| 102 | * play/gamegrid.el, play/handwrite.el, play/landmark.el, | 118 | * play/gamegrid.el, play/handwrite.el, play/landmark.el, |
| 103 | * play/morse.el, play/pong.el, play/snake.el, play/tetris.el: Some | 119 | * play/morse.el, play/pong.el, play/snake.el, play/tetris.el: |
| 104 | fixes to follow coding conventions. | 120 | Some fixes to follow coding conventions. |
| 105 | 121 | ||
| 106 | 2001-07-16 Gerd Moellmann <gerd@gnu.org> | 122 | 2001-07-16 Gerd Moellmann <gerd@gnu.org> |
| 107 | 123 | ||
| @@ -189,9 +205,8 @@ | |||
| 189 | * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el, | 205 | * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el, |
| 190 | * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el, | 206 | * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el, |
| 191 | * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes | 207 | * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes |
| 192 | to follow coding conventions in files without maintainer or in | 208 | to follow coding conventions in files without maintainer or in files |
| 193 | files with clear maintainer (but without Maintainer header stating | 209 | with clear maintainer (but without Maintainer header stating so). |
| 194 | so). | ||
| 195 | 210 | ||
| 196 | * emacs-lisp/elp.el: A fix to follow coding conventions. | 211 | * emacs-lisp/elp.el: A fix to follow coding conventions. |
| 197 | 212 | ||
| @@ -352,8 +367,7 @@ | |||
| 352 | 367 | ||
| 353 | * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response | 368 | * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response |
| 354 | from the server for the format we expect. Don't use it if it | 369 | from the server for the format we expect. Don't use it if it |
| 355 | doesn't look like what the Internet draft for FTP extensions | 370 | doesn't look like what the Internet draft for FTP extensions specifies. |
| 356 | specifies. | ||
| 357 | 371 | ||
| 358 | * toolbar/*.pbm: Cleaned up. | 372 | * toolbar/*.pbm: Cleaned up. |
| 359 | From Luis Fernandes <elf@ee.ryerson.ca>. | 373 | From Luis Fernandes <elf@ee.ryerson.ca>. |