summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2007-12-2836-507/+423
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-966
| * (rgrep): Fix last change.YAMAMOTO Mitsuharu2007-12-282-1/+5
| |
| * (Size and Position): Explain meaning of frame pixel width and height.Richard M. Stallman2007-12-282-2/+9
| |
| * (Basic Parameters): For `title', refer to title bar.Richard M. Stallman2007-12-282-6/+7
| |
| * (Size Parameters): Fix typo.Richard M. Stallman2007-12-282-1/+5
| |
| * (compilation-start): Set initial visible point properly even whenRichard M. Stallman2007-12-272-23/+39
| | | | | | | | compilation buffer already current.
| * (Formatted Text): Improve menu tag.Richard M. Stallman2007-12-272-26/+59
| | | | | | | | | | | | | | | | | | (Editing Format Info): In Info, add duplicate menu of nodes about the submenus. (Format Faces): Say where Faces menu is found. Mention Other. (Format Colors): Say where these submenus are found. (Format Indentation, Format Justification): Likewise. (Format Properties): Likewise.
| * Whitespace change.Richard M. Stallman2007-12-261-3/+4
| |
| * Fix regexps in fill-french-nobreak-p broken by last patch.Martin Rudalics2007-12-261-2/+2
| |
| * (conf-mode-maybe): New function.Richard M. Stallman2007-12-262-1/+16
| | | | | | | | (auto-mode-alist): Use conf-mode-maybe for .conf etc.
| * (fill-find-break-point): Fix doc-string typo.Martin Rudalics2007-12-262-6/+10
| |
| * *** empty log message ***Richard M. Stallman2007-12-261-0/+2
| |
| * (asm-mode-map): Add a major mode menu.Dan Nicolaescu2007-12-252-0/+12
| |
| * (comint-mode-map): Explicitly bind `delete' and `kp-delete'Richard M. Stallman2007-12-252-0/+9
| | | | | | | | so they never do EOF.
| * (make_process): Initialize pty_flag to Qnil instead of 0YAMAMOTO Mitsuharu2007-12-242-1/+4
| | | | | | | | as it is not a bit field on Emacs 22 yet.
| * (phys_cursor_in_rect_p): Check if cursor is in fringe area.YAMAMOTO Mitsuharu2007-12-242-0/+22
| |
| * Load dired.el at run time too.Richard M. Stallman2007-12-232-1/+3
| |
| * (copy-face): Create the new face explicitly if it does not exist already.Richard M. Stallman2007-12-232-1/+11
| |
| * (Type Keywords): Uncomment :validate and clarify it.Richard M. Stallman2007-12-232-23/+30
| | | | | | | | Improve some of the commented-out keywords' text too.
| * (switch-to-buffer-other-frame): Return the bufferAndreas Schwab2007-12-232-2/+9
| | | | | | | | switched to.
| * Fix author and entry as the corresponding change is already made in the trunk.YAMAMOTO Mitsuharu2007-12-231-3/+3
| |
| * (fill_menubar) [MAC_OSX]: Add workaround for Mac OS X 10.5YAMAMOTO Mitsuharu2007-12-232-2/+23
| | | | | | | | about not changing Help menu title.
| * (mac-apple-event-map): Bind kHICommandAbout event toYAMAMOTO Mitsuharu2007-12-232-1/+6
| | | | | | | | `about-emacs' instead of `display-splash-screen'.
| * (Query Replace): Make exp of query-replace more self-contained, and clarify.Richard M. Stallman2007-12-222-5/+11
| |
| * Mention -iname usage in find-dired.Eli Zaretskii2007-12-221-0/+5
| |
| * (syms_of_callint) <command-history>: Add reference to history-length inEli Zaretskii2007-12-222-1/+9
| | | | | | | | the doc string.
| * (set-variable-value-history): Add reference to history-length inEli Zaretskii2007-12-222-2/+6
| | | | | | | | the doc string.
| * (minibuffer-history, shell-command-history): Add references to history-lengthEli Zaretskii2007-12-221-2/+8
| | | | | | | | in the doc strings.
| * (regexp-history): Add reference to `history-length' in the doc string.Eli Zaretskii2007-12-222-1/+12
| |
| * (input-method-history): Add reference to `history-length' in the doc string.Eli Zaretskii2007-12-221-1/+4
| |
| * (file-name-history): Add reference to `history-length' in the doc string.Eli Zaretskii2007-12-221-1/+4
| |
| * (Getting Started): Change @ref to @pxref.Richard M. Stallman2007-12-221-2/+2
| |
| * (comint-password-prompt-regexp): Match `Enter Password'.Richard M. Stallman2007-12-222-3/+7
| |
| * *** empty log message ***Jason Rumney2007-12-211-0/+10
| |
| * (rgrep): Use find-name-arg.Jason Rumney2007-12-211-2/+2
| |
| * (find-name-arg): New custom variable.Jason Rumney2007-12-211-8/+15
| | | | | | | | | | | | | | (find-name-dired): Use it. (find-dired-find-program): Remove. (find-dired): Use find-program. (find-grep-dired): Use grep-program.
| * (auto-insert-alist): Remove nonsensical precisionMartin Rudalics2007-12-212-1/+6
| | | | | | | | specifier from format-string.
| * (all): Use correct group name for members of mode-line group.Martin Rudalics2007-12-192-3/+8
| |
| * (defcustom-c-stylevar): Revert to pre-2007-12-12 version.Thien-Thi Nguyen2007-12-172-35/+25
| |
| * (defcustom-c-stylevar): Remove debugging message.Thien-Thi Nguyen2007-12-172-1/+5
| |
| * (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned before passing as wParam.Jason Rumney2007-12-172-1/+7
| |
| * Merge from gnus--rel--5.10Miles Bader2007-12-164-6/+23
| | | | | | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-164
* | *** empty log message ***Juanma Barranquero2007-12-281-38/+32
| |
* | Improve a Changelog comment.Eric S. Raymond2007-12-281-2/+2
| |
* | * vc-hooks.el (vc-state): Document new 'ignored and 'unregisteredEric S. Raymond2007-12-288-10/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | states. and the new return-value convention. These are not actually used yet, just set. * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered states when appropriate. * vc-hg.el (vc-hg-state,vc-hg-dir-state): Set 'ignored and 'unregistered' when appropriate. * vc-git.el: Document that we don't set the new states yet. * vc.el (vc-dired-state-info): Display 'unregistered and 'ignored states. * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when appropriate. * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered' when appropriate.
* | * vc-cvs.el, vc-svn.el: Simplify backend dired-state-infoEric S. Raymond2007-12-284-5/+10
| | | | | | | | functions so they don't do work that the default one can do instead
* | Typo fix.Eric S. Raymond2007-12-281-1/+1
| |
* | Changelog typo fixes.Eric S. Raymond2007-12-281-3/+3
| |
* | * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.elEric S. Raymond2007-12-284-40/+26
| | | | | | | | | | | | | | | | | | | | | | | | to vc-hooks.el so it will be available to other modes, such as speedbar.el. Also, teach it to recognize monotine state directories. * speedbar.el: Remove this mode's fragile assumptions about version-control systems. Instead, make it use logic from vc-hooks.el so it will become smarter whenever VC mode does. * vc-hooks.el: 'added is a real state, not a future hypothetical one. Fix the documentation.
* | And another typo fix.Eric S. Raymond2007-12-281-1/+1
| |