summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (comment-normalize-vars): Handle a nil comment-padding.Stefan Monnier2001-11-132-1/+4
|
* *** empty log message ***Stefan Monnier2001-11-131-3/+2
|
* (electric-buffer-update-highlight): New function.Richard M. Stallman2001-11-131-1/+15
| | | | | | (electric-buffer-overlay): New variable. (electric-buffer-menu-looper): Call electric-buffer-update-highlight. (electric-buffer-list): Likewise.
* (isearch-mode): Handle negative search-slow-window-lines correctly.Richard M. Stallman2001-11-132-2/+10
| | | | (isearch-whitespace-chars): Doc fix.
* (ada-fill-comment-prefix): GNAT wants 2 spaces.Stefan Monnier2001-11-132-11/+15
|
* Use `frame-width' instead of `screen-width',Eli Zaretskii2001-11-132-18/+32
| | | | | | `frame-height' instead of `screen-height', and, `executing-kbd-macro' instead of `executing-macro'. (calc-unread-command): Use `unread-command-events'.
* Use `frame-width' instead of `screen-width',Eli Zaretskii2001-11-135-25/+25
| | | | | `frame-height' instead of `screen-height', and, `executing-kbd-macro' instead of `executing-macro'.
* (calc-settings-file-name): Don't hardcodeEli Zaretskii2001-11-131-5/+11
| | | | "~/.emacs"; use `read-file-name'.
* (calc-do-embedded): Call `y-or-n-p' withEli Zaretskii2001-11-131-4/+4
| | | | correct number of arguments.
* (calc-do-alg-entry): UseEli Zaretskii2001-11-131-2/+2
| | | | `blink-paren-function' instead of `blink-paren-hook'.
* (todo-save): Add save-excursion and save-restriction.Richard M. Stallman2001-11-132-5/+10
|
* *** empty log message ***Richard M. Stallman2001-11-131-0/+2
|
* (server-edit, server-done): Doc fix.Richard M. Stallman2001-11-131-4/+6
|
* (sql-mode): Doc change.Richard M. Stallman2001-11-131-2/+12
| | | | (sql-mode-syntax-table): Backslash is no longer an escape character.
* (Info-mode): Add a no-clone-indirect property.Richard M. Stallman2001-11-132-0/+9
|
* (clone-indirect-buffer): Error if major mode symbolRichard M. Stallman2001-11-131-5/+17
| | | | | has a no-clone-indirect property. (clone-buffer): Check for obvious errors before reading clone name.
* fixed formatSam Steingold2001-11-136-2156/+2156
|
* * vc.el (vc-print-log): Bind `inhibit-read-only' to t before andSam Steingold2001-11-123-53/+94
| | | | | | | | | | set-buffer-modified-p to nil after `vc-exec-after'. * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d". (log-view-mode): Make read-only. (log-view-current-file): Do final `expand-file-name' in the current `default-directory'. (log-view-current-tag): Take an optional `where' arg. (log-view-diff): New user command.
* (cpp-choose-face): Fix typo.Pavel Janík2001-11-122-1/+5
|
* updated (C)Sam Steingold2001-11-121-4/+8
|
* Indent properly `generic-flet', `generic-labels', `with-accessors',Sam Steingold2001-11-122-11/+19
| | | | `with-condition-restarts'.
* Many trivial doc fixes.Richard M. Stallman2001-11-122-29/+42
| | | | | | | (dired-get-file-for-visit): New function. (dired-find-alternate-file, dired-mouse-find-file-other-window): (dired-view-file, dired-find-file-other-window, dired-display-file): (dired-find-file): Use dired-get-file-for-visit.
* *** empty log message ***Richard M. Stallman2001-11-121-5/+7
|
* (calc-init-extensions): Update autoload namesEli Zaretskii2001-11-122-5/+20
| | | | to match files renamed on initial calc import.
* (toplevel): Bind mouse buttons.Eli Zaretskii2001-11-121-93/+46
| | | | | | | | | | | (calc-do-keypad): Don't attempt to use nonexistent global mouse-map, use calc-keypad-map. (calc-keypad-x-left-click): Renamed to calc-keypad-left-click. (calc-keypad-left-click): Don't use mouse-map; update to new event interface. (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto. (calc-keypad-press): Use `unread-command-events' instead of `unread-command-char'.
* *** empty log message ***Pavel Janík2001-11-121-0/+5
|
* (flyspell-default-dictionary): Fix previous change.Pavel Janík2001-11-121-1/+1
|
* (flyspell-default-dictionary): Fix custom type.Richard M. Stallman2001-11-122-1/+11
|
* *** empty log message ***Richard M. Stallman2001-11-111-0/+3
|
* (solar-sunrise-and-sunset): Exchange the two extreme values of day-length.Richard M. Stallman2001-11-111-2/+2
|
* *** empty log message ***Richard M. Stallman2001-11-111-0/+29
|
* (flyspell-default-dictionary): Allow nil as value, and make nil the default.Richard M. Stallman2001-11-111-5/+7
|
* (sh-must-be-shell-mode): Allow modes derived from sh-mode.Richard M. Stallman2001-11-111-2/+2
|
* (checkdoc-file-comments-engine):Richard M. Stallman2001-11-111-2/+2
| | | | Turn off error in some re-search-forward calls.
* (query-replace-skip-read-only): New variable.Richard M. Stallman2001-11-111-150/+161
| | | | | (perform-replace): If that variable is non-nil, ignore matches that have a read-only property.
* File regenerated.Eli Zaretskii2001-11-112-1/+3
|
* (define-derived-mode): Doc fix.Richard M. Stallman2001-11-111-1/+1
|
* (server-buffer-done): Test of server-existing-buffer was backwards.Richard M. Stallman2001-11-111-4/+6
| | | | (server-existing-buffer): Doc fix.
* (menu-bar-edit-menu): Don't use x-selection-exists-p ifEli Zaretskii2001-11-112-2/+13
| | | | | it is not fboundp. (clipboard-yank): Ditto.
* (toplevel): Require calc-macs.Eli Zaretskii2001-11-112-11/+42
| | | | | | | | | (calc-minibuffer-size): New. (calcDigit-nondigit): Use it instead of `buffer-size'. (calcDigit-backspace): Likewise. (calcDigit-nondigit): Use `minibuffer-contents' instead of `buffer-string'. (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of `point-min'. (calcDigit-key): Use `calc-minibuffer-contains' instead of a `save-excursion'.
* (calc-record-compilation-date-macro): Return aEli Zaretskii2001-11-111-4/+3
| | | | simple `setq' form.
* (toplevel): Require calc-macs during compilation.Eli Zaretskii2001-11-111-7/+8
| | | | | | | (calc-do-quick-calc): Use `frame-width' instead of `screen-width'. (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'. (calcAlg-enter): Likewise. (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
* (toplevel): Require calc.Eli Zaretskii2001-11-111-15/+44
| | | | | | (calc-fancy-prefix-map): New. (calc-fancy-prefix): Use it. (calc-fancy-prefix-other-key): New.
* (save-abbrevs): Default value is t.Richard M. Stallman2001-11-111-3/+2
|
* (command-line): Read standard abbrevRichard M. Stallman2001-11-111-0/+5
| | | | file (abbrev-file-name), if it exists.
* (read-abbrev-file): Don't set save-abbrevs.Richard M. Stallman2001-11-111-3/+3
| | | | (quietly-read-abbrev-file): Doc fix.
* (compile-goto-error): Fix previous change in the case where subsequentRichard M. Stallman2001-11-102-8/+24
| | | | errors have not been parsed yet because they are in a different source file.
* (ps-mode-font-lock-keywords-1): Merge two regular expressions into one.Richard M. Stallman2001-11-101-12/+16
| | | | | | (ps-mode): Make local bindings for `comment-start' and `comment-start-skip'. (ps-mode-looking-at-nested): Simplify an if-else construct; use `set-match-data' to set the result.
* *** empty log message ***Richard M. Stallman2001-11-101-0/+17
|
* (flyspell-correct-word/local-keymap): Function deleted.Richard M. Stallman2001-11-101-54/+3
| | | | | | (flyspell-correct-word): Old definition deleted. (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word. All references renamed too.