aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (include-other-diary-files): Undo the selectiveGerd Moellmann2000-02-241-8/+16
| | | | display in any included file and don't kill it.
* (dired-mode-map): Don't remove "Edit" from the menuEli Zaretskii2000-02-242-58/+136
| | | | | | | | | bar. Menu items converted to (menu-item format, help strings added. [downcase, upcase]: Don't enable on MS-DOS. [symlink, symlinks]: Don't show if make-symbolic-link is not bound. [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
* (kill-paragraph, backward-kill-paragraph)Dave Love2000-02-232-4/+11
| | | | (backward-kill-sentence, kill-sentence): Likewise.
* (zap-to-char, kill-line, kill-region, kill-word)Dave Love2000-02-231-5/+5
| | | | (backward-kill-word): Revert addition of * to interactive spec.
* (mouse-drag-mode-line-1): Remove `growth =' message.Dave Love2000-02-232-1/+20
|
* (gud-jdb-build-class-source-alist): Prepend space to scratch bufferDave Love2000-02-231-7/+6
| | | | | name. (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
* (internal-face-interactive): Update prompt for new read-face-name.Dave Love2000-02-231-2/+2
|
* (list-faces-display): Fix header typo.Dave Love2000-02-231-1/+1
|
* (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
|