diff options
| author | Kim F. Storm | 2006-09-20 09:43:02 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-09-20 09:43:02 +0000 |
| commit | d0e0bd5f4b0c75a00ac0b392d7e0e2defacf57fc (patch) | |
| tree | aadeb4666d30bf6a23dc6aeb839737d75185b8c8 /src/ChangeLog | |
| parent | 71624990b95c9039ea4a46fc6a5c470c390be2a6 (diff) | |
| download | emacs-d0e0bd5f4b0c75a00ac0b392d7e0e2defacf57fc.tar.gz emacs-d0e0bd5f4b0c75a00ac0b392d7e0e2defacf57fc.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-09-19 Chong Yidong <cyd@stupidchicken.com> | 11 | 2006-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. |