summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* (with-electric-help): Doc fix.Richard M. Stallman1995-07-301-4/+12
* (cd): When reading arg, use just directory as the default.Richard M. Stallman1995-07-301-1/+3
* (do-auto-fill): Handle adaptive-fill-function and adaptive-fill-regexp.Richard M. Stallman1995-07-301-67/+70
* (forward-paragraph): Don't move back over a lineRichard M. Stallman1995-07-291-2/+12
* (isearch-mode-map): Don't bind tab, return, kp-N, etc.Richard M. Stallman1995-07-291-32/+14
* (fortran-break-line): Fixed a bug that sometimesRichard M. Stallman1995-07-291-3/+2
* (vc-resynch-buffer): New function.Richard M. Stallman1995-07-291-18/+41
* (do-auto-fill): Handle adaptive-fill-regexp.Richard M. Stallman1995-07-281-1/+22
* (imenu-generic-lisp-expression)Karl Heuer1995-07-281-195/+2
* (c++-imenu-generic-expression): Var defined.Karl Heuer1995-07-281-0/+97
* (c-imenu-generic-expression): Var defined.Karl Heuer1995-07-281-0/+98
* (latex-imenu-generic-expression): Var defined.Karl Heuer1995-07-281-0/+16
* (texinfo-imenu-generic-expression): Var defined.Karl Heuer1995-07-281-0/+11
* (ada-imenu-generic-expression): Var defined.Karl Heuer1995-07-281-0/+11
* (lisp-imenu-generic-expression): Var defined.Karl Heuer1995-07-281-1/+15
* Add keywords and comments as per conventions.Richard M. Stallman1995-07-271-70/+93
* (texinfo-specific-section-type): Use buffer-substring-no-properties.Richard M. Stallman1995-07-271-4/+5
* (vip-overriding-map): new variable.Michael Kifer1995-07-271-0/+4
* (vip-repeat-from-history-key): new default.Michael Kifer1995-07-271-5/+7
* (vip-multiclick-timeout): new default.Michael Kifer1995-07-271-90/+105
* (vip-add-hook,vip-remove-hook): new functions.Michael Kifer1995-07-271-0/+82
* *** empty log message ***Michael Kifer1995-07-271-1/+1
* (vip-info-file-name): variable removed.Michael Kifer1995-07-271-82/+74
* (x-font-regexp): Add \\(\\) for substring extraction.Karl Heuer1995-07-271-1/+1
* (pascal-mode): Added imenu support.Richard M. Stallman1995-07-271-0/+8
* (texinfo-environment-regexp): Allow whitespace at BOL.Richard M. Stallman1995-07-271-1/+1
* (tpu-backward-line): Only move to BOL if not already there.Richard M. Stallman1995-07-271-24/+25
* (tpu-version): New version.Richard M. Stallman1995-07-271-5/+264
* Comment changes.Richard M. Stallman1995-07-271-7/+8
* (indent-region-function): Doc fix.Richard M. Stallman1995-07-261-2/+2
* (shared-lisp-mode-map): Don't bind TAB, just set indent-line-function.Richard M. Stallman1995-07-261-3/+2
* (perl-imenu-generic-expression) New variable.Richard M. Stallman1995-07-261-0/+12
* (x-font-regexp-weight-subnum, x-font-regexp-slant-subnum)Karl Heuer1995-07-251-0/+5
* (imenu--history-list): Don't make this buffer-local.Richard M. Stallman1995-07-251-76/+55
* (tar-copy): Inhibit use of jka-compr handlerRichard M. Stallman1995-07-251-1/+12
* (run-hook-with-args): Deleted; now in C code.Karl Heuer1995-07-251-29/+0
* (make-face-bold, make-face-italic, make-face-bold-italic)Richard M. Stallman1995-07-251-30/+23
* (rmail-insert-inbox-text): Always use movemail when renaming a file.Richard M. Stallman1995-07-251-23/+21
* (Info-current-file): Doc fix.Richard M. Stallman1995-07-241-3/+4
* (tcl-word-no-props): New function.Tom Tromey1995-07-231-7/+17
* Doc fixes.Tom Tromey1995-07-231-4/+10
* Add latest changes of old library and some more.Karl Heuer1995-07-221-178/+311
* (byte-optimize-lapcode): Fix format calls.Richard M. Stallman1995-07-211-2/+2
* (imenu-choose-buffer-index): Avoid trying to select WINDOW if it is nil.Richard M. Stallman1995-07-211-1/+1
* (menu-bar-buffer-menu): Function deleted.Richard M. Stallman1995-07-211-3/+6
* (font-lock-make-faces): Redo logic for whetherRichard M. Stallman1995-07-211-6/+6
* (indent-new-comment-line): fill-prefix overrides comment indentation.Richard M. Stallman1995-07-211-52/+56
* (local-variables-section): Delete autoload cookie.Richard M. Stallman1995-07-201-68/+66
* (mail-fetch-field): Use buffer-substring-no-properties.Richard M. Stallman1995-07-201-2/+3
* (derived-mode-set-keymap): Cope if old-map is nil.Richard M. Stallman1995-07-201-2/+3