| Commit message (Expand) | Author | Age | Files | Lines |
* | (main): Rename user signals to sigusr1 and sigusr2. | Kim F. Storm | 2006-12-19 | 1 | -2/+2 |
* | (USAGE3): Clarify documentation of --color. | Eli Zaretskii | 2006-12-15 | 1 | -1/+1 |
* | (handle_user_signal): Move function to keyboard.c. | YAMAMOTO Mitsuharu | 2006-12-14 | 1 | -20/+2 |
* | (syms_of_emacs): Doc fix. | Juanma Barranquero | 2006-12-08 | 1 | -1/+2 |
* | (handle_USR1_signal, handle_USR2_signal): Replace by... | Kim F. Storm | 2006-12-04 | 1 | -22/+7 |
* | (Fkill_emacs): Fix typo in docstring. | Juanma Barranquero | 2006-11-02 | 1 | -1/+1 |
* | (shut_down_emacs) [!subprocesses]: Don't set inhibit_sentinels. | YAMAMOTO Mitsuharu | 2006-09-19 | 1 | -0/+2 |
* | (shut_down_emacs): Set inhibit_sentinels. | Richard M. Stallman | 2006-09-08 | 1 | -0/+1 |
* | (main) [PROFILING]: Enable also for __MINGW32__. | Eli Zaretskii | 2006-05-26 | 1 | -5/+10 |
* | (main, Fdump_emacs): Don't test __linux or __linux__. | Richard M. Stallman | 2006-05-25 | 1 | -3/+3 |
* | * dispnew.c (init_display): Check DISPLAY here. | Andreas Schwab | 2006-03-20 | 1 | -12/+0 |
* | (main): Fix last change. | Eli Zaretskii | 2006-03-20 | 1 | -1/+1 |
* | (main): If user asks for a display that is unavailable, simulate -nw. | Eli Zaretskii | 2006-03-18 | 1 | -0/+12 |
* | (main): Update copyright year. | Romain Francoise | 2006-01-03 | 1 | -2/+2 |
* | (gdb_pvec_type): A dummy variable for GDB's sake. | Eli Zaretskii | 2005-12-31 | 1 | -0/+3 |
* | (main) [MAC_OS8]: Undo previous change. | YAMAMOTO Mitsuharu | 2005-12-11 | 1 | -3/+0 |
* | (main) [MAC_OS8]: Call syms_of_keymap before syms_of_macselect. | YAMAMOTO Mitsuharu | 2005-12-10 | 1 | -0/+3 |
* | (main) [MAC_OSX]: Change working directory to home | YAMAMOTO Mitsuharu | 2005-11-23 | 1 | -2/+8 |
* | (main): Update copyright year. | Romain Francoise | 2005-10-19 | 1 | -1/+1 |
* | -nb changed to -nbi | Jan Djärv | 2005-10-10 | 1 | -2/+2 |
* | * emacs.c (standard_args): Removed options -i, -itype, --icon-type, | Jan Djärv | 2005-10-09 | 1 | -3/+2 |
* | * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct | Dan Nicolaescu | 2005-09-30 | 1 | -2/+2 |
* | (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU. | Richard M. Stallman | 2005-09-15 | 1 | -2/+0 |
* | (USAGE1): Fix the description of the -Q option. | Eli Zaretskii | 2005-08-27 | 1 | -1/+1 |
* | (endif): Convert -script into -scriptload. | Richard M. Stallman | 2005-08-07 | 1 | -4/+5 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -2/+2 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | 2005-07-01 Masatake YAMATO <jet@gyve.org> | Masatake YAMATO | 2005-06-30 | 1 | -1/+7 |
* | Include w32heap.h, to avoid compiler warning about sbrk. | Eli Zaretskii | 2005-06-04 | 1 | -0/+1 |
* | (syms_of_emacs): Fix doc string for system-type. | Nick Roberts | 2005-05-13 | 1 | -10/+10 |
* | (main) [MAC_OS8]: Call init_atimer before mac_term_init. | YAMAMOTO Mitsuharu | 2005-05-13 | 1 | -0/+3 |
* | (USAGE3, USAGE4): Keep strings below 2048 bytes. | Jason Rumney | 2005-05-02 | 1 | -4/+4 |
* | (USAGE1): Add --basic-display and --quick options. | Nick Roberts | 2005-04-28 | 1 | -1/+4 |
* | (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]: Call syms_of_macselect. | YAMAMOTO Mitsuharu | 2005-04-24 | 1 | -0/+2 |
* | (standard_args): Rename --bare-bones to --quick. | Richard M. Stallman | 2005-04-10 | 1 | -2/+4 |
* | (standard_args): Add -Q, --bare-bones, -bare-bones. | Kim F. Storm | 2005-04-06 | 1 | -0/+2 |
* | (Fkill_emacs): YAILOM. | Stefan Monnier | 2005-03-17 | 1 | -1/+1 |
* | (USAGE1): Replace Info node name "command arguments" | Juri Linkov | 2005-03-05 | 1 | -2/+4 |
* | (main): Change `#ifdef HAVE_CARBON' to `#if defined (MAC_OSX) && | YAMAMOTO Mitsuharu | 2005-03-04 | 1 | -3/+3 |
* | (Fkill_emacs): Use EXIT_SUCCESS; | Thien-Thi Nguyen | 2005-03-03 | 1 | -7/+2 |
* | 2004-11-08 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> | Jason Rumney | 2005-02-15 | 1 | -0/+3 |
* | (syms_of_emacs): Improve docstring of `system-type'. | Stefan Monnier | 2005-01-18 | 1 | -3/+12 |
* | * dispextern.h: Change HAVE_CARBON to MAC_OS. | Steven Tamm | 2004-12-27 | 1 | -2/+2 |
* | (main): If batch mode, set Vundo_outer_limit to nil. | Richard M. Stallman | 2004-12-23 | 1 | -1/+4 |
* | * syssignal.h: Declare main_thread. | Jan Djärv | 2004-12-15 | 1 | -0/+16 |
* | (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT. | Stefan Monnier | 2004-12-11 | 1 | -1/+3 |
* | * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around | Jan Djärv | 2004-12-07 | 1 | -1/+1 |
* | * gtkutil.c: Include signal.h and syssignal.h. | Jan Djärv | 2004-12-07 | 1 | -0/+6 |
* | (malloc_initialize_hook): Don't free malloc_state_ptr if | Kim F. Storm | 2004-11-30 | 1 | -4/+6 |
* | (init_cmdargs): Set unibyte strings in Vcommand_line_args. | Kenichi Handa | 2004-11-29 | 1 | -1/+5 |