summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (texinfo-font-lock-keywords): Fixed regexp for `@end' and `@item'.Richard M. Stallman1996-03-031-1/+1
|
* (dired-compress-file-suffixes): New variable.Richard M. Stallman1996-03-031-21/+49
| | | | (dired-compress-file): Use that to control file naming.
* (global-map): Change C-M-g to M-g M-g.Richard M. Stallman1996-03-021-1/+1
|
* Comment change.Richard M. Stallman1996-03-0224-26/+29
|
* Comment change.Richard M. Stallman1996-03-023-3/+3
|
* (forms-insert-after): New variable. Non-nil means: inserts of newJohan Vromans1996-03-011-13/+31
| | | | | | records go after current record, also initial position is at last record. (forms-mode, forms-insert-record): Use it.
* (set-visited-file-name): Query if there's already anotherRichard M. Stallman1996-03-011-0/+5
| | | | buffer visiting this file.
* (compilation-parse-errors):Richard M. Stallman1996-03-011-26/+8
| | | | Collapse //'s using command-line-normalize-file-name.
* (command-line-normalize-file-name): Do save-match-data.Richard M. Stallman1996-03-011-8/+9
|
* (imenu--menubar-select): No longer interactive.Richard M. Stallman1996-03-011-35/+35
| | | | | | | | | | | | (imenu-create-submenu-name): Function deleted. (imenu-example--create-lisp-index): Don't use it. (imenu--generic-function): Don't use imenu-create-submenu-name. (imenu-submenu-name-format): Variable deleted. (imenu--split-menu): Use TITLE as the head of the new list. Don't split if everything fits in one level. (imenu--split-submenus): New function. (imenu-update-menubar): Use imenu--split-submenus. (imenu--mouse-menu): Use imenu--split-submenus.
* (imenu-submenu-name-format): Delete the `...'.Richard M. Stallman1996-03-011-1/+1
|
* Add provide call.Richard M. Stallman1996-03-011-0/+2
|
* Comment change.Richard M. Stallman1996-03-011-7/+21
|
* (backward-delete-char-untabify):Richard M. Stallman1996-02-291-5/+1
| | | | Don't handle overwrite-mode here (done in delete-backward-char).
* (iso-languages): Add ~? and ~!.Richard M. Stallman1996-02-291-0/+11
|
* Save if reqd in emacs-lisp-byte-compile-and-load.Simon Marshall1996-02-291-7/+9
|
* (server-process-filter): Use command-line-normalize-file-name.Richard M. Stallman1996-02-281-5/+2
|
* (command-line-normalize-file-name): Convert /// at beginning to just /.Richard M. Stallman1996-02-281-0/+3
|
* (ps-generate): Bind inhibit-read-only.Richard M. Stallman1996-02-281-1/+4
|
* Don't toggle on window-setup-hook.Simon Marshall1996-02-281-1/+1
|
* Make global-font-lock-mode show status messages, and fontification ↵Simon Marshall1996-02-281-34/+43
| | | | interruptable.
* Make get-buffer-window-list take MINIBUF arg.Simon Marshall1996-02-281-3/+3
|
* (show-paren-delay): New variable.Richard M. Stallman1996-02-281-16/+38
| | | | | | (show-paren-mode): New command. Use it. Call it at the top-level. (show-paren-mode, show-paren-idle-timer): New variables. (show-paren-function): Renamed from show-paren-command-hook.
* (timer-set-time, timer-set-time-with-usecs): Doc fix.Richard M. Stallman1996-02-281-46/+47
| | | | | | | | (run-at-time, with-timeout): Doc fix. (run-with-timer): Just call run-at-time. (timer-set-idle-time): New function. (run-with-idle-timer): Use it to set the idle time. Doc fix. Fix interactive code.
* (timeout-event-p): Function deleted.Richard M. Stallman1996-02-281-5/+0
|
* (command-line-normalize-file-name):Richard M. Stallman1996-02-281-1/+3
| | | | Don't collapse // at start of file name.
* (server-process-filter): Don't collapse // at start of file name.Richard M. Stallman1996-02-281-1/+2
|
* (handle-delete-frame): Use save-buffers-kill-emacs.Richard M. Stallman1996-02-281-1/+2
|
* (display-time): Use rmail-after-get-new-mail-hook.Richard M. Stallman1996-02-271-1/+1
|
* (rmail-get-new-mail): Run rmail-after-get-new-mail-hook.Richard M. Stallman1996-02-271-0/+1
|
* (display-time): Use run-at-time to start the timer.Richard M. Stallman1996-02-271-7/+4
|
* (iso-transl-dead-key-alist): Fix syntax for ?^.Richard M. Stallman1996-02-271-1/+1
|
* (hexl-mode-exit, hexl-maybe-dehexlify-buffer):Richard M. Stallman1996-02-271-2/+2
| | | | Corrected write-contents-hook to write-contents-hooks.
* (tpu-load-xkeys): Fix previous change.Richard M. Stallman1996-02-261-1/+1
|
* (makefile-runtime-macros-list): Add + to the list.Richard M. Stallman1996-02-261-1/+1
|
* Use the new file names in autoloads.Karl Heuer1996-02-263-17/+17
|
* Comment change.Richard M. Stallman1996-02-261-1/+1
|
* Renamed from cal-chinese.el to avoid 14-character limitation.Karl Heuer1996-02-261-3/+3
|
* Renamed from cal-islamic.el to avoid 14-character limitation.Karl Heuer1996-02-261-3/+3
|
* (rmail-make-basic-summary-line): Fix previous change.Erik Naggum1996-02-261-1/+1
|
* (rmail-clear-headers): Bind case-fold-search to t across the whole function.Erik Naggum1996-02-261-17/+18
|
* (mail-mode-map): Bind M-TAB to mail-complete.Richard M. Stallman1996-02-261-0/+1
|
* (mail-complete): Add autoload cookie.Richard M. Stallman1996-02-261-1/+1
|
* (unforward-rmail-message): Add autoload cookie.Richard M. Stallman1996-02-261-0/+1
|
* (vc-find-cvs-master): Don't require a "/" after the modification timePaul Eggert1996-02-261-1/+1
| | | | | in CVS/Entries, since the time may be followed by a conflict notice (in CVS 1.7) or by some other value (in CVS 1.3).
* (rmail-make-basic-summary-line): Less space before subj.Richard M. Stallman1996-02-261-1/+1
|
* (vc-follow-link): Kill buffer before creating new one.Richard M. Stallman1996-02-261-2/+2
|
* (vc-follow-link): Simplify by taking advantageRichard M. Stallman1996-02-261-6/+12
| | | | of Feb 21 change in find-file-noselect.
* (man): Don't call Man-init-defvars here.Richard M. Stallman1996-02-261-76/+69
| | | | | | | | Do it at top level instead. (Man-init-defvars): Now a defun, not a defsubst. Don't set Man-uses-untabify-flag. (Man-uses-untabify-flag): Add doc string. Make default value t. (Man-filter-list): Add doc string.
* (finder-compile-keywords-make-dist): New function.Richard M. Stallman1996-02-251-0/+4
|