summaryrefslogtreecommitdiff
path: root/src/mac.c
AgeCommit message (Expand)Author
2005-07-10Adding in functions for setting and retrieving file type infoSteven Tamm
2005-07-04Update FSF's address.Lute Kamstra
2005-05-13[!MAC_OSX] Include keyboard.h and syssignal.h.YAMAMOTO Mitsuharu
2005-05-03* mac.c: #undef init_process so not to conflict with system headers.Jan Djärv
2005-04-29Don't include time.h. Include sysselect.h after systime.h.YAMAMOTO Mitsuharu
2005-04-24[!TARGET_API_MAC_CARBON]: Don't include charset.h or coding.h.YAMAMOTO Mitsuharu
2005-04-16Include charset.h and coding.h.YAMAMOTO Mitsuharu
2005-04-14[!TARGET_API_MAC_CARBON]: Include MacLocales.h. Don't includeYAMAMOTO Mitsuharu
2005-04-06(cfdate_to_lisp): Add `const' for variable `epoch_gdate'.YAMAMOTO Mitsuharu
2005-03-17(HASHKEY_TERMINAL): Remove.YAMAMOTO Mitsuharu
2005-03-16Fix typo (skip_while_space -> skip_white_space).YAMAMOTO Mitsuharu
2005-03-16Include macterm.h instead of directly including Carbon.h.YAMAMOTO Mitsuharu
2005-03-04[!MAC_OSX && HAVE_CARBON]: Include Carbon.h.YAMAMOTO Mitsuharu
2005-02-03Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by the compiling OSYAMAMOTO Mitsuharu
2004-12-27* dispextern.h: Change HAVE_CARBON to MAC_OS.Steven Tamm
2004-12-03* macterm.h (cfstring_create_with_utf8_cstring): Added prototype.Steven Tamm
2004-10-10macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindowSteven Tamm
2004-10-08config.in (HAVE_MALLOC_MALLOC_H): RegenerateSteven Tamm
2004-07-19mac.c (sys_select): Block input around call toSteven Tamm
2004-07-19Fixing typo in sys_select.Steven Tamm
2004-07-19Fixes for Ctrl-G support on carbon, replacing old timeout based pollingSteven Tamm
2003-11-22(struct my_group): Added.Lars Hansen
2003-09-01Add arch taglinesMiles Bader
2003-04-08mac.c (init_mac_osx_environment): Switch libexec and bin so that self-Steven Tamm
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2002-12-12* macterm.c (mac_check_for_quit_char): Correctly set theSteven Tamm
2002-12-10Modifying sys_read to not check the event queue if timeout=0 and to neverSteven Tamm
2002-12-10Fixed OSX sys_read to not call select if IO is non-blockingSteven Tamm
2002-12-08sys_select: Call mac_check_for_quit_char every second while blockingSteven Tamm
2002-10-18Fix typo in comment.Juanma Barranquero
2002-08-162002-08-15 Andrew Choi <akochoi@shaw.ca>Andrew Choi
2002-08-112002-08-10 Andrew Choi <akochoi@shaw.ca>Andrew Choi
2002-08-022002-08-02 Andrew Choi <akochoi@shaw.ca>Andrew Choi
2002-07-15Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn
2002-06-172002-06-17 Andrew Choi <akochoi@shaw.ca>Andrew Choi
2002-06-16In src/:Andrew Choi
2002-05-06(mac-cut-function): Doc fix.Pavel Janík
2002-04-30(run_mac_command): Update call to openp.Stefan Monnier
2002-04-26Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi