comparison lisp/ChangeLog @ 30458:241c83e5f559

midnight-buffer-display-time: use with-current-buffer
author Sam Steingold <sds@gnu.org>
date Tue, 25 Jul 2000 21:38:34 +0000
parents 07c7a241f418
children 84d987373e67
comparison
equal deleted inserted replaced
30457:07c7a241f418 30458:241c83e5f559
1 2000-07-25 Sam Steingold <sds@gnu.org>
2
3 * midnight.el (midnight-buffer-display-time): Use
4 `with-current-buffer'.
5
1 2000-07-25 Gerd Moellmann <gerd@gnu.org> 6 2000-07-25 Gerd Moellmann <gerd@gnu.org>
2 7
3 * find-dired.el: Update copyright notice. 8 * find-dired.el: Update copyright notice.
4 (find-dired): Offer to kill a running `find'. 9 (find-dired): Offer to kill a running `find'.
5 10
111 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into 116 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
112 defun block. 117 defun block.
113 118
114 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> 119 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
115 120
116 * cc-mode.texi Documented the change of cpp-macro. 121 * cc-mode.texi Documented the change of cpp-macro.
117 122
118 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org> 123 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
119 124
120 * cc-align.el (c-lineup-multi-inher): Handle lines with 125 * cc-align.el (c-lineup-multi-inher): Handle lines with
121 leading comma nicely. Extended to handle member initializers 126 leading comma nicely. Extended to handle member initializers
123 128
124 * cc-engine.el: (c-beginning-of-inheritance-list, 129 * cc-engine.el: (c-beginning-of-inheritance-list,
125 c-guess-basic-syntax): Fixed recognition of inheritance lists 130 c-guess-basic-syntax): Fixed recognition of inheritance lists
126 when the lines begins with a comma. 131 when the lines begins with a comma.
127 132
128 * cc-mode.texi: Updated doc for c-lineup-multi-inher. 133 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
129 134
130 * cc-vars.el (c-offsets-alist): Changed default for 135 * cc-vars.el (c-offsets-alist): Changed default for
131 member-init-cont to c-lineup-multi-inher since it now handles 136 member-init-cont to c-lineup-multi-inher since it now handles
132 member initializers and indents better for leading commas. 137 member initializers and indents better for leading commas.
133 138
272 277
273 * cc-mode.texi: Documented the special behavior of 278 * cc-mode.texi: Documented the special behavior of
274 c-special-indent-hook as a style variable. Don't talk about 279 c-special-indent-hook as a style variable. Don't talk about
275 doing (c-make-styles-buffer-local t) in a mode hook, since 280 doing (c-make-styles-buffer-local t) in a mode hook, since
276 that's already too late to work right. 281 that's already too late to work right.
277 282
278 * cc-styles.el (c-make-styles-buffer-local): Flag style 283 * cc-styles.el (c-make-styles-buffer-local): Flag style
279 variable localness in c-style-variables-are-local-p to make 284 variable localness in c-style-variables-are-local-p to make
280 the compatibility measure in c-common-init work well. 285 the compatibility measure in c-common-init work well.
281 286
282 * cc-styles.el (c-set-style-1): c-special-indent-hook can no 287 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
474 New function 479 New function
475 (ada-prj-load-directory, ada-prj-subdirs-of): New functions 480 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
476 (ada-prj-load-from-file): New function 481 (ada-prj-load-from-file): New function
477 (ada-prj-save): Always save fields that depend on the current buffer 482 (ada-prj-save): Always save fields that depend on the current buffer
478 (ada-prj-show-value): New function 483 (ada-prj-show-value): New function
479 484
480 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in 485 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
481 Ada mode. This will allow us to display the Ada menu in any buffer 486 Ada mode. This will allow us to display the Ada menu in any buffer
482 we want (for project items). 487 we want (for project items).
483 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct 488 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
484 number of spaces in the header. 489 number of spaces in the header.
485 490
486 2000-07-24 Dave Love <fx@gnu.org> 491 2000-07-24 Dave Love <fx@gnu.org>
487 492
488 * ediff-init.el (ediff-region-help-echo): Bind face-help. 493 * ediff-init.el (ediff-region-help-echo): Bind face-help.
489 494
490 2000-07-23 Noah Friedman <friedman@splode.com> 495 2000-07-23 Noah Friedman <friedman@splode.com>