diff options
author | Miles Bader <miles@gnu.org> | 2007-11-21 04:55:58 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-11-21 04:55:58 +0000 |
commit | d4aa48db8ed36b1fc7e7b0e6bd35049353f7f96e (patch) | |
tree | 4a8c1381059835b73876f59183e228a2fb740d59 /lisp/ChangeLog | |
parent | 3d9bd2bc2806ecaf85f4474060a7fadfd00e61fd (diff) | |
parent | 33127d1a78f2a37d68ffa09642df2f38d78e95b1 (diff) | |
download | emacs-d4aa48db8ed36b1fc7e7b0e6bd35049353f7f96e.tar.gz |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-937
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 34215cd55a7..31437fb1a38 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,39 @@ +2007-11-21 Eli Zaretskii <eliz@gnu.org> + + * international/mule-cmds.el (set-locale-environment): Set + default-file-name-coding-system _after_ keyboard and terminal + coding systems. This fixes last change. + + * mail/rmail.el (rmail-current-subject-regexp): Allow more than + one space after "Subject:". + +2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca> + + * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files + in order to determine if there's a conflict. + +2007-11-21 Richard Stallman <rms@gnu.org> + + * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el. + + * reposition.el (reposition-window): + Binding C-M-l moved to bindings.el. + + * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el. + + * add-log.el (add-change-log-entry-other-window): + Key binding C-x 4 a moved to bindings.el. + + * bindings.el (minibuffer-local-map): Bind C-tab here; moved + from filecache.el. + + * filecache.el: Minibuffer map bindings moved to bindings.el. + +2007-11-21 Jason Rumney <jasonr@gnu.org> + + * international/mule-cmds.el (set-locale-environment): + Set default-file-name-coding-system from system defaults on Windows. + 2007-11-21 Jason Rumney <jasonr@gnu.org> * term/w32console.el: New term init file for w32 console. |