diff options
| author | Miles Bader | 2007-05-13 01:31:05 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-05-13 01:31:05 +0000 |
| commit | baa157cd2301a9ee934f79a31ba04f5352e82254 (patch) | |
| tree | ab1bf53a392cb83eda21b6e64f60d3991f3e130d /src/ChangeLog | |
| parent | fb0b0862c648515df5c81ea973cb8a118f85e6ed (diff) | |
| parent | 85ffff84ec1cb5d1a202136d3275bcf031ce6e73 (diff) | |
| download | emacs-baa157cd2301a9ee934f79a31ba04f5352e82254.tar.gz emacs-baa157cd2301a9ee934f79a31ba04f5352e82254.zip | |
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 14-15)
- Update from CVS
2007-05-12 Richard M. Stallman <rms@gnu.org>
* etc/refcard.tex (section{Incremental Search}): Minor corrections.
2007-05-12 Richard M. Stallman <rms@gnu.org>
* lispref/text.texi (Margins): indent-to-left-margin is not the default.
(Mode-Specific Indent): For indent-line-function, the default
is indent-relative.
* lispref/modes.texi (Example Major Modes): Explain last line of text-mode
is redundant.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-746
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b2e3338e98d..1fd66a4836b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,8 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * image.c (pbm_load): Correctly check image size for greyscale pbm. | 3 | * image.c (pbm_load): Correctly check image size for greyscale pbm. |
| 4 | 4 | ||
| 5 | * xterm.c (XTread_socket): Yet another uncaught X error | 5 | * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC). |
| 6 | crash (YAUXEC). | ||
| 7 | 6 | ||
| 8 | 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| 9 | 8 | ||