comparison src/ChangeLog @ 48096:75bdf0931b4c

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 31 Oct 2002 00:42:35 +0000
parents b7cdece1cebf
children 9928508424ca
comparison
equal deleted inserted replaced
48095:cce15dd3ec16 48096:75bdf0931b4c
1 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
2
3 * editfns.c (overlays_around, get_pos_property): New funs.
4 (find_field): Use them.
5 Also be careful not to modify POS before its last use.
6 (Fmessage): Don't Fformat if there's nothing to format.
7
1 2002-10-30 Dave Love <fx@gnu.org> 8 2002-10-30 Dave Love <fx@gnu.org>
2 9
3 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h. 10 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
4 [HAVE_PTY_H]; Include pty.h. 11 [HAVE_PTY_H]; Include pty.h.
5 12
12 (XSetIMValues) [HAVE_X11R6]: Prototype. 19 (XSetIMValues) [HAVE_X11R6]: Prototype.
13 20
14 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended. 21 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
15 (lispy_kana_keys): Comment out. 22 (lispy_kana_keys): Comment out.
16 (make_lispy_event) [XK_kana_A]: Comment out. 23 (make_lispy_event) [XK_kana_A]: Comment out.
17 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>: Fix 24 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
18 sprintf call. 25 Fix sprintf call.
19 26
20 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by 27 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
21 regexp.h change). 28 regexp.h change).
22 (TERMINFO, LIBS_TERMCAP): Define. 29 (TERMINFO, LIBS_TERMCAP): Define.
23 30