changeset 56697:f5d8912660c3

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 16 Aug 2004 23:02:46 +0000
parents fb72da59e269
children 7dbbaf3dc171
files lisp/ChangeLog man/ChangeLog src/ChangeLog
diffstat 3 files changed, 52 insertions(+), 0 deletions(-) [+]
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)
--- a/man/ChangeLog	Mon Aug 16 23:02:19 2004 +0000
+++ b/man/ChangeLog	Mon Aug 16 23:02:46 2004 +0000
@@ -1,3 +1,14 @@
+2004-08-16  Richard M. Stallman  <rms@gnu.org>
+
+	* killing.texi (Yanking, Killing): Minor cleanups.
+
+	* mark.texi (Momentary Mark): Minor cleanups.
+
+2004-08-15  Kenichi Handa  <handa@etl.go.jp>
+
+	* custom.texi (Non-ASCII Rebinding):
+	C-q always inserts the right code to pass to global-set-key.
+
 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
 
 	* Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
--- a/src/ChangeLog	Mon Aug 16 23:02:19 2004 +0000
+++ b/src/ChangeLog	Mon Aug 16 23:02:46 2004 +0000
@@ -1,3 +1,19 @@
+2004-08-16  Richard M. Stallman  <rms@gnu.org>
+
+	* sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
+	Set VQUIT and VINTR chars to the standard ones if they are unset.
+	[AIX]: Don't do that here.  And don't force VINTR to standard
+	when SIGNALS_VIA_CHARACTERS.
+
+	* process.c (process_send_signal) 
+	[SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]:	Clean up.
+	Do nothing if the character is CVDISABLE.
+
+	* xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
+
+	* intervals.c (move_if_not_intangible): 
+	Force POSITION to be between BEGV and ZV.
+
 2004-08-14  John Paul Wallington  <jpw@gnu.org>
 
 	* buffer.c (Frestore_buffer_modified_p): Doc fix.
@@ -74,6 +90,10 @@
 
 	* callint.c (Fcall_interactively): Doc fix.
 
+2004-07-30  Richard M. Stallman  <rms@gnu.org>
+
+	* abbrev.c (Fexpand_abbrev): Undo previous change.
+
 2004-07-30  Kim F. Storm  <storm@cua.dk>
 
 	* editfns.c (Fformat): Allocate extra (dummy) element in info.