aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
* (main): Do not call syms_of_mocklisp.Pavel Janík2001-12-221-1/+0
* Test GNU_LINUX, not LINUX.Richard M. Stallman2001-12-111-1/+1
* (main): Don't call `keys_of_frame' any more.Stefan Monnier2001-11-191-1/+0
* Doc fix.Pavel Janík2001-11-131-1/+1
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-3/+3
* (USAGE1): Show command line option --no-window-system instead ofPavel Janík2001-10-311-10/+18
* (main): Don't call keys_of_macros any more.Stefan Monnier2001-10-311-1/+0
* Use argv[0] instead of emacs when -t was specified.Pavel Janík2001-10-281-2/+2
* (bug_reporting_address): New function.Pavel Janík2001-10-281-2/+37
* Fix typos in comments.Pavel Janík2001-10-271-104/+105
* Update calls to openp.Stefan Monnier2001-10-121-1/+1
* (empty_string): New var.Stefan Monnier2001-10-121-0/+6
* Include keymap.h.Stefan Monnier2001-10-101-0/+1
* USE_LUCID can be defined iff USE_X_TOOLKIT is defined.Pavel Janík2001-10-081-1/+1
* (fatal_error_signal_hook): New variable.Gerd Moellmann2001-10-051-1/+14
* (shut_down_emacs): Fix last change.Gerd Moellmann2001-08-301-1/+1
* (shut_down_emacs): Don't call check_glyph_memoryGerd Moellmann2001-08-301-2/+7
* (USAGE1): Add +LINE:COLUMN option help.Gerd Moellmann2001-07-171-1/+3
* (main): Remove extern declaration for sys_nerr, whichGerd Moellmann2001-06-291-1/+0
* Comment fix.Gerd Moellmann2001-04-051-3/+4
* (main): Update the copyright year.Eli Zaretskii2001-03-251-2/+3
* (malloc_initialize_hook): Handle case thet `environ'Gerd Moellmann2001-02-191-1/+1
* * src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):Andrew Choi2000-11-261-6/+8
* (syms_of_emacs): Update docstring forAndrew Innes2000-11-051-1/+3
* Initial check-in: changes for building Emacs under Mac OS.Andrew Choi2000-10-221-1/+36
* Avoid some more compiler warnings.Gerd Moellmann2000-09-211-1/+2
* Change conditional compilation on REL_ALLOC_MMAP toGerd Moellmann2000-09-141-2/+2
* (Fdump_emacs) [REL_ALLOC_MMAP]: Call mmap_set_varsGerd Moellmann2000-09-061-0/+7
* Remove includes ofGerd Moellmann2000-09-021-8/+3
* (toplevel) [HAVE_STRING_H]: Include string.h.Gerd Moellmann2000-08-281-1/+8
* (malloc_initialize_hook) [USE_CRT_DLL]: RemoveAndrew Innes2000-08-221-0/+4
* (main): Don't call init_coding.Kenichi Handa2000-08-161-1/+0
* (handle_USR2_signal, handle_USR1_signal): UseGerd Moellmann2000-07-131-2/+2
* (handle_USR1_signal, handle_USR2_signal) ClearGerd Moellmann2000-07-041-5/+3
* (setgrp): Undefine before defining.Dave Love2000-06-231-3/+4
* * emacs.c (main): Initialize keyboard syms before initializingKen Raeburn2000-05-251-1/+5
* (setpgrp): Don't define if USG and BSD_PGRPS are not defined.Gerd Moellmann2000-05-241-0/+2
* (setpgrp) [HAVE_SETPGID]: Define as setpgid.Gerd Moellmann2000-05-231-0/+4
* Use the term `invalid' instead of `illegal'.Gerd Moellmann2000-05-161-1/+1
* (USAGE2): Add `--line-spacing' and `-lsp'.Gerd Moellmann2000-04-241-0/+1
* * scroll.c (CHECK_BOUNDS): Renamed from CHECK.Ken Raeburn2000-03-291-1/+1
* [HAVE_NTGUI]: call syms_of_xfaces instead of syms_of_w32faces.Jason Rumney2000-03-041-3/+0
* (main): Remove code snipped commented out with `//'.Gerd Moellmann2000-02-251-1/+0
* (main): Use #if GC_MARK_STACK instead of #ifdef.Gerd Moellmann2000-02-171-2/+2
* (main) [GC_MARK_STACK]: Initialize stack_base.Gerd Moellmann2000-02-171-0/+8
* Remove `LISP_FLOAT_TYPE' and `standalone'.Gerd Moellmann2000-02-171-2/+0
* (USAGE): Split into USAGE1 and USAGE2, to work-aroundAndrew Innes2000-02-061-3/+6
* (USAGE): Use term `display options' instead of `XGerd Moellmann2000-01-311-1/+1
* (USAGE): New macro.Gerd Moellmann2000-01-281-10/+71
* (main): Call init_atimer.Gerd Moellmann2000-01-251-0/+1