aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-12-15(main): Call syms_of_composite.Kenichi Handa1-0/+1
1999-12-01(main): Set LANG=C iff AX3_2 defined.Dave Love1-1/+2
1999-11-28(synchronize_locale): Avoid compiler warnings aboutEli Zaretskii1-1/+1
1999-11-25* emacs.c (fixup_locale): Don't bother to record initial locale.Paul Eggert1-13/+9
1999-11-24(PVEC_FLAG): New variable.Gerd Moellmann1-0/+1
1999-11-22(gdb_valbits, gdb_gctypebits, gdb_emacs_intbits)Gerd Moellmann1-0/+11
1999-11-22* callproc.c (strerror): Remove decl.Paul Eggert1-27/+32
1999-11-11Remove USE_TEXT_PROPERTIES.Gerd Moellmann1-1/+0
1999-10-26(standard_args): Add `file' as synonym for `visit',Gerd Moellmann1-1/+7
1999-10-25more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engineKen Raeburn1-2/+2
1999-10-22(main): Enable profiling conditional on __linux also.Dave Love1-1/+1
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1-10/+103
1999-09-16(main): Remove unused variables.Gerd Moellmann1-4/+4
1999-09-13(handle_USR1_signal): Change for Lisp_Object selected_frame.Gerd Moellmann1-2/+2
1999-08-30Include <stdlib.h> if available.Andreas Schwab1-0/+4
1999-08-21(shut_down_emacs): Call check_message_stack.Gerd Moellmann1-0/+1
1999-07-21(main): Call init_fns.Gerd Moellmann1-9/+28
1999-06-29[DOUG_LEA_MALLOC] (malloc_initialize_hook):Karl Heuer1-20/+35
1999-03-09(main) [CLASH_DETECTION]: Call init_filelock.Karl Heuer1-0/+3
1999-02-28(main) [DOUG_LEA_MALLOC]: Don't use unsetenv, it callsAndreas Schwab1-2/+13
1999-02-26(main) [DOUG_LEA_MALLOC]: Work around a bug in glibc'sAndreas Schwab1-0/+10
1999-02-22Don't define Qusr1_signal and Qusr2_signal.Andreas Schwab1-11/+4
1999-02-20(main): [!SYSTEM_MALLOC]: Call realloc and free as wellAndrew Innes1-2/+3
1999-02-19(Qusr1_signal, Qusr2_signal): New variables.Richard M. Stallman1-22/+28
1999-01-30(main): Pass argv to init_environment.Andrew Innes1-1/+1
1999-01-26(main): Up-date copyright.Richard M. Stallman1-1/+1
1999-01-24Comment about unibyte.Dave Love1-0/+6
1999-01-02(main) [DOUG_LEA_MALLOC]: Don't call r_alloc_reinit.Richard M. Stallman1-2/+0
1998-12-29(main): Call memory_warnings and uninterrupt_mallocRichard M. Stallman1-8/+7
1998-10-30emacs.c (main): Invoke init_fileio_once.Geoff Voelker1-0/+1
1998-10-25(main) [HAVE_NTGUI]: Invoke syms_of_fontset().Geoff Voelker1-0/+1
1998-09-27(sort_args): Fill extra space with NULL ptrs.Richard M. Stallman1-0/+4
1998-09-10(main): Mention --display and --eval in help.Karl Heuer1-3/+4
1998-07-21(main): Call init_coding.Kenichi Handa1-0/+1
1998-06-23(sort_args): Discard duplicate options with no args.Richard M. Stallman1-80/+117
1998-06-20Doc fixes.Karl Heuer1-1/+1
1998-06-12(standard_args): Fix arg order to match code in `main'.Richard M. Stallman1-11/+17
1998-06-05Comment change.Karl Heuer1-1/+1
1998-06-04(main): Don't implement --version if not initialized.Karl Heuer1-2/+5
1998-06-01(main): Test `initialized' before clearing *Messages*.Karl Heuer1-5/+8
1998-05-06(main): Call the syms_of_... and keys_of_... functionsRichard M. Stallman1-24/+25
1998-04-29(main): Use Vbuffer_alist instead of Fbuffer_list.Andreas Schwab1-4/+4
1998-04-29(abort): Omit this definition, if NO_ABORT.Richard M. Stallman1-1/+3
1998-04-28(main): Doc --multibyte and --unibyte in --help message.Richard M. Stallman1-1/+1
1998-04-28(main): Fix bug report address.Richard M. Stallman1-1/+1
1998-04-26(standard_args): Apply --unibyte/multibyte after --nw.Richard M. Stallman1-4/+4
1998-04-23Include buffer.hRichard M. Stallman1-27/+58
1998-04-17(syms_of_emacs): Fix patching error in previous change.Richard M. Stallman1-2/+2
1998-04-17(Vpath_separator): New variable.Geoff Voelker1-0/+10
1998-04-16(standard_args): Add --no-unibyte.Richard M. Stallman1-12/+25