Mercurial > emacs
comparison src/ChangeLog @ 61549:ea4a1cc32ecd
*** empty log message ***
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Thu, 14 Apr 2005 09:04:24 +0000 |
| parents | 82d07a2586a0 |
| children | 72c95a1c84c6 |
comparison
equal
deleted
inserted
replaced
| 61548:824a23e84cbd | 61549:ea4a1cc32ecd |
|---|---|
| 1 2005-04-13 Steven Tamm <steventamm@mac.com> | 1 2005-04-13 Steven Tamm <steventamm@mac.com> |
| 2 | 2 |
| 3 * macterm.c (syms_of_macterm): Removing redundant definition of | 3 * macterm.c (syms_of_macterm): Remove redundant definition of |
| 4 mac-pass-control-to-system | 4 mac-pass-control-to-system. |
| 5 | 5 |
| 6 2005-04-12 Stefan Monnier <monnier@iro.umontreal.ca> | 6 2005-04-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 7 | 7 |
| 8 * window.c (Fset_window_configuration): Be careful when you choose | 8 * window.c (Fset_window_configuration): Be careful when you choose |
| 9 among several possible points for the new_current_buffer. | 9 among several possible points for the new_current_buffer. |
| 16 (syms_of_keyboard) [MAC_OS]: Intern and staticpro it. | 16 (syms_of_keyboard) [MAC_OS]: Intern and staticpro it. |
| 17 (kbd_buffer_get_event) [MAC_OS]: Make event for LANGUAGE_CHANGE_EVENT. | 17 (kbd_buffer_get_event) [MAC_OS]: Make event for LANGUAGE_CHANGE_EVENT. |
| 18 | 18 |
| 19 * macterm.c (mac_keyboard_text_encoding) | 19 * macterm.c (mac_keyboard_text_encoding) |
| 20 (current_mac_keyboard_text_encoding): Remove variables. | 20 (current_mac_keyboard_text_encoding): Remove variables. |
| 21 (XTread_socket): Store language-change event if keyboard script | 21 (XTread_socket): Store language-change event if keyboard script change |
| 22 change is detected. Don't convert input to | 22 is detected. Don't convert input to `mac_keyboard_text_encoding'. |
| 23 `mac_keyboard_text_encoding'. | |
| 24 (syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding. | 23 (syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding. |
| 25 | 24 |
| 26 * termhooks.h (enum event_kind) [MAC_OS]: | 25 * termhooks.h (enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT. |
| 27 Add LANGUAGE_CHANGE_EVENT. | |
| 28 | 26 |
| 29 2005-04-10 Richard M. Stallman <rms@gnu.org> | 27 2005-04-10 Richard M. Stallman <rms@gnu.org> |
| 30 | 28 |
| 31 * emacs.c (standard_args): Rename --bare-bones to --quick. | 29 * emacs.c (standard_args): Rename --bare-bones to --quick. |
| 32 Add -D aka --basic-display. | 30 Add -D aka --basic-display. |
| 911 | 909 |
| 912 * buffer.c (Fbury_buffer): Doc fix. | 910 * buffer.c (Fbury_buffer): Doc fix. |
| 913 | 911 |
| 914 2005-02-02 Steven Tamm <steventamm@mac.com> | 912 2005-02-02 Steven Tamm <steventamm@mac.com> |
| 915 | 913 |
| 916 * macfns.c (unwind_create_frame): Fixing compile error due to | 914 * macfns.c (unwind_create_frame): Fix compile error due to |
| 917 xassert being uncondition, but predicate is. | 915 xassert being uncondition, but predicate is. |
| 918 * dispnew.c (update_window): Fixing compile error due to | 916 * dispnew.c (update_window): Fix compile error due to |
| 919 xassert being uncondition, but predicate is. | 917 xassert being uncondition, but predicate is. |
| 920 | 918 |
| 921 2005-02-02 Miles Bader <miles@gnu.org> | 919 2005-02-02 Miles Bader <miles@gnu.org> |
| 922 | 920 |
| 923 * dispextern.h (xassert): Enable unconditionally. | 921 * dispextern.h (xassert): Enable unconditionally. |
| 1057 | 1055 |
| 1058 2005-01-22 Steven Tamm <steventamm@mac.com> | 1056 2005-01-22 Steven Tamm <steventamm@mac.com> |
| 1059 | 1057 |
| 1060 * s/darwin.h: Removed PTY_ITERATION from here. | 1058 * s/darwin.h: Removed PTY_ITERATION from here. |
| 1061 (DARWIN): Define. | 1059 (DARWIN): Define. |
| 1060 | |
| 1062 * process.c (init_process): Default process-connection-type to | 1061 * process.c (init_process): Default process-connection-type to |
| 1063 nil on darwin 6 or less, t if it is 7 or higher. This way the | 1062 nil on darwin 6 or less, t if it is 7 or higher. This way the |
| 1064 broken pty behavior is still allowed on darwin 6 for interactive | 1063 broken pty behavior is still allowed on darwin 6 for interactive |
| 1065 processes for people that know what they are doing. | 1064 processes for people that know what they are doing. |
| 1066 | 1065 |
| 3562 (add_menu_item): Use SetMenuItemWithCFString | 3561 (add_menu_item): Use SetMenuItemWithCFString |
| 3563 | 3562 |
| 3564 2004-08-26 Steven Tamm <steventamm@mac.com> | 3563 2004-08-26 Steven Tamm <steventamm@mac.com> |
| 3565 | 3564 |
| 3566 * fileio.c (Fread_file_name): Call x_file_dialog on carbon on | 3565 * fileio.c (Fread_file_name): Call x_file_dialog on carbon on |
| 3567 tool-bar/menu click | 3566 tool-bar/menu click. |
| 3568 * macfns.c (Fx_file_dialog): Implemented using NavServices | 3567 * macfns.c (Fx_file_dialog): Implement using NavServices. |
| 3569 | 3568 |
| 3570 2004-08-24 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 3569 2004-08-24 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 3571 | 3570 |
| 3572 * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed. | 3571 * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed. |
| 3573 | 3572 |
| 5050 * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray) | 5049 * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray) |
| 5051 (mapcar1): Likewise. | 5050 (mapcar1): Likewise. |
| 5052 | 5051 |
| 5053 2004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local> | 5052 2004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local> |
| 5054 | 5053 |
| 5055 * lread.c (init_lread): Fixing typo HAVE_CARBON test logic | 5054 * lread.c (init_lread): Fix typo in HAVE_CARBON test logic. |
| 5056 | 5055 |
| 5057 2004-04-26 Miles Bader <miles@gnu.org> | 5056 2004-04-26 Miles Bader <miles@gnu.org> |
| 5058 | 5057 |
| 5059 * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c. | 5058 * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c. |
| 5060 | 5059 |
| 5505 (GTK_OBJ) [USE_GTK]: New declaration. | 5504 (GTK_OBJ) [USE_GTK]: New declaration. |
| 5506 (obj): Add $(GTK_OBJ) to list. | 5505 (obj): Add $(GTK_OBJ) to list. |
| 5507 | 5506 |
| 5508 2004-03-11 Steven Tamm <steventamm@mac.com> | 5507 2004-03-11 Steven Tamm <steventamm@mac.com> |
| 5509 | 5508 |
| 5510 * image.c [MAC_OSX]: Include sys/stat.h | 5509 * image.c [MAC_OSX]: Include sys/stat.h. |
| 5511 | 5510 |
| 5512 * macfns.c (syms_of_macfns): Remove definitions of things now | 5511 * macfns.c (syms_of_macfns): Remove definitions of things now |
| 5513 defined in image.c | 5512 defined in image.c. |
| 5514 | 5513 |
| 5515 2004-03-11 Kim F. Storm <storm@cua.dk> | 5514 2004-03-11 Kim F. Storm <storm@cua.dk> |
| 5516 | 5515 |
| 5517 The following changes consolidates the identical/similar image | 5516 The following changes consolidates the identical/similar image |
| 5518 support code previously found in xfns.c, w32fns.c, and macfns.c | 5517 support code previously found in xfns.c, w32fns.c, and macfns.c |
| 6218 2004-02-15 Steven Tamm <steventamm@mac.com> | 6217 2004-02-15 Steven Tamm <steventamm@mac.com> |
| 6219 | 6218 |
| 6220 * macterm.c (Vmac_emulate_three_button_mouse): New variable for | 6219 * macterm.c (Vmac_emulate_three_button_mouse): New variable for |
| 6221 controlling emulation of a three button mouse with option and | 6220 controlling emulation of a three button mouse with option and |
| 6222 command keys. | 6221 command keys. |
| 6223 (Qreverse, mac_get_enumlated_btn): Handle the emulation | 6222 (Qreverse, mac_get_enumlated_btn): Handle the emulation. |
| 6224 (mac_event_to_emacs_modifiers, XTread_socket): Ditto. | 6223 (mac_event_to_emacs_modifiers, XTread_socket): Ditto. |
| 6225 | 6224 |
| 6226 2004-02-15 Kim F. Storm <storm@cua.dk> | 6225 2004-02-15 Kim F. Storm <storm@cua.dk> |
| 6227 | 6226 |
| 6228 * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries. | 6227 * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries. |
| 11158 (set_frame_menubar): Save menu_items_n_panes from each call to | 11157 (set_frame_menubar): Save menu_items_n_panes from each call to |
| 11159 parse_single_submenu and use it when calling digest_single_submenu. | 11158 parse_single_submenu and use it when calling digest_single_submenu. |
| 11160 | 11159 |
| 11161 2003-01-20 Steven Tamm <steventamm@mac.com> | 11160 2003-01-20 Steven Tamm <steventamm@mac.com> |
| 11162 | 11161 |
| 11163 * macterm.c (XTread_socket): Checks for valid, visible window | 11162 * macterm.c (XTread_socket): Check for valid, visible window |
| 11164 before sending a scroll-wheel event. | 11163 before sending a scroll-wheel event. |
| 11165 | 11164 |
| 11166 2003-01-20 Richard M. Stallman <rms@gnu.org> | 11165 2003-01-20 Richard M. Stallman <rms@gnu.org> |
| 11167 | 11166 |
| 11168 * xdisp.c (redisplay_window): If mini window's buffer is not | 11167 * xdisp.c (redisplay_window): If mini window's buffer is not |
| 11517 | 11516 |
| 11518 * data.c (Fstring_to_number, Fminus): Better English in doc strings. | 11517 * data.c (Fstring_to_number, Fminus): Better English in doc strings. |
| 11519 | 11518 |
| 11520 2002-12-28 Steven Tamm <steventamm@mac.com> | 11519 2002-12-28 Steven Tamm <steventamm@mac.com> |
| 11521 | 11520 |
| 11522 * Makefile.in (macosx-bundle): Fixes to Mac OS X/Carbon port to | 11521 * Makefile.in (macosx-bundle): Fix Mac OS X/Carbon port to |
| 11523 allow building in a different directory than source. Uses some | 11522 allow building in a different directory than source. Uses some |
| 11524 GNU Make extensions, but there is no other make on Mac OS X. | 11523 GNU Make extensions, but there is no other make on Mac OS X. |
| 11525 | 11524 |
| 11526 2002-12-26 Francesco Potort,Al(B <pot@gnu.org> | 11525 2002-12-26 Francesco Potort,Al(B <pot@gnu.org> |
| 11527 | 11526 |
| 11560 | 11559 |
| 11561 2002-12-22 Steven Tamm <steventamm@mac.com> | 11560 2002-12-22 Steven Tamm <steventamm@mac.com> |
| 11562 | 11561 |
| 11563 * macterm.c (XTread_socket): Call KeyTranslate for control and | 11562 * macterm.c (XTread_socket): Call KeyTranslate for control and |
| 11564 meta to deal correctly shifted non-alpha characters, like C-S-5 | 11563 meta to deal correctly shifted non-alpha characters, like C-S-5 |
| 11565 being treated like C-%. Does not look for shift key to deal | 11564 being treated like C-%. Do not look for shift key to deal |
| 11566 with masking off control-key with mac-reverse-ctrl-meta. | 11565 with masking off control-key with mac-reverse-ctrl-meta. |
| 11567 | 11566 |
| 11568 2002-12-21 Richard M. Stallman <rms@gnu.org> | 11567 2002-12-21 Richard M. Stallman <rms@gnu.org> |
| 11569 | 11568 |
| 11570 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS. | 11569 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS. |
