summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (speedbar-timer-fn): Disable updating if the frameEric M. Ludlam1998-08-191-61/+82
| | | | | | | | is an icon, or if the user is using the minibuffer. (speedbar-key-map): Added Q binding to destroy the frame. (speedbar-easymenu-definition-trailer): Added Quit item. (speedbar-frame-mode): Set the frame position at creation time. (speedbar-file-unshown-regexp): Added .# lock files.
* (cyrillic-koi8): Fix the value ofKenichi Handa1998-08-181-3/+3
| | | | | | `valid-code' property. (cyrillic-alternativnyj): Likewise. (cyrillic-alternativnyj-encode-table): Fix the initial value.
* (vietnamese-viscii): Fix the value ofKenichi Handa1998-08-181-2/+2
| | | | | `valid-code' property. (vietnamese-vscii): Likewise.
* (midnight-hook): initialize to a list.Richard M. Stallman1998-08-181-3/+3
|
* (read-quoted-char): Don't bind input-method-function;Richard M. Stallman1998-08-181-4/+1
| | | | instead, pass the new args to read-event.
* (search-whitespace-regexp): Doc fix.Richard M. Stallman1998-08-181-1/+3
|
* Whitespace change.Richard M. Stallman1998-08-181-5/+5
|
* (ange-ftp-file-name-sans-versions): Don't returnRichard M. Stallman1998-08-181-3/+3
| | | | the shortened version of the file name.
* Fix previous change.Kenichi Handa1998-08-181-6/+6
|
* (activate-input-method): Handle theKenichi Handa1998-08-181-4/+8
| | | | | | | case that the arg INPUT-METHOD is nil correctly. (read-multilingual-string): Activate the specified input method before calling read-string. Afterward, activate the original input method.
* Give proper value of `input-method' key toKenichi Handa1998-08-181-0/+5
| | | | all lang. env.
* Comment change.Richard M. Stallman1998-08-171-1/+1
|
* (set-language-environment): ResetKenichi Handa1998-08-171-8/+21
| | | | | syntax and case table to the defaults if the value of unibyte-syntax key is nil.
* (rmail-output): Always preserve MIME-Version field,Richard M. Stallman1998-08-161-14/+20
| | | | even if it was pruned.
* (midnight-float-time): Renamed from float-time.Richard M. Stallman1998-08-161-7/+8
| | | | | | (midnight-time-float): Renamed from time-float. (midnight-buffer-display-time): Renamed from buffer-display-time. (midnight-mode): Specify :initialize. Use nil as default value.
* (Info-follow-reference): Nice error msg if there was no arg.Richard M. Stallman1998-08-161-0/+4
|
* (comint-postoutput-scroll-to-bottom): Cope with unsetRichard M. Stallman1998-08-151-1/+2
| | | | comint-last-output-start marker.
* (kkc-help): New function.Kenichi Handa1998-08-151-1/+9
| | | | (kkc-keymap): Use sparse keymap. Add key binding for kkc-help.
* (language-info-alist): Doc-stringKenichi Handa1998-08-151-13/+26
| | | | | | | | | | modified. (set-language-info-alist): Fix typo in doc-string. Update setup-language-environment-map unconditionally. (mule-keymap): Key bindings for set-selection-coding-system and set-next-selection-coding-system. (set-coding-system-map): Add items of set-selection-coding-system and set-next-selection-coding-system.
* (set-selection-coding-system): Make itKenichi Handa1998-08-151-0/+22
| | | | | | interactive. (last-next-selection-coding-system): New variable. (set-next-selection-coding-system): New function.
* ("Hebrew"): Delete describe-function key.Kenichi Handa1998-08-151-2/+1
|
* (select-safe-coding-system): If default-coding-system is no-conversion,Richard M. Stallman1998-08-141-0/+1
| | | | return that; it is always safe.
* (sendmail-send-it): Report invalid values of mail-from-style.Richard M. Stallman1998-08-141-1/+4
|
* (Info-try-follow-nearest-node): Get the node nameRichard M. Stallman1998-08-141-2/+5
| | | | directly out of the menu item pointed at.
* (which-func-modes): Add fortran-mode.Richard M. Stallman1998-08-141-1/+2
|
* (ediff-next-difference, ediff-previous-difference): Handle nil as arg.Richard M. Stallman1998-08-141-2/+2
|
* Removed scrollbar-width from the frame-parameters.Eric M. Ludlam1998-08-141-2/+1
|
* (quail-update-leim-list-file): Fix message syntax.Richard M. Stallman1998-08-131-2/+2
|
* Add informative message about the lists of GC stats.Richard M. Stallman1998-08-131-0/+2
|
* (dired-do-rename-regexp): Doc fix.Richard M. Stallman1998-08-131-8/+8
|
* (nntp-encode-text): Properly encode outgoing text byRichard M. Stallman1998-08-131-1/+6
| | | | putting CR at the end of all lines.
* (PC-do-completion): Exclude ./ and ../ from completion.Richard M. Stallman1998-08-131-1/+3
|
* (electric-buffer-menu-mode-map): Don't wipe out all Meta keys.Richard M. Stallman1998-08-121-3/+2
|
* (double-setup): Only copy `key-translation-map' if it is a keymap.Richard M. Stallman1998-08-121-1/+3
|
* (mail-setup): After using `fill-region-as-paragraph'Richard M. Stallman1998-08-121-1/+1
| | | | on a new address field, ensure that it ends with a newline.
* (recover-session): Add leading space on added text lines.Richard M. Stallman1998-08-121-4/+6
|
* Comment changes.Richard M. Stallman1998-08-111-5/+0
|
* (mail-setup): After using `fill-region-as-paragraph'Richard M. Stallman1998-08-111-4/+13
| | | | on a new address field, ensure that it ends with a newline.
* (list-faces-display): Call print-help-return-message.Richard M. Stallman1998-08-111-2/+4
| | | | (describe-face): Likewise.
* (disassemble-1): Move the call toRichard M. Stallman1998-08-111-2/+2
| | | | string-as-unibyte outside of the if statement.
* (time-stamp-string-preprocess): Add %U code.Richard M. Stallman1998-08-101-0/+3
|
* (reftex-reparse-document): Renamed from `reftex-parse-document'.Carsten Dominik1998-08-101-1966/+2923
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (reftex-string-to-label): Splitting string on "\W+" now (better for other languages). (reftex-expand-path, reftex-find-file-on-path, reftex-access-search-path, reftex-find-tex-file, reftex-find-bib-file): Function rewritten. (reftex-toc-show-insertion-point, reftex-plug-into-AUCTeX-now, reftex-toggle-auto-view-crossref): New commands. (reftex-abbreviate-title, reftex-view-crossref-when-idle, reftex-echo-ref, reftex-echo-cite, reftex-make-cite-echo-string, reftex-verified-face, reftex-new-section-callback, reftex-change-hook, reftex-figure-out-cite-format, reftex-restrict-bib-matches, reftex-ensure-compiled-variables, reftex-select-with-char): New functions. (reftex-delete-list): Function removed (reftex-cache-variables): New constant. (reftex-bibfile-ignore-regexps): Renamed from `reftex-bibfile-ignore-list'. (reftex-locate-bibliography-files): Use changed option `reftex-bibfile-ignore-regexps'. (reftex-reset-mode): Also remove parse file. (reftex-view-crossref): No longer displays when inside comments. (reftex-show-entry): Adapted for new outline mode. (reftex-select-label-mode): set syntax table. (reftex-compile-variables): renamed from reftex-compute-ref-cite-tables. Now caches computed values for different documents. (reftex-label-alist-external-add-ons): Variable removed. Functionality went into a property of the `reftex-docstruct-symbol'. (reftex-add-to-label-alist): Use property `reftex-label-alist-style'. (reftex-set-cite-format, reftex-get-cite-format, (reftex-query-label-type, reftex-select-external-document, reftex-citation): Use `reftex-select-with-char'. (reftex-arg-label,reftex-arg-cite): Now actually works :-). (reftex-parse-bibtex-entry): buffer "*RefTeX-scratch*" renamed to " *RefTeX-scratch*", to make is a hidden buffer. (reftex-make-and-insert-label-list): Checking if note is a string. (reftex-access-parse-file): Catch exceptions while loading the file. (reftex-keep-temporary-buffers, reftex-initialize-temporary-buffers): Customization group changed. (reftex-auto-view-crossref): New option. (reftex-auto-view-crossref-timer): New variable. (reftex-refontify): Adapted for future versions of x-symbol. (reftex-make-and-insert-label-list): Set modification flag when updating an entry. Add face property to toc line. (reftex-do-parse): Set modification flag, do not write parse file. (reftex-label): Set the modification flag when adding to docstruct list. (reftex-access-parse-file): Clear the modification flag. (reftex-kill-buffer-hook, reftex-kill-emacs-hook): New hooks. Installed in `kill-buffer-hook' and `kill-emacs-hook'. (reftex-toc): Add face property to section heading. (reftex-section-info): No longer add face property. (reftex-pop-to-bibtex-entry): Can use echo area for display. (reftex-view-crossref): Additional argument ECHO. (reftex-format-citation): %T and %B for abbreviated titles. (reftex-what-macro): WHICH can also be 1 to get just one enclosing macro. (reftex-customize): Removed check for old custom versions. (reftex-do-citation): cleaned up.
* (mail-citation-header): New variable.Richard M. Stallman1998-08-101-6/+32
| | | | | (mail-yank-original, mail-yank-region): Bind mail-citation-header. (mail-citation-hook): Doc fix.
* ("Korean"): Fix previous change.Kenichi Handa1998-08-101-1/+1
|
* (setup-XXX-environment): Just call set-language-environment. IfKenichi Handa1998-08-1010-37/+25
| | | | | | they used to do some other jobs than what done by set-language-environment, those jobs are done in setup-XXX-environment-internal now.
* (language-info-alist): Doc-string modified.Kenichi Handa1998-08-101-17/+146
| | | | | | | | | (reset-language-environment): New function for the job that setup-english-environment used to do. (set-language-environment): Do more setups according to the info in language-info-alist. (read-language-name): Handle the case that the arg KEY is nil. * (describe-language-environment): Handle input-method property.
* (iso-safe): Comment for this coding system fixed.Kenichi Handa1998-08-101-5/+5
| | | | (coding-category-iso-8-1): Change default coding priority.
* (quail-start-translation): IfKenichi Handa1998-08-101-5/+9
| | | | | | enable-multibyte-characters is nil, convert multibyte character to unibyte. (quail-start-conversion): Likewise.
* ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or changeKenichi Handa1998-08-1010-35/+60
| | | | | | the value to setup-XXX-environment-internal. Add properties nonascii-translation, input-method, features, unibyte-syntax, and unibyte-display.
* (setup-XXX-environment): Just call set-language-environment. IfKenichi Handa1998-08-106-23/+34
| | | | | | | | | | they used to do some other jobs than what done by set-language-environment, those jobs are done in setup-XXX-environment-internal now. ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change the value to setup-XXX-environment-internal. Add properties nonascii-translation, input-method, features, unibyte-syntax, and unibyte-display.