log src/emacs.c @ 70361:db1ebf89af53

age author description
2006-03-20 Andreas Schwab * dispnew.c (init_display): Check DISPLAY here.
2006-03-20 Eli Zaretskii (main): Fix last change.
2006-03-18 Eli Zaretskii (main): If user asks for a display that is unavailable, simulate -nw.
2006-01-03 Romain Francoise (main): Update copyright year.
2005-12-31 Eli Zaretskii (gdb_pvec_type): A dummy variable for GDB's sake.
2005-12-11 YAMAMOTO Mitsuharu (main) [MAC_OS8]: Undo previous change.
2005-12-10 YAMAMOTO Mitsuharu (main) [MAC_OS8]: Call syms_of_keymap before syms_of_macselect.
2005-11-23 YAMAMOTO Mitsuharu (main) [MAC_OSX]: Change working directory to home
2005-10-19 Romain Francoise (main): Update copyright year.
2005-10-10 Jan Djärv -nb changed to -nbi
2005-10-09 Jan Djärv * emacs.c (standard_args): Removed options -i, -itype, --icon-type,
2005-09-30 Dan Nicolaescu * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct
2005-09-15 Richard M. Stallman (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
2005-08-27 Eli Zaretskii (USAGE1): Fix the description of the -Q option.
2005-08-07 Richard M. Stallman (endif): Convert -script into -scriptload.
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-04 Lute Kamstra Update FSF's address.
2005-06-30 Masatake YAMATO 2005-07-01 Masatake YAMATO <jet@gyve.org>
2005-06-04 Eli Zaretskii Include w32heap.h, to avoid compiler warning about sbrk.
2005-05-13 Nick Roberts (syms_of_emacs): Fix doc string for system-type.
2005-05-13 YAMAMOTO Mitsuharu (main) [MAC_OS8]: Call init_atimer before mac_term_init.
2005-05-02 Jason Rumney (USAGE3, USAGE4): Keep strings below 2048 bytes.
2005-04-28 Nick Roberts (USAGE1): Add --basic-display and --quick options.
2005-04-24 YAMAMOTO Mitsuharu (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]: Call syms_of_macselect.
2005-04-10 Richard M. Stallman (standard_args): Rename --bare-bones to --quick.
2005-04-06 Kim F. Storm (standard_args): Add -Q, --bare-bones, -bare-bones.
2005-03-17 Stefan Monnier (Fkill_emacs): YAILOM.
2005-03-05 Juri Linkov (USAGE1): Replace Info node name "command arguments"
2005-03-04 YAMAMOTO Mitsuharu (main): Change `#ifdef HAVE_CARBON' to `#if defined (MAC_OSX) &&
2005-03-03 Thien-Thi Nguyen (Fkill_emacs): Use EXIT_SUCCESS;
2005-02-15 Jason Rumney 2004-11-08 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
2005-01-18 Stefan Monnier (syms_of_emacs): Improve docstring of `system-type'.
2004-12-27 Steven Tamm * dispextern.h: Change HAVE_CARBON to MAC_OS.
2004-12-23 Richard M. Stallman (main): If batch mode, set Vundo_outer_limit to nil.
2004-12-15 Jan Djärv * syssignal.h: Declare main_thread.
2004-12-11 Stefan Monnier (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.
2004-12-07 Jan Djärv * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
2004-12-07 Jan Djärv * gtkutil.c: Include signal.h and syssignal.h.
2004-11-30 Kim F. Storm (malloc_initialize_hook): Don't free malloc_state_ptr if
2004-11-29 Kenichi Handa (init_cmdargs): Set unibyte strings in Vcommand_line_args.
2004-11-09 Kim F. Storm (Fdump_emacs): Fix format string.
2004-11-07 Jan Djärv * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
2004-11-07 Andreas Schwab Whitespace fixup.
2004-11-02 Richard M. Stallman (USAGE3): Delete --horizontal-scroll-bars, -hb.
2004-10-20 Jan Djärv * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
2004-06-24 Richard M. Stallman (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
2004-06-11 Kim F. Storm (shut_down_emacs): Inhibit redisplay during shutdown.
2004-05-22 Richard M. Stallman (main): Update copyright year.
2004-05-15 Andreas Schwab (gdb_array_mark_flag): Define.
2004-05-06 Thien-Thi Nguyen (main) [VMS]: Fix var ref.
2004-04-03 Stefan Monnier (gdb_use_union, gdb_use_lsb): New vars.
2004-03-13 Eli Zaretskii (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
2004-03-11 Kim F. Storm Image consolidation:
2004-02-26 Steven Tamm Inserting Yamomotosan's changes for MacOSX image support, better support
2004-02-21 Eli Zaretskii (USAGE1): Split into two halves.
2004-02-21 Eli Zaretskii (USAGE1): Add --no-desktop. Move --display from USAGE2.
2004-02-08 Kim F. Storm (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
2003-12-29 Karoly Lorentey Bugfix festival.
2003-12-26 Karoly Lorentey lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Needs more work.
2003-12-25 Karoly Lorentey Implemented multiple tty support.