aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2006-10-15 02:54:13 +0000
committerMiles Bader2006-10-15 02:54:13 +0000
commitbb9c4b4f8b3dcd1b5fc96d2d0275cc532832fbd6 (patch)
tree8c4ae9640abcb8f33326e96e661f711417e5307c /src/ChangeLog
parent5be4d5336db8be316100a5b80ee8c5e428438b9e (diff)
parent92edaeeda5c362acf2c7e7f72b3666ab7673699a (diff)
downloademacs-bb9c4b4f8b3dcd1b5fc96d2d0275cc532832fbd6.tar.gz
emacs-bb9c4b4f8b3dcd1b5fc96d2d0275cc532832fbd6.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 460-475) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 145-152) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-118
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog97
1 files changed, 92 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 79bfe7fe4eb..8590cb57230 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,91 @@
12006-10-14 Richard Stallman <rms@gnu.org>
2
3 * sysdep.c (init_sys_modes): Delete DEFVAR_LISP in the wrong place.
4
52006-10-13 Chong Yidong <cyd@stupidchicken.com>
6
7 * xdisp.c (decode_mode_spec): Ignore %c and %l constructs in frame
8 title.
9
102006-10-12 Chong Yidong <cyd@stupidchicken.com>
11
12 * keymap.c (Fkey_binding): Check Lisp_Object types before doing
13 XCAR and XINT.
14
152006-10-12 Romain Francoise <romain@orebokech.com>
16
17 * image.c (xbm_read_bitmap_data): Delete extra semicolon.
18
192006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20
21 * eval.c: Include xterm.h for x_fully_uncatch_errors and friends.
22
23 * dispextern.h: Declare x_create_bitmap_from_xpm_data.
24
25 * xterm.c (x_check_expected_move): Remove unused var `count'.
26
27 * xmenu.c (syms_of_xmenu): Use Ffset rather than Fdefalias, since
28 Fdefalias is not declared in any *.h file.
29
302006-10-09 Chong Yidong <cyd@stupidchicken.com>
31
32 * dispnew.c (sit_for): Sit forever if TIMEOUT is t.
33
34 * keyboard.c (command_loop_1): Handle non-number values of
35 `minibuffer-message-timeout'.
36 (Fexecute_extended_command): Fix typo.
37
38 * minibuf.c (temp_echo_area_glyphs): Sit for
39 `minibuffer-message-timeout' seconds.
40
412006-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
42
43 * macterm.c (mac_draw_image_string, mac_draw_image_string_16):
44 Add argument OVERSTRIKE_P.
45 (mac_draw_string_common, mac_draw_image_string_cg): Likewise.
46 Support overstrike.
47 (mac_draw_string, mac_draw_string_16): Remove functions.
48 (x_draw_glyph_string_foreground): Use overstrike when needed.
49 (x_draw_composite_glyph_string_foreground): Likewise.
50 Use mac_draw_image_string_16 instead of mac_draw_string_16.
51 (mac_load_query_font): Rename from XLoadQueryFont. Take argument F
52 instead of DPY. All uses changed. Don't save/restore font.
53
542006-10-07 Ralf Angeli <angeli@caeruleus.net>
55
56 * w32fns.c (w32_createwindow): Honour left and top positions if
57 supplied explicitly.
58
592006-10-06 Kim F. Storm <storm@cua.dk>
60
61 * xdisp.c (pos_visible_p): Fix value when EOB is visible.
62
632006-10-05 Chong Yidong <cyd@stupidchicken.com>
64
65 * frame.c (Qinhibit_face_set_after_frame_default): New var.
66 (syms_of_frame): Initialize it.
67 (x_set_frame_parameters): Avoid resetting :font attributes to the
68 new-frame defaults.
69
702006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
71
72 * lisp.h (clear_regexp_cache): Declare.
73
74 * search.c (compile_pattern): Only check `cp->syntax_table' if needed.
75 (compile_pattern_1): Remember `used_syntax' in `cp->syntax_table'.
76 (clear_regexp_cache): Only flush those regexps which depend on
77 a syntax-table.
78
79 * regex.c (regex_compile): Set the new `used_syntax' bit.
80
81 * regex.h: Remove file local variables.
82 (struct re_pattern_buffer): New field `used_syntax'.
83
842006-10-03 Kim F. Storm <storm@cua.dk>
85
86 * process.c (list_processes_1): Run sentinels before removing dead
87 processes. Also remove `closed' network connections.
88
12006-10-01 Stefan Monnier <monnier@iro.umontreal.ca> 892006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2 90
3 * xdisp.c (handle_fontified_prop): Don't fontify at EOB. 91 * xdisp.c (handle_fontified_prop): Don't fontify at EOB.
@@ -52,8 +140,8 @@
52 140
532006-09-24 Eli Zaretskii <eliz@gnu.org> 1412006-09-24 Eli Zaretskii <eliz@gnu.org>
54 142
55 * makefile.w32-in ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend 143 * makefile.w32-in ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)):
56 on nt/inc/langinfo.h and nt/inc/nl_types.h. 144 Depend on nt/inc/langinfo.h and nt/inc/nl_types.h.
57 145
58 * w32proc.c (nl_langinfo): New function. 146 * w32proc.c (nl_langinfo): New function.
59 147
@@ -235,8 +323,7 @@
235 323
2362006-09-15 David Kastrup <dak@gnu.org> 3242006-09-15 David Kastrup <dak@gnu.org>
237 325
238 * Makefile.in (keymap.o): Add "keymap.h" and "window.h" 326 * Makefile.in (keymap.o): Add "keymap.h" and "window.h" dependencies.
239 dependencies.
240 327
241 * keymap.c: include "window.h". 328 * keymap.c: include "window.h".
242 (Fcommand_remapping): New optional POSITION argument. 329 (Fcommand_remapping): New optional POSITION argument.
@@ -1477,7 +1564,7 @@
1477 (x_set_offset, x_check_fullscreen): Extensive changes to make 1564 (x_set_offset, x_check_fullscreen): Extensive changes to make
1478 frame positioning deterministic under X. 1565 frame positioning deterministic under X.
1479 1566
1480 * xterm.h (x_output): Added members left_before_move and 1567 * xterm.h (x_output): Add members left_before_move and
1481 top_before_move. Removed members expected_left and expected_top. 1568 top_before_move. Removed members expected_left and expected_top.
1482 1569
14832006-06-16 Kim F. Storm <storm@cua.dk> 15702006-06-16 Kim F. Storm <storm@cua.dk>