aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-25 15:47:41 +0000
committerGerd Moellmann2000-02-25 15:47:41 +0000
commitf43d79c13239547a787cad5122334e272f48b64e (patch)
tree071d6aa8d15f6dad9c8d1a9d0dca242b5c76ffd4 /src/ChangeLog
parent7dd210174fff94dbea2408352b4a09b9a711d398 (diff)
downloademacs-f43d79c13239547a787cad5122334e272f48b64e.tar.gz
emacs-f43d79c13239547a787cad5122334e272f48b64e.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3acdb357088..c979d746484 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2
3 * fileio.c (Ffile_symlink_p): If result starts with a `/'
4 and contains a `:', prepend `/:'.
5
6 * window.c (select_window_1): If selected_window is nil,
7 don't "swap out" the buffer's point.
8 (Fset_window_configuration): Set selected_window to nil
9 before calling Fselect_window.
10 (unshow_buffer): Don't set point in buffer from window's point
11 if another more recently selected window also shows the buffer.
12
12000-02-25 Gerd Moellmann <gerd@gnu.org> 132000-02-25 Gerd Moellmann <gerd@gnu.org>
2 14
3 * keyboard.c (recursive_edit_1): Cancel busy-cursor. 15 * keyboard.c (recursive_edit_1): Cancel busy-cursor.