[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/ChangeLog
From: |
Kim F . Storm |
Subject: |
[Emacs-diffs] Changes to emacs/src/ChangeLog |
Date: |
Thu, 14 Apr 2005 05:04:27 -0400 |
Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4318 emacs/src/ChangeLog:1.4319
*** emacs/src/ChangeLog:1.4318 Thu Apr 14 04:22:48 2005
--- emacs/src/ChangeLog Thu Apr 14 09:04:24 2005
***************
*** 1,7 ****
2005-04-13 Steven Tamm <address@hidden>
! * macterm.c (syms_of_macterm): Removing redundant definition of
! mac-pass-control-to-system
2005-04-12 Stefan Monnier <address@hidden>
--- 1,7 ----
2005-04-13 Steven Tamm <address@hidden>
! * macterm.c (syms_of_macterm): Remove redundant definition of
! mac-pass-control-to-system.
2005-04-12 Stefan Monnier <address@hidden>
***************
*** 18,30 ****
* macterm.c (mac_keyboard_text_encoding)
(current_mac_keyboard_text_encoding): Remove variables.
! (XTread_socket): Store language-change event if keyboard script
! change is detected. Don't convert input to
! `mac_keyboard_text_encoding'.
(syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding.
! * termhooks.h (enum event_kind) [MAC_OS]:
! Add LANGUAGE_CHANGE_EVENT.
2005-04-10 Richard M. Stallman <address@hidden>
--- 18,28 ----
* macterm.c (mac_keyboard_text_encoding)
(current_mac_keyboard_text_encoding): Remove variables.
! (XTread_socket): Store language-change event if keyboard script change
! is detected. Don't convert input to `mac_keyboard_text_encoding'.
(syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding.
! * termhooks.h (enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.
2005-04-10 Richard M. Stallman <address@hidden>
***************
*** 913,921 ****
2005-02-02 Steven Tamm <address@hidden>
! * macfns.c (unwind_create_frame): Fixing compile error due to
xassert being uncondition, but predicate is.
! * dispnew.c (update_window): Fixing compile error due to
xassert being uncondition, but predicate is.
2005-02-02 Miles Bader <address@hidden>
--- 911,919 ----
2005-02-02 Steven Tamm <address@hidden>
! * macfns.c (unwind_create_frame): Fix compile error due to
xassert being uncondition, but predicate is.
! * dispnew.c (update_window): Fix compile error due to
xassert being uncondition, but predicate is.
2005-02-02 Miles Bader <address@hidden>
***************
*** 1059,1064 ****
--- 1057,1063 ----
* s/darwin.h: Removed PTY_ITERATION from here.
(DARWIN): Define.
+
* process.c (init_process): Default process-connection-type to
nil on darwin 6 or less, t if it is 7 or higher. This way the
broken pty behavior is still allowed on darwin 6 for interactive
***************
*** 3564,3571 ****
2004-08-26 Steven Tamm <address@hidden>
* fileio.c (Fread_file_name): Call x_file_dialog on carbon on
! tool-bar/menu click
! * macfns.c (Fx_file_dialog): Implemented using NavServices
2004-08-24 Jan Dj,Ad(Brv <address@hidden>
--- 3563,3570 ----
2004-08-26 Steven Tamm <address@hidden>
* fileio.c (Fread_file_name): Call x_file_dialog on carbon on
! tool-bar/menu click.
! * macfns.c (Fx_file_dialog): Implement using NavServices.
2004-08-24 Jan Dj,Ad(Brv <address@hidden>
***************
*** 5052,5058 ****
2004-04-26 Steven Tamm <address@hidden>
! * lread.c (init_lread): Fixing typo HAVE_CARBON test logic
2004-04-26 Miles Bader <address@hidden>
--- 5051,5057 ----
2004-04-26 Steven Tamm <address@hidden>
! * lread.c (init_lread): Fix typo in HAVE_CARBON test logic.
2004-04-26 Miles Bader <address@hidden>
***************
*** 5507,5516 ****
2004-03-11 Steven Tamm <address@hidden>
! * image.c [MAC_OSX]: Include sys/stat.h
* macfns.c (syms_of_macfns): Remove definitions of things now
! defined in image.c
2004-03-11 Kim F. Storm <address@hidden>
--- 5506,5515 ----
2004-03-11 Steven Tamm <address@hidden>
! * image.c [MAC_OSX]: Include sys/stat.h.
* macfns.c (syms_of_macfns): Remove definitions of things now
! defined in image.c.
2004-03-11 Kim F. Storm <address@hidden>
***************
*** 6220,6226 ****
* macterm.c (Vmac_emulate_three_button_mouse): New variable for
controlling emulation of a three button mouse with option and
command keys.
! (Qreverse, mac_get_enumlated_btn): Handle the emulation
(mac_event_to_emacs_modifiers, XTread_socket): Ditto.
2004-02-15 Kim F. Storm <address@hidden>
--- 6219,6225 ----
* macterm.c (Vmac_emulate_three_button_mouse): New variable for
controlling emulation of a three button mouse with option and
command keys.
! (Qreverse, mac_get_enumlated_btn): Handle the emulation.
(mac_event_to_emacs_modifiers, XTread_socket): Ditto.
2004-02-15 Kim F. Storm <address@hidden>
***************
*** 11160,11166 ****
2003-01-20 Steven Tamm <address@hidden>
! * macterm.c (XTread_socket): Checks for valid, visible window
before sending a scroll-wheel event.
2003-01-20 Richard M. Stallman <address@hidden>
--- 11159,11165 ----
2003-01-20 Steven Tamm <address@hidden>
! * macterm.c (XTread_socket): Check for valid, visible window
before sending a scroll-wheel event.
2003-01-20 Richard M. Stallman <address@hidden>
***************
*** 11519,11525 ****
2002-12-28 Steven Tamm <address@hidden>
! * Makefile.in (macosx-bundle): Fixes to Mac OS X/Carbon port to
allow building in a different directory than source. Uses some
GNU Make extensions, but there is no other make on Mac OS X.
--- 11518,11524 ----
2002-12-28 Steven Tamm <address@hidden>
! * Makefile.in (macosx-bundle): Fix Mac OS X/Carbon port to
allow building in a different directory than source. Uses some
GNU Make extensions, but there is no other make on Mac OS X.
***************
*** 11562,11568 ****
* macterm.c (XTread_socket): Call KeyTranslate for control and
meta to deal correctly shifted non-alpha characters, like C-S-5
! being treated like C-%. Does not look for shift key to deal
with masking off control-key with mac-reverse-ctrl-meta.
2002-12-21 Richard M. Stallman <address@hidden>
--- 11561,11567 ----
* macterm.c (XTread_socket): Call KeyTranslate for control and
meta to deal correctly shifted non-alpha characters, like C-S-5
! being treated like C-%. Do not look for shift key to deal
with masking off control-key with mac-reverse-ctrl-meta.
2002-12-21 Richard M. Stallman <address@hidden>
- [Emacs-diffs] Changes to emacs/src/ChangeLog, (continued)
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F . Storm, 2005/04/06
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F . Storm, 2005/04/08
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F . Storm, 2005/04/08
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Lute Kamstra, 2005/04/09
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Richard M . Stallman, 2005/04/09
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Richard M . Stallman, 2005/04/10
- [Emacs-diffs] Changes to emacs/src/ChangeLog, YAMAMOTO Mitsuharu, 2005/04/12
- [Emacs-diffs] Changes to emacs/src/ChangeLog, YAMAMOTO Mitsuharu, 2005/04/12
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Stefan Monnier, 2005/04/12
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Steven Tamm, 2005/04/14
- [Emacs-diffs] Changes to emacs/src/ChangeLog,
Kim F . Storm <=
- [Emacs-diffs] Changes to emacs/src/ChangeLog, YAMAMOTO Mitsuharu, 2005/04/14
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Luc Teirlinck, 2005/04/15
- [Emacs-diffs] Changes to emacs/src/ChangeLog, YAMAMOTO Mitsuharu, 2005/04/15
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Richard M . Stallman, 2005/04/16
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Dan Nicolaescu, 2005/04/16
- [Emacs-diffs] Changes to emacs/src/ChangeLog, YAMAMOTO Mitsuharu, 2005/04/18
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Thien-Thi Nguyen, 2005/04/18
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Lute Kamstra, 2005/04/18
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Thien-Thi Nguyen, 2005/04/18
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F . Storm, 2005/04/18