comparison lisp/ChangeLog @ 79987:6f13ddb7d9e9

(reindent-then-newline-and-indent): Be careful about the unusual case where indent-according-to-mode moves point.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 01 Feb 2008 04:04:51 +0000
parents c592638ac955
children 44b3ea2dbeb3 5c60e04e322f
comparison
equal deleted inserted replaced
79986:c592638ac955 79987:6f13ddb7d9e9
1 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * simple.el (reindent-then-newline-and-indent): Be careful about the
4 unusual case where indent-according-to-mode moves point.
5
1 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu> 6 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
2 7
3 * progmodes/verilog-mode.el (verilog-sk-prompt-msb) 8 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
4 (verilog-sk-module, verilog-sk-function, verilog-sk-begin) 9 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
5 (verilog-sk-if, verilog-sk-wire, verilog-sk-for) 10 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
11 * w32-fns.el: Partially revert 2007-11-10 change. 16 * w32-fns.el: Partially revert 2007-11-10 change.
12 17
13 2008-01-31 Martin Rudalics <rudalics@gmx.at> 18 2008-01-31 Martin Rudalics <rudalics@gmx.at>
14 19
15 * mail/rmail.el (rmail-highlight): Fix specification. 20 * mail/rmail.el (rmail-highlight): Fix specification.
16 Reported by: pod <pod@herald.ox.ac.uk>. 21 Reported by: pod <pod@herald.ox.ac.uk>.
17 22
18 2008-01-31 Jason Rumney <jasonr@gnu.org> 23 2008-01-31 Jason Rumney <jasonr@gnu.org>
19 24
20 * term/w32-win.el (image-library-alist): Prefer libxpm.dll. 25 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
21 26
32 @catch, @synchronized, @throw. 37 @catch, @synchronized, @throw.
33 38
34 * progmodes/cc-langs.el (c-specifier-key): Exclude "template" 39 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
35 from this regexp; part of same fix as next change to cc-engine.el. 40 from this regexp; part of same fix as next change to cc-engine.el.
36 41
37 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5): Anchor 42 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
38 the "{" of a template function correctly on "template", not the 43 Anchor the "{" of a template function correctly on "template", not the
39 following "<". 44 following "<".
40 45
41 * progmodes/cc-defs.el (c-version): Increase to 5.31.5. 46 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
42 47
43 2008-01-29 Richard Stallman <rms@gnu.org> 48 2008-01-29 Richard Stallman <rms@gnu.org>