aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS3
-rw-r--r--lisp/ChangeLog5
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f2bdb66187a..ba64625ef4f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -459,6 +459,9 @@ To control it, set `auto-compression-mode' via Custom or use the
459** `browse-url-gnome-moz' is a new option for 459** `browse-url-gnome-moz' is a new option for
460`browse-url-browser-function', invoking Mozilla in GNOME. 460`browse-url-browser-function', invoking Mozilla in GNOME.
461 461
462** The user-option `browse-url-new-window-p' has been renamed to
463`browse-url-new-window-flag'.
464
462+++ 465+++
463** The functions `keep-lines', `flush-lines' and `how-many' now 466** The functions `keep-lines', `flush-lines' and `how-many' now
464operate on the active region in Transient Mark mode. 467operate on the active region in Transient Mark mode.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1d50730dd86..30d76ac747b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12001-04-18 Gerd Moellmann <gerd@gnu.org>
2
3 * net/browse-url.el (browse-url-new-window-flag): Renamed from
4 browse-url-new-window-p.
5
12001-04-17 Eli Zaretskii <eliz@is.elta.co.il> 62001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2 7
3 * info.el (Info-menu-update): When there are no menus and/or no 8 * info.el (Info-menu-update): When there are no menus and/or no