summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (minibuffer-prompt-properties): Use "Don't Enter" as tag instead of ↵Richard M. Stallman2005-08-172-1/+11
| | | | "Inviolable".
* (windmove-coordinates-of-position): Remove.Kim F. Storm2005-08-171-60/+7
| | | | | (windmove-coordinates-of-window-position): Remove. (windmove-reference-loc): Use posn-at-point instead.
* *** empty log message ***Kim F. Storm2005-08-171-0/+4
|
* (insert-for-yank-1): Doc fix.Kim F. Storm2005-08-171-1/+1
|
* *** empty log message ***Kim F. Storm2005-08-171-0/+2
|
* (ido-enter-matching-directory): Rename fromKim F. Storm2005-08-171-8/+14
| | | | | | ido-enter-single-matching-directory. Change 'slash choice to 'only. Add 'first choice. (ido-exhibit): Adapt to above changes.
* *** empty log message ***Kim F. Storm2005-08-171-0/+7
|
* Expand comment about building loaddefs.el.Luc Teirlinck2005-08-171-4/+7
|
* *** empty log message ***Luc Teirlinck2005-08-171-1/+5
|
* (toggle-gdb-use-inferior-io-buffer):Nick Roberts2005-08-161-1/+3
| | | | Comment use of defadvice.
* (gud-jump): Rework for gdb-ui.Nick Roberts2005-08-161-1/+3
|
* *** empty log message ***Nick Roberts2005-08-161-17/+15
|
* (flyspell-large-region): Fix doc and custom type.Richard M. Stallman2005-08-151-2/+7
| | | | (flyspell-mark-duplications-flag): Doc fix.
* * mh-customize.el: Do not use face-alias compatibility forDan Nicolaescu2005-08-1519-121/+25
| | | | | | | | | | | | | | | | | | | | | | faces that did not appear in the previous Emacs release. * buff-menu.el: * compare-w.el: * emacs-lisp/testcover.el: * play/gomoku.el: * play/mpuz.el: * progmodes/flymake.el: * progmodes/gdb-ui.el: * progmodes/idlw-help.el: * progmodes/idlw-shell.el: * progmodes/ld-script.el: * progmodes/which-func.el: * ruler-mode.el: * strokes.el: * textmodes/sgml-mode.el: * textmodes/table.el: Do not use face-alias for backward compatibility for faces that did not appear in the previous Emacs release.
* Refill long lines.Andreas Schwab2005-08-151-99/+144
|
* (next-error-follow-minor-mode): Fix init value andDan Nicolaescu2005-08-152-1/+6
| | | | ligher.
* *** empty log message ***Kim F. Storm2005-08-151-0/+10
|
* (cua-delete-region): Return t ifKim F. Storm2005-08-151-6/+11
| | | | | | | | | deleted region was non-empty. (cua-replace-region): Inhibit overwrite-mode for self-insert-command if replaced region was non-empty. (cua--explicit-region-start, cua--status-string): Make them buffer-local at top-level... (cua-mode): ...rather than when mode is enabled.
* (vhdl-emacs-21): Set t for Emacs 21, 22, and so on.Thien-Thi Nguyen2005-08-152-5/+10
|
* Update Commentary header.David Ponce2005-08-151-141/+235
| | | | | | | | | | | | | | | | | | | | | | | | (tree-widget-theme): Doc fix. (tree-widget-space-width): New option. (tree-widget-image-properties): Look up in the default theme too. (tree-widget--cursors): Only for images with arrow pointer shape. (tree-widget-lookup-image): Pointer shape is hand by default. (tree-widget-icon): Generic icon widget renamed from `tree-widget-control'. (tree-widget-*-icon): Rename from `tree-widget-*-control' and derive from `tree-widget-icon'. (tree-widget-handle): Improve default look and feel of the text representation. (tree-widget): Rename :*-control properties to :*-icon properties. Add :action and :help-echo properties. (tree-widget-after-toggle-functions): Move. (tree-widget-close-node, tree-widget-open-node): Remove. (tree-widget-before-create-icon-functions): New hook. (tree-widget-value-create): Update to allow customization of icons and nodes at run-time via that new hook. (tree-widget-icon-create, tree-widget-leaf-node-icon-p) (tree-widget-icon-action, tree-widget-icon-help-echo) (tree-widget-action, tree-widget-help-echo): New functions.
* *** empty log message ***David Ponce2005-08-151-0/+25
|
* (ido-buffer-internal): Use with-no-warnings.Kim F. Storm2005-08-151-6/+7
| | | | (ido-make-merged-file-list): Use while-no-input.
* *** empty log message ***Kim F. Storm2005-08-151-0/+5
|
* *** empty log message ***Richard M. Stallman2005-08-151-0/+19
|
* (interpreter-mode-alist): Doc fix.Richard M. Stallman2005-08-151-3/+2
|
* (rmail-nonignored-headers): New variable.Richard M. Stallman2005-08-151-26/+43
| | | | | (rmail-clear-headers): Use it. (rmail-reply): Better handling of mail-followup-to header.
* (sh-font-lock-keywords-var): Variable renamed from sh-font-lock-keywords.Richard M. Stallman2005-08-151-41/+45
| | | | | | | | | | | In the `shell' entry, don't try to refer to executable-font-lock-keywords. (sh-font-lock-keywords-var-1): Renamed from sh-font-lock-keywords-1. (sh-font-lock-keywords-var-2): Renamed from sh-font-lock-keywords-2. (sh-font-lock-keywords): Append executable-font-lock-keywords here. (sh-mode): Set comment-start-skip, local-abbrev-table, imenu-case-fold-search. (sh-set-shell): Don't set them here. (sh-feature): Simplify. Get rid of the eval-a-variable feature. Don't cache the results in the original alist; don't ever modify that alist.
* (flyspell-mode): Autoload a defvar.Richard M. Stallman2005-08-151-0/+1
|
* Fix copyright notice, list author.Richard M. Stallman2005-08-151-1/+3
|
* *** empty log message ***Richard M. Stallman2005-08-151-0/+4
|
* (lookup-words): Cope with case where ARGS is empty.Richard M. Stallman2005-08-151-3/+7
|
* Put autoload cookie at risky-local-variable declarations.Andreas Schwab2005-08-142-0/+5
|
* Revert last change.Andreas Schwab2005-08-144-9/+10
|
* Fix dependency bug: Wrap `desktop-buffer-mode-handlers'Thien-Thi Nguyen2005-08-142-2/+4
| | | | modification in `eval-after-load' form.
* Fix dependency bug: Wrap `desktop-buffer-mode-handlers'Thien-Thi Nguyen2005-08-142-2/+4
| | | | modification in `eval-after-load' form.
* Fix dependency bug: Wrap `desktop-buffer-mode-handlers'Thien-Thi Nguyen2005-08-142-2/+8
| | | | modification in `eval-after-load' form.
* (delete-selection-pre-hook): If overwrite-mode isJuri Linkov2005-08-142-3/+25
| | | | | | enabled and the current command is self-insert-command, call it explicitly with overwrite-mode bound to nil, to not allow it to delete the character after the selected region.
* (grep-mode-map): Add ellipsis to "Another grep".Juri Linkov2005-08-141-3/+4
| | | | | (grep-mode-font-lock-keywords): Don't highlight "Grep started". Add highlighting of "interrupt", "killed", "terminated".
* (compilation-mode-font-lock-keywords):Juri Linkov2005-08-141-6/+9
| | | | | | | | | Remove highlighting of "Compilation started". Highlight only the word "finished" in "Compilation finished". Add highlighting of "interrupt", "killed", "terminated" and the exit code. (compilation-start): Add newline after header. Use exactly the same time stamp format as the finishing message. (compilation-mode-map): Add ellipsis to "Search Files (grep)".
* *** empty log message ***Eli Zaretskii2005-08-121-0/+6
|
* Add move-beginning-of-line, move-end-of-line, end-of-line,Eli Zaretskii2005-08-121-4/+5
| | | | | and beginning-of-line to the list of commands after which the echo area is updated.
* (custom-save-all, custom-save-delete): Bind recentf-exclude to excludeEli Zaretskii2005-08-122-3/+19
| | | | custom-file.
* (rmail-summary-end-of-message): New command to go to the bottom of the mailEli Zaretskii2005-08-122-2/+32
| | | | | | | | message. Added to `rmail-summary-mode-map' with key "/". (rmail-summary-show-message): New (internal) function for use by both `rmail-summary-beginning/end-of-message'. (rmail-summary-beginning-of-message): Changed to use rmail-summary-show-message.
* (rmail-end-of-message): New command to go to theEli Zaretskii2005-08-121-2/+16
| | | | | | end of the current message. Added to `rmail-mode-map' with key "/". (rmail-beginning-of-message): Fixed to work as documented. (rmail-mode): Change documentation.
* (compilation-start): Add the line "Compilation started" with compilationEli Zaretskii2005-08-122-2/+12
| | | | | start time. (compilation-mode-font-lock-keywords): Add `started' to keywords.
* (menu-bar-options-menu): Standardize capitalization of menu items.Luc Teirlinck2005-08-111-11/+11
|
* *** empty log message ***Luc Teirlinck2005-08-111-0/+5
|
* *** empty log message ***Richard M. Stallman2005-08-111-0/+2
|
* (pop-global-mark): Reverse test of widen-automatically.Richard M. Stallman2005-08-111-2/+2
|
* (generic-font-lock-defaults): Declare with define-obsolete-variable-alias.Lute Kamstra2005-08-112-2/+10
|