diff options
| author | Eli Zaretskii | 2007-01-20 16:20:19 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-01-20 16:20:19 +0000 |
| commit | 4e251bd154ee13b973c6609ae74ff17eeace382f (patch) | |
| tree | a6b31aa74f6d443358696a2ccec2a6563ca9958e /src/ChangeLog | |
| parent | 5ebc76c996074bbff3e356de59ba64737639664d (diff) | |
| download | emacs-4e251bd154ee13b973c6609ae74ff17eeace382f.tar.gz emacs-4e251bd154ee13b973c6609ae74ff17eeace382f.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-01-20 Chong Yidong <cyd@stupidchicken.com> | 6 | 2007-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 | ||
| 15 | 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 20 | 2007-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 | ||
| 25 | 2007-01-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 30 | 2007-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 | ||