Mercurial > emacs
changeset 46008:8699eb066bba
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 25 Jun 2002 15:16:51 +0000 |
parents | d34b2d6f0c7a |
children | 72200622ada8 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 24 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jun 25 13:00:12 2002 +0000 +++ b/lisp/ChangeLog Tue Jun 25 15:16:51 2002 +0000 @@ -4,6 +4,22 @@ 2002-06-24 Stefan Monnier <monnier@cs.yale.edu> + * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): + Check for `noruntime' even if the function has a known sig. + (byte-compile-file, byte-compile-output-docform): + Don't hard code point-min = 1. + + * pcvs.el (cvs-parse-process): Don't save/restore point. + Fix last change not to introduce spurious dir FIs. + (cvs-move-to-goal-column): New function extracted from + cvs-mode-previous-line. + (cvs-mode-previous-line, cvs-mode-next-line): Use it. + (cvs-addto-collection): Use it to preserve point. + (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'. + + * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode): + Don't require the first element to be modifier-free. + * pcvs-parse.el (cvs-parse-table): Handle `nothing known about' with more care. @@ -15,6 +31,8 @@ a space between the property name and its value. (describe-text-properties): Don't kill a pre-existing buffer. + * mwheel.el: Undo last patch from Stephen Gildea for now. + 2002-06-24 Kim F. Storm <storm@cua.dk> * emulation/keypad.el: Added :require 'keypad to defcustoms.
--- a/src/ChangeLog Tue Jun 25 13:00:12 2002 +0000 +++ b/src/ChangeLog Tue Jun 25 15:16:51 2002 +0000 @@ -16,19 +16,21 @@ * coding.c (detect_eol): Preserve coding->cmp_data. - * w16select.c (Fw16_get_clipboard_data): Disable composition - handling. + * w16select.c (Fw16_get_clipboard_data): Disable composition handling. * w32fns.c (w32_to_x_font): Disable composition handling. - * w32select.c (Fw32_get_clipboard_data): Disable composition - handling. + * w32select.c (Fw32_get_clipboard_data): Disable composition handling. * xselect.c (selection_data_to_lisp_data): Disable composition handling. * xterm.c (XTread_socket): Disable composition handling. +2002-06-24 Stefan Monnier <monnier@cs.yale.edu> + + * print.c (temp_output_buffer_setup): Kill all local variables. + 2002-06-22 Stefan Monnier <monnier@cs.yale.edu> * lread.c (Fread): Remove redundant and imprecise declaration.