diff options
| author | Miles Bader | 2004-07-17 02:46:48 +0000 |
|---|---|---|
| committer | Miles Bader | 2004-07-17 02:46:48 +0000 |
| commit | 21d1ca18bfb71eb82b574fd55339bc7441e6a449 (patch) | |
| tree | 454ad66687571c05feba856074dca94209292a4a /lispref/ChangeLog | |
| parent | 89f3c0c9fda25756ee311a6d0467a97bac203eb5 (diff) | |
| parent | dd0a3ea36a52518f4fcd2dea97859cfba63158f8 (diff) | |
| download | emacs-21d1ca18bfb71eb82b574fd55339bc7441e6a449.tar.gz emacs-21d1ca18bfb71eb82b574fd55339bc7441e6a449.zip | |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-24
Merge from lorentey@elte.hu--2004/emacs--hacks--0, emacs--cvs-trunk--0
Patches applied:
* lorentey@elte.hu--2004/emacs--hacks--0--patch-2
Prevent special events from appending dashes to the echo string.
* lorentey@elte.hu--2004/emacs--hacks--0--patch-4
Added ChangeLog entry.
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-451
Update from CVS: lisp/subr.el (get-buffer-window-list): Doc fix.
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-452
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-454
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-455
Bash the dashes
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-456
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-458
Update from CVS
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index cdf120e7a41..a8c9c295a83 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2004-07-16 Jim Blandy <jimb@redhat.com> | ||
| 2 | |||
| 3 | * searching.texi (Regexp Backslash): Document new \_< and \_> | ||
| 4 | operators. | ||
| 5 | |||
| 6 | 2004-07-16 Juanma Barranquero <lektu@terra.es> | ||
| 7 | |||
| 8 | * display.texi (Images): Fix Texinfo usage. | ||
| 9 | |||
| 10 | 2004-07-14 Luc Teirlinck <teirllm@auburn.edu> | ||
| 11 | |||
| 12 | * buffers.texi (Modification Time): `visited-file-modtime' now | ||
| 13 | returns a list of two integers, instead of a cons. | ||
| 14 | |||
| 15 | 2004-07-13 Luc Teirlinck <teirllm@auburn.edu> | ||
| 16 | |||
| 17 | * windows.texi: Various changes in addition to: | ||
| 18 | (Splitting Windows): Add `split-window-keep-point'. | ||
| 19 | |||
| 1 | 2004-07-09 Richard M. Stallman <rms@gnu.org> | 20 | 2004-07-09 Richard M. Stallman <rms@gnu.org> |
| 2 | 21 | ||
| 3 | * frames.texi (Input Focus): Minor fix. | 22 | * frames.texi (Input Focus): Minor fix. |