aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2005-09-15 13:17:55 +0000
committerRichard M. Stallman2005-09-15 13:17:55 +0000
commit5c4757d3299c6cbaf42f6e253bf9f16d17d32676 (patch)
treeb5172fc4fc2753395584afcf61bf33e456ef3f49 /src
parent025568d9fcdf993a33c53e30a94ae50be1d972a7 (diff)
downloademacs-5c4757d3299c6cbaf42f6e253bf9f16d17d32676.tar.gz
emacs-5c4757d3299c6cbaf42f6e253bf9f16d17d32676.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 15dc667ea79..c0f1ceee87e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12005-09-15 Richard M. Stallman <rms@gnu.org>
2
3 * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
4 (display_mode_element): Instead of `lisp_string' and `this',
5 record `offset' and increment that.
6 `last_offset' replaces `last'.
7
8 * Makefile.in (XMENU_OBJ): Variable deleted.
9 (obj): Use xmenu.o unconditionally.
10 (SOME_MACHINE_OBJECTS): Delete xmenu.o.
11
12 * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
13
12005-09-15 Kim F. Storm <storm@cua.dk> 142005-09-15 Kim F. Storm <storm@cua.dk>
2 15
3 * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1. 16 * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1.