diff options
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index cdf120e7a41..3e8fc5df417 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,30 @@ | |||
| 1 | 2004-07-17 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (Overlay Properties): Adding `evaporate' prop | ||
| 4 | deletes empty overlay immediately. | ||
| 5 | |||
| 6 | * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook, | ||
| 7 | fix example. | ||
| 8 | |||
| 9 | 2004-07-16 Jim Blandy <jimb@redhat.com> | ||
| 10 | |||
| 11 | * searching.texi (Regexp Backslash): Document new \_< and \_> | ||
| 12 | operators. | ||
| 13 | |||
| 14 | 2004-07-16 Juanma Barranquero <lektu@terra.es> | ||
| 15 | |||
| 16 | * display.texi (Images): Fix Texinfo usage. | ||
| 17 | |||
| 18 | 2004-07-14 Luc Teirlinck <teirllm@auburn.edu> | ||
| 19 | |||
| 20 | * buffers.texi (Modification Time): `visited-file-modtime' now | ||
| 21 | returns a list of two integers, instead of a cons. | ||
| 22 | |||
| 23 | 2004-07-13 Luc Teirlinck <teirllm@auburn.edu> | ||
| 24 | |||
| 25 | * windows.texi: Various changes in addition to: | ||
| 26 | (Splitting Windows): Add `split-window-keep-point'. | ||
| 27 | |||
| 1 | 2004-07-09 Richard M. Stallman <rms@gnu.org> | 28 | 2004-07-09 Richard M. Stallman <rms@gnu.org> |
| 2 | 29 | ||
| 3 | * frames.texi (Input Focus): Minor fix. | 30 | * frames.texi (Input Focus): Minor fix. |