diff options
| author | Kim F. Storm | 2005-04-14 09:04:24 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-04-14 09:04:24 +0000 |
| commit | 7e26f91b045ccb2bf73b7a1532bb1da200e0bdd3 (patch) | |
| tree | 74fd67912cbe21db45c0ffbd61ce6f2cfdebeb05 | |
| parent | 543816917681062825a46e228d0158e80ab5b70c (diff) | |
| download | emacs-7e26f91b045ccb2bf73b7a1532bb1da200e0bdd3.tar.gz emacs-7e26f91b045ccb2bf73b7a1532bb1da200e0bdd3.zip | |
*** empty log message ***
| -rw-r--r-- | src/ChangeLog | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 08ee33d40e8..b8fcfe614e6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 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 | ||
| @@ -18,13 +18,11 @@ | |||
| 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 | ||
| @@ -913,9 +911,9 @@ | |||
| 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> |
| @@ -1059,6 +1057,7 @@ | |||
| 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 |
| @@ -3564,8 +3563,8 @@ | |||
| 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 | ||
| @@ -5052,7 +5051,7 @@ | |||
| 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 | ||
| @@ -5507,10 +5506,10 @@ | |||
| 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 | ||
| @@ -6220,7 +6219,7 @@ | |||
| 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> |
| @@ -11160,7 +11159,7 @@ | |||
| 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> |
| @@ -11519,7 +11518,7 @@ | |||
| 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 | ||
| @@ -11562,7 +11561,7 @@ | |||
| 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> |