aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2000-11-13 12:25:59 +0000
committerMiles Bader2000-11-13 12:25:59 +0000
commit9d3482947201704db7f7597d365ae5c9416df382 (patch)
tree326ce73578ba4ca474f368cc0c753674bf7a29b8
parent939d6465fc54ccd74381dae6bba1dd416928e8b8 (diff)
downloademacs-9d3482947201704db7f7597d365ae5c9416df382.tar.gz
emacs-9d3482947201704db7f7597d365ae5c9416df382.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog9
2 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7c17e1c2dc2..78524c9e2b2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12000-11-13 Miles Bader <miles@gnu.org>
2
3 * textmodes/fill.el (skip-line-prefix): New function.
4 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
5 (fill-paragraph): Don't leave point inside the fill-prefix.
6
12000-11-13 Miles Bader <miles@lsi.nec.co.jp> 72000-11-13 Miles Bader <miles@lsi.nec.co.jp>
2 8
3 * calendar/calendar.el (generate-calendar-window): Use 9 * 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 @@
12000-11-13 Miles Bader <miles@gnu.org>
2
3 * lread.c (openp): Return -2 instead of 0 for the `remote file' case.
4 (Fload): Use new openp return protocol.
5 Don't try to use Vload_source_file_function to load .elc files.
6 * xfns.c (x_create_bitmap_from_file, x_find_image_file): Use new
7 openp return protocol.
8 * w32fns.c (x_create_bitmap_from_file, x_find_image_file): Likewise.
9
12000-11-11 Kenichi Handa <handa@etl.go.jp> 102000-11-11 Kenichi Handa <handa@etl.go.jp>
2 11
3 * syssignal.h: Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY. 12 * syssignal.h: Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.