Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Changes so bookmark list mode works with Info: | Richard M. Stallman | 1998-05-26 | 1 | -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 Nicolaescu | 1998-05-26 | 14 | -21/+38 | |
| | ||||||
* | (make-autoload): Doc fix. | Richard M. Stallman | 1998-05-26 | 1 | -2/+2 | |
| | ||||||
* | (zone-mode): Don't require zone-mode. | Richard M. Stallman | 1998-05-26 | 1 | -2/+1 | |
| | | | | Use make-local-hook on a hook, not make-variable-buffer-local. | |||||
* | (make-autoload): Add support for define-derived-mode. Update the | Richard M. Stallman | 1998-05-26 | 1 | -6/+10 | |
| | | | | doc-string accordingly. | |||||
* | (eval-defun): Pass proper beg to eval-region. | Richard M. Stallman | 1998-05-25 | 1 | -2/+3 | |
| | ||||||
* | (generate-file-autoloads): Set | Richard M. Stallman | 1998-05-25 | 1 | -3/+6 | |
| | | | | print-escape-nonascii when printing autoload form. | |||||
* | (byte-boolean-vars): Add print-escape-nonascii. | Richard M. Stallman | 1998-05-25 | 1 | -10/+15 | |
| | ||||||
* | (describe-variable): Add a button to call | Richard M. Stallman | 1998-05-25 | 1 | -0/+16 | |
| | | | | customize-variable if the variable can be customized. | |||||
* | (frame-update-face-colors): Call frame-set-background-mode. | Richard M. Stallman | 1998-05-25 | 1 | -0/+1 | |
| | ||||||
* | (make-frame-on-display): Fix previous change. | Richard M. Stallman | 1998-05-25 | 1 | -2/+2 | |
| | ||||||
* | (f90-comment-indent): Don't attempt to indent trailing comment as | Dave Love | 1998-05-25 | 1 | -2/+7 | |
| | | | | | code. (f90-looking-at-if-then): Don't lose with scan-lists on bad syntax. | |||||
* | (set-coding-priority): Call | Kenichi Handa | 1998-05-25 | 1 | -1/+2 | |
| | | | | set-coding-priority-internal at the tail. | |||||
* | (make-translation-table): Doc fix. | Richard M. Stallman | 1998-05-25 | 1 | -5/+5 | |
| | | | | (define-translation-table): Doc fix. | |||||
* | (make-frame-on-display): Check for nonsense display name. | Richard M. Stallman | 1998-05-25 | 1 | -0/+2 | |
| | ||||||
* | (sgml-font-lock-keywords-1): Accept upper case like lower case. | Richard M. Stallman | 1998-05-25 | 1 | -2/+2 | |
| | ||||||
* | (apropos-command): If DO-ALL is set, search functions, not variables. | Richard M. Stallman | 1998-05-24 | 1 | -13/+9 | |
| | ||||||
* | (apropos-command): Change 3rd arg to VAR-PREDICATE | Richard M. Stallman | 1998-05-24 | 1 | -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-write | Richard M. Stallman | 1998-05-24 | 1 | -1/+3 | |
| | | | | to raw-text-unix instead of binding inhibit-eol-conversion to t. | |||||
* | (split-window-vertically): Doc fix. | Richard M. Stallman | 1998-05-24 | 1 | -1/+1 | |
| | ||||||
* | (gud-jdb-class-source-alist): defvar moved up. | Richard M. Stallman | 1998-05-24 | 1 | -7/+7 | |
| | | | | (gud-jdb-analysis-buffer): Likewise. | |||||
* | (dired-at-point): Eliminate var dired-function; use `dired'. | Richard M. Stallman | 1998-05-24 | 1 | -1/+2 | |
| | | | | (ffap-bindings): Include a binding for C-x d. | |||||
* | (string-rectangle-string): New variable. | Richard M. Stallman | 1998-05-24 | 1 | -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. Stallman | 1998-05-24 | 1 | -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. Stallman | 1998-05-24 | 1 | -14/+12 | |
| | ||||||
* | (find-compressed-version): Don't set `error' here. | Richard M. Stallman | 1998-05-24 | 1 | -1/+3 | |
| | ||||||
* | (grep-tag-default): New function. | Richard M. Stallman | 1998-05-24 | 1 | -3/+38 | |
| | | | | (grep): New default arg when prefix arg is specified. | |||||
* | (toggle-case-fold-search): New command. | Richard M. Stallman | 1998-05-24 | 1 | -0/+4 | |
| | | | | (menu-bar-options-menu): Put that in the menu. | |||||
* | (dired-mark-files-containing-regexp): New command. | Richard M. Stallman | 1998-05-24 | 1 | -0/+29 | |
| | | | | (dired-mode-map): Bind it to %g and in menu bar. | |||||
* | (close-rectangle): New command. | Richard M. Stallman | 1998-05-24 | 1 | -0/+17 | |
| | ||||||
* | (ps-print-version): Doc fix. | Richard M. Stallman | 1998-05-23 | 1 | -17/+21 | |
| | | | | (ps-print-prologue-1): Adjust doLineNumber PostScript function. | |||||
* | (rmail-summary-output-body): New function. | Richard M. Stallman | 1998-05-23 | 1 | -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. Stallman | 1998-05-23 | 1 | -6/+12 | |
| | | | | Use and set rmail-default-body-file. | |||||
* | (rmail-default-body-file): New variable. | Richard M. Stallman | 1998-05-23 | 1 | -0/+5 | |
| | ||||||
* | (register-input-method): Rename arg ENV to LANG-ENV. Fix previous change. | Richard M. Stallman | 1998-05-23 | 1 | -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. Stallman | 1998-05-23 | 1 | -6/+6 | |
| | | | | Don't add a newline at the end, when there is none. | |||||
* | (vhdl-customize-colors): | Richard M. Stallman | 1998-05-23 | 1 | -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. Stallman | 1998-05-23 | 1 | -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. Stallman | 1998-05-23 | 1 | -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. Stallman | 1998-05-23 | 1 | -2/+2 | |
| | ||||||
* | (uncompress-while-visiting): Leave point at beginning. | Richard M. Stallman | 1998-05-22 | 1 | -0/+1 | |
| | ||||||
* | (ff-emacs-19, ff-xemacs): Functions deleted. | Richard M. Stallman | 1998-05-22 | 1 | -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 Handa | 1998-05-22 | 4 | -33/+30 | |
| | ||||||
* | (apropos): Handle aliases for undefined functions. | Richard M. Stallman | 1998-05-22 | 1 | -1/+4 | |
| | ||||||
* | (tar-mode): Position point on the name of the first file. | Richard M. Stallman | 1998-05-22 | 1 | -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. Stallman | 1998-05-22 | 1 | -1/+2 | |
| | ||||||
* | (insert-directory): When WILDCARD is nil, expand ~ if necessary. | Richard M. Stallman | 1998-05-22 | 1 | -5/+8 | |
| | ||||||
* | (news-inews): Fix typo in prev change. | Richard M. Stallman | 1998-05-21 | 1 | -1/+1 | |
| | ||||||
* | (dired-guess-shell-alist-default): Handle .tgz files. Handle .pdf files. | Richard M. Stallman | 1998-05-21 | 1 | -1/+2 | |
| | ||||||
* | Comment change. | Richard M. Stallman | 1998-05-21 | 1 | -1/+5 | |
| |