summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* (xcar, xcdr): Use correct shift and mask values.Karl Heuer1995-01-041-2/+2
* (xint): Use correct mask.Karl Heuer1995-01-041-1/+1
* Update copyright notice.Per Bothner1995-01-041-1/+1
* Recognize BSD/OS as bsdi. Patch from Chris Torek <torek@BSDI.COM>.Per Bothner1995-01-041-1/+1
* On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.Richard M. Stallman1995-01-041-1/+5
* (term_init): Fatal error if screen is too small.Richard M. Stallman1995-01-041-0/+5
* Use SAVE_MODIFF and BUF_SAVE_MODIFFRichard M. Stallman1995-01-041-6/+6
* (store_function_docstring): Arg is now EMACS_INT.Richard M. Stallman1995-01-041-1/+2
* Add autoload cookies.Noah Friedman1995-01-031-0/+3
* (mail-abbrev-mailrc-file): Variable and macro deleted.Noah Friedman1995-01-031-14/+7
* Use `mail-personal-alias-file' globally in place of hardwired "~/.mailrc".Noah Friedman1995-01-031-4/+6
* (mail-personal-alias-file): New variable.Noah Friedman1995-01-031-3/+10
* (tex-mode): Recognize \NeedsTeXFormat{LaTeX2e}.Richard M. Stallman1995-01-031-1/+1
* (command-line-1): Pause between init file errorRichard M. Stallman1995-01-031-0/+4
* (spell-filter): Make it a risky-local-variable.Richard M. Stallman1995-01-031-0/+3
* Use consistent spelling in comments.Karl Heuer1995-01-031-3/+3
* (enum Lisp_Type): Don't use trailing comma.Karl Heuer1995-01-031-22/+22
* (mark_object): Make `else' visible outside MULTI_FRAME.Karl Heuer1995-01-031-1/+1
* (gud-dbx-marker-filter): Use gud-marker-acc like gud-gdb-marker-filter.Richard M. Stallman1995-01-021-40/+76
* (tex-mode): \begin at start of file implies Latex.Richard M. Stallman1995-01-021-1/+1
* (display-time-string-forms): Fix doc string syntax error.Richard M. Stallman1995-01-021-1/+1
* (enum Lisp_Type): Delete Lisp_Buffer.Richard M. Stallman1995-01-021-51/+63
* Use BUF_MARKERS throughout.Richard M. Stallman1995-01-021-10/+13
* (Fmake_indirect_buffer): New function.Richard M. Stallman1995-01-021-25/+275
* Use BUF_INTERVALS throughout.Richard M. Stallman1995-01-021-32/+35
* (validate_interval_range): Use BUF_INTERVALS.Richard M. Stallman1995-01-021-1/+1
* Use SAVE_MODIFF and BUF_SAVE_MODIFFRichard M. Stallman1995-01-021-11/+12
* (struct buffer): Fields markers and intervals moved out.Richard M. Stallman1995-01-021-105/+153
* Use SAVE_MODIFF and BUF_SAVE_MODIFFRichard M. Stallman1995-01-021-1/+1
* Use SAVE_MODIFF and BUF_SAVE_MODIFFRichard M. Stallman1995-01-021-4/+4
* (mark_buffer, gc_sweep): Use BUF_INTERVALS.Richard M. Stallman1995-01-021-8/+13
* Integers now at least 28 bits.Richard M. Stallman1995-01-021-70/+72
* (store_in_keymap): While dumping, copy DEF if a cons.Richard M. Stallman1995-01-021-2/+7
* Use SAVE_MODIFF and BUF_SAVE_MODIFFRichard M. Stallman1995-01-021-7/+19
* Use SAVE_MODIFF and BUF_SAVE_MODIFFRichard M. Stallman1995-01-021-15/+26
* (temp_output_buffer_show): Use BUF_SAVE_MODIFF.Richard M. Stallman1995-01-021-1/+1
* (print): Don't drop thru to error for markers and overlays.Richard M. Stallman1995-01-021-13/+16
* (Fprimitive_undo): Use base buffer's modtime field.Richard M. Stallman1995-01-021-6/+15
* Adapt to new Lisp_Object format.Richard M. Stallman1995-01-021-18/+40
* (auto-mode-alist): Add entries for .cls files,Richard M. Stallman1994-12-311-61/+70
* (regex_compile): Use putchar, not printchar.Richard M. Stallman1994-12-301-11/+9
* (tex-mode-map): Add BibTeX File menu item.Richard M. Stallman1994-12-301-4/+6
* (terminal-emulator): Test system-configurationRichard M. Stallman1994-12-301-3/+6
* Added terminfo support.Richard M. Stallman1994-12-301-43/+93
* (print): Get size of compiled function as pseudovector.Richard M. Stallman1994-12-301-142/+161
* (VALBITS): Default now 28.Richard M. Stallman1994-12-301-82/+96
* (mark_object): Don't use Lisp_Process, Lisp_Window.Richard M. Stallman1994-12-301-70/+69
* (Faref): Handle compiled function as pseudovector.Richard M. Stallman1994-12-301-3/+9
* (Flength): Handle compiled function as pseudovector.Richard M. Stallman1994-12-301-1/+3
* (XSETFRAME): Use pseudovector.Richard M. Stallman1994-12-301-1/+1