summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* Changes so bookmark list mode works with Info:Richard M. Stallman1998-05-261-24/+29
| | | | | | | (bookmark-jump-noselect): Use an inner save-window-excursion. (bookmark-bmenu-switch-other-window): Temporarily set pop-up-windows, same-window-buffer-names, and same-window-regexps, to override Info's special display behaviors.
* *** empty log message ***Dan Nicolaescu1998-05-2614-21/+38
|
* (make-autoload): Doc fix.Richard M. Stallman1998-05-261-2/+2
|
* (zone-mode): Don't require zone-mode.Richard M. Stallman1998-05-261-2/+1
| | | | Use make-local-hook on a hook, not make-variable-buffer-local.
* (make-autoload): Add support for define-derived-mode. Update theRichard M. Stallman1998-05-261-6/+10
| | | | doc-string accordingly.
* (eval-defun): Pass proper beg to eval-region.Richard M. Stallman1998-05-251-2/+3
|
* (generate-file-autoloads): SetRichard M. Stallman1998-05-251-3/+6
| | | | print-escape-nonascii when printing autoload form.
* (byte-boolean-vars): Add print-escape-nonascii.Richard M. Stallman1998-05-251-10/+15
|
* (describe-variable): Add a button to callRichard M. Stallman1998-05-251-0/+16
| | | | customize-variable if the variable can be customized.
* (frame-update-face-colors): Call frame-set-background-mode.Richard M. Stallman1998-05-251-0/+1
|
* (make-frame-on-display): Fix previous change.Richard M. Stallman1998-05-251-2/+2
|
* (f90-comment-indent): Don't attempt to indent trailing comment asDave Love1998-05-251-2/+7
| | | | | code. (f90-looking-at-if-then): Don't lose with scan-lists on bad syntax.
* (set-coding-priority): CallKenichi Handa1998-05-251-1/+2
| | | | set-coding-priority-internal at the tail.
* (make-translation-table): Doc fix.Richard M. Stallman1998-05-251-5/+5
| | | | (define-translation-table): Doc fix.
* (make-frame-on-display): Check for nonsense display name.Richard M. Stallman1998-05-251-0/+2
|
* (sgml-font-lock-keywords-1): Accept upper case like lower case.Richard M. Stallman1998-05-251-2/+2
|
* (apropos-command): If DO-ALL is set, search functions, not variables.Richard M. Stallman1998-05-241-13/+9
|
* (apropos-command): Change 3rd arg to VAR-PREDICATERichard M. Stallman1998-05-241-12/+30
| | | | | | and use it as a predicate for which variables to match. (apropos-variable): Use that feature to match all documented vars, if have prefix arg.
* (Man-getpage-in-background): Bind coding-system-for-writeRichard M. Stallman1998-05-241-1/+3
| | | | to raw-text-unix instead of binding inhibit-eol-conversion to t.
* (split-window-vertically): Doc fix.Richard M. Stallman1998-05-241-1/+1
|
* (gud-jdb-class-source-alist): defvar moved up.Richard M. Stallman1998-05-241-7/+7
| | | | (gud-jdb-analysis-buffer): Likewise.
* (dired-at-point): Eliminate var dired-function; use `dired'.Richard M. Stallman1998-05-241-1/+2
| | | | (ffap-bindings): Include a binding for C-x d.
* (string-rectangle-string): New variable.Richard M. Stallman1998-05-241-7/+15
| | | | | | | | (string-rectangle): Bind it. (string-rectangle-line): Use it. (operate-on-rectangle-lines): New variable. (extract-rectangle-line): Update it. (delete-extract-rectangle, extract-rectangle): Bind and use it.
* (lisp-indent-error-function): New variable.Richard M. Stallman1998-05-241-7/+11
| | | | | (common-lisp-indent-function): Bind lisp-indent-error-function. (lisp-indent-report-bad-format): Use lisp-indent-error-function.
* (solitaire-possible-move): Use funcall to invoke movesymbol.Richard M. Stallman1998-05-241-14/+12
|
* (find-compressed-version): Don't set `error' here.Richard M. Stallman1998-05-241-1/+3
|
* (grep-tag-default): New function.Richard M. Stallman1998-05-241-3/+38
| | | | (grep): New default arg when prefix arg is specified.
* (toggle-case-fold-search): New command.Richard M. Stallman1998-05-241-0/+4
| | | | (menu-bar-options-menu): Put that in the menu.
* (dired-mark-files-containing-regexp): New command.Richard M. Stallman1998-05-241-0/+29
| | | | (dired-mode-map): Bind it to %g and in menu bar.
* (close-rectangle): New command.Richard M. Stallman1998-05-241-0/+17
|
* (ps-print-version): Doc fix.Richard M. Stallman1998-05-231-17/+21
| | | | (ps-print-prologue-1): Adjust doLineNumber PostScript function.
* (rmail-summary-output-body): New function.Richard M. Stallman1998-05-231-1/+17
| | | | | (rmail-summary-mode-map): Bind w to that. Put it in menu bar. Bind q to rmail-summary-wipe.
* (rmail-output-body-to-file): Avoid error if message has no subject.Richard M. Stallman1998-05-231-6/+12
| | | | Use and set rmail-default-body-file.
* (rmail-default-body-file): New variable.Richard M. Stallman1998-05-231-0/+5
|
* (register-input-method): Rename arg ENV to LANG-ENV. Fix previous change.Richard M. Stallman1998-05-231-25/+21
| | | | | | | (set-language-info): Delete args describe-map and setup-map. Don't set up menus at all. (set-language-info-alist): Set up menus here. (setup-specified-language-environment): Doc fix.
* (fill-region-as-paragraph):Richard M. Stallman1998-05-231-6/+6
| | | | Don't add a newline at the end, when there is none.
* (vhdl-customize-colors):Richard M. Stallman1998-05-231-19/+21
| | | | | | | | Renamed from vhdl-use-default-colors, and sense reversed. (vhdl-customize-faces): Renamed from vhdl-use-default-faces, and sense reversed. (vhdl-font-lock-init, vhdl-ps-init): Implement those changes. (vhdl-submit-bug-report): Use new variable names.
* (easy-menu-do-add-item): Small simplifications.Richard M. Stallman1998-05-231-11/+30
| | | | | | (easy-menu-precalculate-equivalent-keybindings): New customization variable. (easy-menu-add): Precalculate key bindings if `easy-menu-precalculate-equivalent-keybindings' is on.
* Many doc fixes.Richard M. Stallman1998-05-231-171/+87
| | | | | | Put two spaces between sentences. (checkdoc-this-string-valid-engine): Fix message. (checkdoc-ispell-lisp-words): Add "emacs".
* (jka-compr-compression-info-list): Add elts for bzip.Richard M. Stallman1998-05-231-2/+2
|
* (uncompress-while-visiting): Leave point at beginning.Richard M. Stallman1998-05-221-0/+1
|
* (ff-emacs-19, ff-xemacs): Functions deleted.Richard M. Stallman1998-05-221-52/+17
| | | | | | (ff-goto-click, ff-mouse-find-other-file) (ff-mouse-find-other-file-other-window): Just one definition. (locate-file): Definition deleted.
* Change term "character translation table" to "translation table".Kenichi Handa1998-05-224-33/+30
|
* (apropos): Handle aliases for undefined functions.Richard M. Stallman1998-05-221-1/+4
|
* (tar-mode): Position point on the name of the first file.Richard M. Stallman1998-05-221-2/+48
| | | | | | | | | | | (tar-extract): Detect coding-system of the archive member and decode it like insert-file-contents does. (tar-alter-one-field): Reposition point on the file name of the current tar entry. (tar-subfile-save-buffer): Encode the file when updating it in the archive, and use the size of encoded text to update the header block. Set last-coding-system-used to coding-system of the file. Restore point of tar-superior-buffer after updating the descriptor line.
* Indent `with-standard-io-syntax' correctly.Richard M. Stallman1998-05-221-1/+2
|
* (insert-directory): When WILDCARD is nil, expand ~ if necessary.Richard M. Stallman1998-05-221-5/+8
|
* (news-inews): Fix typo in prev change.Richard M. Stallman1998-05-211-1/+1
|
* (dired-guess-shell-alist-default): Handle .tgz files. Handle .pdf files.Richard M. Stallman1998-05-211-1/+2
|
* Comment change.Richard M. Stallman1998-05-211-1/+5
|