Bugfix festival.
[bpt/emacs.git] / src / emacs.c
2003-12-29 Karoly LorenteyBugfix festival.
2003-12-28 Karoly LorenteyMerged in changes from CVS HEAD
2003-12-28 Karoly LorenteyMerged in changes from CVS HEAD
2003-12-26 Karoly Lorenteylib-src/emacsclient.c: Implemented --here option ...
2003-12-25 Karoly LorenteyImplemented multiple tty support.
2003-11-16 Jan DjärvRemove period at end of error message.
2003-09-01 Miles BaderAdd arch taglines
2003-05-21 Jason Rumney(main) [WINDOWSNT]: Move it here.
2003-05-19 Richard M. StallmanComment change.
2003-05-14 Stefan MonnierInclude window.h.
2002-12-18 Ben KeyRevisited my earlier fix for the following entry in...
2002-11-14 Dave Love(main) [!VMS]: Avoid third arg.
2002-10-18 Juanma BarranqueroFix typo in comment.
2002-10-12 Markus RostMinor white space fix, just to supplement the log for...
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 ChoiCorrect yesterday's mistake of changing test for MAC_OSX to
2002-08-27 Andrew Choi2002-08-25 Andrew Choi <akochoi@shaw.ca>
2002-08-25 Andrew Choi2002-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 Choi2002-08-15 Andrew Choi <akochoi@shaw.ca>
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-07-10 Juanma BarranqueroRename 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...
2002-04-30 Stefan Monnier(init_cmdargs): Update call to openp.
2002-04-26 Andrew ChoiPatch for building Emacs on Mac OS X. April 26, 2002...
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 MonnierChange defvar_int def and vars to use EMACS_INT instead...
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. StallmanTest GNU_LINUX, not LINUX.
2001-11-19 Stefan Monnier(main): Don't call `keys_of_frame' any more.
2001-11-13 Pavel JaníkDoc fix.
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-10-31 Pavel Janík(USAGE1): Show command line option --no-window-system...
2001-10-31 Stefan Monnier(main): Don't call keys_of_macros any more.
2001-10-28 Pavel JaníkUse 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íkFix typos in comments.
2001-10-12 Stefan MonnierUpdate calls to openp.
2001-10-12 Stefan Monnier(empty_string): New var.
2001-10-10 Stefan MonnierInclude keymap.h.
2001-10-08 Pavel JaníkUSE_LUCID can be defined iff USE_X_TOOLKIT is defined.
2001-10-05 Gerd Moellmann(fatal_error_signal_hook): New variable.
2001-08-30 Gerd Moellmann(shut_down_emacs): Fix last change.
2001-08-30 Gerd Moellmann(shut_down_emacs): Don't call check_glyph_memory
2001-07-17 Gerd Moellmann(USAGE1): Add +LINE:COLUMN option help.
2001-06-29 Gerd Moellmann(main): Remove extern declaration for sys_nerr, which
2001-04-05 Gerd MoellmannComment fix.
2001-03-25 Eli Zaretskii(main): Update the copyright year.
2001-02-19 Gerd Moellmann(malloc_initialize_hook): Handle case thet `environ'
2000-11-26 Andrew Choi* src/macterm.c (x_handle_tool_bar_click, note_tool_bar...
2000-11-05 Andrew Innes(syms_of_emacs): Update docstring for
2000-10-22 Andrew ChoiInitial check-in: changes for building Emacs under...
2000-09-21 Gerd MoellmannAvoid some more compiler warnings.
2000-09-14 Gerd MoellmannChange conditional compilation on REL_ALLOC_MMAP to
2000-09-06 Gerd Moellmann(Fdump_emacs) [REL_ALLOC_MMAP]: Call mmap_set_vars
2000-09-02 Gerd MoellmannRemove includes of
2000-08-28 Gerd Moellmann(toplevel) [HAVE_STRING_H]: Include string.h.
2000-08-22 Andrew Innes(malloc_initialize_hook) [USE_CRT_DLL]: Remove
2000-08-16 Kenichi Handa(main): Don't call init_coding.
2000-07-13 Gerd Moellmann(handle_USR2_signal, handle_USR1_signal): Use
2000-07-04 Gerd Moellmann(handle_USR1_signal, handle_USR2_signal) Clear
2000-06-23 Dave Love(setgrp): Undefine before defining.
2000-05-25 Ken Raeburn* emacs.c (main): Initialize keyboard syms before initi...
2000-05-24 Gerd Moellmann(setpgrp): Don't define if USG and BSD_PGRPS are not...
2000-05-23 Gerd Moellmann(setpgrp) [HAVE_SETPGID]: Define as setpgid.
2000-05-16 Gerd MoellmannUse the term `invalid' instead of `illegal'.
2000-04-24 Gerd Moellmann(USAGE2): Add `--line-spacing' and `-lsp'.
2000-03-29 Ken Raeburn* scroll.c (CHECK_BOUNDS): Renamed from CHECK.
2000-03-04 Jason Rumney[HAVE_NTGUI]: call syms_of_xfaces instead of syms_of_w3...
2000-02-25 Gerd Moellmann(main): Remove code snipped commented out with `//'.
2000-02-17 Gerd Moellmann(main): Use #if GC_MARK_STACK instead of #ifdef.
2000-02-17 Gerd Moellmann(main) [GC_MARK_STACK]: Initialize stack_base.
2000-02-17 Gerd MoellmannRemove `LISP_FLOAT_TYPE' and `standalone'.
2000-02-06 Andrew Innes(USAGE): Split into USAGE1 and USAGE2, to work-around
2000-01-31 Gerd Moellmann(USAGE): Use term `display options' instead of `X
2000-01-28 Gerd Moellmann(USAGE): New macro.
2000-01-25 Gerd Moellmann(main): Call init_atimer.
1999-12-15 Kenichi Handa(main): Call syms_of_composite.
1999-12-01 Dave Love(main): Set LANG=C iff AX3_2 defined.
1999-11-28 Eli Zaretskii(synchronize_locale): Avoid compiler warnings about
1999-11-25 Paul Eggert* emacs.c (fixup_locale): Don't bother to record initia...
1999-11-24 Gerd Moellmann(PVEC_FLAG): New variable.
1999-11-22 Gerd Moellmann(gdb_valbits, gdb_gctypebits, gdb_emacs_intbits)
1999-11-22 Paul Eggert* callproc.c (strerror): Remove decl.
1999-11-11 Gerd MoellmannRemove USE_TEXT_PROPERTIES.
1999-10-26 Gerd Moellmann(standard_args): Add `file' as synonym for `visit',
1999-10-25 Ken Raeburnmore XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp...
1999-10-22 Dave Love(main): Enable profiling conditional on __linux also.
1999-10-19 Paul EggertAdd support for large files, 64-bit Solaris, system...
next