comparison src/ChangeLog @ 90399:a5812696f7bf unicode-pre-font-backend

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 274-284) - Update from CVS - Update etc/MORE.STUFF. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 101) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-62
author Miles Bader <miles@gnu.org>
date Wed, 17 May 2006 07:46:49 +0000
parents 146cd8369025 94777c0d5d77
children a8190f7e546e
comparison
equal deleted inserted replaced
90398:1f8d5cd37cf0 90399:a5812696f7bf
1 2006-05-16 Kim F. Storm <storm@cua.dk>
2
3 * xterm.c (handle_one_xevent): Check that f is not NULL before
4 calling x_kill_gs_process.
5
6 2006-05-14 Richard Stallman <rms@gnu.org>
7
8 * textprop.c (Fnext_single_char_property_change)
9 (Fprevious_single_char_property_change): Don't allow returning
10 value beyond LIMIT in any cases.
11 (Fnext_char_property_change, Fprevious_char_property_change): Doc fix.
12
13 * intervals.c (get_local_map): Abort if POSITION outside BEGV, ZV.
14
15 2006-05-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
16
17 * xterm.c (handle_one_xevent): Check that f is not NULL before
18 calling _XEditResCheckMessages.
19
20 2006-05-14 Kim F. Storm <storm@cua.dk>
21
22 * xterm.c (handle_one_xevent): Fix crash in 2006-03-24 change.
23
24 2006-05-13 Eli Zaretskii <eliz@gnu.org>
25
26 * frame.c (x_set_border_width): Fix error message to say "frame",
27 not "window".
28
29 * Makefile.in (SOME_MACHINE_LISP): Add fringe.elc.
30
31 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
32
33 * intervals.c (set_point_both): Fix mixup before before and after
34 in variable names.
35
36 * editfns.c (Fline_beginning_position): Inhibit point-motion hooks
37 while setting point temporarily.
38
39 2006-05-11 Richard Stallman <rms@gnu.org>
40
41 * lread.c (readevalloop): Abort if START non-nil for non-buffer input.
42
43 2006-05-11 Kim F. Storm <storm@cua.dk>
44
45 * xdisp.c (redisplay_tool_bar): Handle large tool-bar-border values.
46
47 2006-05-11 Kenichi Handa <handa@m17n.org>
48
49 * fileio.c (Finsert_file_contents): Fix for the case of IO error
50 while handling replace operation.
51
1 2006-05-10 Kenichi Handa <handa@m17n.org> 52 2006-05-10 Kenichi Handa <handa@m17n.org>
2 53
3 * xfaces.c (realize_default_face) [HAVE_X_WINDOWS]: If the font 54 * xfaces.c (realize_default_face) [HAVE_X_WINDOWS]: If the font
4 chosen for the default face was different from the frame font, 55 chosen for the default face was different from the frame font,
5 adjust the frame font. 56 adjust the frame font.