summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.Juri Linkov2008-07-231-1/+1
|
* Initial revision for a new file with most content from isearch-multi.el.Juri Linkov2008-07-231-0/+285
| | | | | | | | Rename `isearch-buffers' name prefixes to `multi-isearch'. Remove `isearch-buffers-minor-mode'. Add new function `multi-isearch-setup' to `isearch-mode-hook'. New top-level commands `multi-isearch-buffers', `multi-isearch-buffers-regexp', `multi-isearch-files', `multi-isearch-files-regexp'.
* (recode-region): Deactivate mark at the end.Chong Yidong2008-07-231-1/+3
|
* * international/mule.el (recode-region): Deactivate mark at the end.Chong Yidong2008-07-231-0/+5
|
* Add terminal class check to faces in last change.Chong Yidong2008-07-231-4/+4
|
* (flymake-errline, flymake-warnline): Use more suitable colors on darkChong Yidong2008-07-231-4/+4
| | | | displays.
* * progmodes/flymake.el (flymake-errline, flymake-warnline): UseChong Yidong2008-07-231-0/+5
| | | | more suitable colors on dark displays.
* * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",Michael Albinus2008-07-232-29/+44
| | | | | | | | | | | "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx". (tramp-temp-buffer-name): New defconst. (tramp-handle-start-file-process): Use it. Apply "exec", for the command. No trailing prompt. (tramp-process-sentinel): Remove temporary buffer, if existing. Don't handle trailing prompt. (tramp-open-connection-setup-interactive-shell): Use `tramp-temp-buffer-name'.
* (shell-dynamic-complete-functions): UseChong Yidong2008-07-231-1/+2
| | | | comint-dynamic-complete-filename as well (bug#361).
* * shell.el (shell-dynamic-complete-functions): UseChong Yidong2008-07-231-0/+5
| | | | comint-dynamic-complete-filename as well (bug#361).
* Fix typos.Juanma Barranquero2008-07-231-2/+2
|
* * term/ns-win.el:Dan Nicolaescu2008-07-235-4/+10
| | | | | | | * version.el (emacs-version): * loadup.el: * frame.el (make-frame-on-display): Check for ns instead of ns-windowing.
* * dired.el (dired-mode-map): Show the key binding for wdired.Dan Nicolaescu2008-07-233-0/+9
| | | | | * menu-bar.el (menu-bar-file-menu): Show the key binding for exiting emacs.
* fix up compile error from renaming of ns-list-fontsAdrian Robert2008-07-232-1/+4
|
* (tags-query-replace): Set arg `map' of `perform-replace'Juri Linkov2008-07-232-1/+15
| | | | to `multi-query-replace-map'.
* (multi-query-replace-map): New variable.Juri Linkov2008-07-231-3/+26
| | | | | | | | | (perform-replace): Add processing of new multi-buffer keys bound to `automatic-all' and `exit-current'. Set `query-flag' to nil if last input char was `automatic-all'. Set new local variable `multi-buffer' to t when one of new two keys were typed. Return non-nil value of `multi-buffer' that tells to calling functions to continue replacement on the next file.
* (diff-auto-refine-mode): Remove lighter, since it'sStefan Monnier2008-07-222-1/+4
| | | | otherwise displayed in every buffer.
* (vc-arch-trim-make-sentinel): Use a closure.Stefan Monnier2008-07-222-11/+17
| | | | (vc-arch-trim-one-revlib): Delete temp directories as well.
* (iswitchb-delim): New variable, suggested by Ted Roden.Stephen Eglen2008-07-222-2/+12
|
* Fixed mismatched parenthesis in vc-dir.el.Bastien Guerry2008-07-222-1/+6
| | | | | | | | | See Sven Joachim message <87fxq2cotk.fsf@gmx.de> on [emacs-devel]. 2008-07-22 Sven Joachim <svenjoac@gmx.de> (tiny change) * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched paenthesis.
* Remove sh-newline-and-indentMiles Bader2008-07-222-15/+7
| | | | | | It is obsolete. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1346
* (Todo): Update.Dan Nicolaescu2008-07-222-7/+5
|
* Remove obsolete comment.Dan Nicolaescu2008-07-222-17/+2
|
* Add arch taglineMiles Bader2008-07-221-0/+1
|
* (vc-git-status-printer): Update the directory displayDan Nicolaescu2008-07-222-3/+5
| | | | to match the default.
* (vc-dir-recompute-file-state): Add workaround for CVS.Dan Nicolaescu2008-07-222-0/+9
|
* (menu-bar-line-wrapping-menu): Use Visual Line mode for "word wrap"Chong Yidong2008-07-211-14/+22
| | | | command.
* (visual-line-mode): Disable truncate-partial-width-windows.Chong Yidong2008-07-211-2/+6
|
* * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line modeChong Yidong2008-07-211-0/+8
| | | | | | | for "word wrap" command. * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
* * term/ns-win.el: Rename ns- functions/variables to theDan Nicolaescu2008-07-212-41/+20
| | | | | | | | | | | | | | | | | | corresponding x- versions. (x-select-text, x-cut-buffer-or-selection-value) (x-disown-selection-internal, x-get-selection-internal) (x-own-selection-internal, x-defined-colors, xw-defined-colors) (x-display-mm-width, x-display-mm-height) (x-display-backing-store, x-display-save-under) (x-display-visual-class, x-display-screens, x-focus-frame): Remove defaliases. * image.c: * nsfns.m: * nsselect.m: * nsterm.h: * nsterm.m: Rename ns prefixed functions/variables to the corresponding x versions. Update references.
* (ns-display-name): Remove declaration.Dan Nicolaescu2008-07-212-4/+7
| | | | | (make-frame-on-display): Use x-display-name instead ns-display-name. Use unless.
* (command-line-1): Fix indentation.Dan Nicolaescu2008-07-212-4/+6
|
* (ns-focus-frame): Remove declaration.Dan Nicolaescu2008-07-212-5/+8
| | | | | (gnus-select-frame-set-input-focus): Undo previous change. Treat ns like x.
* (up-one, down-one, left-one, right-one): Remove,Dan Nicolaescu2008-07-211-0/+5
| | | | checked in inadvertently.
* Standardize references to "Nextstep" in comments, messages, and docstrings.Chong Yidong2008-07-211-57/+60
| | | | | | | | (ns-handle-args, x-parse-geometry) (ns-extended-platform-support-mode, x-setup-function-keys) (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p) (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors) (ns-initialized, ns-initialize-window-system): Doc fixes.
* * term/ns-win.el: Standardize references to "Nextstep" inChong Yidong2008-07-211-0/+10
| | | | | | | | | comments, messages, and docstrings. (ns-handle-args, x-parse-geometry) (ns-extended-platform-support-mode, x-setup-function-keys) (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p) (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors) (ns-initialized, ns-initialize-window-system): Doc fixes.
* Make auto-refining a minor mode, and diff- and smerge- use it.Thien-Thi Nguyen2008-07-213-13/+19
| | | | | | | | | * diff-mode.el (diff-auto-refine): Delete defcustom. (diff-auto-refine-mode): New func/var via define-minor-mode. Update var ref to use diff-auto-refine-mode. * smerge-mode.el (diff-mode): Require when compiling. (smerge-auto-refine): Delete defcustom. Update smerge-auto-refine ref to use diff-auto-refine-mode.
* Rewrite rfc2104-hash for speed.Thien-Thi Nguyen2008-07-212-47/+54
| | | | | | | | | * rfc2104.el (rfc2104-zero): Delete defconst. (rfc2104-hex-alist): Likewise. (rfc2104-hex-to-int): Delete func. (rfc2104-hexstring-to-bitstring): Likewise. (rfc2104-nybbles): New defconst. (rfc2104-hash): Rewrite for speed.
* Correctly attribute David Reitter for visual-line-mode.Chong Yidong2008-07-211-4/+8
|
* (visual-line-mode): Add lighter.Chong Yidong2008-07-211-1/+3
|
* * simple.el (visual-line-mode): Add lighter.Chong Yidong2008-07-211-1/+1
|
* (visual-line): New custom group.Chong Yidong2008-07-211-4/+40
| | | | | | (visual-line-fringe-indicators): New var. (visual-line-mode): Set fringe-indicator-alist based on visual-line-fringe-indicators.
* * simple.el (visual-line): New custom group.Chong Yidong2008-07-211-0/+7
| | | | | | (visual-line-fringe-indicators): New var. (visual-line-mode): Set fringe-indicator-alist based on visual-line-fringe-indicators.
* * term/x-win.el (x-handle-switch, x-handle-numeric-switch)Dan Nicolaescu2008-07-205-524/+312
| | | | | | | | | | | | (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch) (x-handle-geometry, x-handle-name-switch, x-display-name) (x-handle-display, x-handle-args, x-colors): Move ... * term/common-win.el: ... here. New file. * term/w32-win.el (x-handle-switch, x-handle-numeric-switch) (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch) (x-handle-geometry, x-handle-name-switch, x-display-name) (x-handle-display, x-handle-args, x-colors): Remove. * loadup.el: Load term/common-win before term/x-win and term/w32-win.
* (narrow-map): Bind `org-narrow-to-subtree' to "s" on theJuri Linkov2008-07-192-1/+6
| | | | new keymap `narrow-map' instead of binding "\C-xns".
* (proced-mode, proced): Add \\<proced-mode-map> to docstrings.Juri Linkov2008-07-192-4/+26
|
* Add coding cookie utf-8 for the pilcrow sign.Juri Linkov2008-07-191-1/+1
|
* (image-dired-cmd-create-thumbnail-options)Juri Linkov2008-07-191-3/+3
| | | | | | | (image-dired-cmd-create-temp-image-options) (image-dired-cmd-create-standard-thumbnail-command): Add > to the ImageMagick command line to change the dimensions of the image only if its width or height exceeds the geometry specification.
* (dired-mode-map): Fix menu text of image-dired-display-thumbs.Juri Linkov2008-07-191-2/+2
|
* (fancy-startup-text): Move the line "To quit a partially entered command,Juri Linkov2008-07-191-5/+6
| | | | | type Control-g" a few lines below to be after the line "To start". Add text "at gnu.org" to "Overview of Emacs features".