Mercurial > emacs
comparison lisp/ChangeLog @ 50275:80c3a24e73d4
*** empty log message ***
author | Martin Stjernholm <mast@lysator.liu.se> |
---|---|
date | Sun, 23 Mar 2003 02:07:31 +0000 |
parents | 7efe7c1f00f5 |
children | 369741bbc419 |
comparison
equal
deleted
inserted
replaced
50274:a617ca0d5d85 | 50275:80c3a24e73d4 |
---|---|
1 2003-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 | |
1 2003-03-22 Peter Breton <pbreton@cs.umb.edu> | 7 2003-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) |
4 (file-cache-complete, file-cache-display): New functions. | 10 (file-cache-complete, file-cache-display): New functions. |
5 | 11 |
1262 2003-02-10 KAWABATA, Taichi <kawabata@m17n.org> | 1268 2003-02-10 KAWABATA, Taichi <kawabata@m17n.org> |
1263 | 1269 |
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 |
1267 2003-02-10 Martin Stjernholm <mast@lysator.liu.se> | 1273 2003-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 |
1273 2003-02-09 Martin Stjernholm <mast@lysator.liu.se> | 1279 2003-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'. |
1277 Although it's not the normal way to call it in a CC Mode buffer it | 1283 Although it's not the normal way to call it in a CC Mode buffer it |
1278 makes a direct call to `fill-paragraph' work better. | 1284 makes a direct call to `fill-paragraph' work better. |
11291 | 11297 |
11292 * menu-bar.el (buffers-menu-show-directories) | 11298 * menu-bar.el (buffers-menu-show-directories) |
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 |
11296 2002-04-24 Martin Stjernholm <mast@lysator.liu.se> | 11302 2002-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 |
11300 comment. Fixed bug when the prefix from `c-guess-fill-prefix' | 11306 comment. Fixed bug when the prefix from `c-guess-fill-prefix' |
11301 is longer than the text on the first line of the comment when | 11307 is longer than the text on the first line of the comment when |
11374 * files.el (after-find-file): Use %s to output MSG. | 11380 * files.el (after-find-file): Use %s to output MSG. |
11375 | 11381 |
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 |
11379 2002-04-23 Martin Stjernholm <mast@lysator.liu.se> | 11385 2002-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 |
11383 of a block comment where comment-start-skip matched to eol. | 11389 of a block comment where comment-start-skip matched to eol. |
11384 | 11390 |