comparison lisp/ChangeLog @ 38447:8bfe6cc5b72e

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 16 Jul 2001 15:20:00 +0000
parents d91aa21f1e78
children a195d288bfd8
comparison
equal deleted inserted replaced
38446:f63fbebe03fb 38447:8bfe6cc5b72e
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.
4 20
5 2001-07-16 Gerd Moellmann <gerd@gnu.org> 21 2001-07-16 Gerd Moellmann <gerd@gnu.org>
98 114
99 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 115 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
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
108 * which-func.el (which-func-mode): Doc fix. 124 * which-func.el (which-func-mode): Doc fix.
109 125
187 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el, 203 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
188 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el, 204 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
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
198 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el, 213 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
199 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el, 214 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
350 configurations with compare-window-configuration; they aren't 365 configurations with compare-window-configuration; they aren't
351 window configurations. 366 window configurations.
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>.
360 374
361 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org> 375 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>