comparison lisp/ChangeLog @ 53965:af02111da3e1

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 16 Feb 2004 03:18:25 +0000
parents 1b25f84dfa27
children cbea4d378637
comparison
equal deleted inserted replaced
53964:7add5c20b6f7 53965:af02111da3e1
12 * x-dnd.el: Mention support for Motif in commentary. 12 * x-dnd.el: Mention support for Motif in commentary.
13 (x-dnd-handle-drag-n-drop-event): Ditto. 13 (x-dnd-handle-drag-n-drop-event): Ditto.
14 14
15 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org> 15 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
16 16
17 * ses.el: Delete function ses-build-load-map and distribute its 17 * ses.el: Use "ses--" prefixes for buffer-local variables.
18 functions to defconst's for the three maps. Add menus. Use 18 Use (point-min) instead of 1, even when we know the buffer
19 "ses--" prefixes for buffer-local variables. Use (point-min) 19 is unnarrowed.
20 instead of 1, even when we know the buffer is unnarrowed. New 20 (ses-build-load-map): Delete. Distribute its content to defconst's for
21 function ses-read-number duplicates some code from interactive "N" 21 the three maps.
22 spec. 22 (ses-menu, ses-header-line-menu): New menus.
23 (ses-mode-map): Use them.
24 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
23 25
24 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org> 26 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
25 27
26 * Makefile.in: Fixed the CC Mode recompile kludge so it works 28 * Makefile.in: Fixed the CC Mode recompile kludge so it works
27 when building in a different directory. 29 when building in a different directory.
28 30
29 2004-02-13 Luc Teirlinck <teirllm@auburn.edu> 31 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
30 32
31 * simple.el (kill-new): Put yank-handler property on the entire 33 * simple.el (kill-new): Put yank-handler property on the entire string.
32 string. 34
35 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
36
37 * pcvs-defs.el (cvs-menu): Add `tag'.
33 38
34 2004-02-11 Luc Teirlinck <teirllm@auburn.edu> 39 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
35 40
36 * simple.el (kill-append): Doc fix. 41 * simple.el (kill-append): Doc fix.
37 42
38 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Adapt 43 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
39 outline-regexp to the new conventions for commenting out code. 44 Adapt outline-regexp to the new conventions for commenting out code.
40 45
41 2004-02-11 John Paul Wallington <jpw@gnu.org> 46 2004-02-11 John Paul Wallington <jpw@gnu.org>
42 47
43 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo. 48 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
44 49
199 204
200 2004-02-07 Kim F. Storm <storm@cua.dk> 205 2004-02-07 Kim F. Storm <storm@cua.dk>
201 206
202 * simple.el (line-number-at-pos): Rename from line-at-pos. 207 * simple.el (line-number-at-pos): Rename from line-at-pos.
203 Uses changed (what-line and vc-annotate-warp-version). 208 Uses changed (what-line and vc-annotate-warp-version).
209
210 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
211
212 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
213 (diff-mode): Remove aborted attempt at support for compile.el.
214 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
204 215
205 2004-02-06 Andreas Schwab <schwab@suse.de> 216 2004-02-06 Andreas Schwab <schwab@suse.de>
206 217
207 * view.el (view-mode-enable): Add view-mode-map to 218 * view.el (view-mode-enable): Add view-mode-map to
208 minor-mode-overriding-map-alist. 219 minor-mode-overriding-map-alist.