comparison 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
comparison
equal deleted inserted replaced
83258:73700d004690 83259:cf4b5d1da82f
1 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2
3 * pcvs.el (cvs-retrieve-revision): Fix thinko.
4
5 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * frame.el (blink-cursor-mode): Use define-minor-mode.
8
9 * term/mac-win.el (function-key-map): Use char-names more consistently.
10 (file-name-coding-system): Only set it for MacOS-9. The other case is
11 already handled in mule-cmds.el (where it also works when mac-win.el
12 is not used).
13
1 2005-02-21 Kenichi Handa <handa@m17n.org> 14 2005-02-21 Kenichi Handa <handa@m17n.org>
2 15
16 * international/mule.el (ctext-pre-write-conversion): Always use
17 " *code-converting-work*" buffer for work.
18
3 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring. 19 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
4 20
5 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org> 21 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
6 22
7 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let. 23 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
8 24
9 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org> 25 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
10 26
11 * ses.el (undo-more): restore defadvice, but only the part that 27 * ses.el (undo-more): Restore defadvice, but only the part that
12 allows changes outside the restricted area of the buffer. 28 allows changes outside the restricted area of the buffer.
13 29
14 2005-02-20 Kim F. Storm <storm@cua.dk> 30 2005-02-20 Kim F. Storm <storm@cua.dk>
15 31
16 * simple.el (line-move): Add fourth optional arg try-vscroll which 32 * simple.el (line-move): Add fourth optional arg try-vscroll which