From: Miles Bader Date: Mon, 13 Nov 2000 12:25:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~99 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d3482947201704db7f7597d365ae5c9416df382;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7c17e1c2dc2..78524c9e2b2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2000-11-13 Miles Bader + + * 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 * calendar/calendar.el (generate-calendar-window): Use diff --git a/src/ChangeLog b/src/ChangeLog index 2ee81f35079..10eb9c87415 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2000-11-13 Miles Bader + + * 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 * syssignal.h: Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.