log src/emacs.c @ 34636:d5f4808ddf54

age author description
2000-11-26 Andrew Choi * src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
2000-11-05 Andrew Innes (syms_of_emacs): Update docstring for
2000-10-22 Andrew Choi Initial check-in: changes for building Emacs under Mac OS.
2000-09-21 Gerd Moellmann Avoid some more compiler warnings.
2000-09-14 Gerd Moellmann Change 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 Moellmann Remove 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 initializing
2000-05-24 Gerd Moellmann (setpgrp): Don't define if USG and BSD_PGRPS are not defined.
2000-05-23 Gerd Moellmann (setpgrp) [HAVE_SETPGID]: Define as setpgid.
2000-05-16 Gerd Moellmann Use 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_w32faces.
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 Moellmann Remove `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 initial locale.
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 Moellmann Remove USE_TEXT_PROPERTIES.
1999-10-26 Gerd Moellmann (standard_args): Add `file' as synonym for `visit',
1999-10-25 Ken Raeburn more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine
1999-10-22 Dave Love (main): Enable profiling conditional on __linux also.
1999-10-19 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
1999-09-16 Gerd Moellmann (main): Remove unused variables.
1999-09-13 Gerd Moellmann (handle_USR1_signal): Change for Lisp_Object selected_frame.
1999-08-30 Andreas Schwab Include <stdlib.h> if available.
1999-08-21 Gerd Moellmann (shut_down_emacs): Call check_message_stack.
1999-07-21 Gerd Moellmann (main): Call init_fns.
1999-06-29 Karl Heuer [DOUG_LEA_MALLOC] (malloc_initialize_hook):
1999-03-09 Karl Heuer (main) [CLASH_DETECTION]: Call init_filelock.
1999-02-28 Andreas Schwab (main) [DOUG_LEA_MALLOC]: Don't use unsetenv, it calls
1999-02-26 Andreas Schwab (main) [DOUG_LEA_MALLOC]: Work around a bug in glibc's
1999-02-22 Andreas Schwab Don't define Qusr1_signal and Qusr2_signal.
1999-02-20 Andrew Innes (main): [!SYSTEM_MALLOC]: Call realloc and free as well
1999-02-19 Richard M. Stallman (Qusr1_signal, Qusr2_signal): New variables.
1999-01-30 Andrew Innes (main): Pass argv to init_environment.
1999-01-26 Richard M. Stallman (main): Up-date copyright.
1999-01-24 Dave Love Comment about unibyte.
1999-01-02 Richard M. Stallman (main) [DOUG_LEA_MALLOC]: Don't call r_alloc_reinit.
1998-12-29 Richard M. Stallman (main): Call memory_warnings and uninterrupt_malloc
1998-10-30 Geoff Voelker emacs.c (main): Invoke init_fileio_once.
1998-10-25 Geoff Voelker (main) [HAVE_NTGUI]: Invoke syms_of_fontset().
1998-09-27 Richard M. Stallman (sort_args): Fill extra space with NULL ptrs.