comparison lisp/ChangeLog @ 88094:21873b86ecb7

(remote-compile): Remove broken code.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 31 Jan 2008 15:09:19 +0000
parents fa454b3c5b7b
children 1662791e8fd8
comparison
equal deleted inserted replaced
88093:fa454b3c5b7b 88094:21873b86ecb7
1 2008-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * net/rcompile.el (remote-compile): Remove broken code.
4
1 2008-01-31 Jason Rumney <jasonr@gnu.org> 5 2008-01-31 Jason Rumney <jasonr@gnu.org>
2 6
3 * term/w32-win.el (image-library-alist): Prefer libxpm.dll. 7 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
4 8
5 2008-01-30 Nick Roberts <nickrob@snap.net.nz> 9 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
52 2008-01-29 Alan Mackenzie <acm@muc.de> 56 2008-01-29 Alan Mackenzie <acm@muc.de>
53 57
54 * progmodes/cc-langs.el (c-specifier-key): Exclude "template" 58 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
55 from this regexp; part of same fix as next change to cc-engine.el. 59 from this regexp; part of same fix as next change to cc-engine.el.
56 60
57 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5): Anchor 61 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
58 the "{" of a template function correctly on "template", not the 62 Anchor the "{" of a template function correctly on "template", not the
59 following "<". 63 following "<".
60 64
61 * progmodes/cc-defs.el (c-version): Increase to 5.31.5. 65 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
62 66
63 2008-01-29 Tassilo Horn <tassilo@member.fsf.org> 67 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>