comparison lisp/ChangeLog @ 86275:2cce56fd7361

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-937
author Miles Bader <miles@gnu.org>
date Wed, 21 Nov 2007 04:55:58 +0000
parents 631d245ec175 65d8378b766b
children a8503aaf3a82
comparison
equal deleted inserted replaced
86274:860b7eb2a46f 86275:2cce56fd7361
1 2007-11-21 Eli Zaretskii <eliz@gnu.org>
2
3 * international/mule-cmds.el (set-locale-environment): Set
4 default-file-name-coding-system _after_ keyboard and terminal
5 coding systems. This fixes last change.
6
7 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
8 one space after "Subject:".
9
10 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11
12 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
13 in order to determine if there's a conflict.
14
15 2007-11-21 Richard Stallman <rms@gnu.org>
16
17 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
18
19 * reposition.el (reposition-window):
20 Binding C-M-l moved to bindings.el.
21
22 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
23
24 * add-log.el (add-change-log-entry-other-window):
25 Key binding C-x 4 a moved to bindings.el.
26
27 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
28 from filecache.el.
29
30 * filecache.el: Minibuffer map bindings moved to bindings.el.
31
32 2007-11-21 Jason Rumney <jasonr@gnu.org>
33
34 * international/mule-cmds.el (set-locale-environment):
35 Set default-file-name-coding-system from system defaults on Windows.
36
1 2007-11-21 Jason Rumney <jasonr@gnu.org> 37 2007-11-21 Jason Rumney <jasonr@gnu.org>
2 38
3 * term/w32console.el: New term init file for w32 console. 39 * term/w32console.el: New term init file for w32 console.
4 40
5 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el. 41 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.