diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 84 |
1 files changed, 79 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 867306579ab..ba816a9e2f0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,81 @@ | |||
| 1 | 2006-03-31 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * xfns.c (xg_set_icon): Delete superfluous UNGCPRO. | ||
| 4 | |||
| 5 | 2006-03-30 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 6 | |||
| 7 | * xdisp.c (syms_of_xdisp): Fix variable name. | ||
| 8 | |||
| 9 | 2006-03-30 Kenichi Handa <handa@m17n.org> | ||
| 10 | |||
| 11 | * xterm.c (x_term_init): Delete superfluous UNGCPRO. | ||
| 12 | |||
| 13 | 2006-03-29 Juanma Barranquero <lekktu@gmail.com> | ||
| 14 | |||
| 15 | * keyboard.c (process_tool_bar_item): Reorder dummy args. | ||
| 16 | |||
| 17 | 2006-03-29 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 18 | |||
| 19 | * keyboard.c (tool_bar_items): Use map_keymap. | ||
| 20 | (process_tool_bar_item): Add dummy args to fit the required interface. | ||
| 21 | |||
| 22 | 2006-03-25 Eli Zaretskii <eliz@gnu.org> | ||
| 23 | |||
| 24 | * .gdbinit (pr, pp, pp1, pv, pv1): Force print_output_debug_flag | ||
| 25 | to zero before calling debug_print or safe_debug_print. | ||
| 26 | |||
| 27 | * print.c (print_output_debug_flag): New global variable. | ||
| 28 | (Fexternal_debugging_output) [WINDOWSNT]: Don't call | ||
| 29 | OutputDebugString if print_output_debug_flag is zero. | ||
| 30 | |||
| 31 | 2006-03-24 Paul Eggert <eggert@cs.ucla.edu> | ||
| 32 | |||
| 33 | * editfns.c (TM_YEAR_BASE): Move up, so the changes below can use it. | ||
| 34 | (Fdecode_time, Fencode_time): Use TM_YEAR_BASE instead of 1900. | ||
| 35 | (Fdecode_time): Cast tm_year to EMACS_INT. | ||
| 36 | (Fcurrent_time_string): Report an invalid time specification if | ||
| 37 | the argument is invalid. Also, check for out-of-range time stamps. | ||
| 38 | |||
| 39 | 2006-03-24 Kim F. Storm <storm@cua.dk> | ||
| 40 | |||
| 41 | * xterm.c (handle_one_xevent): | ||
| 42 | * w32term.c (w32_read_socket): | ||
| 43 | * macterm.c (XTread_socket): Don't let key-press clear mouse face | ||
| 44 | on in toolbar window if mouse-highlight is an integer. | ||
| 45 | |||
| 46 | * fns.c (sxhash_list): Include last non-nil CDR in hash. | ||
| 47 | |||
| 48 | 2006-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 49 | |||
| 50 | * macmenu.c (enum mac_menu_kind): New enum. | ||
| 51 | (min_menu_id): New variable. | ||
| 52 | (POPUP_SUBMENU_ID, MIN_POPUP_SUBMENU_ID, MIN_MENU_ID) | ||
| 53 | (MIN_SUBMENU_ID): Remove defines. All uses are replaced with | ||
| 54 | min_menu_id and enumerators in enum mac_menu_kind. | ||
| 55 | (fill_menu, dispose_menus, install_menu_quit_handler): New arg KIND. | ||
| 56 | All uses changed. Add range check for menu ID. | ||
| 57 | (fill_menubar): Add range check for menu ID. | ||
| 58 | [HAVE_CANCELMENUTRACKING] (menu_quit_handler): Check error code of | ||
| 59 | GetEventParameter. | ||
| 60 | (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler | ||
| 61 | for each menu kind. | ||
| 62 | |||
| 63 | 2006-03-22 Kim F. Storm <storm@cua.dk> | ||
| 64 | |||
| 65 | * xdisp.c: Undo 2006-03-21 change. | ||
| 66 | |||
| 67 | * term.c: Define aliases for append_glyph and produce_stretch_glyph | ||
| 68 | when `static' is defined to avoid name clash with those in xdisp.c. | ||
| 69 | |||
| 70 | * process.c (Faccept_process_output): Fix to comply with lisp reference. | ||
| 71 | Change arg "timeout" to "seconds" and allow both integer and float value. | ||
| 72 | Change arg "timeout-msec" to "millisec" and interpret" as milliseconds | ||
| 73 | rather than microseconds. Fix doc string accordingly. | ||
| 74 | |||
| 1 | 2006-03-21 Ken Raeburn <raeburn@raeburn.org> | 75 | 2006-03-21 Ken Raeburn <raeburn@raeburn.org> |
| 2 | 76 | ||
| 3 | * xdisp.c (store_next_glyph): Renamed from append_glyph. | 77 | * xdisp.c (store_next_glyph): Rename from append_glyph. |
| 4 | (generate_stretch_glyph): Renamed from produce_stretch_glyph. | 78 | (generate_stretch_glyph): Rename from produce_stretch_glyph. |
| 5 | All callers changed accordingly. | 79 | All callers changed accordingly. |
| 6 | 80 | ||
| 7 | 2006-03-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 81 | 2006-03-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| @@ -842,8 +916,8 @@ | |||
| 842 | 916 | ||
| 843 | * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries. | 917 | * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries. |
| 844 | (find_field): Set before_field to after_field when pos is at BEGV. | 918 | (find_field): Set before_field to after_field when pos is at BEGV. |
| 845 | (Fline_beginning_position, Fline_end_position): Clarify | 919 | (Fline_beginning_position, Fline_end_position): |
| 846 | confusing doc string. | 920 | Clarify confusing doc string. |
| 847 | 921 | ||
| 848 | * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc | 922 | * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc |
| 849 | string. | 923 | string. |
| @@ -1772,7 +1846,7 @@ | |||
| 1772 | 2005-11-11 David Reitter <david.reitter@gmail.com> | 1846 | 2005-11-11 David Reitter <david.reitter@gmail.com> |
| 1773 | 1847 | ||
| 1774 | * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey, | 1848 | * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey, |
| 1775 | macMetaKey, macAltKey. Introduce Qctrl, Qmeta, | 1849 | macMetaKey, macAltKey. Introduce Qctrl, Qmeta, |
| 1776 | Vmac_control_modifier / mac-control-modifier, | 1850 | Vmac_control_modifier / mac-control-modifier, |
| 1777 | Vmac_option_modifier / mac-option-modifier, | 1851 | Vmac_option_modifier / mac-option-modifier, |
| 1778 | Vmac_command_modifier / mac-command-modifier. | 1852 | Vmac_command_modifier / mac-command-modifier. |