]> code.delx.au - gnu-emacs/history - src/mac.c
(make_lispy_event) [MAC_OS]: Get Apple event info from event->arg.
[gnu-emacs] / src / mac.c
2006-05-01 YAMAMOTO Mitsuharu(mac_coerce_file_name_ptr): Try typeFSRef if coercion
2006-04-18 YAMAMOTO Mitsuharu(mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
2006-04-12 YAMAMOTO Mitsuharu(init_process): Remove undef.
2006-03-12 YAMAMOTO Mitsuharu(sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_qui...
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2006-01-05 YAMAMOTO Mitsuharu(mac_coerce_file_name_ptr, mac_coerce_file_name_desc):
2005-12-24 YAMAMOTO Mitsuharu(posix_pathname_to_fsspec, fsspec_to_posix_pathname...
2005-12-22 YAMAMOTO Mitsuharu(Fmac_coerce_ae_data) [MAC_OSX]: Fix memory leak.
2005-12-19 YAMAMOTO Mitsuharu(create_apple_event_from_event_ref): Remove arg `types'.
2005-12-10 YAMAMOTO Mitsuharu(Qundecoded_file_name): New variable.
2005-11-23 YAMAMOTO Mitsuharu(DECODE_UTF_8): Remove macro.
2005-11-15 YAMAMOTO Mitsuharu(HASHKEY_QUERY_CACHE): New define.
2005-11-09 YAMAMOTO Mitsuharu[MAC_OSX] (init_mac_osx_environment): Reinitialize...
2005-10-16 YAMAMOTO Mitsuharu[TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lis...
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-23 YAMAMOTO MitsuharuDon't include stdlib.h or string.h.
2005-07-21 Stefan Monnier(Fmac_code_convert_string): Add comment about Fstring_a...
2005-07-16 YAMAMOTO Mitsuharu[TARGET_API_MAC_CARBON] (Fmac_code_convert_string)...
2005-07-12 YAMAMOTO Mitsuharu[!TARGET_API_MAC_CARBON] Include charset.h, coding...
2005-07-10 Steven TammAdding in functions for setting and retrieving file...
2005-07-04 Lute KamstraUpdate FSF's address.
2005-05-13 YAMAMOTO Mitsuharu[!MAC_OSX] Include keyboard.h and syssignal.h.
2005-05-03 Jan Djärv* mac.c: #undef init_process so not to conflict with...
2005-04-29 YAMAMOTO MitsuharuDon't include time.h. Include sysselect.h after systime.h.
2005-04-24 YAMAMOTO Mitsuharu[!TARGET_API_MAC_CARBON]: Don't include charset.h or...
2005-04-16 YAMAMOTO MitsuharuInclude charset.h and coding.h.
2005-04-14 YAMAMOTO Mitsuharu[!TARGET_API_MAC_CARBON]: Include MacLocales.h. Don...
2005-04-06 YAMAMOTO Mitsuharu(cfdate_to_lisp): Add `const' for variable `epoch_gdate'.
2005-03-17 YAMAMOTO Mitsuharu(HASHKEY_TERMINAL): Remove.
2005-03-16 YAMAMOTO MitsuharuFix typo (skip_while_space -> skip_white_space).
2005-03-16 YAMAMOTO MitsuharuInclude macterm.h instead of directly including Carbon.h.
2005-03-04 YAMAMOTO Mitsuharu[!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
2005-02-03 YAMAMOTO MitsuharuUse MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize...
2004-12-27 Steven Tamm* dispextern.h: Change HAVE_CARBON to MAC_OS.
2004-12-03 Steven Tamm* macterm.h (cfstring_create_with_utf8_cstring): Added...
2004-10-10 Steven Tammmacterm.c (x_raise_frame): Add BLOCK_INPUT around Selec...
2004-10-08 Steven Tammconfig.in (HAVE_MALLOC_MALLOC_H): Regenerate
2004-07-19 Steven Tammmac.c (sys_select): Block input around call to
2004-07-19 Steven TammFixing typo in sys_select.
2004-07-19 Steven TammFixes for Ctrl-G support on carbon, replacing old timeo...
2003-11-22 Lars Hansen(struct my_group): Added.
2003-09-01 Miles BaderAdd arch taglines
2003-04-08 Steven Tammmac.c (init_mac_osx_environment): Switch libexec and...
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2002-12-12 Steven Tamm* macterm.c (mac_check_for_quit_char): Correctly set the
2002-12-10 Steven TammModifying sys_read to not check the event queue if...
2002-12-10 Steven TammFixed OSX sys_read to not call select if IO is non...
2002-12-08 Steven Tammsys_select: Call mac_check_for_quit_char every second...
2002-10-18 Juanma BarranqueroFix typo in comment.
2002-08-16 Andrew Choi2002-08-15 Andrew Choi <akochoi@shaw.ca>
2002-08-11 Andrew Choi2002-08-10 Andrew Choi <akochoi@shaw.ca>
2002-08-02 Andrew Choi2002-08-02 Andrew Choi <akochoi@shaw.ca>
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-06-17 Andrew Choi2002-06-17 Andrew Choi <akochoi@shaw.ca>
2002-06-16 Andrew ChoiIn src/:
2002-05-06 Pavel Janík(mac-cut-function): Doc fix.
2002-04-30 Stefan Monnier(run_mac_command): Update call to openp.
2002-04-26 Andrew ChoiPatch for building Emacs on Mac OS X. April 26, 2002...