diff options
| author | Juanma Barranquero | 2002-10-18 10:11:25 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-10-18 10:11:25 +0000 |
| commit | d9c25020a03cfa212e61afc0274310e55b1b3932 (patch) | |
| tree | ccb212a702360e9f79717a7936b6abfede783581 /src | |
| parent | 7d0393cf12f2e50ee50e1a1fd73a60e9ef1f56ac (diff) | |
| download | emacs-d9c25020a03cfa212e61afc0274310e55b1b3932.tar.gz emacs-d9c25020a03cfa212e61afc0274310e55b1b3932.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8bad13f10de..33e2b5b388a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-10-17 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * lread.c (syms_of_lread): Fix typos. | ||
| 4 | |||
| 1 | 2002-10-17 Dave Love <fx@gnu.org> | 5 | 2002-10-17 Dave Love <fx@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (TEMACS_LDFLAGS): Add trailing comment. | 7 | * Makefile.in (TEMACS_LDFLAGS): Add trailing comment. |
| @@ -2290,7 +2294,7 @@ | |||
| 2290 | (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar' | 2294 | (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar' |
| 2291 | cursor type. | 2295 | cursor type. |
| 2292 | 2296 | ||
| 2293 | 2002-04-19 Dave Lambert <dlambert@acm.org> | 2297 | 2002-04-19 Dave Lambert <dlambert@acm.org> |
| 2294 | 2298 | ||
| 2295 | Theses change implement an underscore-like (`hbar') cursor. | 2299 | Theses change implement an underscore-like (`hbar') cursor. |
| 2296 | 2300 | ||