aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac.c
Commit message (Expand)AuthorAgeFilesLines
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* Don't include stdlib.h or string.h.YAMAMOTO Mitsuharu2005-07-231-29/+29
* (Fmac_code_convert_string): Add comment about Fstring_as_unibyte.Stefan Monnier2005-07-211-1/+5
* [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): UseYAMAMOTO Mitsuharu2005-07-161-1/+1
* [!TARGET_API_MAC_CARBON] Include charset.h, coding.h, and Endian.h.YAMAMOTO Mitsuharu2005-07-121-59/+136
* Adding in functions for setting and retrieving file type infoSteven Tamm2005-07-101-0/+209
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* [!MAC_OSX] Include keyboard.h and syssignal.h.YAMAMOTO Mitsuharu2005-05-131-125/+174
* * mac.c: #undef init_process so not to conflict with system headers.Jan Djärv2005-05-031-0/+1
* Don't include time.h. Include sysselect.h after systime.h.YAMAMOTO Mitsuharu2005-04-291-2/+1
* [!TARGET_API_MAC_CARBON]: Don't include charset.h or coding.h.YAMAMOTO Mitsuharu2005-04-241-176/+232
* Include charset.h and coding.h.YAMAMOTO Mitsuharu2005-04-161-5/+37
* [!TARGET_API_MAC_CARBON]: Include MacLocales.h. Don't includeYAMAMOTO Mitsuharu2005-04-141-0/+40
* (cfdate_to_lisp): Add `const' for variable `epoch_gdate'.YAMAMOTO Mitsuharu2005-04-061-24/+11
* (HASHKEY_TERMINAL): Remove.YAMAMOTO Mitsuharu2005-03-171-48/+65
* Fix typo (skip_while_space -> skip_white_space).YAMAMOTO Mitsuharu2005-03-161-4/+4
* Include macterm.h instead of directly including Carbon.h.YAMAMOTO Mitsuharu2005-03-161-31/+973
* [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.YAMAMOTO Mitsuharu2005-03-041-22/+76
* Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by the compiling OSYAMAMOTO Mitsuharu2005-02-031-1/+1
* * dispextern.h: Change HAVE_CARBON to MAC_OS.Steven Tamm2004-12-271-97/+247
* * macterm.h (cfstring_create_with_utf8_cstring): Added prototype.Steven Tamm2004-12-031-0/+16
* macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindowSteven Tamm2004-10-101-18/+29
* config.in (HAVE_MALLOC_MALLOC_H): RegenerateSteven Tamm2004-10-081-0/+1
* mac.c (sys_select): Block input around call toSteven Tamm2004-07-191-66/+80
* Fixing typo in sys_select.Steven Tamm2004-07-191-1/+1
* Fixes for Ctrl-G support on carbon, replacing old timeout based pollingSteven Tamm2004-07-191-27/+30
* (struct my_group): Added.Lars Hansen2003-11-221-0/+15
* Add arch taglinesMiles Bader2003-09-011-0/+3
* mac.c (init_mac_osx_environment): Switch libexec and bin so that self-Steven Tamm2003-04-081-2/+2
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-8/+8
* * macterm.c (mac_check_for_quit_char): Correctly set theSteven Tamm2002-12-121-4/+14
* Modifying sys_read to not check the event queue if timeout=0 and to neverSteven Tamm2002-12-101-1/+6
* Fixed OSX sys_read to not call select if IO is non-blockingSteven Tamm2002-12-101-1/+3
* sys_select: Call mac_check_for_quit_char every second while blockingSteven Tamm2002-12-081-1/+52
* Fix typo in comment.Juanma Barranquero2002-10-181-143/+143
* 2002-08-15 Andrew Choi <[email protected]>Andrew Choi2002-08-161-0/+136
* 2002-08-10 Andrew Choi <[email protected]>Andrew Choi2002-08-111-0/+24
* 2002-08-02 Andrew Choi <[email protected]>Andrew Choi2002-08-021-2/+0
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-6/+6
* 2002-06-17 Andrew Choi <[email protected]>Andrew Choi2002-06-171-2/+5
* In src/:Andrew Choi2002-06-161-0/+3
* (mac-cut-function): Doc fix.Pavel Janík2002-05-061-1/+1
* (run_mac_command): Update call to openp.Stefan Monnier2002-04-301-1/+1
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-0/+2758