]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorMiles Bader <miles@gnu.org>
Mon, 13 Nov 2000 12:25:59 +0000 (12:25 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 13 Nov 2000 12:25:59 +0000 (12:25 +0000)
lisp/ChangeLog
src/ChangeLog

index 7c17e1c2dc25975e52965a95a4493dcbfafa84d7..78524c9e2b2b5602d77c33f7773849d92f641868 100644 (file)
@@ -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
index 2ee81f350795797a72196294c13c07ae5b1d4580..10eb9c874159a8b0790ac99c1ddd0b8a353881a9 100644 (file)
@@ -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.