summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (Info-history-forward): New variable.Juri Linkov2005-01-112-11/+65
| | | | | | | | | | | | | | | | | | (Info-select-node): Reset Info-history-forward to nil. (Info-last): Turn into defalias. (Info-history-back): Rename from Info-last. Add current node to Info-history-forward. (Info-history-forward): New fun. (Info-mode-map): Replace Info-last by Info-history-back. Bind Info-history-forward to "r". (Info-mode-menu): Replace Info-last by Info-history-back. Fix menu item text. Add menu item for Info-history-forward. (info-tool-bar-map): Replace Info-last by Info-history-back. Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow" for Info-history-forward. (Info-mode): Replace Info-last by Info-history-back in docstring. Add local variable Info-history-forward. (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
* * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,Juri Linkov2005-01-116-0/+192
| | | | | * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm, * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
* (mouse-drag-mode-line-1, mouse-drag-vertical-line, mouse-drag-region)Stefan Monnier2005-01-112-20/+26
| | | | | (mouse-drag-region-1, mouse-drag-secondary): Ignore select-window events rather than fiddle with mouse-autoselect-window.
* *** empty log message ***Jay Belanger2005-01-111-2/+4
|
* (calc-reset): Reset when inside an embedded calculator; only reset whenJay Belanger2005-01-111-35/+47
| | | | point is inside a calculator.
* *** empty log message ***Jay Belanger2005-01-101-0/+5
|
* (calc-reset): Don't adjust the window height if the window takes upJay Belanger2005-01-101-1/+5
| | | | the whole height of the frame.
* (Electric-buffer-menu-mode):Thien-Thi Nguyen2005-01-102-1/+8
| | | | Preserve value of buffer-local var header-line-format.
* (calc-embedded-subst): Replace math-multi-subst-rec, which is onlyJay Belanger2005-01-102-1/+5
| | | | supposed to be called by math-multi-subst, by math-multi-subst.
* *** empty log message ***Jay Belanger2005-01-101-0/+5
|
* (calc-mode-var-list-restore-saved-values): Make sure settings fileJay Belanger2005-01-101-9/+11
| | | | exists before accessing it.
* #André Spiegel2005-01-091-0/+10
|
* (vc-svn-diff): Don't diff asynchronously if vc-disable-async-diff isAndré Spiegel2005-01-091-1/+2
| | | | t.
* (vc-mcvs-diff): Don't diff asynchronously if vc-disable-async-diff isAndré Spiegel2005-01-091-1/+3
| | | | t.
* (vc-arch-diff): Don't diff asynchronously if vc-disable-async-diff isAndré Spiegel2005-01-091-1/+1
| | | | t.
* (vc-cvs-diff): Don't diff asynchronously if vc-disable-async-diff isAndré Spiegel2005-01-091-1/+3
| | | | t.
* (vc-allow-async-revert): New user option.André Spiegel2005-01-091-3/+19
| | | | | (vc-disable-async-diff): New internal variable. (vc-revert-buffer): Use them to disable asynchronous diff.
* *** empty log message ***Jay Belanger2005-01-091-0/+37
|
* (calc-reset): Restore saved values of variables instead of defaultJay Belanger2005-01-091-4/+6
| | | | values (restore default values with a 0 argument).
* (defcalcmodevar): New macro.Jay Belanger2005-01-091-200/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (calc-mode-var-list-restore-default-values, calc-mode-var-list-restore-saved-values): New functions. (calc-mode-var-list): Use defcalcmodevar to define it. (calc-always-load-extensions, calc-line-numbering) (calc-line-breaking, calc-display-just, calc-display-origin) (calc-number-radix, calc-leading-zeros, calc-group-digits) (calc-group-char, calc-point-char, calc-frac-format) (calc-prefer-frac, calc-hms-format, calc-date-format) (calc-float-format, calc-full-float-format, calc-complex-format) (calc-complex-mode, calc-infinite-mode, calc-display-strings) (calc-matrix-just, calc-break-vectors, calc-full-vectors) (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets) (calc-matrix-brackets, calc-language, calc-language-option) (calc-left-label, calc-right-label, calc-word-size) (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute) (calc-display-raw, calc-internal-prec, calc-angle-mode) (calc-algebraic-mode, calc-incomplete-algebraic-mode) (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix) (calc-window-height, calc-display-trail, calc-show-selections) (calc-use-selections, calc-assoc-selections, calc-display-working-message) (calc-auto-why, calc-timing, calc-mode-save-mode) (calc-standard-date-formats, calc-autorange-units, calc-was-keypad-mode) (calc-full-mode, calc-user-parse-tables, calc-gnuplot-default-device) (calc-gnuplot-default-output, calc-gnuplot-print-device) (calc-gnuplot-print-output, calc-gnuplot-geometry) (calc-graph-default-resolution, calc-graph-default-resolution-3d) (calc-invocation-macro, calc-show-banner): Use defcalcmodevar to declare them and set their default values.
* (desktop-restore-eager): Fix typo in type.David Kastrup2005-01-092-1/+5
|
* (customize): Delete :link.Richard M. Stallman2005-01-092-1/+4
|
* Comment changes.Richard M. Stallman2005-01-091-2/+2
|
* *** empty log message ***Jay Belanger2005-01-081-0/+5
|
* (calc-mode): Remove the extension from `calc-settings-file' for loading.Jay Belanger2005-01-081-1/+1
|
* (Info-mode-map, Info-next-link-keymap)Kim F. Storm2005-01-081-1/+5
| | | | | (Info-prev-link-keymap, Info-up-link-keymap): Map follow-link to mouse-face. (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
* *** empty log message ***Kim F. Storm2005-01-081-0/+7
|
* *** empty log message ***Kim F. Storm2005-01-081-2/+2
|
* *** empty log message ***Jay Belanger2005-01-081-0/+9
|
* (calc-settings-file-name): Compare calc-settings-file toJay Belanger2005-01-081-7/+4
| | | | | user-init-file instead of ~/.emacs. Replace ~/.emacs in a prompt by calc-settings-file.
* (calc-settings-file): Change default value. Suggested by cgw in a commentJay Belanger2005-01-081-2/+2
| | | | in calc-mode.el.
* *** empty log message ***Lars Hansen2005-01-071-0/+14
|
* (desktop-restore-eager, desktop-lazy-verbose, desktop-lazy-idle-delay):Lars Hansen2005-01-071-10/+113
| | | | | | | | | | | | | New customizable variables. (desktop-buffer-args-list): New variable. (desktop-append-buffer-args): New function. (desktop-save): Call desktop-append-buffer-args for some buffers. (desktop-lazy-create-buffer): New function. (desktop-idle-create-buffers): New function. (desktop-read): Add message about buffers to restore lazily. (desktop-lazy-abort): New command. (desktop-clear): Call desktop-lazy-abort. (desktop-lazy-complete): New command.
* Whitespace/comment change.Richard M. Stallman2005-01-071-2/+10
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-17Miles Bader2005-01-072-1/+18
| | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-83 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-84 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-2 Merge from miles@gnu.org--gnu-2004 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/spam.el (spam-face): New face. Don't use `gnus-splash-face' which is unreadable in some setups. 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org> * man/message.texi (Reply): `message-reply-to-function' should return a list. Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
* (find-face-definition): Renamed from find-face.Richard M. Stallman2005-01-072-1/+11
|
* *** empty log message ***Kim F. Storm2005-01-061-0/+7
|
* (Man-xref-man-page, Man-xref-header-file)Kim F. Storm2005-01-061-1/+4
| | | | (Man-xref-normal-file): Add follow-link property.
* (completion-list-mode-map): Map follow-link to mouse-face.Kim F. Storm2005-01-061-1/+2
|
* Update copyright. Update commentary to mention rx syntax support.John Paul Wallington2005-01-061-4/+4
|
* *** empty log message ***Jay Belanger2005-01-061-0/+5
|
* Make sure the proper macro definitions are available when compiling.Jay Belanger2005-01-061-0/+2
|
* *** empty log message ***Juri Linkov2005-01-061-0/+5
|
* (isearch-lazy-highlight-update): RenameJuri Linkov2005-01-061-1/+1
| | | | `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-12Miles Bader2005-01-062-3/+8
| | | | | | | | | Remove "-face" suffix from lazy-highlight face name 2005-01-06 Miles Bader <miles@gnu.org> * lisp/isearch.el (lazy-highlight): Renamed from `lazy-highlight-face'. (isearch-lazy-highlight-face): Use new name.
* (custom-set-variables, custom-theme-set-variables): Clarify documentation.Richard M. Stallman2005-01-061-20/+22
|
* (uniquify-rationalize-file-buffer-names): Fix corner case when renamingStefan Monnier2005-01-052-2/+6
| | | | to the same name.
* (uniquify-rationalize-file-buffer-names): Re-add an interactive spec.Stefan Monnier2005-01-052-3/+12
|
* (isearch-dehighlight): Remove unused arg `totally'.Stefan Monnier2005-01-052-5/+10
| | | | (isearch-update, isearch-done): Adjust calls accordingly.
* (find-variable, find-variable-other-window, find-variable-other-frame):Richard M. Stallman2005-01-052-8/+16
| | | | | | Fix the TYPE args to find-function-read and find-function-do-it. (find-function): Doc fix. (find-function-at-point): Replace function-at-point alias.