+2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
+
+ * 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 <fx@gnu.org>
- * 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 <schwab@suse.de>
2002-10-29 Dave Love <fx@gnu.org>
- * 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.
2002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (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 <storm@cua.dk>
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.
* 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 <miles@gnu.org>
- * 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 <swift@alum.mit.edu> (tiny change)
2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
- * 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 <schwab@suse.de>
+2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
+
+ * 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 <fx@gnu.org>
* process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
* 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) <sizeof (long) == sizeof (EMACS_INT)>: Fix
- sprintf call.
+ (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
+ Fix sprintf call.
* s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
regexp.h change).