aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (footnote): Add :version to defgroup.Dave Love2000-02-231-42/+43
| | | | | | | | | | (footnote-section-tag-regexp): Customize. (footnote-start-tag, footnote-end-tag): New option. (footnote-latin-regexp): New variable. (Footnote-latin): New function. (footnote-style-alist): Add element for latin style. (footnote-style): Moved. (Footnote-goto-footnote): Use eq to test arg.
* Comment change.Dave Love2000-02-231-5/+0
|
* (auto-show): Defgroup doc fix.Dave Love2000-02-231-2/+2
|
* *** empty log message ***Dave Love2000-02-231-0/+16
|
* Change old backquote syntax.Dave Love2000-02-231-20/+24
| | | | | | | (byte-compile-const-symbol-p): New function. (byte-compile-constp, byte-compile-out-toplevel) (byte-compile-form, byte-compile-form, byte-compile-variable-ref): Use it.
* Change old backquote syntax.Dave Love2000-02-231-8/+21
| | | | | | | (byte-compile-trueconstp): Include keywords. (byte-optimize-quote, byte-optimize-lapcode): Use byte-compile-const-symbol-p. (byte-optimize-char-before): New optimization.
* (define-key-after): Default AFTER to t. Doc fix.Dave Love2000-02-231-5/+8
|
* Be sure to update minor-mode-alistKenichi Handa2000-02-231-21/+94
| | | | | | | | | | and minor-mode-map-alist. (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift codes SS2 and SS3 correctly. (encoded-kbd-self-insert-ccl): New function. (encoded-kbd-setup-keymap): New function. (encoded-kbd-mode): Handle CCL based coding system. Setup keymap by calling encoded-kbd-setup-keymap.
* *** empty log message ***Kenichi Handa2000-02-231-0/+9
|
* Don't change syntax of multibyteKenichi Handa2000-02-231-10/+4
| | | | | | characters. (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
* *** empty log message ***Kenichi Handa2000-02-231-0/+7
|
* (when, unless, split-string): Doc fix.Dave Love2000-02-222-5/+78
| | | | | | (read-passwd): Move call of clear-this-command-keys to the right place. (replace-regexps-in-string): New function.
* (emacs-lisp-mode-syntax-table)Dave Love2000-02-221-72/+71
| | | | | | | | | | | (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar. (lisp-mode-syntax-table): Set up for #|...|# comments. (lisp-imenu-generic-expression): Purecopy strings. Use syntax classes. Match `defface'. (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. (eval-defun-1): Fix for defcustom. (lisp-indent-region): Doc fix.
* (describe-variable): Set syntax table toGerd Moellmann2000-02-222-0/+7
| | | | | emacs-lisp-mode-syntax-table when moving forward over the symbol's name.
* (xterm-mouse-mode): Typo.Dave Love2000-02-222-1/+10
|
* Doc fixes.Dave Love2000-02-221-20/+19
| | | | | | (xterm-mouse-position-function): New function, replacing advice of mouse-position. (xterm-mouse-mode): Use it.
* Remove bogus spec for define-condition.Dave Love2000-02-221-4/+1
|
* (format-annotate-single-property-change): HandleGerd Moellmann2000-02-212-18/+38
| | | | | properties.with dotted-list values. (format-proper-list-p): New function.
* (enriched-face-ans): Handle '(foreground-colorGerd Moellmann2000-02-211-1/+5
| | | | . COLOR) and (background-color . COLOR).
* (flyspell-mouse-map): Change definitionDave Love2000-02-202-24/+53
| | | | | | | | and assignments to it. (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting current local map. (make-flyspell-overlay): Use it. (flyspell-correct-word/mouse-keymap): Change XEmacs test.
* Don't require emacsbug at top level.Dave Love2000-02-201-165/+133
| | | | | | | | | | (lm-get-header-re): Defun, not defsubst. (lm-get-package-name): Defun, not defsubst. Simplify. (lm-version): Doc fix. Simplify. (lm-header, lm-header-multiline, lm-header-multiline, lm-summary) (lm-crack-address, lm-last-modified-date, lm-commentary) (lm-verify, lm-synopsis): Simplify. (lm-report-bug): Require emacsbug. Use compose-mail.
* *** empty log message ***Gerd Moellmann2000-02-201-5/+8
|
* (dired-mode): Call propertized-buffer-identification toGerd Moellmann2000-02-201-1/+2
| | | | set mode-line-buffer-identification with text properties added.
* (propertized-buffer-identification): New function.Gerd Moellmann2000-02-201-6/+13
|
* *** empty log message ***Dave Love2000-02-201-0/+7
|
* *** empty log message ***Eli Zaretskii2000-02-201-0/+6
|
* (display-mouse-p): Use variable xterm-mouse-mode and check for t-mouseDave Love2000-02-201-2/+6
| | | | too.
* (menu-bar-goto-menu) [next-tag, next-tag-otherw]:Eli Zaretskii2000-02-201-2/+4
| | | | | Don't call ring-empty-p unless tags-location-ring is bound. From Noah Friedman <[email protected]>.
* (hs-flag-region): No longer use `intangible' overlay property.Thien-Thi Nguyen2000-02-182-33/+52
| | | | | | | | | (hs-toggle-hiding): New command. (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'. (hs-minor-mode): Move call to `hs-grok-mode-type' early on. Fix omission bug: Run `hs-minor-mode-hook' for both activation and deactivation.
* Make echo-keystrokes `number'.Dave Love2000-02-181-1/+1
|
* *** empty log message ***Gerd Moellmann2000-02-181-0/+4
|
* (caar, cadr, cdar, cddr): Add defsetfs.Gerd Moellmann2000-02-181-0/+4
|
* (lisp-indent-259): Indentation fix.Gerd Moellmann2000-02-172-4/+7
|
* *** empty log message ***Gerd Moellmann2000-02-171-1/+6
|
* (pascal-mode-syntax-table): Change syntaxGerd Moellmann2000-02-171-1/+1
| | | | of `*' to handle `(* ... *)' comments.
* (list-faces-display): Use display-mouse-p, not window-system.Eli Zaretskii2000-02-172-1/+4
|
* (mule-menu-keymap)Eli Zaretskii2000-02-172-50/+63
| | | | | | | | (describe-language-environment-map, set-coding-system-map) (setup-language-environment-map): Convert to new (menu-item... form, add help strings. Change names of menu items for better clarity. "Mule" menu-bar item removed (it's now in the "Options" submenu).
* (global-map): Menu-bar items converted to the newEli Zaretskii2000-02-171-272/+548
| | | | | format (menu-item..., rearranged for better CUA compliance, and their names changed for better clarity. Help strings added.
* *** empty log message ***Gerd Moellmann2000-02-171-1/+143
|
* (dired-do-copy): Remove spurios character.`n'Gerd Moellmann2000-02-171-4/+4
| | | | within the code.
* Don't require custom. Add more specific :groups to various deffaces.Dave Love2000-02-162-14/+58
| | | | | | | | (set-face-attribute): Purecopy args. (read-face-name): Default to name at point and use it in prompt. Remove colon from arg in all callers. (list-faces-display): Hyperlink to face descriptions and customize buffers.
* (facemenu-set-face): Amend interactive prompt.Dave Love2000-02-161-1/+1
|
* *** empty log message ***Dave Love2000-02-161-111/+116
|
* 2000-02-02 Per Abrahamsen <[email protected]>Dave Love2000-02-162-1/+6
| | | | | * wid-edit.el (widget-match-inline): An atom never matches a list.
* *** empty log message ***Gerd Moellmann2000-02-151-0/+140
|
* (bibtex-mode): Replaced manual splitting of pathGerd Moellmann2000-02-151-878/+983
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | at ':' characters by call to split-string. Added RCS version identification. Some temporary comments removed. (bibtex-field-name, bibtex-entry-type): Made the relationship explicit. (bibtex-field-const): Allow capital letters. (bibtex-start-of-string): Deleted because unused. Unified some nomenclature. We no longer use the term 'reference' to describe a bibtex entry as a whole. Further, reference keys are no longer called 'labels'. (bibtex-keys): Renamed to bibtex-reference-keys. (bibtex-reformat-previous-labels): Renamed to bibtex-reformat-previous-reference-keys. (bibtex-reference-type): Renamed to bibtex-entry-type. (bibtex-reference-head): Renamed to bibtex-entry-head. (bibtex-reference-maybe-empty-head): Renamed to bibtex-entry-maybe-empty-head. (bibtex-key-in-reference): Renamed to bibtex-key-in-entry. (bibtex-search-reference): Renamed to bibtex-search-entry. (bibtex-enclosing-reference-maybe-empty-head): Renamed to bibtex-enclosing-entry-maybe-empty-head. (bibtex-entry-field-alist, bibtex-entry-head, bibtex-font-lock-keywords, bibtex-skip-to-valid-entry, bibtex-map-entries, bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry, bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode, bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message, bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer, bibtex-find-entry-location, bibtex-validate, bibtex-find-text, bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat, bibtex-complete-key, bibtex-String) : Use the new nomenclature. (bibtex-strings, bibtex-keys): Removed redundant comment. (bibtex-format-field-delimiters): New function, functionality extracted from bibtex-format-entry. (bibtex-autokey-get-yearfield-digits): New function, functionality extracted from bibtex-autokey-get-yearfield. Completely reimplemented parsing of bibtex entries in order to avoid stack overflow in the regexp matcher if field contents become large. (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield, bibtex-field-string-part-not-braced, bibtex-field-string-part-no-inner-braces, bibtex-field-string-part-1-inner-brace, bibtex-field-string-part-2-inner-braces, bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced, bibtex-field-string-quoted, bibtex-field-string, bibtex-field-string-or-const, bibtex-field-text, bibtex-field, bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix, bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted as parsing is now performed by the following functions. (bibtex-parse-nested-braces, bibtex-parse-field-string-braced, bibtex-parse-quoted-string, bibtex-parse-field-string-quoted, bibtex-parse-field-string, bibtex-search-forward-field-string, bibtex-parse-association, bibtex-field-name-for-parsing, bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field, bibtex-search-forward-field, bibtex-search-backward-field, bibtex-start-of-field, bibtex-end-of-field, bibtex-start-of-name-in-field, bibtex-end-of-name-in-field, bibtex-start-of-text-in-field, bibtex-end-of-text-in-field, bibtex-parse-string-prefix, bibtex-parse-string-postfix, bibtex-parse-string, bibtex-search-forward-string, bibtex-search-backward-string, bibtex-start-of-string, bibtex-end-of-string, bibtex-start-of-reference-key-in-string, bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string, bibtex-end-of-text-in-string): New functions for the parsing of bibtex entries. Instead of reporting the results of the parsing by match-beginning or match-end, these functions return data structures that hold the corresponding positions. (bibtex-enclosing-field): Changed to also report field boundaries by return values rather than by match-beginning or match-end. The following functions have been adapted to use the new parsing functions. (bibtex-skip-to-valid-entry, bibtex-search-reference, bibtex-enclosing-field, bibtex-format-entry, bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring, bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode, bibtex-print-help-message, bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-validate, bibtex-next-field, bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new method for parsing. (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry, bibtex-map-entries, bibtex-flash-head, bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry, bibtex-autokey-change, bibtex-autokey-get-namefield, bibtex-autokey-get-names, bibtex-autokey-get-titlestring, bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode, bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer, bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters, bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in order to make the new binding of case-fold-search immediately visible. Copyright notice is up to date. Added constant 'bibtex-maintainer-salutation. (bibtex-mode): use with-temp-buffer rather than make-temp-name, use match-string-no-properties and eliminate a quadratic behavior when building bibtex-strings. (bibtex-reference-key): Accept string entries whose reference key contains upper case letters. (bibtex-reference-head): Allow entries to start with a new line. Hiding of entry bodies is not longer provided by bibtex.el directly. Instead the hideshow package can be used. Added a special bibtex entry to hs-special-modes-alist. (bibtex-hs-forward-sexp): Added for hideshow.el. (bibtex-entry-field-alist): Added booktitle field to proceedings entry type (for cross referencing). Thanks to Wagner Toledo Correa for the suggestion. Added `reftex-view-crossref-from-bibtex' to menu.
* Setup case table for Vietnamese.Kenichi Handa2000-02-131-0/+8
|
* *** empty log message ***Kenichi Handa2000-02-131-0/+4
|
* *** empty log message ***Gerd Moellmann2000-02-121-0/+17
|
* (toplevel): Require CL at compile time.Gerd Moellmann2000-02-121-7/+5
| | | | (uniquify-push): Removed.