diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-02-16 03:18:25 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-02-16 03:18:25 +0000 |
commit | 783bcffa10c4e226086063f15d45cb2de7038421 (patch) | |
tree | d16153450b737d850002c007f011424d9d6537c1 /lisp | |
parent | f3336ea4a16bb4a7612f527ab8ce510c7956c600 (diff) | |
download | emacs-783bcffa10c4e226086063f15d45cb2de7038421.tar.gz emacs-783bcffa10c4e226086063f15d45cb2de7038421.tar.bz2 emacs-783bcffa10c4e226086063f15d45cb2de7038421.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 31 |
1 files changed, 21 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e33ef700749..6b2371196df 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -14,12 +14,14 @@ 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org> - * ses.el: Delete function ses-build-load-map and distribute its - functions to defconst's for the three maps. Add menus. Use - "ses--" prefixes for buffer-local variables. Use (point-min) - instead of 1, even when we know the buffer is unnarrowed. New - function ses-read-number duplicates some code from interactive "N" - spec. + * ses.el: Use "ses--" prefixes for buffer-local variables. + Use (point-min) instead of 1, even when we know the buffer + is unnarrowed. + (ses-build-load-map): Delete. Distribute its content to defconst's for + the three maps. + (ses-menu, ses-header-line-menu): New menus. + (ses-mode-map): Use them. + (ses-read-number) New fun. Duplicates code from interactive "N" spec. 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org> @@ -28,15 +30,18 @@ 2004-02-13 Luc Teirlinck <teirllm@auburn.edu> - * simple.el (kill-new): Put yank-handler property on the entire - string. + * simple.el (kill-new): Put yank-handler property on the entire string. + +2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca> + + * pcvs-defs.el (cvs-menu): Add `tag'. 2004-02-11 Luc Teirlinck <teirllm@auburn.edu> * simple.el (kill-append): Doc fix. - * emacs-lisp/lisp-mode.el (lisp-mode-variables): Adapt - outline-regexp to the new conventions for commenting out code. + * emacs-lisp/lisp-mode.el (lisp-mode-variables): + Adapt outline-regexp to the new conventions for commenting out code. 2004-02-11 John Paul Wallington <jpw@gnu.org> @@ -202,6 +207,12 @@ * simple.el (line-number-at-pos): Rename from line-at-pos. Uses changed (what-line and vc-annotate-warp-version). +2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca> + + * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist) + (diff-mode): Remove aborted attempt at support for compile.el. + (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks. + 2004-02-06 Andreas Schwab <schwab@suse.de> * view.el (view-mode-enable): Add view-mode-map to |