aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Stjernholm2003-03-23 02:07:31 +0000
committerMartin Stjernholm2003-03-23 02:07:31 +0000
commit94ab35adb4732be2d717b1b1f67fdc88ca56cb8e (patch)
tree2759ad3b8f9d9c3d24efe553ccca452b3936d84f
parentfcbb914bcd075165194d43a1552014a51d4d5cb9 (diff)
downloademacs-94ab35adb4732be2d717b1b1f67fdc88ca56cb8e.tar.gz
emacs-94ab35adb4732be2d717b1b1f67fdc88ca56cb8e.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f31cfbd03d8..4f42a72dba1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12003-03-23 Martin Stjernholm <bug-cc-mode@gnu.org>
2
3 * progmodes/cc-mode.el (c-parse-state): Added kludge to avoid
4 an infinite loop when Emacs' open-paren-in-column-zero rule
5 kicks in and causes the sexp functions to misbehave.
6
12003-03-22 Peter Breton <pbreton@cs.umb.edu> 72003-03-22 Peter Breton <pbreton@cs.umb.edu>
2 8
3 * filecache.el (file-cache-add-directory-recursively) 9 * filecache.el (file-cache-add-directory-recursively)
@@ -1264,13 +1270,13 @@
1264 * language/ind-util.el (indian-itrans-v5-table): Add entries for 1270 * language/ind-util.el (indian-itrans-v5-table): Add entries for
1265 "E" and "O". 1271 "E" and "O".
1266 1272
12672003-02-10 Martin Stjernholm <mast@lysator.liu.se> 12732003-02-10 Martin Stjernholm <bug-cc-mode@gnu.org>
1268 1274
1269 * progmodes/cc-styles.el (c-set-offset): Don't find a default 1275 * progmodes/cc-styles.el (c-set-offset): Don't find a default
1270 syntactic element through syntactic analysis if called outside 1276 syntactic element through syntactic analysis if called outside
1271 a CC Mode buffer. 1277 a CC Mode buffer.
1272 1278
12732003-02-09 Martin Stjernholm <mast@lysator.liu.se> 12792003-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
1274 1280
1275 * progmodes/cc-mode.el (c-basic-common-init): 1281 * progmodes/cc-mode.el (c-basic-common-init):
1276 Install `c-fill-paragraph' on `fill-paragraph-function'. 1282 Install `c-fill-paragraph' on `fill-paragraph-function'.
@@ -11293,7 +11299,7 @@
11293 (buffers-menu-show-status): New variables. 11299 (buffers-menu-show-status): New variables.
11294 (menu-bar-update-buffers-1): Use them. 11300 (menu-bar-update-buffers-1): Use them.
11295 11301
112962002-04-24 Martin Stjernholm <mast@lysator.liu.se> 113022002-04-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11297 11303
11298 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used 11304 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
11299 from `c-do-auto-fill' and point is at or near the limit of the 11305 from `c-do-auto-fill' and point is at or near the limit of the
@@ -11376,7 +11382,7 @@
11376 * dired.el (dired-mouse-find-file-other-window): 11382 * dired.el (dired-mouse-find-file-other-window):
11377 Handle events that move out of the window. 11383 Handle events that move out of the window.
11378 11384
113792002-04-23 Martin Stjernholm <mast@lysator.liu.se> 113852002-04-23 Martin Stjernholm <bug-cc-mode@gnu.org>
11380 11386
11381 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point 11387 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
11382 was moved to the following line when it was at the first line 11388 was moved to the following line when it was at the first line