aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6719d2b3b1b..554c2c6dd11 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12007-01-20 Eli Zaretskii <eliz@gnu.org>
2
3 * .gdbinit (ppt, xtype, xmisctype, xint, xptr, xmarker, xframe)
4 (xbuffer, xcons, xcar, xcdr): Fix doc strings.
5
12007-01-20 Chong Yidong <cyd@stupidchicken.com> 62007-01-20 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * keyboard.c (read_key_sequence): Extract local map only if the 8 * keyboard.c (read_key_sequence): Extract local map only if the
@@ -14,17 +19,17 @@
14 19
152007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 202007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16 21
17 * macmenu.c [TARGET_API_MAC_CARBON] (create_and_show_dialog): 22 * macmenu.c (create_and_show_dialog) [TARGET_API_MAC_CARBON]:
18 Create movable modal window instead of movable alert window. 23 Create movable modal window instead of movable alert window.
19 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]: Use 24 (create_and_show_dialog) [!MAC_OSX]: Use DeactivateControl instead
20 DeactivateControl instead of DisableControl. 25 of DisableControl.
21 26
22 * macselect.c (Fmac_resume_apple_event): Set error number when 27 * macselect.c (Fmac_resume_apple_event): Set error number when
23 descriptor type of reply is non-null. 28 descriptor type of reply is non-null.
24 29
252007-01-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 302007-01-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26 31
27 * macmenu.c [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use 32 * macmenu.c (create_and_show_dialog) [TARGET_API_MAC_CARBON]: Use
28 DisableControl for disabled items. Set default button to first 33 DisableControl for disabled items. Set default button to first
29 enabled one. Use icon of application in execution. 34 enabled one. Use icon of application in execution.
30 35