Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (customize-apropos, customize-apropos-options) | Richard M. Stallman | 2007-08-02 | 1 | -4/+4 |
| | | | | (customize-apropos-faces, customize-apropos-groups): Improve prompt. | ||||
* | (menu-bar-help-menu): Add "About GNU" menu item. | Richard M. Stallman | 2007-08-02 | 1 | -0/+3 |
| | |||||
* | (fancy-splash-head, startup-echo-area-message): Change message text. | Richard M. Stallman | 2007-08-02 | 1 | -2/+2 |
| | |||||
* | (next-line-internal): Setting deleted. All callers use line-move. | Richard M. Stallman | 2007-08-02 | 1 | -11/+4 |
| | |||||
* | (compilation-find-buffer): Return current buffer immediately if suitable. | Richard M. Stallman | 2007-08-02 | 2 | -13/+28 |
| | | | | (compile, compilation-buffer-name, compilation-start): Doc fixes. | ||||
* | (vc-bzr-admin-dirstate): Rename from `...-dirname'. | Stefan Monnier | 2007-08-02 | 2 | -6/+15 |
| | | | | | | | Make it more discriminating and more useful. (vc-bzr-root-dir): Use new name. (vc-bzr-registered): Use new name and look at the dirstate file to determine if it's registered or not without running `bzr'. | ||||
* | Insert tiny change | Vinicius Jose Latorre | 2007-08-02 | 1 | -2/+2 |
| | |||||
* | Docstring fix | Vinicius Jose Latorre | 2007-08-01 | 2 | -1/+5 |
| | |||||
* | Fix parent groups link | Vinicius Jose Latorre | 2007-08-01 | 2 | -2/+7 |
| | |||||
* | (face-normalize-spec): New function. | Richard M. Stallman | 2007-07-31 | 2 | -1/+30 |
| | | | | | (frame-set-background-mode): Normalize face-spec before calling face-spec-match-p. | ||||
* | (vc-find-file-hook): Failsafe if the backend's `registered' function burps. | Stefan Monnier | 2007-07-31 | 2 | -1/+2 |
| | |||||
* | * vc-bzr.el: New file (copied from the trunk). | Stefan Monnier | 2007-07-31 | 3 | -1/+516 |
| | | | | * vc-hooks.el (vc-handled-backends): Add BZR. | ||||
* | (server-window): Add switch-to-buffer-other-frame option. | Stefan Monnier | 2007-07-31 | 2 | -0/+5 |
| | |||||
* | Restore lisp/emacs-lisp/cl-loaddefs.el | Miles Bader | 2007-07-31 | 2 | -4/+1234 |
| | | | | | | ... and remove lisp/emacs-lisp/.arch-inventory Revision: emacs@sv.gnu.org/emacs--rel--22--patch-83 | ||||
* | Merge from gnus--rel--5.10 | Miles Bader | 2007-07-31 | 4 | -15/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 806, 811-812, 823) - Merge from emacs--rel--22 - Update from CVS * gnus--rel--5.10 (patch 239-241) - Merge from emacs--devo--0 - Update from CVS 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-msg.el (gnus-summary-supersede-article) (gnus-summary-resend-message-edit): Add Gcc header. (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent article's Message-ID; refer parent article in summary buffer. * lisp/gnus/message.el (message-bounce): Call mime-to-mml. 2007-07-14 David Kastrup <dak@gnu.org> * lisp/gnus/gnus-art.el (gnus-mime-delete-part): Don't go through article-edit finishing actions if we did not edit the article. Revision: emacs@sv.gnu.org/emacs--rel--22--patch-82 | ||||
* | Changes from arch/CVS synchronization | Miles Bader | 2007-07-31 | 1 | -1/+1 |
| | |||||
* | * vc-hg.el (vc-hg-registered): Set the vc-state property. | Dan Nicolaescu | 2007-07-30 | 2 | -1/+2 |
| | |||||
* | Update some .arch-inventory files | Miles Bader | 2007-07-30 | 1 | -0/+4 |
| | | | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-77 Creator: Michael Olson <mwolson@gnu.org> | ||||
* | Remove lisp/erc/erc-nicklist.el | Miles Bader | 2007-07-30 | 2 | -414/+6 |
| | | | | | | | | | | Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-832 Remove lisp/erc/erc-nicklist.el Revision: emacs@sv.gnu.org/emacs--rel--22--patch-76 Creator: Michael Olson <mwolson@gnu.org> | ||||
* | Change NAKAJI Hiroyuki's e-mail address into the generic one in the 2007-02-28 | Katsumi Yamaoka | 2007-07-30 | 1 | -1/+1 |
| | | | | entry (by his request). | ||||
* | * vc-git.el: (vc-directory-exclusion-list, vc-handled-backends): | Dan Nicolaescu | 2007-07-30 | 8 | -58/+197 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove. (vc-git-revision-completion-table): Enable. * vc-hooks.el (vc-handled-backends): Add GIT and HG. * vc.el (vc-directory-exclusion-list): Add .git and .hg. * vc-hg.el (vc-hg-revision-completion-table): Re-enable. * diff-mode.el (diff-mode-menu): New entries. * diff-mode.el (diff-beginning-of-file-and-junk): New function. (diff-file-kill): Use it. (diff-beginning-of-hunk): Add arg `try-harder' using it. (diff-restrict-view, diff-find-source-location, diff-refine-hunk): Use it so they find the hunk even when we're in the file header. * vc.el: Add new VC operation `revision-completion-table'. (vc-default-revision-completion-table): New function. (vc-version-diff, vc-version-other-window): Use it to provide completion of revision names if the backend provides it. * vc-arch.el (vc-arch--version-completion-table) (vc-arch-revision-completion-table): New functions to provide completion of revision names. * vc-cvs.el: Require CL. (vc-cvs-revision-table, vc-cvs-revision-completion-table): New functions to provide completion of revision names. * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400. * vc2-xtra.texi (Customizing VC): Add GIT and HG. | ||||
* | (copyright-update-year, copyright-update, copyright-fix-years, copyright): | Stefan Monnier | 2007-07-29 | 2 | -15/+24 |
| | | | | Correctly handle the case where copyright-limit is nil. | ||||
* | (run-python): Fix path separator under w32. | Stefan Monnier | 2007-07-28 | 2 | -1/+5 |
| | |||||
* | *** empty log message *** | Dan Nicolaescu | 2007-07-28 | 1 | -0/+7 |
| | |||||
* | New File. | Dan Nicolaescu | 2007-07-28 | 2 | -0/+472 |
| | |||||
* | Fix problem with modes derived from CC Mode: Move macro | Alan Mackenzie | 2007-07-28 | 2 | -9/+10 |
| | | | | | | `c-make-emacs-variables-local' from cc-mode.el to cc-langs.el. Call it from c-make-init-lang-vars-fun (cc-langs.el) instead of c-init-language-vars-for (cc-mode.el). | ||||
* | *** empty log message *** | Alan Mackenzie | 2007-07-28 | 1 | -0/+10 |
| | |||||
* | Fix the `coding' cookie. | Eli Zaretskii | 2007-07-28 | 2 | -1/+5 |
| | |||||
* | (change-log-redate): Remove (not needed anymore and | Nick Roberts | 2007-07-25 | 1 | -23/+0 |
| | | | | doesn't appear to work). | ||||
* | *** empty log message *** | Nick Roberts | 2007-07-25 | 1 | -0/+5 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 2 | -2/+2 |
| | |||||
* | Restore comma mistakenly removed in last change. | Glenn Morris | 2007-07-25 | 47 | -47/+47 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 49 | -49/+49 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 5 | -0/+22 |
| | |||||
* | Change to GPLv3. | Glenn Morris | 2007-07-25 | 1 | -288/+623 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 17 | -17/+17 |
| | |||||
* | (cvs-temp-buffer): Undo last ill-conceived change. | Stefan Monnier | 2007-07-25 | 2 | -10/+18 |
| | | | | | Replace it with another one which disables undo before calling erase-buffer and then turns it back on if needed. | ||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 288 | -288/+288 |
| | |||||
* | Add missing license notice (GPLv3 or later). | Glenn Morris | 2007-07-25 | 1 | -0/+15 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 78 | -92/+94 |
| | |||||
* | Add missing license notice (GPLv3 or later). | Glenn Morris | 2007-07-25 | 1 | -2/+17 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 88 | -88/+88 |
| | |||||
* | Standardize license wording, and switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -5/+6 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 247 | -247/+247 |
| | |||||
* | Standardize license wording, and switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -5/+5 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 31 | -31/+31 |
| | |||||
* | Standardize license wording, and switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -5/+5 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 159 | -160/+160 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 68 | -68/+68 |
| | |||||
* | Fix foreground/background color | Vinicius Jose Latorre | 2007-07-25 | 2 | -20/+37 |
| |