aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* (read_char): Save and restore echo_string whenKim F. Storm2004-12-151-0/+2
* (Vthrow_on_input): New variable.Kim F. Storm2004-12-152-0/+22
* *** empty log message ***Kim F. Storm2004-12-141-0/+1
* (cua--preserve-mark-commands): Remove.Kim F. Storm2004-12-141-16/+1
* (beginning-of-defun, end-of-defun): Don'tKim F. Storm2004-12-141-4/+2
* (inhibit-mark-movement): Remove defvar.Kim F. Storm2004-12-141-8/+2
* *** empty log message ***Kim F. Storm2004-12-141-0/+13
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734Miles Bader2004-12-145-18/+40
* *** empty log message ***Jay Belanger2004-12-141-0/+4
* Replace @tmath macro with @math.Jay Belanger2004-12-141-383/+376
* (Buffer-menu-switch-other-window): Bind pop-up-windows to t.Juri Linkov2004-12-142-2/+15
* (list-buffers-noselect): Collect internal infoJuri Linkov2004-12-141-43/+40
* (sc-cite-frame-alist): Doc fix.Juri Linkov2004-12-142-18/+26
* (next-error-buffer-p, next-error-find-buffer): Doc fix.Juri Linkov2004-12-141-19/+19
* Fix tyop.Juri Linkov2004-12-131-1/+1
* Restore ChangeLog entries deleted 2004-12-02.Juri Linkov2004-12-131-1/+109
* Variable move.J.D. Smith2004-12-131-1/+1
* Re-arrange variables to avoid compiler warnings. ChangeJ.D. Smith2004-12-131-59/+64
* (file-cache-add-directory-using-find):Richard M. Stallman2004-12-135-5/+60
* (file-cache-add-directory-using-find):Richard M. Stallman2004-12-131-7/+5
* (mode-line-buffer-identification-keymap):Richard M. Stallman2004-12-131-1/+0
* (custom-display): Handle `default' specs.Richard M. Stallman2004-12-131-0/+1
* (custom-face-selected): Handle `default' specs.Richard M. Stallman2004-12-131-21/+38
* (xml-name-re, xml-entity-value-re): Add defvars.Richard M. Stallman2004-12-131-0/+2
* (elint-standard-variables, elint-unknown-builtin-args): Move definitions up.Richard M. Stallman2004-12-131-79/+79
* (browse-url-url-at-point): Add autoload.Richard M. Stallman2004-12-131-0/+1
* (info-xref-visited): Use `default' instead of t.Richard M. Stallman2004-12-131-3/+2
* (header-line, mode-line-inactive, tool-bar):Richard M. Stallman2004-12-131-14/+22
* (while-no-input): New macro.Richard M. Stallman2004-12-131-0/+13
* (syms_of_eval) <quit-flag>: Doc fix.Richard M. Stallman2004-12-131-1/+5
* (QUIT): Check for Vthrow_on_input.Richard M. Stallman2004-12-131-0/+8
* (set_iterator_to_next): Reset stop_charpos after display vector.Kim F. Storm2004-12-131-0/+3
* *** empty log message ***Kim F. Storm2004-12-131-0/+5
* (vc-svn-repository-hostname): Adjust to new format.Stefan Monnier2004-12-132-3/+39
* ffap-dired-at-point -> dired-at-pointJuri Linkov2004-12-131-2/+2
* *** empty log message ***Juri Linkov2004-12-132-0/+41
* (Dired Navigation): Add @r{(Dired)} to M-g.Juri Linkov2004-12-131-2/+2
* (FFAP): Add C-x C-r, C-x C-v, C-x C-d, C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.Juri Linkov2004-12-131-4/+22
* ffap and wildcardsJuri Linkov2004-12-131-0/+21
* (ffap-dired-wildcards): Set default to "[*?][^/]*\\'". Doc fix.Juri Linkov2004-12-131-29/+157
* (find-file-other-window, find-file-other-frame):Juri Linkov2004-12-131-33/+55
* *** empty log message ***Juri Linkov2004-12-133-2/+35
* (Marking Objects): Marking commands also extend theJuri Linkov2004-12-131-0/+2
* * textmodes/paragraphs.el (mark-paragraph):Juri Linkov2004-12-131-3/+5
* * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):Juri Linkov2004-12-131-16/+22
* * simple.el (beginning-of-buffer, end-of-buffer):Juri Linkov2004-12-131-19/+28
* query-replace-highlight eq isearchJuri Linkov2004-12-121-0/+4
* * replace.el (query-replace-highlight): Add new value `isearch'Juri Linkov2004-12-122-15/+72
* (replace-match-maybe-edit): Doc fix.Juri Linkov2004-12-121-2/+2
* (isearch-process-search-multibyte-characters):Juri Linkov2004-12-121-2/+3