aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2006-05-24 09:13:31 +0000
committerKaroly Lorentey2006-05-24 09:13:31 +0000
commit40a1b46245c1a8786324f5a06d6cb8d4bd9d5b74 (patch)
treef45020695e190f511f4faf4dd3ed144059f298c0 /src/ChangeLog
parentdbe9f5ba9648890dc34f4836a49fde766b21ce74 (diff)
parent4ea5193b9cc5c577127ca6c89ecfaad819398d3b (diff)
downloademacs-40a1b46245c1a8786324f5a06d6cb8d4bd9d5b74.tar.gz
emacs-40a1b46245c1a8786324f5a06d6cb8d4bd9d5b74.zip
Merged from emacs@sv.gnu.org
Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-289 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-290 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-291 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-292 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-293 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-567
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog46
1 files changed, 45 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5acc6313bbb..c2fdb389729 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,40 @@
12006-05-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * macterm.c (fn_keycode_to_xkeysym_table, convert_fn_keycode): Remove.
4 (fn_keycode_to_keycode_table) [MAC_OSX]: New variable.
5 (mac_set_unicode_keystroke_event) [TARGET_API_MAC_CARBON]: New function.
6 (XTread_socket) [TARGET_API_MAC_CARBON]: Use it.
7 (XTread_socket) [MAC_OSX]: Try 'uchr' Unicode keyboard-layout
8 resource to backtranslate key with modifiers.
9 (XTread_socket): Don't set read_socket_inev around AEProcessAppleEvent.
10
112006-05-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
12
13 * xterm.c: Remove declarations already in xterm.h
14
15 * xterm.h: Add extern declarations for x_clear_errors,
16 x_fully_uncatch_errors, x_catching_errors and
17 x_alloc_lighter_color_for_widget. Remove duplicated declarations.
18
192006-05-21 Richard Stallman <rms@gnu.org>
20
21 * buffer.c (syms_of_buffer, Fmake_overlay): Doc fixes.
22
232006-05-20 Kim F. Storm <storm@cua.dk>
24
25 * xfaces.c (best_matching_font): Fix crash in 2006-05-17 change.
26
272006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28
29 * macterm.c (convert_fn_keycode): Fix last change.
30
312006-05-19 Eli Zaretskii <eliz@gnu.org>
32
33 * w32.c (init_environment): Perform the processing of environment
34 variables on a copy of default variables and their values, not on
35 the original. Simplify code that calls ExpandEnvironmentStrings
36 and make buf1[] and buf2[] more visible for easier debugging.
37
12006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 382006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 39
3 * frame.c (x_set_border_width): Remove #ifndef MAC_OS. 40 * frame.c (x_set_border_width): Remove #ifndef MAC_OS.
@@ -49,6 +86,13 @@
49 * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by more than 86 * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by more than
50 height of one frame default line. 87 height of one frame default line.
51 88
892006-05-17 Richard Stallman <rms@gnu.org>
90
91 * xfaces.c (better_font_p): Any font beats no font.
92 (best_matching_font): Simplify based on above change.
93
94 * buffer.c (Fprevious_overlay_change, Fnext_overlay_change): Doc fixes.
95
522006-05-16 Kim F. Storm <storm@cua.dk> 962006-05-16 Kim F. Storm <storm@cua.dk>
53 97
54 * xterm.c (handle_one_xevent): Check that f is not NULL before 98 * xterm.c (handle_one_xevent): Check that f is not NULL before
@@ -113,7 +157,7 @@
113 [MAC_OS] (gif_load): Emulate Graphic Control Extension block. 157 [MAC_OS] (gif_load): Emulate Graphic Control Extension block.
114 158
115 * macfns.c (x_to_mac_color): Fix shift amount change. 159 * macfns.c (x_to_mac_color): Fix shift amount change.
116 [USE_MAC_FONT_PANEL] (mac_set_font): Use x_get_focus_frame. 160 (mac_set_font) [USE_MAC_FONT_PANEL]: Use x_get_focus_frame.
117 [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): Doc fix. 161 [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): Doc fix.
118 162
119 * macselect.c (Vmac_service_selection) [MAC_OSX]: Rename from 163 * macselect.c (Vmac_service_selection) [MAC_OSX]: Rename from