changeset 33444:492138789b20

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Mon, 13 Nov 2000 12:25:59 +0000
parents 2c60aa5cd386
children 15ff9417493e
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Nov 13 12:24:15 2000 +0000
+++ b/lisp/ChangeLog	Mon Nov 13 12:25:59 2000 +0000
@@ -1,3 +1,9 @@
+2000-11-13  Miles Bader  <miles@gnu.org>
+
+	* textmodes/fill.el (skip-line-prefix): New function.
+	(fill-region-as-paragraph, fill-region):  Return the fill-prefix.
+	(fill-paragraph): Don't leave point inside the fill-prefix.
+
 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
 
 	* calendar/calendar.el (generate-calendar-window): Use
--- a/src/ChangeLog	Mon Nov 13 12:24:15 2000 +0000
+++ b/src/ChangeLog	Mon Nov 13 12:25:59 2000 +0000
@@ -1,3 +1,12 @@
+2000-11-13  Miles Bader  <miles@gnu.org>
+
+	* lread.c (openp): Return -2 instead of 0 for the `remote file' case.
+	(Fload): Use new openp return protocol.
+	Don't try to use Vload_source_file_function to load .elc files.
+	* xfns.c (x_create_bitmap_from_file, x_find_image_file): Use new
+	openp return protocol.
+	* w32fns.c (x_create_bitmap_from_file, x_find_image_file): Likewise.
+
 2000-11-11  Kenichi Handa  <handa@etl.go.jp>
 
 	* syssignal.h: Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.