From 18bb0684ce8f2e2cb40c5ae51752974c56f7be67 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 6 Mar 2000 12:48:03 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 7 +++++++ src/ChangeLog | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d9d8f305be8..98ca64719a8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2000-03-06 Karl Fogel + + * bookmark.el (bookmark-file-or-variation-thereof): New func, for + code abstracted out of `bookmark-jump-noselect'. Now tries info + extensions as well as compression extensions. + (bookmark-jump-noselect): Use above new func. + 2000-03-03 Gerd Moellmann * strokes.el: Change maintainer's mail address. diff --git a/src/ChangeLog b/src/ChangeLog index bdc8e9207f3..5f3b9f46256 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2000-03-06 Gerd Moellmann + * process.c (send_process): Remove local variable `procname' that + might become invalid when a GC happens. Instead, access the + process name slot directly. + * xfns.c (x_set_menu_bar_lines_1): Adjust window's orig_top and orig_height if set. -- 2.39.5