Mercurial > emacs
changeset 44529:ce826e8a3a41
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 12 Apr 2002 06:01:18 +0000 |
parents | d5befc8ddce0 |
children | 5de65e353d8d |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 34 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Apr 12 05:57:21 2002 +0000 +++ b/lisp/ChangeLog Fri Apr 12 06:01:18 2002 +0000 @@ -1,9 +1,33 @@ +2002-04-11 Stefan Monnier <monnier@cs.yale.edu> + + * sort.el (sort-reorder-buffer): Don't assume point-min == 1. + + * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode. + + * emacs-lisp/lucid.el (device-class, buffer-syntactic-context) + (buffer-syntactic-context-depth): New funs. + + * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst + on variables. + + * emacs-lisp/debug.el (debug-on-entry): Use push. + (debugger-make-xrefs): Don't assume point-min == 1. + + * progmodes/cc-engine.el (c-backward-to-start-of-if): + Don't assume point-min == 1. + + * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag) + (etags-list-tags, etags-tags-apropos, select-tags-table): + Don't assume point-min == 1. + 2002-04-12 Mike Williams <mdub@bigfoot.com> * textmodes/sgml-mode.el (sgml-guess-indent): New function. 2002-04-11 Stefan Monnier <monnier@cs.yale.edu> + * textmodes/fill.el (fill-context-prefix): Fix up last change. + * simple.el (line-move): Use memq rather than or. (transpose-sexps): Don't presume as much of forward-sexp's behavior. (do-auto-fill): Use fill-move-to-break-point.
--- a/src/ChangeLog Fri Apr 12 05:57:21 2002 +0000 +++ b/src/ChangeLog Fri Apr 12 06:01:18 2002 +0000 @@ -1,3 +1,13 @@ +2002-04-12 Stefan Monnier <monnier@cs.yale.edu> + + * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT. + + * keyboard.c (command_loop_1): Turn off transient-mark-mode rather + than deactivating the mark if tmm is set to `lambda'. + (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event): + Use a single event for HELP_EVENT. + (Fexecute_extended_command): Save last_point_position. + 2002-04-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> * lisp.h (Fpropertize): Add prototype.