changeset 48096:75bdf0931b4c

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 31 Oct 2002 00:42:35 +0000
parents cce15dd3ec16
children 21d7f2c18976
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 38 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Oct 31 00:30:36 2002 +0000
+++ b/lisp/ChangeLog	Thu Oct 31 00:42:35 2002 +0000
@@ -1,14 +1,23 @@
+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>
 
@@ -16,11 +25,9 @@
 
 2002-10-29  Dave Love  <fx@gnu.org>
 
-	* cus-start.el (selection-coding-system, scalable-fonts-allowed):
-	Added.
-
-	* progmodes/scheme.el (syntax-case): Define
-	scheme-indent-function.
+	* cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
+
+	* progmodes/scheme.el (syntax-case): Define scheme-indent-function.
 
 	* international/mule-conf.el: Doc fixes.
 
@@ -32,8 +39,8 @@
 
 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>
 
@@ -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.
-
-	* international/quail.el (quail-keyboard-layout-alist): Fix
-	pc105-uk.
-	(quail-keyboard-layout): Customize.  Move after
-	quail-keyboard-layout-alist.
+	* 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.
 
 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)
 
@@ -96,8 +102,7 @@
 
 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>
 
--- a/src/ChangeLog	Thu Oct 31 00:30:36 2002 +0000
+++ b/src/ChangeLog	Thu Oct 31 00:42:35 2002 +0000
@@ -1,3 +1,10 @@
+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.
@@ -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) <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).