diff lisp/ChangeLog @ 83259:cf4b5d1da82f

Merged from miles@gnu.org--gnu-2005 (patch 119) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-119 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-299
author Karoly Lorentey <lorentey@elte.hu>
date Wed, 23 Feb 2005 11:24:05 +0000
parents 73700d004690 a23b0b211b2a
children 25f02aeb20f4
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Feb 21 13:10:42 2005 +0000
+++ b/lisp/ChangeLog	Wed Feb 23 11:24:05 2005 +0000
@@ -1,5 +1,21 @@
+2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
+
+	* pcvs.el (cvs-retrieve-revision): Fix thinko.
+
+2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* frame.el (blink-cursor-mode): Use define-minor-mode.
+
+	* term/mac-win.el (function-key-map): Use char-names more consistently.
+	(file-name-coding-system): Only set it for MacOS-9.  The other case is
+	already handled in mule-cmds.el (where it also works when mac-win.el
+	is not used).
+
 2005-02-21  Kenichi Handa  <handa@m17n.org>
 
+	* international/mule.el (ctext-pre-write-conversion): Always use
+	" *code-converting-work*" buffer for work.
+
 	* textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
 
 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
@@ -8,7 +24,7 @@
 
 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
 
-	* ses.el (undo-more): restore defadvice, but only the part that
+	* ses.el (undo-more): Restore defadvice, but only the part that
 	allows changes outside the restricted area of the buffer.
 
 2005-02-20  Kim F. Storm  <storm@cua.dk>