Mercurial > emacs
comparison src/ChangeLog @ 47943:9f8c520b2a12
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 18 Oct 2002 10:11:25 +0000 |
parents | a07406791273 |
children | 0a8bff6f0168 |
comparison
equal
deleted
inserted
replaced
47942:080b4586492b | 47943:9f8c520b2a12 |
---|---|
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. |
4 | 8 |
5 2002-10-16 Richard M. Stallman <rms@gnu.org> | 9 2002-10-16 Richard M. Stallman <rms@gnu.org> |
2288 * msdos.c (Qhbar): New variable. | 2292 * msdos.c (Qhbar): New variable. |
2289 (syms_of_msdos): Intern and staticpro it. | 2293 (syms_of_msdos): Intern and staticpro it. |
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 |
2297 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR. | 2301 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR. |
2298 | 2302 |