From: Stefan Monnier Date: Thu, 31 Oct 2002 00:42:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~12642 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68eb8bd544008d1c7560e4eb8da83670e5ad2c31;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 528e61d3787..1577faedc2a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,14 +1,23 @@ +2002-10-30 Stefan Monnier + + * textmodes/fill.el (fill-move-to-break-point): Skip white space + _before_ checking to see if we're hitting the margin. + (fill-region-as-paragraph): Don't fiddle with the undo-list any more: + it's now done by the C primitives. Don't use narrowing. + Reorganize the line-breaking part of the code to simplify the control + flow and make it work in the absence of narrowing. + (fill-region): Don't use narrowing. + 2002-10-30 Dave Love - * textmodes/po.el (po-content-type-charset-alist): Delete most - entries. + * textmodes/po.el (po-content-type-charset-alist): Delete most entries. (po-find-charset): Doc fix. Remove interactive spec. (po): Provide. (po-find-file-coding-system-guts): Re-written to use coding-system-alist, and code-pages, not codepage stuff. - * term/x-win.el: Remove some ancient compatibility code. Populate - x-keysym-table. + * term/x-win.el: Remove some ancient compatibility code. + Populate x-keysym-table. 2002-10-30 Andreas Schwab @@ -16,11 +25,9 @@ 2002-10-29 Dave Love - * cus-start.el (selection-coding-system, scalable-fonts-allowed): - Added. + * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add. - * progmodes/scheme.el (syntax-case): Define - scheme-indent-function. + * progmodes/scheme.el (syntax-case): Define scheme-indent-function. * international/mule-conf.el: Doc fixes. @@ -32,8 +39,8 @@ 2002-10-28 Masayuki Ataka (tiny change) - * make-mode.el (makefile-warn-continuations): Call - re-search-forward with NOERROR t. + * make-mode.el (makefile-warn-continuations): + Call re-search-forward with NOERROR t. 2002-10-29 Kim F. Storm @@ -68,8 +75,8 @@ avoid compilation warning. (mule-diag): Provide. - * international/code-pages.el (cp-make-coding-system): Use - utf-translation-table-for-decode, not + * international/code-pages.el (cp-make-coding-system): + Use utf-translation-table-for-decode, not utf-8-translation-table-for-decode. (mule-diag): Require. @@ -77,18 +84,17 @@ * language/lao-util.el (lao-composition-function): Don't use prog1. - * language/european.el (diacritic-composition-function): Modify - confused prog1 form. + * language/european.el (diacritic-composition-function): + Modify confused prog1 form. - * international/quail.el (quail-keyboard-layout-alist): Fix - pc105-uk. - (quail-keyboard-layout): Customize. Move after - quail-keyboard-layout-alist. + * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk. + (quail-keyboard-layout): Customize. + Move after quail-keyboard-layout-alist. 2002-10-28 Miles Bader - * progmodes/make-mode.el (makefile-warn-continuations): Don't - barf when there _aren't_ any suspicious continuations. + * progmodes/make-mode.el (makefile-warn-continuations): + Don't barf when there _aren't_ any suspicious continuations. 2002-10-28 Matthew Swift (tiny change) @@ -96,8 +102,7 @@ 2002-10-27 Michael Kifer - * ediff-wind.el (ediff-control-frame-parameters): added - scrollbar-height. + * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height. 2002-10-27 Andreas Schwab diff --git a/src/ChangeLog b/src/ChangeLog index edb3b6ac1c6..a557c1e259d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2002-10-30 Stefan Monnier + + * editfns.c (overlays_around, get_pos_property): New funs. + (find_field): Use them. + Also be careful not to modify POS before its last use. + (Fmessage): Don't Fformat if there's nothing to format. + 2002-10-30 Dave Love * process.c [HAVE_SYS_WAIT]: Include sys/wait.h. @@ -14,8 +21,8 @@ * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended. (lispy_kana_keys): Comment out. (make_lispy_event) [XK_kana_A]: Comment out. - (modify_event_symbol) : Fix - sprintf call. + (modify_event_symbol) : + Fix sprintf call. * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by regexp.h change).