2007-01-21 |
Glenn Morris |
Add 2007 to copyright years.
|
2007-01-09 |
Eli Zaretskii |
(syms_of_emacs) <path-separator>: Doc fix.
|
2006-12-19 |
Kim F. Storm |
(main): Rename user signals to sigusr1 and sigusr2.
|
2006-12-15 |
Eli Zaretskii |
(USAGE3): Clarify documentation of --color.
|
2006-12-14 |
YAMAMOTO Mitsuharu |
(handle_user_signal): Move function to keyboard.c.
|
2006-12-08 |
Juanma Barranquero |
(syms_of_emacs): Doc fix.
|
2006-12-04 |
Kim F. Storm |
(handle_USR1_signal, handle_USR2_signal): Replace by...
|
2006-11-02 |
Juanma Barranquero |
(Fkill_emacs): Fix typo in docstring.
|
2006-09-19 |
YAMAMOTO Mitsuharu |
(shut_down_emacs) [!subprocesses]: Don't set inhibit_sentinels.
|
2006-09-08 |
Richard M. Stallman |
(shut_down_emacs): Set inhibit_sentinels.
|
2006-05-26 |
Eli Zaretskii |
(main) [PROFILING]: Enable also for __MINGW32__.
|
2006-05-25 |
Richard M. Stallman |
(main, Fdump_emacs): Don't test __linux or __linux__.
|
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.
|
2003-11-16 |
Jan Djärv |
Remove period at end of error message.
|
2003-09-01 |
Miles Bader |
Add arch taglines
|
2003-05-21 |
Jason Rumney |
(main) [WINDOWSNT]: Move it here.
|
2003-05-19 |
Richard M. Stallman |
Comment change.
|
2003-05-14 |
Stefan Monnier |
Include window.h.
|
2002-12-18 |
Ben Key |
Revisited my earlier fix for the following entry in etc/PROBLEMS: 'Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs builtpart of on XP crashes at startup on Windows 9x/ME.' Fixed several Windows API errors detected by BoundsChecker
|
2002-11-14 |
Dave Love |
(main) [!VMS]: Avoid third arg.
|
2002-10-18 |
Juanma Barranquero |
Fix typo in comment.
|
2002-10-12 |
Markus Rost |
Minor white space fix, just to supplement the log for previous change:
|
2002-10-11 |
Markus Rost |
*** empty log message ***
|
2002-09-12 |
Richard M. Stallman |
(syms_of_emacs) <command-line-args>: Doc fix.
|
2002-08-28 |
Juanma Barranquero |
(USAGE1): Add missing newline.
|
2002-08-27 |
Richard M. Stallman |
(main): Handle --script.
|
2002-08-27 |
Andrew Choi |
Correct yesterday's mistake of changing test for MAC_OSX to
|
2002-08-27 |
Andrew Choi |
2002-08-25 Andrew Choi <akochoi@shaw.ca>
|
2002-08-25 |
Andrew Choi |
2002-08-25 Andrew Choi <akochoi@shaw.ca>
|
2002-08-24 |
Richard M. Stallman |
(decode_env_path): Don't add /: if file name handler
|
2002-08-16 |
Andrew Choi |
2002-08-15 Andrew Choi <akochoi@shaw.ca>
|
2002-07-15 |
Ken Raeburn |
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
|
2002-07-11 |
Juanma Barranquero |
Use macro SPECPDL_INDEX.
|
2002-07-10 |
Juanma Barranquero |
Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
|
2002-05-28 |
Colin Walters |
(USAGE1): Add --no-splash.
|
2002-05-20 |
Ken Raeburn |
* emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
|
2002-04-30 |
Stefan Monnier |
(init_cmdargs): Update call to openp.
|
2002-04-26 |
Andrew Choi |
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
|
2002-03-26 |
Eli Zaretskii |
(Fdump_emacs): Fix a typo in "command-line-processed".
|
2002-03-22 |
Stefan Monnier |
(main): Handle --unibyte, --multibyte, and --no-loadup
|
2002-03-22 |
Eli Zaretskii |
(main): Update the Copyright year in the blurb printed
|
2002-03-20 |
Jason Rumney |
(main) [WINDOWSNT]: Call init_xfns.
|
2002-03-10 |
Jan Djärv |
(main): Added call to syms_of_xsmfns ().
|
2002-03-04 |
Stefan Monnier |
Change defvar_int def and vars to use EMACS_INT instead of just int.
|
2002-01-14 |
Eli Zaretskii |
(USAGE2): Add the --color option.
|
2002-01-13 |
Eli Zaretskii |
(USAGE2): Add the new full-screen arguments.
|
2001-12-22 |
Pavel Janík |
(main): Do not call syms_of_mocklisp.
|
2001-12-11 |
Richard M. Stallman |
Test GNU_LINUX, not LINUX.
|
2001-11-19 |
Stefan Monnier |
(main): Don't call `keys_of_frame' any more.
|
2001-11-13 |
Pavel Janík |
Doc fix.
|
2001-11-02 |
Pavel Janík |
Update usage of CHECK_ macros (remove unused second argument).
|
2001-10-31 |
Pavel Janík |
(USAGE1): Show command line option --no-window-system instead of
|
2001-10-31 |
Stefan Monnier |
(main): Don't call keys_of_macros any more.
|
2001-10-28 |
Pavel Janík |
Use argv[0] instead of emacs when -t was specified.
|
2001-10-28 |
Pavel Janík |
(bug_reporting_address): New function.
|
2001-10-27 |
Pavel Janík |
Fix typos in comments.
|
2001-10-12 |
Stefan Monnier |
Update calls to openp.
|
2001-10-12 |
Stefan Monnier |
(empty_string): New var.
|
2001-10-10 |
Stefan Monnier |
Include keymap.h.
|
2001-10-08 |
Pavel Janík |
*** empty log message ***
|
2001-10-05 |
Gerd Moellmann |
(fatal_error_signal_hook): New variable.
|