diff lisp/ChangeLog @ 56697:f5d8912660c3

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 16 Aug 2004 23:02:46 +0000
parents 1f3b8d221bc6
children 42416fc77436
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Aug 16 23:02:19 2004 +0000
+++ b/lisp/ChangeLog	Mon Aug 16 23:02:46 2004 +0000
@@ -1,3 +1,24 @@
+2004-08-16  Richard M. Stallman  <rms@gnu.org>
+
+	* progmodes/which-func.el (which-func-update-1): Doc fix.
+
+	* progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
+	(sh-mode-abbrev-table): New variable.
+
+	* progmodes/compile.el (compilation-mode): Doc fix.
+
+	* emacs-lisp/lisp-mode.el (eval-last-sexp):
+	Don't cons a new symbol each time.
+	(eval-last-sexp-fake-value): New variable.
+
+	* emacs-lisp/copyright.el (copyright-years-regexp): New variable.
+	(copyright-update-year): Detect continuation of list of years.
+
+	* term.el (term-default-fg-color, term-default-bg-color)
+	(ansi-term-color-vector): Use `unspecified', not nil, as default.
+
+	* imenu.el: Several doc fixes: don't say variables are buffer-local.
+
 2004-08-16  Davis Herring <herring@lanl.gov>
 
 	* isearch.el (isearch-string, isearch-message-string, isearch-point)