comparison lisp/ChangeLog @ 79850:6fb67a0834d4

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Wed, 16 Jan 2008 04:14:45 +0000
parents 316ed7573095
children 01593154d6b4
comparison
equal deleted inserted replaced
79849:95a0ab7dfa09 79850:6fb67a0834d4
1 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
2
3 * calendar/icalendar.el (icalendar-export-file)
4 (icalendar-import-file): Restore significant trailing whitespace
5 in `interactive' prompts.
6
1 2008-01-15 Dan Nicolaescu <dann@ics.uci.edu> 7 2008-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2 8
3 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the 9 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
4 after-save-hook so that it is not called multiple times. 10 after-save-hook so that it is not called multiple times.
5 11
17 displayed, even when the default value of c-h-b etc. doesn't 23 displayed, even when the default value of c-h-b etc. doesn't
18 include the elemnt. Replace uses of the old function by the new. 24 include the elemnt. Replace uses of the old function by the new.
19 25
20 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the 26 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
21 obscure non-working fragment ":value c-". 27 obscure non-working fragment ":value c-".
22
23 2008-01-14 Alan Mackenzie <acm@muc.de>
24 28
25 * progmodes/cc-engine.el (c-guess-basic-syntax): prevent a macro 29 * progmodes/cc-engine.el (c-guess-basic-syntax): prevent a macro
26 call inside a struct being recognised as a K&R argument. 30 call inside a struct being recognised as a K&R argument.
27 31
28 2008-01-14 Jason Rumney <jasonr@gnu.org> 32 2008-01-14 Jason Rumney <jasonr@gnu.org>