comparison lisp/ChangeLog @ 95633:a72841755a1c

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sat, 07 Jun 2008 02:46:01 +0000
parents cb95dadcb2de
children bd7f6b7e4578
comparison
equal deleted inserted replaced
95632:2e5503acbc60 95633:a72841755a1c
1 2008-06-07 Glenn Morris <rgm@gnu.org>
2
3 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
4 lm-keywords.
5
6 * mail/sendmail.el (mail-interactive): Add :version.
7
8 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
9 obsolete alias.
10
11 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
12 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
13 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
14 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
15 * eshell/esh-util.el, international/mule-cmds.el:
16 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
17 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
18 Remove unnecessary eval-when-compiles and eval-and-compiles.
19
20 * Makefile.in (bootstrap-clean): Run autogen-clean.
21 (maintainer-clean): No need to run autogen-clean now it is included in
22 bootstrap-clean.
23
1 2008-06-06 Miles Bader <miles@gnu.org> 24 2008-06-06 Miles Bader <miles@gnu.org>
2 25
3 * Makefile.in (ELCFILES): Add gnus/nndir.elc. 26 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
4 27
5 2008-06-06 Chong Yidong <cyd@stupidchicken.com> 28 2008-06-06 Chong Yidong <cyd@stupidchicken.com>