aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged from miles@gnu.org--gnu-2005 (patch 80-82, 350-422)Karoly Lorentey2005-06-151-0/+1
|\
| * Include w32heap.h, to avoid compiler warning about sbrk.Eli Zaretskii2005-06-041-0/+1
* | Merged from miles@gnu.org--gnu-2005 (patch 307-312)Karoly Lorentey2005-05-161-10/+10
|\ \ | |/
| * (syms_of_emacs): Fix doc string for system-type.Nick Roberts2005-05-131-10/+10
* | Merged from miles@gnu.org--gnu-2005 (patch 296-306)Karoly Lorentey2005-05-131-0/+3
|\ \ | |/
| * (main) [MAC_OS8]: Call init_atimer before mac_term_init.YAMAMOTO Mitsuharu2005-05-131-0/+3
* | Merged from miles@gnu.org--gnu-2005 (patch 68, 286-291)Karoly Lorentey2005-05-061-4/+4
|\ \ | |/
| * (USAGE3, USAGE4): Keep strings below 2048 bytes.Jason Rumney2005-05-021-4/+4
* | Merged from miles@gnu.org--gnu-2005 (patch 281-285)Karoly Lorentey2005-05-021-1/+4
|\ \ | |/
| * (USAGE1): Add --basic-display and --quick options.Nick Roberts2005-04-281-1/+4
* | Merged from miles@gnu.org--gnu-2005 (patch 67, 270-278)Karoly Lorentey2005-04-251-0/+2
|\ \ | |/
| * (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]: Call syms_of_macselect.YAMAMOTO Mitsuharu2005-04-241-0/+2
* | Merged from miles@gnu.org--gnu-2005 (patch 59, 240-245)Karoly Lorentey2005-04-111-2/+4
|\ \ | |/
| * (standard_args): Rename --bare-bones to --quick.Richard M. Stallman2005-04-101-2/+4
* | Merged from miles@gnu.org--gnu-2005 (patch 56-58, 232-239)Karoly Lorentey2005-04-081-0/+2
|\ \ | |/
| * (standard_args): Add -Q, --bare-bones, -bare-bones.Kim F. Storm2005-04-061-0/+2
* | Merged from miles@gnu.org--gnu-2005 (patch 39-44, 184-191)Karoly Lorentey2005-03-191-1/+1
|\ \ | |/
| * (Fkill_emacs): YAILOM.Stefan Monnier2005-03-171-1/+1
* | Merged from miles@gnu.org--gnu-2005 (patch 34-36, 142-158)Karoly Lorentey2005-03-061-12/+9
|\ \ | |/
| * (USAGE1): Replace Info node name "command arguments"Juri Linkov2005-03-051-2/+4
| * (main): Change `#ifdef HAVE_CARBON' to `#if defined (MAC_OSX) &&YAMAMOTO Mitsuharu2005-03-041-3/+3
| * (Fkill_emacs): Use EXIT_SUCCESS;Thien-Thi Nguyen2005-03-031-7/+2
* | Merged from miles@gnu.org--gnu-2005 (patch 14-16, 95-106)Karoly Lorentey2005-02-191-0/+3
|\ \ | |/
| * 2004-11-08 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>Jason Rumney2005-02-151-0/+3
* | Merged in changes from CVS trunk. (Long time no see!) :-)Karoly Lorentey2005-02-031-3/+12
|\ \ | |/
| * (syms_of_emacs): Improve docstring of `system-type'.Stefan Monnier2005-01-181-3/+12
* | Merged in changes from CVS trunk.Karoly Lorentey2005-01-061-2/+2
|\ \ | |/
| * * dispextern.h: Change HAVE_CARBON to MAC_OS.Steven Tamm2004-12-271-2/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-12-231-2/+23
|\ \ | |/
| * (main): If batch mode, set Vundo_outer_limit to nil.Richard M. Stallman2004-12-231-1/+4
| * * syssignal.h: Declare main_thread.Jan Djärv2004-12-151-0/+16
| * (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.Stefan Monnier2004-12-111-1/+3
* | Merged in changes from CVS trunk.Karoly Lorentey2004-12-081-1/+1
|\ \ | |/
| * * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) aroundJan Djärv2004-12-071-1/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2004-12-081-1/+13
|\ \ | |/
| * * gtkutil.c: Include signal.h and syssignal.h.Jan Djärv2004-12-071-0/+6
| * (malloc_initialize_hook): Don't free malloc_state_ptr ifKim F. Storm2004-11-301-4/+6
| * (init_cmdargs): Set unibyte strings in Vcommand_line_args.Kenichi Handa2004-11-291-1/+5
* | Merged in changes from CVS trunk.Karoly Lorentey2004-11-131-11/+12
|\ \ | |/
| * (Fdump_emacs): Fix format string.Kim F. Storm2004-11-091-1/+1
| * * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.Jan Djärv2004-11-071-4/+7
| * Whitespace fixup.Andreas Schwab2004-11-071-7/+5
* | Merged in changes from CVS trunk.Karoly Lorentey2004-11-061-1/+0
|\ \ | |/
| * (USAGE3): Delete --horizontal-scroll-bars, -hb.Richard M. Stallman2004-11-021-1/+0
* | Merged in changes from CVS trunk.Karoly Lorentey2004-10-251-1/+64
|\ \ | |/
| * * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):Jan Djärv2004-10-201-1/+64
* | Merged in changes from CVS trunk.Karoly Lorentey2004-06-281-20/+0
|\ \ | |/
| * (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.Richard M. Stallman2004-06-241-20/+0
* | Merged in changes from CVS trunk.Karoly Lorentey2004-06-141-0/+5
|\ \ | |/
| * (shut_down_emacs): Inhibit redisplay during shutdown.Kim F. Storm2004-06-111-0/+5