summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (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.
* *** empty log message ***Gerd Moellmann2001-11-101-0/+4
|
* (finder_setwins, setwins): Exclude Calc.Gerd Moellmann2001-11-101-2/+2
|
* 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>Per Abrahamsen2001-11-102-3/+6
| | | | | | * wid-edit.el (checklist): Removed `:menu-tag'. (radio-button-choice): Ditto. (editable-list): Ditto.
* *** empty log message ***Pavel Janík2001-11-102-0/+10
|
* (gnus-local-domain): Reformat the doc-string to refer to functionPavel Janík2001-11-101-1/+1
| | | | `system-name' instead of both function and variable.
* Move definitions of constants to the beginning of file, before their use.Pavel Janík2001-11-101-16/+20
|
* Use the keymap property instead of local-map, and don't use a minor-mode map.Richard M. Stallman2001-11-101-62/+10
| | | | | | | | | | | | | (flyspell-mode-map): Variable deleted. Don't mess with minor-mode-map-alist. (calling add-minor-mode): Specify nil for keymap. And always use add-minor-mode, now that it exists. (flyspell-overlay-keymap-property-name): Set it to `keymap'. (flyspell-mode-on): Don't locally bind flyspell-mouse-map or flyspell-local-mouse-map. (make-flyspell-overlay): Use flyspell-mouse-map directly. (flyspell-mode): Doc fix. (flyspell-mode-on): Don't call make-local-hook.
* *** empty log message ***Richard M. Stallman2001-11-101-0/+19
|
* (debugger-make-xrefs): Add buttons to all symbols.Sam Steingold2001-11-092-3/+8
|
* #André Spiegel2001-11-091-0/+11
|