summaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* (Coding Standards): Update URL.Glenn Morris2009-12-152-6/+9
| | | | (Getting the Source Code): Other VCSs are available.
* Update some URLs.Glenn Morris2009-12-152-3/+4
|
* Remove comments about edt-user.doc. No longer applies now file hasGlenn Morris2009-12-151-0/+6
| | | | been removed and split into two pieces.
* Split into edt-user.el and ../doc/misc/edt.texi, and remove.Glenn Morris2009-12-151-987/+0
|
* New file, split out from edt-user.doc.Glenn Morris2009-12-151-0/+170
|
* NEWS entry for gdb-mi GSoC changes.Dmitry Dzhus2009-12-121-1/+5
|
* Remove RCS keywordsMiles Bader2009-12-121-5/+0
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1645
* Remove mention of latex-complete, which was removed before the release.Stefan Monnier2009-12-101-2/+1
|
* * NEWS: Point to the external counterparts of su and sudo.Michael Albinus2009-12-092-2/+8
|
* AUTHORS: RegenerateChong Yidong2009-12-091-214/+322
|
* Remove resolved GTK on Cygwin problem.Chong Yidong2009-12-091-22/+0
|
* NEWS entries for mail-user-agent and CEDET.Chong Yidong2009-12-081-13/+42
|
* * minibuffer.el (completion-at-point-functions): New var.Stefan Monnier2009-12-071-0/+6
| | | | | | | | | | | | | | | | | | | (completion-at-point): New command. * indent.el (indent-for-tab-command): Handle the new `complete' behavior. * progmodes/python.el (python-mode-map): Use completion-at-point. (python-completion-at-point): Rename from python-partial-symbol and adjust for use in completion-at-point-functions. (python-mode): Setup completion-at-point for Python completion. * emacs-lisp/lisp.el (lisp-completion-at-point): New function extracted from lisp-complete-symbol. (lisp-complete-symbol): Use it. * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode, setup completion-at-point for Elisp completion. (emacs-lisp-mode-map, lisp-interaction-mode-map): Use completion-at-point. * ielm.el (ielm-map): Use completion-at-point. (inferior-emacs-lisp-mode): Setup completion-at-point for Elisp completion. * progmodes/sym-comp.el: Move to... * obsolete/sym-comp.el: Move from progmodes.
* Added compose-mail-user-agent-warnings.Chong Yidong2009-12-071-0/+7
|
* Support showing a single log entry from vc-annotate.Dan Nicolaescu2009-12-071-0/+4
| | | | | | | | | | | | | | | | | | | | * vc.el (print-log): Add a new argument: START-REVISION. (vc-print-log-internal): Add a new optional argument and pass it to the backend. (vc-print-log, vc-print-root-log): Adjust callers. * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a buffer already displays the requested log entry, use it. Otherwise display only the log entry in question. * vc-svn.el (vc-svn-print-log): * vc-mtn.el (log-view-file-re): * vc-hg.el (vc-hg-state): * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION. (vc-git-show-log-entry): Return t on success. * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION. (vc-bzr-show-log-entry): Return t on success. * vc-rcs.el (vc-rcs-print-log): * vc-sccs.el (vc-sccs-print-log): * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
* Get the background mode from the terminal for xterm, and setDan Nicolaescu2009-12-071-0/+5
| | | | | | | | faces accordingly. * term/xterm.el (xterm-set-background-mode): New function. (terminal-init-xterm): Use it in case xterm supports background color queries. Recompute faces after getting the background color.
* *** empty log message ***Dan Nicolaescu2009-12-061-1/+4
|
* Copyedit several NEWS entries.Chong Yidong2009-12-051-69/+79
|
* ansi-color is now enabled by default in the shell.Chong Yidong2009-12-051-5/+11
|
* Documented diary view-mode.Glenn Morris2009-12-051-0/+1
|
* Documented diary fancy display.Glenn Morris2009-12-051-1/+2
|
* (dired-auto-revert-buffer): New defcustom.Juri Linkov2009-12-041-0/+5
| | | | (dired-internal-noselect): Use it.
* Change roles of modes and functions in image-mode.el (Bug#5062).Juri Linkov2009-12-041-0/+11
| | | | | | | | | | | | | | | | | | | | | * image-mode.el: Replace `image-mode-maybe' with `image-mode' in `auto-mode-alist'. (image-mode-previous-major-mode): New variable. (image-minor-mode-map): Rename from `image-mode-text-map'. (image-mode): Move graceful error-handling code from `image-minor-mode' to here. On errors call `image-mode-as-text'. (image-minor-mode): Remove all image-handling code. Replace `image-mode-text-map' with `image-minor-mode-map'. Check for `image-type' in mode-line format string. (image-mode-maybe): Make obsolete with an alias to `image-mode'. (image-mode-as-text): New function with most code from `image-mode-maybe'. (image-toggle-display-text): Move code that removes image properties from `image-toggle-display' to here. (image-toggle-display-image): New function with code that adds image properties copied from `image-toggle-display'. (image-toggle-display): Remove most code with leaving only code that toggles between `image-mode-as-text' and `image-mode'.
* (Fmake_network_process): Fix up the tests forStefan Monnier2009-12-031-0/+2
| | | | "connectionless socket", so they DTRT for seqpacket sockets as well.
* Add support for bzr shelve/unshelve.Dan Nicolaescu2009-12-031-0/+3
| | | | | | | | | | * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map) (vc-bzr-extra-menu-map): New variables. (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve) (vc-bzr-shelve-apply, vc-bzr-shelve-list) (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point) (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions. (vc-bzr-dir-extra-headers): Display shelves.
* Support applying stashes. Improve UI.Dan Nicolaescu2009-12-031-1/+1
| | | | | | | | | * vc-git.el (vc-git-dir-extra-headers): Add tooltips. (vc-git-stash-apply, vc-git-stash-pop) (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point) (vc-git-stash-menu): New functions. (vc-git-stash-menu-map): New variable. (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
* New file.Glenn Morris2009-12-011-0/+6
|
* Add missing entry.Glenn Morris2009-12-011-0/+7
|
* * mpc.el: New file.Stefan Monnier2009-12-019-0/+266
|
* (multi-isearch-read-buffers)Juri Linkov2009-11-301-0/+8
| | | | | | | | | | (multi-isearch-read-matching-buffers): New functions. (multi-isearch-buffers, multi-isearch-buffers-regexp): Use them in the `interactive' spec. Doc fix. (multi-isearch-read-files, multi-isearch-read-matching-files): New functions. (multi-isearch-files, multi-isearch-files-regexp): Use them in the `interactive' spec. Doc fix. (Bug#4725)
* (doc-view-continuous):Juri Linkov2009-11-301-1/+1
| | | | | | | | | | | | Rename from `doc-view-continuous-mode'. (doc-view-menu): Move "Toggle display" to the top. Add submenu "Continuous" with radio buttons "Off"/"On" and "Save as Default". (doc-view-scroll-up-or-next-page) (doc-view-scroll-down-or-previous-page) (doc-view-next-line-or-next-page) (doc-view-previous-line-or-previous-page): Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
* (comint-mode-map): Rebind `M-r' fromJuri Linkov2009-11-301-2/+2
| | | | | | | | `comint-previous-matching-input' to `comint-history-isearch-backward-regexp'. Unbind `M-s' to allow global key binding `M-s'. Add menu items for `comint-history-isearch-backward' and `comint-history-isearch-backward-regexp'. (Bug#3746)
* Add defcustom to define the cycling order of `recenter-top-bottom'. (Bug#4981)Juri Linkov2009-11-291-0/+3
| | | | | | | * window.el (recenter-last-op): Doc fix. (recenter-positions): New defcustom. (recenter-top-bottom): Rewrite to use `recenter-positions'. (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
* * NEWS: New functions eshell/su and eshell/sudo.Michael Albinus2009-11-272-1/+10
|
* * MORE.STUFF: emacswiki ElispArea url "wiki.pl" -> "wiki".Kevin Ryde2009-11-262-2/+9
| | | | | | Aubrey Jaffer's texinfo R5RS moved to http://groups.csail.mit.edu/mac/ftpdir/scm/r5rs.info.tar.gz (per http://people.csail.mit.edu/jaffer/Scheme.html).
* Mention Metacity hang on Emacs resize.Jan Djärv2009-11-262-0/+13
|
* VM has moved again.Glenn Morris2009-11-261-4/+7
|
* Search recursively in gzipped files. (Bug#4982)Juri Linkov2009-11-251-0/+4
| | | | | | | | | | | | | | (grep-highlight-matches): Add new options `always' and `auto'. Doc fix. (grep-process-setup): Check `grep-highlight-matches' for `auto-detect' to determine the need to compute grep defaults. Move Windows/DOS specific --colors settings handling to `grep-compute-defaults'. Check `grep-highlight-matches' to get the value of "--color=". (grep-compute-defaults): Compute `grep-highlight-matches' when it has the value `auto-detect'. Move Windows/DOS specific settings from `grep-process-setup'. (zrgrep): New command with alias `rzgrep'.
* Provide additional default values (directories at other DiredJuri Linkov2009-11-251-1/+3
| | | | | | | | | | | | | | | | windows) via M-n in the minibuffer of some Dired commands. * dired-aux.el (dired-diff, dired-compare-directories) (dired-do-create-files): Use `dired-dwim-target-defaults' to set `minibuffer-default' in `minibuffer-with-setup-hook'. (dired-dwim-target-directory): Find a window that displays Dired buffer instead of failing when the next window is not Dired. Use `get-window-with-predicate' to find for the next Dired window. (dired-dwim-target-defaults): New function. * ediff-util.el (ediff-read-file-name): Use `dired-dwim-target-defaults' to set `minibuffer-default' in `minibuffer-with-setup-hook'.
* Provide additional default values (file name at point or at theJuri Linkov2009-11-251-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | current Dired line) via M-n for file reading minibuffers. (Bug#5010) * minibuffer.el (read-file-name-defaults): New function. (read-file-name): Reset `minibuffer-default' to nil when it duplicates initial input `insdef'. Bind `minibuffer-default-add-function' to lambda that calls `read-file-name-defaults' in `minibuffer-selected-window'. (minibuffer-insert-file-name-at-point): New command. * files.el (file-name-at-point-functions): New defcustom. (find-file-default): Remove defvar. (find-file-read-args): Don't use `find-file-default'. Move `minibuffer-with-setup-hook' that sets `minibuffer-default' to `read-file-name'. (find-file-literally): Use `read-file-name' with `confirm-nonexistent-file-or-buffer'. * ffap.el (ffap-guess-file-name-at-point): New autoloaded function. * dired.el (dired-read-dir-and-switches): Move `minibuffer-with-setup-hook' that sets `minibuffer-default' to `read-file-name'. (dired-file-name-at-point): New function. (dired-mode): Add hook `dired-file-name-at-point' to `file-name-at-point-functions'.
* Implement DocView Continuous mode. (Bug#4896)Juri Linkov2009-11-231-0/+5
| | | | | | | | * doc-view.el (doc-view-continuous-mode): New defcustom. (doc-view-mode-map): Bind C-n/<down> to `doc-view-next-line-or-next-page', C-p/<up> to `doc-view-previous-line-or-previous-page'. (doc-view-next-line-or-next-page) (doc-view-previous-line-or-previous-page): New commands.
* Implement Isearch in comint input history. (Bug#3746)Juri Linkov2009-11-231-0/+5
| | | | | | | | | | | | | | * comint.el (comint-mode): Add `comint-history-isearch-setup' to `isearch-mode-hook'. (comint-history-isearch): New defcustom. (comint-history-isearch-backward) (comint-history-isearch-backward-regexp): New commands. (comint-history-isearch-message-overlay): New buffer-local variable. (comint-history-isearch-setup, comint-history-isearch-end) (comint-goto-input, comint-history-isearch-search) (comint-history-isearch-message, comint-history-isearch-wrap) (comint-history-isearch-push-state) (comint-history-isearch-pop-state): New functions.
* (move-to-window-line-last-op): New var.Stefan Monnier2009-11-231-0/+3
| | | | | (move-to-window-line-top-bottom): New command. (global-map): Bind M-r move-to-window-line-top-bottom.
* * PROBLEMS: Remove fixed rebasing problem.Chong Yidong2009-11-202-29/+2
|
* * PROBLEMS (http): Add workaround for Cygwin crash.Chong Yidong2009-11-202-2/+17
|
* Change version number to 6.33xCarsten Dominik2009-11-201-1/+1
|
* * bookmark.el (bookmark-search-delay, bookmark-search-prompt): New options.Stefan Monnier2009-11-201-0/+5
| | | | | | | | | (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag): New vars. (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only) (bookmark-bmenu-filter-alist-by-regexp) (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs. (bookmark-bmenu-search): New command. (bookmark-bmenu-mode-map): Bind it.
* (vc-deduce-fileset): Allow non-state changing operationsDan Nicolaescu2009-11-201-0/+2
| | | | | | from a dired buffer. (vc-dired-deduce-fileset): New function. (vc-root-diff, vc-print-root-log): Use it.
* Mention htmlfontify.Stefan Monnier2009-11-191-0/+2
|
* Vertical completions.Juri Linkov2009-11-191-0/+3
|