summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (customize-apropos, customize-apropos-options)Richard M. Stallman2007-08-021-4/+4
| | | | (customize-apropos-faces, customize-apropos-groups): Improve prompt.
* (menu-bar-help-menu): Add "About GNU" menu item.Richard M. Stallman2007-08-021-0/+3
|
* (fancy-splash-head, startup-echo-area-message): Change message text.Richard M. Stallman2007-08-021-2/+2
|
* (next-line-internal): Setting deleted. All callers use line-move.Richard M. Stallman2007-08-021-11/+4
|
* (compilation-find-buffer): Return current buffer immediately if suitable.Richard M. Stallman2007-08-022-13/+28
| | | | (compile, compilation-buffer-name, compilation-start): Doc fixes.
* (vc-bzr-admin-dirstate): Rename from `...-dirname'.Stefan Monnier2007-08-022-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 changeVinicius Jose Latorre2007-08-021-2/+2
|
* Docstring fixVinicius Jose Latorre2007-08-012-1/+5
|
* Fix parent groups linkVinicius Jose Latorre2007-08-012-2/+7
|
* (face-normalize-spec): New function.Richard M. Stallman2007-07-312-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 Monnier2007-07-312-1/+2
|
* * vc-bzr.el: New file (copied from the trunk).Stefan Monnier2007-07-313-1/+516
| | | | * vc-hooks.el (vc-handled-backends): Add BZR.
* (server-window): Add switch-to-buffer-other-frame option.Stefan Monnier2007-07-312-0/+5
|
* Restore lisp/emacs-lisp/cl-loaddefs.elMiles Bader2007-07-312-4/+1234
| | | | | | ... and remove lisp/emacs-lisp/.arch-inventory Revision: emacs@sv.gnu.org/emacs--rel--22--patch-83
* Merge from gnus--rel--5.10Miles Bader2007-07-314-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 synchronizationMiles Bader2007-07-311-1/+1
|
* * vc-hg.el (vc-hg-registered): Set the vc-state property.Dan Nicolaescu2007-07-302-1/+2
|
* Update some .arch-inventory filesMiles Bader2007-07-301-0/+4
| | | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-77 Creator: Michael Olson <mwolson@gnu.org>
* Remove lisp/erc/erc-nicklist.elMiles Bader2007-07-302-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-28Katsumi Yamaoka2007-07-301-1/+1
| | | | entry (by his request).
* * vc-git.el: (vc-directory-exclusion-list, vc-handled-backends):Dan Nicolaescu2007-07-308-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 Monnier2007-07-292-15/+24
| | | | Correctly handle the case where copyright-limit is nil.
* (run-python): Fix path separator under w32.Stefan Monnier2007-07-282-1/+5
|
* *** empty log message ***Dan Nicolaescu2007-07-281-0/+7
|
* New File.Dan Nicolaescu2007-07-282-0/+472
|
* Fix problem with modes derived from CC Mode: Move macroAlan Mackenzie2007-07-282-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 Mackenzie2007-07-281-0/+10
|
* Fix the `coding' cookie.Eli Zaretskii2007-07-282-1/+5
|
* (change-log-redate): Remove (not needed anymore andNick Roberts2007-07-251-23/+0
| | | | doesn't appear to work).
* *** empty log message ***Nick Roberts2007-07-251-0/+5
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-252-2/+2
|
* Restore comma mistakenly removed in last change.Glenn Morris2007-07-2547-47/+47
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-2549-49/+49
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-255-0/+22
|
* Change to GPLv3.Glenn Morris2007-07-251-288/+623
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-2517-17/+17
|
* (cvs-temp-buffer): Undo last ill-conceived change.Stefan Monnier2007-07-252-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 Morris2007-07-25288-288/+288
|
* Add missing license notice (GPLv3 or later).Glenn Morris2007-07-251-0/+15
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-2578-92/+94
|
* Add missing license notice (GPLv3 or later).Glenn Morris2007-07-251-2/+17
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-2588-88/+88
|
* Standardize license wording, and switch license to GPLv3 or later.Glenn Morris2007-07-251-5/+6
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-25247-247/+247
|
* Standardize license wording, and switch license to GPLv3 or later.Glenn Morris2007-07-251-5/+5
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-2531-31/+31
|
* Standardize license wording, and switch license to GPLv3 or later.Glenn Morris2007-07-251-5/+5
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-25159-160/+160
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-2568-68/+68
|
* Fix foreground/background colorVinicius Jose Latorre2007-07-252-20/+37
|