diff lisp/ChangeLog @ 83183:bc1eb76e4766

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-470 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-471 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-472 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-223
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 30 Jul 2004 16:33:42 +0000
parents 4e92102a0172 ac573231cc6d
children 09f3fd9f680d
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jul 27 07:43:21 2004 +0000
+++ b/lisp/ChangeLog	Fri Jul 30 16:33:42 2004 +0000
@@ -1,3 +1,11 @@
+2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
+
+	* custom.el (defcustom): Doc fix.
+
+2004-07-28  Masatake YAMATO  <jet@gyve.org>
+
+	* progmodes/etags.el (etags-tags-apropos): Show building progress.
+
 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* imenu.el (imenu-prev-index-position-function)
@@ -42,12 +50,17 @@
 
 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
-	* ps-print.el: Doc fix.  Improve the DSC compliance of the generated
-	PostScript.  Suggested by Michael Piotrowski <mxp@dynalabs.de>.
+	* ps-print.el: Doc fix.
 	(ps-print-version): New version 6.6.5.
 	(ps-printing-region): Doc fix.
 	(ps-generate-string-list): Comment fix.
-	(ps-message-log-max, ps-begin-file): Code fix.
+	(ps-message-log-max): Code fix.
+
+
+2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
+
+	* ps-print.el (ps-begin-file): Improve the DSC compliance of the
+	generated PostScript.
 
 2004-07-22  Kim F. Storm  <storm@cua.dk>