Mercurial > emacs
comparison src/ChangeLog @ 43762:761b292721d0
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 07 Mar 2002 00:02:55 +0000 |
parents | d1de9f3f853f |
children | 88569453a212 |
comparison
equal
deleted
inserted
replaced
43761:d1de9f3f853f | 43762:761b292721d0 |
---|---|
2 | 2 |
3 * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor. | 3 * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor. |
4 | 4 |
5 2002-03-06 Gerd Moellmann <gerd@gnu.org> | 5 2002-03-06 Gerd Moellmann <gerd@gnu.org> |
6 | 6 |
7 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now) | 7 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now) |
8 (cancel_echoing, echo_length, echo_truncate): Changed to | 8 (cancel_echoing, echo_length, echo_truncate): Changed to |
9 work with new kboard definition. | 9 work with new kboard definition. |
10 (echo_now): Use message3_nolog instead of message2_nolog. | 10 (echo_now): Use message3_nolog instead of message2_nolog. |
11 | 11 |
12 * alloc.c (mark_kboards): Mark echo_string. | 12 * alloc.c (mark_kboards): Mark echo_string. |
25 | 25 |
26 2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk> | 26 2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk> |
27 | 27 |
28 * frame.c (default-frame-alist): Explain that setting it doesn't | 28 * frame.c (default-frame-alist): Explain that setting it doesn't |
29 affect existing frames. | 29 affect existing frames. |
30 | |
31 2002-03-05 Stefan Monnier <monnier@cs.yale.edu> | |
32 | |
33 * indent.c (skip_invisible): Fix my brain fart. | |
34 | |
35 * dispnew.c (sit_for): Don't wait if executing a kbd macro. | |
30 | 36 |
31 2002-03-04 Stefan Monnier <monnier@cs.yale.edu> | 37 2002-03-04 Stefan Monnier <monnier@cs.yale.edu> |
32 | 38 |
33 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c, | 39 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c, |
34 * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h, | 40 * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h, |
35 * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c, | 41 * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c, |
36 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition | 42 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition |
37 and variables to use EMACS_INT instead of just int. | 43 and variables to use EMACS_INT instead of just int. |
44 | |
45 * buffer.c (syms_of_buffer): Allow non-string `mode-name'. | |
38 | 46 |
39 2002-03-04 Eli Zaretskii <eliz@is.elta.co.il> | 47 2002-03-04 Eli Zaretskii <eliz@is.elta.co.il> |
40 | 48 |
41 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the | 49 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the |
42 environment, pass it down with corrected value. | 50 environment, pass it down with corrected value. |