aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cb2af5c8a3f..c5eb0bb2d6d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12006-09-20 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (pos_visible_p): CHARPOS < 0 means return info for
4 last visible glyph in window.
5
6 * window.c (Fset_window_hscroll, Fpos_visible_in_window_p):
7 Doc fix. Use "off-window" instead of "off-screen".
8 (Fpos_visible_in_window_p): Likewise.
9 If POS is t, return info for last visible glyph in window.
10
12006-09-19 Chong Yidong <cyd@stupidchicken.com> 112006-09-19 Chong Yidong <cyd@stupidchicken.com>
2 12
3 * search.c (struct regexp_cache): New entry syntax_table. 13 * search.c (struct regexp_cache): New entry syntax_table.