diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-11-22 00:14:10 +0000 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-11-22 00:14:10 +0000 |
| commit | 3ea79df89070c16fc2968ff8705296d0b9499b91 (patch) | |
| tree | 1814987f09b5eecdb45bf2f865deaf653511bf17 /lisp | |
| parent | 8581cd642416389b0b1dc52b859b3d17b8adcb25 (diff) | |
| download | emacs-3ea79df89070c16fc2968ff8705296d0b9499b91.tar.gz | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 107634bf8b2..bb5ce448002 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,41 @@ +2000-11-21 Stefan Monnier <monnier@cs.yale.edu> + + * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'. + + * find-lisp.el (find-lisp-find-files-internal): + Use dolist, when and file-name-as-directory. + + * emacs-lisp/edebug.el (edebug-form-spec prop): use dolist. + (define-derived-mode, define-minor-mode): Add specs. + + * window.el: General comment and spacing fixes. + (save-selected-window): Use backquotes. + (window-safely-shrinkable-p): New function. + (shrink-window-if-larger-than-buffer): Use it. + + * subr.el (make-local-hook): Docstring fix. + + * shell.el (shell-mode): Use define-derived-mode. + + * newcomment.el (comment-indent): Insert comment before calling + comment-indent-function. Don't insert in column 0. + (comment-dwim): Indent before inserting comment. + + * isearch.el (isearch-mode-map): Fix docstring. Init in defvar. + (minibuffer-local-isearch-map): Init in defvar. Use inheritance. + (isearch-clean-overlays, isearch-range-invisible, isearch-unread): + Use mapc rather than map. + + * files.el (find-buffer-visiting): Compare all attributes before + declaring two files identical (rather than just their inode-no). + (auto-mode-alist): Use \' rather than $. + + * which-func.el: Update maintainer line. + + * pcvs.el (uniquify-buffer-file-name): Remove advice. + * uniquify.el (uniquify-list-buffers-directory-modes): New var. + (uniquify-buffer-file-name): Use it. + 2000-11-22 Miles Bader <miles@gnu.org> * cus-start.el: Add entry for `minibuffer-prompt-properties'. |
