summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* (insert-startup-screen): New function.Kim F. Storm1995-10-111-10/+187
* [!HAVE_X_WINDOWS]:Kim F. Storm1995-10-111-1295/+1698
* (internal_flush): RemovedKim F. Storm1995-10-111-7/+3
* Check that DJGPP v. 1 is used.Kim F. Storm1995-10-111-9/+11
* Call make-doc.exe instead of make-docfile.Kim F. Storm1995-10-111-1/+1
* (Fkill_buffer): Don't kill auto save file if not recent.Richard M. Stallman1995-10-111-1/+2
* (init_sys_modes) [!HAVE_X_WINDOWS (MSDOS)]: Always call set_terminal_modes.Kim F. Storm1995-10-111-13/+4
* Moved (define-key menu-bar-ediff-menu ...) to ediff-hook.el:Michael Kifer1995-10-111-3/+0
* (adaptive-fill-function): Change defun to defvar.Richard M. Stallman1995-10-111-1/+1
* (next-completion): Specify the LIMIT arg when searching for text properties.Richard M. Stallman1995-10-111-7/+10
* (function-called-at-point, variable-at-point):Richard M. Stallman1995-10-101-2/+6
* (buffer-display-table): Document new implementation.Erik Naggum1995-10-091-10/+11
* Doc fixes.Richard M. Stallman1995-10-091-4/+16
* (view-highlight-face): New variable.Richard M. Stallman1995-10-091-2/+7
* Explain when to use make-variable-buffer-local.Richard M. Stallman1995-10-091-0/+9
* (tags-table-check-computed-list): Map tags-expand-table-name over lists ofRoland McGrath1995-10-091-2/+3
* New implementation with char-tables.Erik Naggum1995-10-091-37/+79
* Initial revisionRichard M. Stallman1995-10-091-0/+145
* (temp_echo_area_glyphs): Restore the old point value.Richard M. Stallman1995-10-091-1/+3
* (mail-abbrev-syntax-table): Use `equal' instead of `=', in case eltsNoah Friedman1995-10-091-1/+1
* (ada-gen-treat-proc): Bind `procname' and `functype'.Erik Naggum1995-10-091-1/+1
* (exec_sentinel, read_process_output):Richard M. Stallman1995-10-091-2/+10
* (view-exit): Delete view-overlay only if it exists.Erik Naggum1995-10-081-1/+1
* (server-start): Try both full hostname and shortenedRichard M. Stallman1995-10-081-3/+12
* Indentation change.Richard M. Stallman1995-10-081-31/+31
* Fix several minor errors.Richard M. Stallman1995-10-081-12/+13
* (desktop-outvar): Support truncation.Richard M. Stallman1995-10-081-10/+26
* (command-line): Init user-mail-address here, after reading init file.Richard M. Stallman1995-10-081-3/+6
* (write_segment): Write valid data in units of 1<<13,Richard M. Stallman1995-10-081-5/+18
* (init_buffer_once): Make file_format always local, not just local when set.Richard M. Stallman1995-10-081-1/+1
* (Fmake_char_table): Initialize parent to nil.Erik Naggum1995-10-081-0/+1
* (struct Lisp_Boolvector): New data type.Richard M. Stallman1995-10-071-3/+67
* (Fchartablep, Fboolvectorp): New functions.Richard M. Stallman1995-10-071-3/+157
* (print): Handle chartables and boolvectors.Richard M. Stallman1995-10-071-1/+52
* (read1): Handle chartables and boolvectors.Richard M. Stallman1995-10-071-0/+40
* (describe_vector): Use Flength to get length of vector.Richard M. Stallman1995-10-071-1/+5
* (describe_syntax): Handle new syntax-table data format.Richard M. Stallman1995-10-071-84/+147
* Use char tables as syntax tables.Richard M. Stallman1995-10-071-95/+94
* (callint_message, callint_message_size): New vars.Richard M. Stallman1995-10-071-19/+43
* (Fmake_chartable, Fmake_boolvector): New functions.Richard M. Stallman1995-10-071-0/+55
* (Fset_char_table_range): New function.Richard M. Stallman1995-10-071-6/+246
* (bytecode.o): Depend on syntax.h.Richard M. Stallman1995-10-071-1/+1
* (byte-compile-from-buffer): Bind print-level.Richard M. Stallman1995-10-061-0/+1
* (newline): Call barf-if-buffer-read-only.Richard M. Stallman1995-10-061-0/+1
* Fix typo calling iso-accents-customize.Richard M. Stallman1995-10-061-2/+4
* Added ${lispsource}ediff-hook.elc after vc-hooks.Michael Kifer1995-10-061-0/+1
* Added (load "ediff-hook") after loading vc-hook.Michael Kifer1995-10-061-0/+1
* (ediff-files,ediff-merge-files): better file-name defaults.Michael Kifer1995-10-061-909/+522
* (ediff-make-frame-position): fixed bugs.Michael Kifer1995-10-061-73/+138
* (ediff-toggle-read-only,ediff-read-file-name):Michael Kifer1995-10-061-324/+608