Alan Mackenzie
9f3df1e5cf
*** empty log message ***
2007-08-01 09:10:27 +00:00
Vinicius Jose Latorre
aa96d4d57d
Fix parent groups link
2007-08-01 01:18:37 +00:00
Richard M. Stallman
6b8e7bc2cc
*** empty log message ***
2007-07-31 18:26:24 +00:00
Richard M. Stallman
2d17b4d5dc
(face-normalize-spec): New function.
...
(frame-set-background-mode): Normalize face-spec
before calling face-spec-match-p.
2007-07-31 17:34:15 +00:00
Stefan Monnier
5b5485e6fd
(vc-find-file-hook): Failsafe if the backend's `registered' function burps.
2007-07-31 15:28:16 +00:00
Stefan Monnier
a0e5e0759c
* vc-bzr.el: New file (copied from the trunk).
...
* vc-hooks.el (vc-handled-backends): Add BZR.
2007-07-31 15:26:05 +00:00
Stefan Monnier
ee9272ffea
(server-window): Add switch-to-buffer-other-frame option.
2007-07-31 13:14:33 +00:00
Miles Bader
bd53d37c66
Restore lisp/emacs-lisp/cl-loaddefs.el
...
... and remove lisp/emacs-lisp/.arch-inventory
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-83
2007-07-31 05:04:29 +00:00
Miles Bader
2f62a04420
Merge from gnus--rel--5.10
...
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
2007-07-31 05:04:20 +00:00
Miles Bader
fa4488bd96
Changes from arch/CVS synchronization
2007-07-31 04:20:12 +00:00
Richard M. Stallman
183e368a05
*** empty log message ***
2007-07-31 04:14:07 +00:00
Richard M. Stallman
982240c54b
*** empty log message ***
2007-07-30 20:10:53 +00:00
Richard M. Stallman
f8d25b6d2c
*** empty log message ***
2007-07-30 19:48:16 +00:00
Dan Nicolaescu
791869eb88
* vc-hg.el (vc-hg-registered): Set the vc-state property.
2007-07-30 17:12:10 +00:00
Miles Bader
8f069875eb
Update some .arch-inventory files
...
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-77
Creator: Michael Olson <mwolson@gnu.org>
2007-07-30 05:36:46 +00:00
Miles Bader
9fb94aba05
Remove lisp/erc/erc-nicklist.el
...
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>
2007-07-30 05:36:39 +00:00
Katsumi Yamaoka
82bdbd4dd2
Change NAKAJI Hiroyuki's e-mail address into the generic one in the 2007-02-28
...
entry (by his request).
2007-07-30 04:58:42 +00:00
Dan Nicolaescu
eff23ff376
* vc-git.el: (vc-directory-exclusion-list, vc-handled-backends):
...
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.
2007-07-30 00:19:06 +00:00
Stefan Monnier
463dca7e44
(copyright-update-year, copyright-update, copyright-fix-years, copyright):
...
Correctly handle the case where copyright-limit is nil.
2007-07-29 20:11:25 +00:00
Stefan Monnier
0b3ef4f1e5
(run-python): Fix path separator under w32.
2007-07-28 20:24:19 +00:00
Dan Nicolaescu
1bee149590
*** empty log message ***
2007-07-28 16:18:01 +00:00
Dan Nicolaescu
b19c08e44d
New File.
2007-07-28 16:04:10 +00:00
Alan Mackenzie
473944f358
Fix problem with modes derived from CC Mode: Move macro
...
`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).
2007-07-28 11:45:55 +00:00
Alan Mackenzie
2cd3efd277
*** empty log message ***
2007-07-28 11:40:33 +00:00
Eli Zaretskii
5311e2710b
(install-arch-indep): Use "rm -f" for removing DOC, to avoid an error message
...
if there is no DOC there.
2007-07-28 08:11:17 +00:00
Eli Zaretskii
fabbdc2f84
Fix the `coding' cookie.
2007-07-28 08:09:08 +00:00
Nick Roberts
71fed6f357
(GDB Graphical Interface): Qualify use of "M-x gdba".
2007-07-28 03:27:05 +00:00
Nick Roberts
f242f7721f
*** empty log message ***
2007-07-28 03:23:12 +00:00
Miles Bader
d0c0674b59
Add arch tagline
2007-07-27 10:44:09 +00:00
Glenn Morris
4a375a2c69
(EMACSSOURCES): Add gpl.texi.
2007-07-27 08:09:56 +00:00
Glenn Morris
65fa82e95b
*** empty log message ***
2007-07-27 08:09:43 +00:00
Glenn Morris
2f22dcff25
(Copying): Include license text from gpl.texi, rather than in-line.
2007-07-27 07:14:56 +00:00
Glenn Morris
7628e974e1
New file with text of GPL.
2007-07-27 07:07:51 +00:00
Glenn Morris
ef2805c29b
Standardize license text as GPLv3 or later.
2007-07-26 04:55:08 +00:00
Glenn Morris
706b5dc02e
Switch license to GPLv3 or later.
2007-07-26 04:50:05 +00:00
Nick Roberts
6bd2011cd3
(change-log-redate): Remove (not needed anymore and
...
doesn't appear to work).
2007-07-25 21:46:01 +00:00
Nick Roberts
5a1164db12
*** empty log message ***
2007-07-25 21:42:28 +00:00
Glenn Morris
fc695d5b12
GPLv3 is NEWS-worthy.
2007-07-25 08:50:39 +00:00
Glenn Morris
61a31ddcf4
Switch license to GPLv3 or later.
2007-07-25 08:16:16 +00:00
Glenn Morris
6730fceb29
(GPL): Replace license with GPLv3.
2007-07-25 08:15:27 +00:00
Glenn Morris
eeddf09bb3
Switch license to GPLv3 or later.
2007-07-25 08:15:13 +00:00
Glenn Morris
37886e7a9d
Update example license to use GPLv3.
2007-07-25 08:12:55 +00:00
Glenn Morris
a0c8a0b9f3
(Copying): Replace license with GPLv3.
2007-07-25 08:12:12 +00:00
Glenn Morris
597086b330
(Copying): Replace license with GPLv3.
2007-07-25 08:11:48 +00:00
Glenn Morris
924378184e
Update example license to use GPLv3.
2007-07-25 08:09:41 +00:00
Glenn Morris
df8733c756
Standardize license text.
2007-07-25 08:02:12 +00:00
Glenn Morris
d2e542309b
(EMACSVER): Move alongside VERSION.
2007-07-25 07:57:41 +00:00
Glenn Morris
aa02ebce12
(EMACSVER): Remove duplicate setting.
2007-07-25 07:57:15 +00:00
Glenn Morris
77ffb9f4e9
(EMACSVER): Update to 22.1.
2007-07-25 07:56:03 +00:00
Glenn Morris
1427aa658e
Remove license from trivial file.
2007-07-25 07:49:39 +00:00