/[emacs]/emacs/lisp/vc-svn.el
ViewVC logotype

Log of /emacs/lisp/vc-svn.el

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.12.2.45 - (view) (download) (annotate) - [select for diffs]
Fri Dec 11 11:06:16 2009 UTC (14 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.12.2.44: +19 -9 lines
Diff to previous 1.12.2.44 , to branch point 1.12 , to next main 1.122
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-105


Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Thu Dec 10 14:24:46 2009 UTC (14 years, 4 months ago) by dann
Branch: MAIN
CVS Tags: HEAD
Changes since 1.121: +1 -1 lines
Diff to previous 1.121
(vc-svn-after-dir-status): Fix regexp.  (Bug#4741)


Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Mon Dec 7 09:02:16 2009 UTC (14 years, 4 months ago) by dann
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_1_90
Changes since 1.120: +16 -9 lines
Diff to previous 1.120
Support showing a single log entry from vc-annotate.
* vc.el (print-log): Add a new argument: START-REVISION.
(vc-print-log-internal): Add a new optional argument and
pass it to the backend.
(vc-print-log, vc-print-root-log): Adjust callers.
* vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
buffer already displays the requested log entry, use it.
Otherwise display only the log entry in question.
* vc-svn.el (vc-svn-print-log):
* vc-mtn.el (log-view-file-re):
* vc-hg.el (vc-hg-state):
* vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
(vc-git-show-log-entry): Return t on success.
* vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
(vc-bzr-show-log-entry): Return t on success.
* vc-rcs.el (vc-rcs-print-log):
* vc-sccs.el (vc-sccs-print-log):
* vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.


Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Tue Nov 17 04:35:36 2009 UTC (14 years, 5 months ago) by gm
Branch: MAIN
Changes since 1.119: +1 -1 lines
Diff to previous 1.119
(vc-svn-print-log): Fix typo in previous.


Revision 1.119 - (view) (download) (annotate) - [select for diffs]
Sun Nov 15 20:29:02 2009 UTC (14 years, 5 months ago) by dann
Branch: MAIN
Changes since 1.118: +7 -4 lines
Diff to previous 1.118
* vc.el (vc-log-show-limit): New variable.
(vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
when using a prefix argument.
(vc-print-log-internal): Add new argument LIMIT.

* vc-svn.el (vc-svn-print-log):
* vc-mtn.el (vc-mtn-print-log):
* vc-hg.el (vc-hg-print-log):
* vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
pass it to the log command when set. Make the BUFFER argument
non-optional.

* vc-sccs.el (vc-sccs-print-log):
* vc-rcs.el (vc-rcs-print-log):
* vc-git.el (vc-git-print-log):
* vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
ignore it.  Make the BUFFER argument non-optional


Revision 1.12.2.44 - (view) (download) (annotate) - [select for diffs]
Fri Sep 18 08:01:06 2009 UTC (14 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.12.2.43: +30 -25 lines
Diff to previous 1.12.2.43 , to branch point 1.12
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-103


Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 04:42:07 2009 UTC (14 years, 7 months ago) by dann
Branch: MAIN
Changes since 1.117: +1 -1 lines
Diff to previous 1.117
* vc-mtn.el (vc-mtn-annotate-command):
* vc-svn.el (vc-svn-annotate-command): Run asynchronously.


Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 04:38:56 2009 UTC (14 years, 7 months ago) by dann
Branch: MAIN
Changes since 1.116: +1 -1 lines
Diff to previous 1.116
* vc.el (top): print-log method now takes an optional SHORTLOG
argument.  Add a new method: root.

* vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
vc-print-root-log and vc-print-root-diff.

* vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
* vc-git.el (vc-git-print-log, vc-git-log-view-mode):
* vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
short logs.

* vc-cvs.el (vc-cvs-print-log):
* vc-mtn.el (vc-mtn-print-log):
* vc-rcs.el (vc-rcs-print-log):
* vc-sccs.el (vc-sccs-print-log):
* vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
that is ignored for now.


Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Tue Aug 25 09:05:07 2009 UTC (14 years, 8 months ago) by albinus
Branch: MAIN
Changes since 1.115: +17 -13 lines
Diff to previous 1.115
(vc-svn-dir-extra-headers, vc-svn-find-revision):
Let-bind `process-file-side-effects' with nil.


Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Tue Jun 23 06:35:43 2009 UTC (14 years, 10 months ago) by dann
Branch: MAIN
CVS Tags: CEDET_BASE
Branch point for: cedet-branch
Changes since 1.114: +8 -7 lines
Diff to previous 1.114
* vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
Add an optional argument for the backend, use it instead of
calling vc-backend.
(vc-mode-line): Add an optional argument for the backend.  Pass
the backend to vc-state and vc-working-revision.  Move code for
special handling for vc-state being a buffer to ...

* vc-rcs.el (vc-rcs-find-file-hook):
* vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.

* vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
(vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
vc-stay-local-p and vc-mode-line calls.

* vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
(vc-cvs-diff, vc-cvs-annotate-command)
(vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
(vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
vc-mode-line calls.

* vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
direct comparison.
(vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
backend when calling vc-mode-line.
(vc-register): Do not create a closure for calling the vc register
function, call it directly.


Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Tue May 5 04:17:29 2009 UTC (14 years, 11 months ago) by monnier
Branch: MAIN
CVS Tags: EMACS_23_1, EMACS_23_1_BASE, EMACS_PRETEST_23_0_94, EMACS_PRETEST_23_0_95, EMACS_PRETEST_23_0_96
Branch point for: EMACS_23_1_RC
Changes since 1.113: +2 -2 lines
Diff to previous 1.113
(vc-svn-parse-status): Accept ?D for removed files (bug#3213).


Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Wed Apr 15 00:32:51 2009 UTC (15 years ago) by dann
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_0_93
Changes since 1.112: +2 -2 lines
Diff to previous 1.112
(vc-svn-after-dir-status): Fix regexp to allow for
file names with leading spaces.  Ignore "." if it appears as a
filename.


Revision 1.12.2.43 - (view) (download) (annotate) - [select for diffs]
Mon Mar 9 05:51:48 2009 UTC (15 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.12.2.42: +1 -1 lines
Diff to previous 1.12.2.42 , to branch point 1.12
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-101


Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Tue Feb 10 05:59:14 2009 UTC (15 years, 2 months ago) by nickrob
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_0_91, EMACS_PRETEST_23_0_92, lexbind-base
Changes since 1.111: +1 -1 lines
Diff to previous 1.111
(vc-svn-after-dir-status): Use shy group for revision
number as it isn't present for unregistered files.


Revision 1.12.2.42 - (view) (download) (annotate) - [select for diffs]
Thu Feb 5 09:11:45 2009 UTC (15 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.12.2.41: +7 -5 lines
Diff to previous 1.12.2.41 , to branch point 1.12
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-100


Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Wed Feb 4 10:49:04 2009 UTC (15 years, 2 months ago) by nickrob
Branch: MAIN
Changes since 1.110: +13 -0 lines
Diff to previous 1.110
(vc-svn-diff): Revert previous change but add a test
for newvars is nil. (C-u C-x v = with default values).


Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Sat Jan 31 15:51:09 2009 UTC (15 years, 2 months ago) by dann
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_0_90
Changes since 1.109: +6 -2 lines
Diff to previous 1.109
(vc-svn-dir-status): Disable the vc-stay-local-p
logic, it makes the makes the normal case too slow.


Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Fri Jan 30 08:16:26 2009 UTC (15 years, 3 months ago) by nickrob
Branch: MAIN
Changes since 1.108: +1 -13 lines
Diff to previous 1.108
(vc-svn-dir-status): Correct logic for remote
connection.
(vc-svn-diff): Use old version number even when it is the working
revision.  This is needed, e.g, in the vc-print-log buffer.


Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Thu Jan 29 08:53:40 2009 UTC (15 years, 3 months ago) by lektu
Branch: MAIN
Changes since 1.107: +0 -3 lines
Diff to previous 1.107
Exclude VCS metadata dirs from completion.

* bindings.el (completion-ignored-extensions):
  Add entries for VCS metadata directories (CVS/, .svn, etc).

* pcvs.el (completion-ignored-extensions):
* vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
  directory, now done in bindings.el.


Revision 1.12.2.41 - (view) (download) (annotate) - [select for diffs]
Thu Jan 22 07:57:13 2009 UTC (15 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.12.2.40: +1 -1 lines
Diff to previous 1.12.2.40 , to branch point 1.12
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-99


Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Mon Jan 5 03:19:53 2009 UTC (15 years, 3 months ago) by gm
Branch: MAIN
Changes since 1.106: +1 -1 lines
Diff to previous 1.106
Add 2009 to copyright years.


Revision 1.12.2.40 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 09:17:40 2008 UTC (15 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.12.2.39: +25 -22 lines
Diff to previous 1.12.2.39 , to branch point 1.12
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-98


Revision 1.12.2.39 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 09:13:41 2008 UTC (15 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.12.2.38: +4 -2 lines
Diff to previous 1.12.2.38 , to branch point 1.12
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-97


Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Thu Dec 4 07:03:56 2008 UTC (15 years, 4 months ago) by gm
Branch: MAIN
Changes since 1.105: +8 -10 lines
Diff to previous 1.105
(vc-svn-register-switches): Doc fix.  Add t as option.
(vc-svn-register): Doc fix.


Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Wed Dec 3 07:41:10 2008 UTC (15 years, 4 months ago) by gm
Branch: MAIN
Changes since 1.104: +1 -0 lines
Diff to previous 1.104
Comment.


Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Wed Dec 3 03:25:15 2008 UTC (15 years, 4 months ago) by cyd
Branch: MAIN
Changes since 1.103: +1 -1 lines
Diff to previous 1.103
Coract spelling.


Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Sun Nov 30 01:58:09 2008 UTC (15 years, 5 months ago) by gm
Branch: MAIN
Changes since 1.102: +6 -3 lines
Diff to previous 1.102
(vc-svn-diff-switches): Doc fix.
(vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.


Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Sat Nov 22 03:27:18 2008 UTC (15 years, 5 months ago) by gm
Branch: MAIN
Changes since 1.101: +11 -10 lines
Diff to previous 1.101
Remove leading `*' from defcustom doc-strings.
(vc-svn-program): Move defcustom to start.
(vc-svn-create-repo, vc-svn-modify-change-comment):
Use vc-svn-program rather than hard-coded "svn".


Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Thu Oct 30 09:23:31 2008 UTC (15 years, 6 months ago) by nickrob
Branch: MAIN
CVS Tags: small-dump-base
Changes since 1.100: +1 -0 lines
Diff to previous 1.100
(vc-svn-diff): If files is nil don't set oldvers to
nil so that log-view-diff-changeset works.


Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Mon Oct 27 07:21:48 2008 UTC (15 years, 6 months ago) by dann
Branch: MAIN
Changes since 1.99: +1 -1 lines
Diff to previous 1.99
* vc.el: Rename VC methods that were missed when vc-status was
renamed to vc-dir.
* vc-svn.el (vc-svn-dir-extra-headers): Rename from
vc-svn-status-extra-headers.
* vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
(vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
* vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
(vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
* vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
vc-dir-status-printer.
(vc-dir-headers): Use `dir-extra-headers' instead of
`status-extra-headers'
(vc-dir-printer): Rename from vc-dir-status-printer.
(vc-default-dir-extra-headers): Rename from
vc-default-status-extra-headers.
* vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
vc-cvs-status-extra-headers.


Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Mon Oct 13 01:16:56 2008 UTC (15 years, 6 months ago) by dann
Branch: MAIN
Changes since 1.98: +2 -1 lines
Diff to previous 1.98
* vc-hooks.el (vc-stay-local): Add a new choice and default to it.

* vc-cvs.el (vc-cvs-dir-stay-local): Remove.
(vc-cvs-stay-local): Add a new choice and default to it.
(vc-cvs-dir-status): Use the new vc-stay-local choice.

* vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.


Revision 1.12.2.38 - (view) (download) (annotate) - [select for diffs]
Tue Oct 7 04:43:21 2008 UTC (15 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.12.2.37: +23 -8 lines
Diff to previous 1.12.2.37 , to branch point 1.12
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-96


Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Sat Oct 4 20:23:54 2008 UTC (15 years, 6 months ago) by gm
Branch: MAIN
Changes since 1.97: +19 -6 lines
Diff to previous 1.97
(vc-svn-after-dir-status): Handle `svn status -u' output.
(vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)


Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Sat Oct 4 01:22:29 2008 UTC (15 years, 6 months ago) by dann
Branch: MAIN
Changes since 1.96: +5 -0 lines
Diff to previous 1.96
* vc-svn.el (vc-svn-dir-status-files):
* vc-cvs.el (vc-cvs-dir-status-files): New function.


Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Sun Sep 7 20:24:29 2008 UTC (15 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.95: +0 -3 lines
Diff to previous 1.95
* vc-svn.el (vc-svn-root):
* vc-sccs.el (vc-sccs-root):
* vc-rcs.el (vc-rcs-root):
* vc-cvs.el (vc-cvs-root): Delete.
* vc-hooks.el (vc-find-root): Remove `invert' argument.


Revision 1.12.2.37 - (view) (download) (annotate) - [select for diffs]
Thu Sep 4 05:43:22 2008 UTC (15 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.12.2.36: +2 -2 lines
Diff to previous 1.12.2.36 , to branch point 1.12
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-95


Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 16:49:23 2008 UTC (15 years, 8 months ago) by dann
Branch: MAIN
Changes since 1.94: +2 -2 lines
Diff to previous 1.94
(vc-svn-parse-status): Use when instead of if.
Fix 2008-01-01 change: use a shy group to not affect subsequent
match calls.


Revision 1.12.2.36 - (view) (download) (annotate) - [select for diffs]
Fri Jul 4 15:29:01 2008 UTC (15 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.12.2.35: +2 -3 lines
Diff to previous 1.12.2.35 , to branch point 1.12
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-91


Revision 1.12.2.35 - (view) (download) (annotate) - [select for diffs]
Fri Jul 4 15:27:35 2008 UTC (15 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.12.2.34: +8 -2 lines
Diff to previous 1.12.2.34 , to branch point 1.12
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-90


Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Wed Jun 25 03:26:45 2008 UTC (15 years, 10 months ago) by dann
Branch: MAIN
CVS Tags: before-merge-emacs-app-to-trunk, before-remove-carbon, before-remove-vms, remove-carbon, remove-vms
Changes since 1.93: +0 -3 lines
Diff to previous 1.93
(vc-annotate-parent-rev): Pacify byte compiler.
(vc-svn-parse-status): Do not set the vc-backend property.


Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Wed Jun 25 02:45:50 2008 UTC (15 years, 10 months ago) by dann
Branch: MAIN
Changes since 1.92: +2 -0 lines
Diff to previous 1.92
(vc-annotate-parent-rev): Pacify byte compiler.


Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Mon Jun 16 08:54:29 2008 UTC (15 years, 10 months ago) by lektu
Branch: MAIN
Changes since 1.91: +4 -2 lines
Diff to previous 1.91
(log-view-per-file-logs): Pacify byte compiler.


Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Sun Jun 15 14:58:18 2008 UTC (15 years, 10 months ago) by dann
Branch: MAIN
Changes since 1.90: +4 -0 lines
Diff to previous 1.90
* log-view.el (log-view-diff-changeset): New function.
(log-view-mode-map, log-view-mode-menu): Bind it.
(log-view-per-file-logs, log-view-vc-fileset)
(log-view-vc-backend): New variables.
(log-view-find-revision, log-view-modify-change-comment)
(log-view-annotate-version): Throw an error if the log is for more
than one file and we can't find the current file.  Get the current
file from log-view-vc-fileset if necessary.
(log-view-diff): Get the current file from log-view-vc-fileset if
necessary.

* vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.

* vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
(vc-hg-log-view-mode): Declare for compiler.
(vc-hg-log-view-mode): Set log-view-per-file-logs and
log-view-file-re.
(vc-hg-diff): If no file is passed, use default-directory for cwd.

* vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.

* vc-svn.el (vc-svn-log-view-mode): New derived mode.


Revision 1.12.2.34 - (view) (download) (annotate) - [select for diffs]
Fri May 23 04:33:03 2008 UTC (15 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.12.2.33: +30 -22 lines
Diff to previous 1.12.2.33 , to branch point 1.12
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-83


Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Fri May 16 18:15:26 2008 UTC (15 years, 11 months ago) by esr
Branch: MAIN
Changes since 1.89: +17 -0 lines
Diff to previous 1.89
Add extra-headers method for SVN.


Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Thu May 15 17:38:50 2008 UTC (15 years, 11 months ago) by esr
Branch: MAIN
Changes since 1.88: +6 -6 lines
Diff to previous 1.88
Snapshot primitives globally renamed to refer to tags, documentation updated.


Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Sat May 10 13:27:16 2008 UTC (15 years, 11 months ago) by esr
Branch: MAIN
Changes since 1.87: +6 -10 lines
Diff to previous 1.87
Remove assumption about what nil means as a first arument to vc-do-command.


Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Fri May 9 17:30:49 2008 UTC (15 years, 11 months ago) by esr
Branch: MAIN
Changes since 1.86: +0 -5 lines
Diff to previous 1.86
Remove wash-log from the VC backend API.


Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Fri May 9 16:41:26 2008 UTC (15 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.85: +1 -1 lines
Diff to previous 1.85
* vc.el (vc-mark-resolved): Add `backend' argument.
(vc-next-action): Pass it the backend.
(vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
(vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
(vc-default-comment-history, vc-default-create-snapshot)
(vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
(vc-annotate-revision-previous-to-line)
(vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
* vc-svn.el (vc-svn-checkout):
* vc-mcvs.el (vc-mcvs-checkout):
* vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
(vc-working-revision, vc-before-save, vc-mode-line):
Prefer vc-call-backend to vc-call so as not to recompute the backend.


Revision 1.12.2.33 - (view) (download) (annotate) - [select for diffs]
Thu May 8 11:45:16 2008 UTC (15 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.12.2.32: +8 -27 lines
Diff to previous 1.12.2.32 , to branch point 1.12
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-82


Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Wed May 7 21:27:41 2008 UTC (15 years, 11 months ago) by esr
Branch: MAIN
Changes since 1.84: +0 -11 lines
Diff to previous 1.84
Remove VC-Dired and backend dir-state methods.


Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Tue May 6 07:57:58 2008 UTC (15 years, 11 months ago) by gm
Branch: MAIN
Changes since 1.83: +4 -6 lines
Diff to previous 1.83
Switch to recommended form of GPLv3 permissions notice.


Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Fri May 2 17:47:25 2008 UTC (15 years, 11 months ago) by esr
Branch: MAIN
Changes since 1.82: +3 -7 lines
Diff to previous 1.82
Clean up vc*-revision-granularity and vc*-checkout-model.


Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Thu May 1 19:13:16 2008 UTC (16 years ago) by esr
Branch: MAIN
Changes since 1.81: +1 -1 lines
Diff to previous 1.81
Change 'needs-patch to 'needs-update.


Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Thu May 1 16:40:14 2008 UTC (16 years ago) by esr
Branch: MAIN
Changes since 1.80: +0 -2 lines
Diff to previous 1.80
Comment cleanup (no code change).


Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Tue Apr 29 15:32:56 2008 UTC (16 years ago) by monnier
Branch: MAIN
Changes since 1.79: +1 -1 lines
Diff to previous 1.79
Make `checkout-model' apply to filesets.
* vc-hooks.el (vc-checkout-model): Rewrite.
(vc-before-save, vc-after-save): Adjust callers accordingly.
* vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
(vc-transfer-file): Adjust callers accordingly.
* vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
(vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
(vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
instead of vc-checkout-model.
* vc-mcvs.el (vc-mcvs-revert):
Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
* vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
(vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
* vc-svn.el (vc-svn-checkout-model):
* vc-hg.el (vc-hg-checkout-model):
* vc-git.el (vc-git-checkout-model):
* vc-bzr.el (vc-bzr-checkout-model): Adjust arg.


Revision 1.12.2.32 - (view) (download) (annotate) - [select for diffs]
Thu Apr 24 01:54:21 2008 UTC (16 years ago) by miles
Branch: lexbind
Changes since 1.12.2.31: +53 -51 lines
Diff to previous 1.12.2.31 , to branch point 1.12
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-79


Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Fri Apr 11 15:59:22 2008 UTC (16 years ago) by monnier
Branch: MAIN
CVS Tags: font-backend-base
Branch point for: font-backend
Changes since 1.78: +9 -9 lines
Diff to previous 1.78
(vc-svn-after-dir-status): Complete last change.


Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Fri Apr 11 15:17:59 2008 UTC (16 years ago) by monnier
Branch: MAIN
Changes since 1.77: +3 -3 lines
Diff to previous 1.77
Change `dir-status' to not take (and pass) status-buffer.
(vc-status-create-fileinfo): Make `extra' optional.
(vc-status-busy): New fun.
(vc-status-menu-map): Use it.
(vc-status-crt-marked): Remove.
(vc-status-update): Rename from vc-status-add-entries.
Add argument so as to prevent addition of entries.  Rewrite.
(vc-update-vc-status-buffer): Remove.
(vc-status-refresh): Don't remove old entries, set them to
up-to-date instead.  Also do it after the update is complete.
(vc-status-marked-files): η-reduce.


Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Thu Apr 10 07:32:25 2008 UTC (16 years ago) by dann
Branch: MAIN
Changes since 1.76: +4 -2 lines
Diff to previous 1.76
* vc-hooks.el (vc-state): Add new state `conflict'.
(vc-after-save): Use when not if.
(vc-default-mode-line-string): Deal with the conflict state.
(vc-prefix-map):
(vc-menu-map): Bind vc-status instead of vc-directory.

* vc.el (vc-editable-p):
(vc-default-status-printer):
(vc-next-action): Deal with the conflict state.
(vc-mark-resolved): New function.
(vc-status-mode): Fix mode name.
(vc-default-comment-history): Use when not if.
(Todo): Add new entries, remove old ones.

* vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
(vc-cvs-parse-status):
(vc-cvs-after-dir-status):
* vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
Detect the conflict state.


Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Wed Apr 9 03:38:38 2008 UTC (16 years ago) by dann
Branch: MAIN
Changes since 1.75: +35 -20 lines
Diff to previous 1.75
(vc-svn-modify-change-comment): Add support for the
file:// access method.


Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Mon Mar 31 15:36:54 2008 UTC (16 years, 1 month ago) by dann
Branch: MAIN
Changes since 1.74: +1 -1 lines
Diff to previous 1.74
* vc.el (vc-status-add-entry): Assume ENTRY is a list not a cons.
(vc-status-mark-buffer-changed): Handle the extra field.

* vc-bzr.el (vc-bzr-after-dir-status):
* vc-cvs.el (vc-cvs-after-dir-status):
* vc-hg.el (vc-hg-after-dir-status):
* vc-svn.el (vc-svn-after-dir-status): Return a list not a cons.


Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Sat Mar 29 05:34:51 2008 UTC (16 years, 1 month ago) by dann
Branch: MAIN
Changes since 1.73: +3 -7 lines
Diff to previous 1.73
* vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
(vc-status-refresh): Create a temporary buffer and call the
`dir-status' backend function from that buffer.

* vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
(vc-bzr-after-dir-status): Don't kill the buffer.

* vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
(vc-cvs-after-dir-status): Don't kill the buffer.

* vc-git.el (vc-git-dir-status): Don't create a buffer.
(vc-git-after-dir-status-stage2): Don't kill the buffer.

* vc-hg.el (vc-hg-dir-status): Don't create a buffer.
(vc-hg-after-dir-status): Don't kill the buffer.

* vc-svn.el (vc-svn-dir-status): Don't create a buffer.
(vc-svn-after-dir-status): Don't kill the buffer.


Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Fri Mar 21 17:53:03 2008 UTC (16 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.72: +0 -11 lines
Diff to previous 1.72
* vc-hooks.el (vc-default-mode-line-string): Add case for added files.
* vc.el (vc-default-dired-state-info): Use just "modified".
* vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
(vc-cvs-mode-line-string): Make use of the better default.
(vc-cvs-parse-entry): Use the new `added'.
(vc-cvs-dired-state-info): Remove.
* vc-svn.el (vc-svn-dired-state-info): Remove.
* vc-hg.el (vc-hg-dired-state-info): Remove.
* vc-git.el (vc-git-dired-state-info): Remove.


Revision 1.12.2.31 - (view) (download) (annotate) - [select for diffs]
Sat Mar 1 03:00:09 2008 UTC (16 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.12.2.30: +1 -0 lines
Diff to previous 1.12.2.30 , to branch point 1.12
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-77


Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Fri Feb 29 19:13:53 2008 UTC (16 years, 2 months ago) by dann
Branch: MAIN
Changes since 1.71: +1 -0 lines
Diff to previous 1.71
* vc.el (vc-status-crt-marked): New variable.
(vc-status-mode): Make it local.
(vc-status-refresh): Use it to save the marked files.
(vc-update-vc-status-buffer): Use it to restore the marked files.

* vc-svn.el (vc-svn-after-dir-status):
* vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.


Revision 1.12.2.30 - (view) (download) (annotate) - [select for diffs]
Mon Feb 25 09:56:09 2008 UTC (16 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.12.2.29: +12 -8 lines
Diff to previous 1.12.2.29 , to branch point 1.12
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-76


Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Fri Feb 22 07:44:07 2008 UTC (16 years, 2 months ago) by dann
Branch: MAIN
CVS Tags: lisp-bob
Changes since 1.70: +2 -1 lines
Diff to previous 1.70
* vc.el (vc-exec-after): Move setting mode-line-process in the
busy case ...
(vc-set-mode-line-busy-indicator): ... in this new function.
(vc-status-refresh): Call vc-set-mode-line-busy-indicator.
(vc-update-vc-status-buffer): Reset mode-line-process.
(vc-status-mark-all-files, vc-status-unmark-all-files): Change to
mark/unmark all the files with the same state as the current one.
With a prefix argument mark/unmark all files.
(vc-status-mode-menu): Adjust strings.
(vc-update-vc-status-buffer): Only do something when the argument
is not nil.
(vc-status-kill-dir-status-process): New function.
(vc-status-mode-map): Bind it.
(vc-status-process-buffer): New variable.
(vc-status-mode): Make it local.
(vc-status-refresh): Set it.

* vc-hg.el (vc-hg-dir-status):
* vc-git.el (vc-git-dir-status):
* vc-svn.el (vc-svn-dir-status): Return the buffer in which the
command is run.


Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Wed Feb 20 12:41:59 2008 UTC (16 years, 2 months ago) by lektu
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69
(vc-svn-program): Fix typo in docstring.
(vc-svn-checkin): Fix typo in error message.


Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Wed Feb 20 10:40:46 2008 UTC (16 years, 2 months ago) by ttn
Branch: MAIN
Changes since 1.68: +5 -5 lines
Diff to previous 1.68
Kill eol whitespace; nfc.


Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Tue Feb 19 11:43:17 2008 UTC (16 years, 2 months ago) by ttn
Branch: MAIN
Changes since 1.67: +3 -0 lines
Diff to previous 1.67
Make sure all backends support vc-BACKEND-root.

* vc-hooks.el (vc-find-root): Take optional arg INVERT.
If non-nil, reverse the sense of the check.
* vc-rcs.el (vc-rcs-root): New func.
* vc-cvs.el (vc-cvs-root): New func.
* vc-svn.el (vc-svn-root): New func.


Revision 1.12.2.29 - (view) (download) (annotate) - [select for diffs]
Wed Jan 30 21:17:15 2008 UTC (16 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.12.2.28: +36 -4 lines
Diff to previous 1.12.2.28 , to branch point 1.12
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-70


Revision 1.11.2.29 - (view) (download) (annotate) - [select for diffs]
Wed Jan 30 07:56:05 2008 UTC (16 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.28: +36 -4 lines
Diff to previous 1.11.2.28 , to branch point 1.11 , to next main 1.122
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324


Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Tue Jan 22 23:53:39 2008 UTC (16 years, 3 months ago) by miles
Branch: MAIN
CVS Tags: before-merge-unicode-to-trunk, emacs-unicode-2-base, merge-unicode-to-trunk
Changes since 1.66: +4 -2 lines
Diff to previous 1.66
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1006


Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Sun Jan 20 19:56:43 2008 UTC (16 years, 3 months ago) by dann
Branch: MAIN
Changes since 1.65: +2 -2 lines
Diff to previous 1.65
(vc-svn-registered): Make it work for non-existent
files.


Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Sat Jan 19 16:32:22 2008 UTC (16 years, 3 months ago) by dann
Branch: MAIN
Changes since 1.64: +28 -22 lines
Diff to previous 1.64
* vc-svn.el (vc-svn-after-dir-status): New function.
(vc-svn-dir-status): Run svn asynchronously.


Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Fri Jan 18 23:45:03 2008 UTC (16 years, 3 months ago) by dann
Branch: MAIN
Changes since 1.63: +23 -0 lines
Diff to previous 1.63
* vc-svn.el (vc-svn-dir-status): New function.


Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Wed Jan 16 06:22:58 2008 UTC (16 years, 3 months ago) by dann
Branch: MAIN
Changes since 1.62: +1 -1 lines
Diff to previous 1.62
* smerge-mode.el (smerge-start-session): Rename from smerge-auto.
* pcvs.el (cvs-revert-if-needed):
* vc.el (vc-maybe-resolve-conflicts): Rename callers.

* vc-svn.el (vc-svn-find-file-hook):
* vc-arch.el (vc-arch-find-file-hook): Undo previous change.


Revision 1.34.2.4 - (view) (download) (annotate) - [select for diffs]
Tue Jan 15 04:37:19 2008 UTC (16 years, 3 months ago) by dann
Branch: EMACS_22_BASE
CVS Tags: EMACS_22_2, EMACS_22_3, EMACS_PRETEST_22_1_90, EMACS_PRETEST_22_1_91, EMACS_PRETEST_22_1_92, EMACS_PRETEST_22_2_90, EMACS_PRETEST_22_2_91, EMACS_PRETEST_22_2_92
Changes since 1.34.2.3: +4 -2 lines
Diff to previous 1.34.2.3 , to branch point 1.34 , to next main 1.122
* vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
after-save-hook so that it is not called multiple times.

* vc-svn.el (vc-svn-resolve-when-done): Likewise.


Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Mon Jan 14 07:38:04 2008 UTC (16 years, 3 months ago) by dann
Branch: MAIN
Changes since 1.61: +1 -1 lines
Diff to previous 1.61
* smerge-mode.el (smerge-auto): New function.
* vc-svn.el (vc-svn-find-file-hook):
* vc-arch.el (vc-arch-find-file-hook):
* pcvs.el (cvs-revert-if-needed):
* vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
(top-level): Add a Todo list.


Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Thu Jan 10 14:17:05 2008 UTC (16 years, 3 months ago) by dann
Branch: MAIN
Changes since 1.60: +2 -1 lines
Diff to previous 1.60
(vc-svn-registered): Return the correct value for
ignored and unregistered files.


Revision 1.12.2.28 - (view) (download) (annotate) - [select for diffs]
Wed Jan 9 11:14:01 2008 UTC (16 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.12.2.27: +1 -1 lines
Diff to previous 1.12.2.27 , to branch point 1.12
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-69


Revision 1.11.2.28 - (view) (download) (annotate) - [select for diffs]
Wed Jan 9 01:14:06 2008 UTC (16 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.27: +1 -1 lines
Diff to previous 1.11.2.27 , to branch point 1.11
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312


Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Tue Jan 8 20:44:53 2008 UTC (16 years, 3 months ago) by miles
Branch: MAIN
Changes since 1.59: +1 -1 lines
Diff to previous 1.59
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987


Revision 1.34.2.3 - (view) (download) (annotate) - [select for diffs]
Mon Jan 7 02:44:07 2008 UTC (16 years, 3 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.34.2.2: +1 -1 lines
Diff to previous 1.34.2.2 , to branch point 1.34
Add 2008 to copyright years.


Revision 1.11.2.27 - (view) (download) (annotate) - [select for diffs]
Wed Jan 2 04:13:19 2008 UTC (16 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.26: +31 -6 lines
Diff to previous 1.11.2.26 , to branch point 1.11
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-308


Revision 1.12.2.27 - (view) (download) (annotate) - [select for diffs]
Wed Jan 2 04:02:18 2008 UTC (16 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.12.2.26: +31 -6 lines
Diff to previous 1.12.2.26 , to branch point 1.12
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-68


Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Wed Jan 2 00:42:36 2008 UTC (16 years, 3 months ago) by esr
Branch: MAIN
Changes since 1.58: +24 -0 lines
Diff to previous 1.58
* vc-svn.el (vc-svn-modify-change comment): New function.


Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Tue Jan 1 18:40:42 2008 UTC (16 years, 3 months ago) by esr
Branch: MAIN
Changes since 1.57: +10 -14 lines
Diff to previous 1.57
Remove some debugging code.


Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Tue Jan 1 16:39:59 2008 UTC (16 years, 3 months ago) by esr
Branch: MAIN
Changes since 1.56: +1 -1 lines
Diff to previous 1.56
* vc-svn.el (vc-svn-parse-status): Set the 'unregisted property correctly.


Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Tue Jan 1 11:17:37 2008 UTC (16 years, 4 months ago) by esr
Branch: MAIN
Changes since 1.55: +15 -11 lines
Diff to previous 1.55
* vc.el (vc-dired-hook):  Speed tuning.  Replace a vc-backend call
with vc-state.


Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 13:20:47 2007 UTC (16 years, 4 months ago) by esr
Branch: MAIN
Changes since 1.54: +7 -6 lines
Diff to previous 1.54
* vc-svn.el (vc-svn-parse-status): Recognize 'added, 'removed,
and 'unregistered states.

* vc-hooks.el (vc-state): Added 'removed state to documentation.

* vc-hg (vc-hg-parse-status): Recognize 'added, 'removed,  and
'up-to-date state.  Deal with the possibility that C for clean
might change to "=" in the next point release.

* vc-git.el (vc-git-parse-status): Recognize 'removed.

* vc.el (header comment): Better description of new dir-state.
(vc-compatible-state): Defines which states are mutually
compatible; usable with 'edited as a test for which can be committed on.
(vc-dired-hook): Turn off undo in the VC-Dired buffer, a speed tweak.
(vc-default-dired-state-info): Display 'removed state.

* vc-bzr.el (vc-bzr-dir-state): Recognize 'added.


Revision 1.12.2.26 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 02:49:19 2007 UTC (16 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.12.2.25: +26 -26 lines
Diff to previous 1.12.2.25 , to branch point 1.12
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-66


Revision 1.11.2.26 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 02:38:58 2007 UTC (16 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.25: +26 -26 lines
Diff to previous 1.11.2.25 , to branch point 1.11
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-306


Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Fri Dec 28 18:16:54 2007 UTC (16 years, 4 months ago) by esr
Branch: MAIN
Changes since 1.53: +4 -0 lines
Diff to previous 1.53
	* vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
	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.


Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Fri Dec 28 16:24:30 2007 UTC (16 years, 4 months ago) by esr
Branch: MAIN
Changes since 1.52: +4 -2 lines
Diff to previous 1.52
* vc-cvs.el, vc-svn.el: Simplify backend dired-state-info
functions so they don't do work that the default one can do instead


Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Fri Dec 28 08:59:49 2007 UTC (16 years, 4 months ago) by esr
Branch: MAIN
Changes since 1.51: +1 -0 lines
Diff to previous 1.51
* vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
Modify all instances of the dir-state back-end method to suppress
keeping undo lists on the buffers holding astatus output, which
csn get extremely large.


Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Thu Dec 27 03:10:52 2007 UTC (16 years, 4 months ago) by esr
Branch: MAIN
Changes since 1.50: +16 -19 lines
Diff to previous 1.50
*** empty log message ***


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Wed Dec 26 23:24:07 2007 UTC (16 years, 4 months ago) by esr
Branch: MAIN
Changes since 1.49: +1 -5 lines
Diff to previous 1.49
*** empty log message ***


Revision 1.12.2.25 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 23:41:13 2007 UTC (16 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.12.2.24: +2 -3 lines
Diff to previous 1.12.2.24 , to branch point 1.12
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-63


Revision 1.11.2.25 - (view) (download) (annotate) - [select for diffs]
Sun Nov 11 00:55:40 2007 UTC (16 years, 5 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.24: +2 -3 lines
Diff to previous 1.11.2.24 , to branch point 1.11
Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-283


Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Sat Nov 10 05:22:16 2007 UTC (16 years, 5 months ago) by dann
Branch: MAIN
Changes since 1.48: +2 -3 lines
Diff to previous 1.48
* vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.

* vc-svn.el (vc-svn-print-log, vc-svn-diff):
* vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
* vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
(vc-cvs-annotate-command):
* vc-arch.el (vc-arch-diff): Remove test to check if start-process
is bound, it always is.


Revision 1.12.2.24 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:58:41 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.12.2.23: +0 -4 lines
Diff to previous 1.12.2.23 , to branch point 1.12
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 899-901)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 129-130)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 259-260)

   - Merge from emacs--rel--22
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-61


Revision 1.12.2.23 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:53:39 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.12.2.22: +65 -30 lines
Diff to previous 1.12.2.22 , to branch point 1.12
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 866-889)

   - Merge multi-tty branch
   - Update from CVS
   - Merge from emacs--rel--22
   - Add missing change from rel-22 branch to src/image.c
   - Remove RCS keywords from doc/misc/cc-mode.texi
   - Remove man, lispref, and lispintro directories

 * emacs--multi-tty--0  (base, patch 1-45)

   - tag of emacs@sv.gnu.org/emacs--devo--0--patch-743
   - Merge from lorentey@elte.hu--2004
   - Remove out-of-date meta-files
   - Tweak perms to be more like emacs--devo--0
   - Restore lispref/elisp-covers.texi
   - Sync with sealing patch in lorentey@elte.hu.
   - Rudimentary fix for environment variable handling.
   - Update from CVS
   - server.el: Don't change the default directory in the *scratch* buffer.
   - Merged from emacs--devo--0
   - Revert to official bug report addresses.
   - Merge from emacs--devo--0
   - Import changelog info from arch logs into ChangeLog.multi-tty files
   - Update from CVS: src/puresize.h (BASE_PURESIZE): Increase.
   - Restore original arch-tag in src/ChangeLog.multi-tty

 * emacs--rel--22  (patch 101-121)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 248-256)

   - Merge from emacs--devo--0
   - Update from CVS
   - Update from CVS: texi/gnus.texi (On Writing Manuals): Fix typos.
   - Revert refcard location changes

 * lorentey@elte.hu--2004/emacs--cvs-trunk--0  (base, patch 1-7)

   - tag of miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-474
   - Add CVS metadata files.
   - Update from CVS.
   - Update from CVS
   - Sync with miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-539.

 * lorentey@elte.hu--2004/emacs--cvs-trunk--0-  (version 0)

   - Branch closed.  Use miles@gnu.org--gnu-2005/emacs--cvs-trunk--0 instead.

 * lorentey@elte.hu--2004/emacs--multi-tty--0  (base, patch 1-4)

   - tag of miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-137
   - Add a level of indirection to terminal characteristics.
   - Implemented multiple tty support.
   - Updating_frame vs. selected_frame in term.c.
   - Added a pointer to my archive to README.multi-tty
 * lorentey@elte.hu--2004/emacs--multi-tty--0--patch-5

 * lorentey@elte.hu--2004/emacs--multi-tty--0  (patch 6-223, 225-257)

   - Removed two files that were committed by mistake.
   - Fixed two typos.
   - Full support for multiple terminal I/O (with some rough edges).
   - Fully eliminated global tty state variables.
   - Cosmetic changes in README.multi-tty
   - Added compilation instructions to README.multi-tty.
   - Implemented automatic deletion of terminals.
   - README.multi-tty updates.
   - Small change in README.multi-tty
   - Merged in changes from CVS HEAD
   - Joined miles@gnu.org--gnu-2004/emacs--cvs-trunk--0
   - Trivial changes
   - Bugfix festival.
   - Handle Ctl-G in emacsclient.
   - Make sure secondary frames are deleted when emacsclient quits.
   - Merged in changes from CVS head
   - Don't compile sys_select on systems that don't need it.
   - Delete server frames on server restart.
   - Undo patch-23.  I need a coffee.
   - Major bugfixes and slight enhancements.
   - A few more bugfixes and new features.
   - Separate frame-local, tty-dependent parameters from tty-local parameters.
   - Fixed X support, preliminary support for X-tty combo sessions.
   - MULTI_KBOARD support for ttys.  Input-related bugfixes for X+tty sessions.
   - Got rid of the rif (window-based redisplay interface) global variable.
   - Fix longopts option name for --tty.
   - Portability fixes (now it compiles & runs fine on Solaris).
   - Added multi-tty support for talk.el.
   - Fixed typo in talk.el.
   - Fixed typo in talk.el (again).
   - Fix mouse-position for tty+X combo sessions.
   - Add "multi-tty" to emacs-version output.
   - Fix more SEGV cases in frame.c
   - Converted display hooks to be display-local.  Plus many bugfixes.
   - Fix SEGV in init_sys_modes during X startup
   - Hookified termcap devices, added bootstrap display device, plus many
     bugfixes.
   - Numerous bugfixes and small improvements.
   - Changed tty input code to use read_socket_hook.
   - Fix C-g handling with multiple ttys.
   - Don't select on stdin unconditionally.
   - Support for opening X frames from a tty session.
   - Fix initialization of the window-system variable.
   - Romain Francoise's and Ami Fischman's bugfixes.
   - Added note about the commit mailing list.
   - Fixed tty faces during combo sessions.  Plus other assorted bugfixes.
   - Set the keyboard of the initial frame correctly.
   - Fixed interactive temacs.
   - Removed %T in mode-line-format.  Trivial documentation changes.
   - Fixed unsafe and incorrect use of record_unwind_protect in Fsuspend_emacs.
   - Cosmetic changes.
   - Don't exit Emacs when the X display is closed during a tty-X combo session.
   - Prevent core dumps when the X server crashes.
   - Fix the case when emacsclient is run on Emacs's controlling tty.
   - Trivial fixes to shut up some of the compiler warnings.
   - Don't hang on the tty if called from a shell script.
   - Fixed a typo in README.multi-tty.
   - Added newly loaded stuff in loadup.el to src/Makefile.in.
   - Don't try to init X drag and drop on a termcap frame.
   - Fix list-colors-display and other functions on a termcap frame
   - Added -w option to emacsclient for opening a new X frame.
   - Verify the version of Emacsclient.
   - Changed emacsclient to open new frames by default.
   - README updates.
   - Don't read too many characters from the tty.
   - Don't delete a tty if it's the last device with frames.
   - Fix typo in delete_display_hook documentation.
   - Fix a crash in emacsclient when DISPLAY is unset.
   - Block more input during read_avail_input.
   - Allow tty_read_avail_input to use the whole input buffer.
   - Don't try to handle a new event if the input buffer is full.
   - Back out previous change, it causes infinite recursion.
   - Revert patch-93, that was the real culprit.  Reapply patch-97.
   - Check for numchars > 0 in handle_one_xevent, not 1.
   - (Sigh.) Don't try to read more events than the buffer size.
   - Make emacsclient refuse to create a frame inside an Emacs term buffer.
   - Implemented suspending of emacsclient frames.
   - Added *.rej to tla's unrecognized pattern.
   - Fix background-mode on terminal frames (Dan Nicolaescu).
   - Fixed compiler warnings for keyboard.c.
   - Trivial cleanups to get rid of GCC warnings.
   - Trivial cleanup in fringe.c, missing from previous patch.
   - Removed *.rej from backup pattern in tagging method.
   - Fix cut'n'paste during a multi-display session (Mark Plaksin, Robert
     Chassell).
   - Fix dropping of the controlling tty on Solaris (Dan Nicolaescu).
   - Fix bootstrap problems in CVS.
   - Fix initialization order at bootstrap (Dan Nicolaescu).
   - Trivial cosmetic change in dispnew.c.
   - Prevent Lisp nesting errors while bootstrapping.
   - Fix #include errors for FreeBSD (Frank Ruell)
   - Merged in changes from CVS trunk
   - README changes.
   - Merged in changes from CVS trunk.
   - Eliminated updating_frame.
   - Fix segfault in term.c (reported by lukhas@free.fr).
   - Another server.el overhaul.
   - Fix frame parameter handling in server.el.
   - In emacsclient, protect the xmitted string from fprintf expansion (Dan
     Nicolaescu).
   - Fix error on deleting an emacsclient terminal (Dan Nicolaescu).
   - Fix one more case of the previous error.
   - A simple implementation for display-local frame parameters.
   - Mention `tla replay' in README.multi-tty (Gaute Strokkenes).
   - Fixed environment variable handling during terminal initialization.
   - Added branch description to admin/notes/BRANCH.
   - Fix fatal error during startup (rep. by Friedrich Delgado Friedrichs)
   - Add kludge to prevent overriding keyboard-coding-system customization.
   - Make terminal_coding and keyboard_coding display-local.
   - New control structure: with-selected-frame.
   - Use with-selected-frame.
   - Fix environment variables on emacsclient frames.
   - Use the remote locale for terminal & keyboard coding system.
   - Update README.multi-tty.
   - Fix server-socket-dir initialization (rep. by Friedrich Delgado
     Friedrichs).
   - Fix terminal coding system in multibyte locales (rep. by Friedrich
     Delgado Friedrichs).
   - Fix background mode initialization on client tty frames (rep. by Dan
     Nicolaescu).
   - Fix window-system-default-frame-alist (ARISAWA Akihiro).
   - Don't ignore SIGWINCH under X (contributed by Yoshiaki Kasahara).
   - Make sure the SIGWINCH handler is always set (rep. by Yoshiaki Kasahara).
   - Fix SEGV on terminals without 'IC' capability (Yoshiaki Kasahara).
   - README.multi-tty update.
   - Clear single_kboard each time Emacs returns to top-level.
   - Don't core dump on SIGINT when there is no frame on the controlling tty.
   - Dissociate from the controlling tty correctly on FreeBSD.
   - Make server-start safe against accidental restarts.
   - Fix parse error in term.c (ARISAWA Akihiro).
   - Fix byte-compile errors during bootstrap.  (Reported by Juraj Kubelka.)
   - Fix --no-wait in emacsclient (reported by Dan Nicolaescu).
   - Reapply src/Makefile.in changes that got lost in the tagline snafu of
     patch-197.
   - Implemented display ids for multiple emacsclients on the same tty.
     Plus assorted bugfixes.
   - Fix bootstrap errors.
   - Fixed C-c from the controlling terminal.
   - Don't leave buffers created by nowait clients buried under others
     (rep. by Dan Nicolaescu).
   - Fix suspend-frame on the controlling tty (reported by Dan Nicolaescu).
   - Fix Viper with simultaneous X and tty display devices. (Rep. by IRIE
     Tetsuya.)
   - Prevent the previous bug from reappearing later.
   - Fix creating frames on different X servers.
   - Cleaned up README compile & test instructions.
   - Updated archive location in docs. (Thanks to Dan Waber.)
   - README updates, including a new Tips & Tricks section
   - Change binding of C-x C-c to only exit emacsclient, not Emacs itself.
   - Fix typo in server.el (Han Boetes, Ted Morse, Ami Fischman)
   - Add TAGS-LISP to precious regex in src/.
   - Merged in changes from CVS trunk (Jan D. has fixed the XSync call in
     xterm.c, no need to disable it anymore).
   - Inhibit redisplay while frames are being deleted after an X disconnect.
   - Fix typo in src/Makefile.in.
   - Removed C99ism in init_fringe_bitmap.
   - Small tweaks in server.el.
   - Set ncurses-related environment variables while creating a new
 tty frame. (Reported by Dan Nicolaescu.)

 * lorentey@elte.hu--2004/emacs--multi-tty--0  (patch 258-292)

   - Merged in changes from CVS trunk.
   - Fix core dump in redisplay window. (Reported by Yoshiaki Kasahara.)
     Plus cleanups.
   - Fix bootstrap problem with --without-x.
   - Trivial documentation change in keyboard.c.
   - Remove remaining references to updating_frame.
   - Increase PURESIZE to handle the extra stuff recently added.
   - Trivial changes in x_create_tip_frame.
   - README update.
   - Joined Miles's 2005 Emacs branch.
   - Merged in changes from CVS trunk.  (Long time no see!) :-)
   - Fix bootstrap error in CVS.
   - Fix xassert-related bootstrap errors.
   - Add some new precious/backup patterns in src/.
   - Update =partner-versions.
   - Prevent emacsclient errors when Emacs is compiled without X support.
   - README updates. (Reported by Xavier Mallard)
   - Merged from miles@gnu.org--gnu-2005 (patch 76-78)
   - Fix typo in dispnew.c.
   - Merged from miles@gnu.org--gnu-2005 (patch 12-13, 79-90)
   - On C-x C-c, restrict `save-some-buffers' to the client's buffers.
     (Reported by Han Boetes.)
   - Fix compilation error with GTK, fix issues with double C-g on
     controlling tty.
  (Reported by Friedrich Delgado Friedrichs, Yoshiaki Kasahara.)

 * lorentey@elte.hu--2004/emacs--multi-tty--0  (patch 293-605)

   - Merged from miles@gnu.org--gnu-2005 (patch 91-94)
   - Initialize blink-cursor-mode consistently.
   - Merged from miles@gnu.org--gnu-2005 (patch 14-16, 95-106)
   - Merged from miles@gnu.org--gnu-2005 (patch 17-26, 107-116)
   - Fix line/column number positioning in emacsclient. (Reported by Han
     Boetes.)
   - Merged from miles@gnu.org--gnu-2005 (patch 117-118)
   - Merged from miles@gnu.org--gnu-2005 (patch 119)
   - Merged from miles@gnu.org--gnu-2005 (patch 27, 120-125)
   - Merged from miles@gnu.org--gnu-2005 (patch 28-30, 126-128)
   - Merged from miles@gnu.org--gnu-2005 (patch 31-33, 129-141)
   - Merged from miles@gnu.org--gnu-2005 (patch 34-36, 142-158)
   - Fix crash condition when an X server connection is broken. (Reported
     by Vincent Bernat.)
   - Declare Vinhibit_redisplay in xterm.c.
   - Don't abort with GTK when a tty is opened.
   - Merged from miles@gnu.org--gnu-2005 (patch 159)
   - Merged from miles@gnu.org--gnu-2005 (patch 160-161)
   - Merged from miles@gnu.org--gnu-2005 (patch 37-38, 162-182)
   - Merged from miles@gnu.org--gnu-2005 (patch 183)
   - Merged from miles@gnu.org--gnu-2005 (patch 39-44, 184-191)
   - Close the X connection when the last frame is deleted.
   - Fix stupid syntax errors in previous patch.
   - README updates.
   - Revert changes that were committed by mistake in the previous patch.
   - Merged from miles@gnu.org--gnu-2005 (patch 192-203)
   - Fix some superflous deviations from CVS, plus apply some cosmetics.
   - Fix yet another compilation error.
   - Merged from miles@gnu.org--gnu-2005 (patch 204-213)
   - Fix some aspects of X display shutdown.
   - Prevent core dump when connection is lost during frame creation.
   - README update. (Fix identifier names in emacs background preloader
     example.)
   - Fix error when creating tty clients.
   - Merged from miles@gnu.org--gnu-2005 (patch 45-55, 214-231)
   - Merged from miles@gnu.org--gnu-2005 (patch 56-58, 232-239)
   - Merged from miles@gnu.org--gnu-2005 (patch 59, 240-245)
   - Resolve crashes related to face aliases.
   - Merged from miles@gnu.org--gnu-2005 (patch 60-65, 246-265)
   - Fix bootstrap error during loadup.
   - Merged from miles@gnu.org--gnu-2005 (patch 66, 266-268)
   - Merged from miles@gnu.org--gnu-2005 (patch 269)
   - Merged from miles@gnu.org--gnu-2005 (patch 67, 270-278)
   - Fix describe-variable with frame-local variables.
   - I give up; attempt to fix annoying crashes by reverting xdisp.c
     changes in patch-328.
   - Merged from miles@gnu.org--gnu-2005 (patch 279-280)
   - Merged from miles@gnu.org--gnu-2005 (patch 281-285)
   - Fix exponential slowdowns on repeated tty frame creation.
   - Fix UTF-8 tty input when first frame is an X frame. Steps towards
     multiple tty locale support.
   - Fix typo in get_display.
   - Support for ttys with different character locale settings.
   - Merged from miles@gnu.org--gnu-2005 (patch 68, 286-291)
   - Merged from miles@gnu.org--gnu-2005 (patch 292-295)
   - Disable display type check in start_hourglass, and always set up the timer.
   - Merged from miles@gnu.org--gnu-2005 (patch 296-306)
   - Speed up `emacsclient -t' on xterms. (by suggestion of Dan Nicolaescu)
   - Merged from miles@gnu.org--gnu-2005 (patch 307-312)
   - Merged from miles@gnu.org--gnu-2005 (patch 69, 313-319)
   - Merged from miles@gnu.org--gnu-2005 (patch 70-73, 320-331)
   - Merged from miles@gnu.org--gnu-2005 (patch 74-79, 332-349)
   - Merged from miles@gnu.org--gnu-2005 (patch 80-82, 350-422)
   - Merged from miles@gnu.org--gnu-2005 (patch 423-434)
   - Merged from miles@gnu.org--gnu-2005 (patch 435-437)
   - Merged from miles@gnu.org--gnu-2005 (patch 438-440)
   - Merged from miles@gnu.org--gnu-2005 (patch 441-446)
   - Make function-key-map a terminal-local variable (move it inside the
     kboard struct).
   - Update Lisp code for a terminal-local `function-key-map'.
   - Make sure the terminfo function key sequences are set up in the
     correct function-key-map.
   - Work around mysterious breakage of arrow key recognition under screen
     (see first TODO in README).
   - Change key-translation-map to be terminal-local.
   - Merged from miles@gnu.org--gnu-2005 (patch 447-448)
   - Replace encoded-kbd-mode with display-specific
     encoded-kbd-setup-display. (Doesn't work yet.)
   - New version of ldefs-boot.el.
   - Cleanup: Move kboard fields from struct frame and device-specific
     descriptors to struct display.
   - New C function `push_display_kboard'.
   - Work around nondeterministic binding of terminal-local variables.
     (Fixes national character input on ttys.)
   - Use terminal-local-value to access function-key-map in terminal packages.
   - Speed up loading of term/xterm.el.
   - Speed up loading of term/xterm.el (Dan Nicolaescu).
   - Remove pointless conditional around key substitution block in
     term/xterm.el (Dan Nicolaescu)
   - Fix the original cause of the "arrow keys don't work on screen" bug.
   - Merged from miles@gnu.org--gnu-2005 (patch 83-87, 449-468)
   - Merged from miles@gnu.org--gnu-2005 (patch 469)
   - Implement rudimentary Lisp-level terminal parameters.
   - Small enhancements.
   - Handle and document that `delete-frame' may call functions in
     `delete-frame-functions' twice.
   - Merged from miles@gnu.org--gnu-2005 (patch 470-473)
   - Merged from miles@gnu.org--gnu-2005 (patch 474)
   - Fix compilation error in src/term.c.
   - At long last, fix annoying SELECTED_FRAME crashes after unexpected
     connection failures. Yay!
   - README update.
   - Rename term_init to init_tty.
   - Rename `struct display' to `struct device'. Update function, parameter
     and variable names accordingly.
   - Cosmetic changes in server.el.
   - Fix compilation error in select_frame_for_redisplay.
   - Rename function-key-map to local-function-key-map, and
     global-function-key-map to function-key-map. Same for
     key-translation-map.
   - Fix dumb error leading to national keys not working on ttys.
   - Fix broken emacsclient resume on Solaris (by Dan Nicolaescu).
   - Don't let window-system-default-frame-alist override parameters
     specified manually.
   - Work around crashes in X session management after normal shutdown of X
     server.
   - Apply patch from CVS trunk to fix recenter on ttys.
   - Add two pending bugs to README.multi-tty.
   - Merged in changes from CVS trunk.  Plus added lisp/term tweaks.
   - Fix syntax error in lisp/term/xterm.el.
   - Merged in changes from CVS trunk.  (Testing my own CVS gateway.)
   - Add =upstream-branch file for semi-automated merges.
   - Merged in changes from lorentey@elte.hu--2004/emacs--cvs-trunk--0
   - Fix terminal initialization code.  (Contributed by Dan Nicolaescu.)
   - Slightly refactor the terminal initialization code for simplicity.
   - Apply settings in `window-system-default-frame-alist' to the initial
     frame as well.
   - Prevent resource allocation explosion when C-x 5 2 is used on xterms.
   - Enforce the presence of `window-system' and `tty-type' frame
     parameters in all frames.
   - Fix function-key-map massaging vs `C-x 5 2' in lisp/term/*.el.
     (Submitted by Dan Nicolaescu.)
   - Merged in changes from CVS trunk.
   - Fix bootstrap error.
   - Fix `emacsclient -ne '(+ 2 2)'' (reported by Han Boetes), and clean up
     some corner cases in Emacs server.
   - Fix `emacsclient +12 file' behaviour.  (Reported by Han Boetes.)
   - Make xt-mouse.el multi-tty-compatible.
   - Fix crashes in xdialog_show (and other places) with xterm-mouse-mode.
   - Make `emacsclient -n <filename>' open new X frames when possible.
     (Reported by Bas Kok.)
   - Don't let server-save-buffers-kill-display unexpectedly kill Emacs on
     --no-wait's X frames.
   - Set Emacs version number to 22.0.51 to allow parallel installations of
     CVS trunk and the multi-tty branch.
   - Fix crash after y-or-n-p prompt triggered by emacsclient. (Reported by
     Han Boetes, analysis by Kalle Olavi Niemitalo.)
   - Fix bootstrap error in keyboard.c.
   - Switch upstream to miles@gnu.org--gnu-2005/emacs--cvs-trunk--0.
   - Fix assertion on kboard->kbd_queue and other such crashes.
   - Merged from miles@gnu.org--gnu-2005 (patch 115, 540-542)
   - Merged from miles@gnu.org--gnu-2005 (patch 543)
   - Merged from miles@gnu.org--gnu-2005 (patch 116-117, 544-550)
   - Fix hardcoded stdout usage in term.c.  (Reported by Dan Nicolaescu.)
   - Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577)
   - Merged from miles@gnu.org--gnu-2005 (patch 578-592)
   - Merged from miles@gnu.org--gnu-2005 (patch 593-595)
   - Merged from miles@gnu.org--gnu-2005 (patch 133-141, 596-609)
   - Fix Delete key on X by adapting normal-erase-is-backspace-mode for
     multi-tty. (Reported by Dan Waber and Dan Nicolaescu.)
   - Change the "pretest" bug report address to the multi-tty list.
   - Merged from miles@gnu.org--gnu-2005 (patch 610-614)
   - Doc update.
   - Change `keyboard-translate-table' to be terminal-local.
   - Don't try to rebind the `t' symbol.
   - Protect keyboard-translate-table from GC.
   - Fix semantics of terminal-local variables. Remove
     `terminal-local-value' hack.
   - Merged from miles@gnu.org--gnu-2005 (patch 142-148, 615-628)
   - Update frames-on-display-list to accept terminal id numbers.
   - Merged from miles@gnu.org--gnu-2005 (patch 149-151, 629-641)
   - Fix some of the bootstrap problems.
   - Increase puresize.  (Emacs needs 1205176 pure bytes now.)
   - Merged from miles@gnu.org--gnu-2005 (patch 152-156, 642-654)
   - Merged from miles@gnu.org--gnu-2005 (patch 655)
   - Increase PURESIZE yet again.
   - Store client's environment in terminal parameters, not server parameters.
   - Merged from miles@gnu.org--gnu-2005 (patch 656-658)
   - Merged from miles@gnu.org--gnu-2005 (patch 659-663)
   - Delete leftover id for "info/dir".
   - Fix "first non-ASCII character on new tty frames" problem.
   - Prevent core dumps with GTK by disabling secondary X connections there.
   - Work around Emacs crash on Konsole detach.  (Tom Schutzer-Weissmann)
   - Fix typo in previous commit.
   - Merged from miles@gnu.org--gnu-2005 (patch 169-173, 671-676)
   - Implement full support for frame-local `next-buffer' and `previous-buffer'.
   - Reimplement and extend support for terminal-local environment variables.
   - Don't let x_initialize break 8-bit input on ttys. (Reported by Joakim
     Verona.) Split `set-input-mode'.
   - Pull a bugfix from CVS to prevent problems with the Debian semantic
     package.
   - Fix compilation error during non-X builds.
   - Reimplement terminal parameters in C; clean up term.c, create terminal.c.
   - Implement automatic terminal-local environment variables via
     `local-environment-variables'.
   - Fix compilation errors in previous commit.
   - Merged from miles@gnu.org--gnu-2005 (patch 677)
   - Fix error during bootstrap.
   - Fix semantics of let-binding `process-environment'.
   - Initialize Vprocess_environment to nil.
   - Store local environment in frame (not terminal) parameters.
   - Merged from miles@gnu.org--gnu-2005 (patch 678-680)
   - Merged from miles@gnu.org--gnu-2005 (patch 681)
   - Update environment-related doc strings.
   - Rename `struct device' to `struct terminal'. Rename some
     terminal-related functions similarly.
   - Set `local-environment-variables' to t by default.
   - Show the splash screen on Emacsclient frames.  Show *scratch* by default.
   - Display "@" in mode-lines of Emacsclient frames.
   - Make sure `delete-frame-functions' can not prevent the frame from
     being deleted.
   - Fix crash in lookup_image on termcap frames.
   - Enhance splash screens to work better with emacsclient.
   - Fix splash screen loosing input events on Emacsclient frames.
   - Don't display the splash screen when no frame was created. (Fixes tty
     resume.)
   - (Hopefully) fix bootstrap error on OpenBSD.  (reported by Han Boetes)
   - Fix typo in docstring of `frame-with-environment'.
   - Cosmetic fixes in xfns.c.
   - Install workaround for "X protocol error: BadCursor (invalid Cursor
     parameter) on protocol request 2"
   - Make all frames created in an emacsclient session belong to that client.
   - Experimental change: don't restore kboard after temporary changes if
     Emacs wasn't in single kboard state.
   - Fix typo in `server-handle-delete-frame'; fix startup echo area message.
   - Fix last frame check in server.el.
   - Fix Delete keys under X (for good, this time).
   - Overhaul and simplify single_kboard API. Allow calls to
     `recursive-edit' in process filters. Small fixes.
   - Merged from miles@gnu.org--gnu-2005 (patch 682)
   - Fix abort() in read_key_sequence.
   - Remove group write permissions from all files.
   - Merged from miles@gnu.org--gnu-2005 (patch 683-684)
   - Fix C-g during `make-network-process'.  (Reported by Mark Plaksin.)
   - Merged from miles@gnu.org--gnu-2005 (patch 174-181, 685-690)
   - Merged from miles@gnu.org--gnu-2005 (patch 182-184, 691-699)
   - Merged from miles@gnu.org--gnu-2005 (patch 185-186, 700-703)
   - Fix bootstrap problem reported by Han Boetes.
   - Fix some bugs related to wrong_kboard_jmpbuf.
   - Eliminate wrong_kboard_jmpbuf.
   - Merged from miles@gnu.org--gnu-2005 (patch 187, 704)
   - Fix compilation error on older GCCs (reported by "mace").
   - Merged from
   - Fix bootstrapping problem.  (Reported by "mace".)
   - Merged from emacs@sv.gnu.org
   - Add explicit abort() when x_catch_errors_unwind is called by mistake.
   - Fix `emacsclient --eval '(progn (find-file "file")'' and the like.
     (Reported by Han Boetes.)
   - Fix permissions. (Reported by Han Boetes.)
   - Fix tty state problem after error in `set-quit-char'.
   - Fix compilation.
   - Fix `server-delete-client' behavior when the user quits `kill-buffer'.
     (Reported by Han Boetes.)
   - Increase puresize.
   - Fix bogus crash with -DENABLE_CHECKING.
   - Remove unused variable in read_key_sequence.
   - Fix GDB magic.
   - Fix segfault by `C-x 5 2' on the controlling tty. (Reported by Suresh
     Madhu.)
   - Fix ediff problems.  (Reported by Dan Nicolaescu.)
   - Fix compilation error in ediff-wind.el.  D'oh.
   - Fix bizarre syntax error, probably from a baz merge bug.
   - Let the Emacs server recognize `inhibit-startup-echo-area-message'.
     (Reported by Han Boetes.)
   - Set emacsbug.el's pretest address to the multi-tty list. (Reported by
     Richard Lewis.)
   - Fix toolbars on X frames when Emacs is started on a tty. (Reported by
     Richard Lewis.)
   - Fix tool-bar and menu-bar toggles in Show/Hide menu to reflect the
     state of the current frame.
   - Clean up tty device handling. Change name of controlling tty from nil
     to "/dev/tty".
   - Set `default-directory' in *scratch* to the current directory of
     emacsclient.
   - Fix compilation error on OpenBSD.  (Reported by Han Boetes.)
   - Fix OpenBSD compilation some more.  (Fix by Han Boetes.)
   - Fix delete key after C-x 5 2 on X.  (Catched by Dan Nicolaescu.)
   - Fix tooltip border color.
   - Fix previous commit.
   - (Attempt to) fix bootstrap error.
   - Fix typo in startup.el.
   - Fix `vc-annotate' under X.  (Reported by Dan Nicolaescu.)
   - Make `tty-display-color-p' follow its doc string. (Reported by Dan
     Nicolaescu.)
   - Fix stupid crash during startup.
   - Fix crashes in redisplay functions on suspended tty frames. (Reported
     by Dan Nicolaescu.)
   - Fix crashes in `delete-terminal' caused by recursive calls or X
     displays with live frames.
   - Don't load terminit files repeatedly. Also, don't call terminit
     functions more than once per terminal.
   - Fix and/or simplify terminal initialization files.
   - Fix C-x 5 2 on the controlling tty; fix some possible crash conditions
     and a memory leak.
   - Fix syntax errors in terminal initialization files.
   - Fix compilation error in lwlib/xlwmenu.c.
   - Rework environment variable support. (Reported by Kalle Olavi
     Niemitalo and Noah Friedman.)
   - Merged from emacs@sv.gnu.org.
   - Fix typo in lisp/term/xterm.el.
   - Let frames on new terminals inherit 'environment and 'client.
   - Fix x_catch_errors-related abort after X disconnects. (Reported by Dan
     Nicolaescu).
   - Fix F10 behaviour.  (Reported by Bernard Adrian.)
   - Remove superfluous properties from the mode-line-client indicator.
     (Reported by Kalle Olavi Niemitalo)
   - Fix various aborts in get_named_tty.  (Patch by Kalle Olavi Niemitalo)
   - Increase PURESIZE.
   - Fix obvious runtime errors after merge.
   - Regenerate lisp/ldefs-boot.el.
   - Merged from emacs@sv.gnu.org.  Last-minute emacsclient rewrites be damned!
   - Fix crash in window.c.
   - Fix various suspend-related bugs in emacsclient. (Report & patch by
     Dan Nicolaescu.)
   - Remove semantic.cache, fix tagging method.
   - Fix compilation errors.  Regenerate ldefs-boot.el.
   - Re-enable GTK multidisplay support.
   - Regenerate ldefs-boot, remove junk.
   - Fix compilation error with non-toolkit scrollbar.

 * lorentey@elte.hu--2004/emacs--multi-tty--0-  (version 0)

   - This branch is now closed. Work continues at
     emacs@sv.gnu.org/emacs--multi-tty--0.

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-56


Revision 1.12.2.22 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:42:32 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.12.2.21: +11 -0 lines
Diff to previous 1.12.2.21 , to branch point 1.12
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 852-865)

   - Update from CVS
   - Merge from emacs--rel--22
   - Update from CVS: lisp/emacs-lisp/avl-tree.el: New file.
   - Remove RCS keywords

 * emacs--rel--22  (patch 93-100)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 245-247)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-55


Revision 1.12.2.21 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:37:11 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.12.2.20: +1 -1 lines
Diff to previous 1.12.2.20 , to branch point 1.12
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 824-838)

   - Update from CVS
   - Merge from emacs--rel--22
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Fix void function definition error in cus-edit.el
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * emacs--rel--22  (patch 70-83)

   - Update from CVS
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Indicate that emacs--devo--0--patch-834 does not need to be applied
   - Merge from gnus--rel--5.10
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * gnus--rel--5.10  (patch 239-241)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-53


Revision 1.12.2.20 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:34:25 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.12.2.19: +38 -37 lines
Diff to previous 1.12.2.19 , to branch point 1.12
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 816-823)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 59-69)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 237-238)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-52


Revision 1.12.2.19 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:33:39 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.12.2.18: +3 -1 lines
Diff to previous 1.12.2.18 , to branch point 1.12
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 803-815)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 51-58)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 233-236)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-51


Revision 1.11.2.24 - (view) (download) (annotate) - [select for diffs]
Sat Oct 20 02:22:48 2007 UTC (16 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.23: +0 -4 lines
Diff to previous 1.11.2.23 , to branch point 1.11
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 899-900)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 129-130)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 259-260)

   - Merge from emacs--rel--22
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-272


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Sat Oct 20 01:28:34 2007 UTC (16 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.47: +0 -4 lines
Diff to previous 1.47
* vc-bzr.el (vc-bzr-diff-tree):
* vc-git.el (vc-git-diff-tree):
* vc-hg.el (vc-hg-diff-tree):
* vc-mcvs.el (vc-mcvs-diff-tree):
* vc-mtn.el (vc-mtn-diff-tree):
* vc-svn.el (vc-svn-diff-tree): Remove.


Revision 1.11.2.23 - (view) (download) (annotate) - [select for diffs]
Sat Oct 13 05:52:41 2007 UTC (16 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.22: +23 -23 lines
Diff to previous 1.11.2.22 , to branch point 1.11
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 880-885)

   - Remove RCS keywords from doc/misc/cc-mode.texi
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-264


Revision 1.11.2.22 - (view) (download) (annotate) - [select for diffs]
Thu Oct 11 16:13:29 2007 UTC (16 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.21: +42 -7 lines
Diff to previous 1.11.2.21 , to branch point 1.11
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 866-879)

   - Merge multi-tty branch
   - Update from CVS
   - Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Wed Oct 10 19:39:23 2007 UTC (16 years, 6 months ago) by esr
Branch: MAIN
Changes since 1.46: +9 -9 lines
Diff to previous 1.46
Carry through today's big terminology change to a few places where I
missed it in the back ends.


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Wed Oct 10 18:52:45 2007 UTC (16 years, 6 months ago) by esr
Branch: MAIN
Changes since 1.45: +14 -14 lines
Diff to previous 1.45
Terminology cleanup.


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Tue Oct 9 16:54:40 2007 UTC (16 years, 6 months ago) by esr
Branch: MAIN
Changes since 1.44: +2 -5 lines
Diff to previous 1.44
This is the actual fix....


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Tue Oct 9 08:52:45 2007 UTC (16 years, 6 months ago) by miles
Branch: MAIN
Changes since 1.43: +29 -0 lines
Diff to previous 1.43
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875


Revision 1.34.2.2 - (view) (download) (annotate) - [select for diffs]
Fri Sep 28 18:45:43 2007 UTC (16 years, 7 months ago) by monnier
Branch: EMACS_22_BASE
Changes since 1.34.2.1: +29 -0 lines
Diff to previous 1.34.2.1 , to branch point 1.34
(vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
Used to try and automatically enabled smerge-mode in the presence of
conflicts and to call `svn resolved' when the conflicts are gone.
(vc-svn-parse-status): Remember the svn-specific status.


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Mon Sep 3 06:25:50 2007 UTC (16 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.42: +10 -8 lines
Diff to previous 1.42
Improve previous change.
(vc-svn-print-log): If there is only one file, use "Working file:" as
the prefix, for the sake of log-view-current-file.


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Mon Sep 3 06:19:16 2007 UTC (16 years, 7 months ago) by gm
Branch: MAIN
Changes since 1.41: +8 -1 lines
Diff to previous 1.41
(vc-svn-print-log): Change the "Working file" prefix back to singular,
for the sake of log-view.


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Fri Aug 31 14:07:49 2007 UTC (16 years, 8 months ago) by dann
Branch: MAIN
Changes since 1.40: +1 -1 lines
Diff to previous 1.40
(vc-svn-diff-tree): Pass a list to vc-svn-diff.


Revision 1.11.2.21 - (view) (download) (annotate) - [select for diffs]
Wed Aug 29 05:02:25 2007 UTC (16 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.20: +11 -0 lines
Diff to previous 1.11.2.20 , to branch point 1.11
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 857-865)

   - Update from CVS
   - Merge from emacs--rel--22
   - Update from CVS: lisp/emacs-lisp/avl-tree.el: New file.
   - Remove RCS keywords

 * emacs--rel--22  (patch 97-100)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 246-247)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-252


Revision 1.34.4.5 - (view) (download) (annotate) - [select for diffs]
Mon Aug 27 09:20:29 2007 UTC (16 years, 8 months ago) by miles
Branch: multi-tty
Changes since 1.34.4.4: +11 -0 lines
Diff to previous 1.34.4.4 , to branch point 1.34 , to next main 1.122
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 857-862)

   - Update from CVS
   - Merge from emacs--rel--22
   - Update from CVS: lisp/emacs-lisp/avl-tree.el: New file.

 * emacs--rel--22  (patch 97-100)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 246-247)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-38


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Mon Aug 27 07:04:45 2007 UTC (16 years, 8 months ago) by gm
Branch: MAIN
CVS Tags: before-merge-multi-tty-to-trunk, merge-multi-tty-to-trunk, multi-tty-base
Changes since 1.39: +11 -0 lines
Diff to previous 1.39
(vc-svn-diff): If the repository version of all the files is the same
as the specified OLDVERS, do a local diff.


Revision 1.34.4.4 - (view) (download) (annotate) - [select for diffs]
Tue Jul 31 05:46:26 2007 UTC (16 years, 9 months ago) by miles
Branch: multi-tty
Changes since 1.34.4.3: +1 -1 lines
Diff to previous 1.34.4.3 , to branch point 1.34
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 824-838)

   - Update from CVS
   - Merge from emacs--rel--22
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Fix void function definition error in cus-edit.el
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * emacs--rel--22  (patch 70-83)

   - Update from CVS
   - Remove lisp/erc/erc-nicklist.el
   - Update some .arch-inventory files
   - Indicate that emacs--devo--0--patch-834 does not need to be applied
   - Merge from gnus--rel--5.10
   - Restore lisp/emacs-lisp/cl-loaddefs.el

 * gnus--rel--5.10  (patch 239-241)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-28


Revision 1.11.2.20 - (view) (download) (annotate) - [select for diffs]
Fri Jul 27 10:49:17 2007 UTC (16 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.19: +1 -1 lines
Diff to previous 1.11.2.19 , to branch point 1.11
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 824-831)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 70-74)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-238


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Thu Jul 26 05:26:37 2007 UTC (16 years, 9 months ago) by miles
Branch: MAIN
Changes since 1.38: +1 -1 lines
Diff to previous 1.38
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 70-73)

   - Update from CVS

2007-07-25  Glenn Morris  <rgm@gnu.org>

   * Relicense all FSF files to GPLv3 or later.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828


Revision 1.11.2.11.2.8 - (view) (download) (annotate) - [select for diffs]
Wed Jul 25 05:45:59 2007 UTC (16 years, 9 months ago) by miles
Branch: unicode-xft
Changes since 1.11.2.11.2.7: +38 -37 lines
Diff to previous 1.11.2.11.2.7 , to branch point 1.11.2.11 , to next main 1.11.2.29
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 814-823)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 59-69)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 232-235)

   - Merge from emacs--devo--0
   - Update from CVS

 * gnus--rel--5.10  (patch 237-238)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-66


Revision 1.34.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Jul 25 04:46:54 2007 UTC (16 years, 9 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.34: +1 -1 lines
Diff to previous 1.34
Switch license to GPLv3 or later.


Revision 1.34.4.3 - (view) (download) (annotate) - [select for diffs]
Tue Jul 24 01:25:04 2007 UTC (16 years, 9 months ago) by miles
Branch: multi-tty
Changes since 1.34.4.2: +38 -37 lines
Diff to previous 1.34.4.2 , to branch point 1.34
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 814-823)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 59-69)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 237-238)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-26


Revision 1.11.2.19 - (view) (download) (annotate) - [select for diffs]
Tue Jul 24 01:23:33 2007 UTC (16 years, 9 months ago) by miles
Branch: emacs-unicode-2
CVS Tags: unicode-xft-base
Changes since 1.11.2.18: +38 -37 lines
Diff to previous 1.11.2.18 , to branch point 1.11
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 816-823)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 59-69)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 237-238)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-235


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Wed Jul 18 20:11:28 2007 UTC (16 years, 9 months ago) by esr
Branch: MAIN
Changes since 1.37: +1 -1 lines
Diff to previous 1.37
Fix read error reported by Fabien Coelho.


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Wed Jul 18 16:32:40 2007 UTC (16 years, 9 months ago) by esr
Branch: MAIN
Changes since 1.36: +39 -38 lines
Diff to previous 1.36
Put the lower half (the back-end) of NewVC in place.  This commit
makes only the minimum changes needed to get the old vc.el logic
working with the new back ends.


Revision 1.11.2.11.2.7 - (view) (download) (annotate) - [select for diffs]
Tue Jul 17 04:55:01 2007 UTC (16 years, 9 months ago) by miles
Branch: unicode-xft
Changes since 1.11.2.11.2.6: +3 -1 lines
Diff to previous 1.11.2.11.2.6 , to branch point 1.11.2.11
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 803-813)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 51-58)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 224-231)

   - Update configure
   - Update from CVS
   - Merge from emacs--devo--0
   - Move branch-specific src/ChangeLog entry to src/ChangeLog.unicode
   - Regenerate configure

 * gnus--rel--5.10  (patch 233-236)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-65


Revision 1.11.2.11.2.6 - (view) (download) (annotate) - [select for diffs]
Tue Jul 17 04:48:06 2007 UTC (16 years, 9 months ago) by miles
Branch: unicode-xft
Changes since 1.11.2.11.2.5: +6 -1 lines
Diff to previous 1.11.2.11.2.5 , to branch point 1.11.2.11
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 793-802)

   - Update from CVS
   - Remove RCS keywords
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 42-50)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Gnus ChangeLog tweaks

 * emacs--unicode--0  (patch 220-223)

   - Update from CVS
   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 229-232)

   - Merge from emacs--devo--0, emacs--rel--22
   - ChangeLog tweak
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-64


Revision 1.27.2.1 - (view) (download) (annotate) - [select for diffs]
Sun Jul 15 03:01:44 2007 UTC (16 years, 9 months ago) by monnier
Branch: NewVC-fileset
Changes since 1.27: +34 -9 lines
Diff to previous 1.27 , to next main 1.122
Version sent by ESR on Tue, 10 Jul 2007 19:17:41.


Revision 1.34.4.2 - (view) (download) (annotate) - [select for diffs]
Sun Jul 15 02:04:56 2007 UTC (16 years, 9 months ago) by miles
Branch: multi-tty
Changes since 1.34.4.1: +3 -1 lines
Diff to previous 1.34.4.1 , to branch point 1.34
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 803-813)

   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 51-58)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 233-236)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-25


Revision 1.11.2.18 - (view) (download) (annotate) - [select for diffs]
Mon Jul 9 08:00:23 2007 UTC (16 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.17: +3 -1 lines
Diff to previous 1.11.2.17 , to branch point 1.11
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 803-805)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-227


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 16:39:58 2007 UTC (16 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.35: +3 -1 lines
Diff to previous 1.35
(vc-svn-repository-hostname): Adjust to non-XML format of newer .svn/entries.


Revision 1.12.2.18 - (view) (download) (annotate) - [select for diffs]
Sat Jun 16 23:40:36 2007 UTC (16 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.12.2.17: +6 -1 lines
Diff to previous 1.12.2.17 , to branch point 1.12
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 794-802)

   - Remove RCS keywords
   - Update from CVS
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 42-50)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Gnus ChangeLog tweaks

 * gnus--rel--5.10  (patch 229-232)

   - Merge from emacs--devo--0, emacs--rel--22
   - ChangeLog tweak
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-50


Revision 1.34.4.1 - (view) (download) (annotate) - [select for diffs]
Sat Jun 16 22:33:10 2007 UTC (16 years, 10 months ago) by miles
Branch: multi-tty
Changes since 1.34: +6 -1 lines
Diff to previous 1.34
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 793-802)

   - Update from CVS
   - Remove RCS keywords
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 42-50)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Gnus ChangeLog tweaks

 * gnus--rel--5.10  (patch 229-232)

   - Merge from emacs--devo--0, emacs--rel--22
   - ChangeLog tweak
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-23


Revision 1.11.2.17 - (view) (download) (annotate) - [select for diffs]
Sat Jun 16 22:31:22 2007 UTC (16 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.16: +6 -1 lines
Diff to previous 1.11.2.16 , to branch point 1.11
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 793-802)

   - Update from CVS
   - Remove RCS keywords
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 42-50)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Gnus ChangeLog tweaks

 * gnus--rel--5.10  (patch 229-232)

   - Merge from emacs--devo--0, emacs--rel--22
   - ChangeLog tweak
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-223


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Mon Jun 11 18:41:09 2007 UTC (16 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.34: +6 -1 lines
Diff to previous 1.34
(vc-svn-program): New var.
(vc-svn-command): Use it.


Revision 1.12.2.17 - (view) (download) (annotate) - [select for diffs]
Fri Mar 23 00:40:44 2007 UTC (17 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.12.2.16: +22 -33 lines
Diff to previous 1.12.2.16 , to branch point 1.12
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 624-661)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Remove RCS keywords

 * gnus--rel--5.10  (patch 200-206)

   - Merge from emacs--devo--0
   - Update from CVS: lisp/nnweb.el (nnweb-google-parse-1): Update parser.
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-42


Revision 1.11.2.11.2.5 - (view) (download) (annotate) - [select for diffs]
Sun Mar 4 01:05:00 2007 UTC (17 years, 1 month ago) by miles
Branch: unicode-xft
Changes since 1.11.2.11.2.4: +14 -30 lines
Diff to previous 1.11.2.11.2.4 , to branch point 1.11.2.11
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 638-652)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 177-179)

   - Merge from emacs--devo--0
   - Update from CVS

 * gnus--rel--5.10  (patch 202)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-56


Revision 1.11.2.16 - (view) (download) (annotate) - [select for diffs]
Mon Feb 26 23:03:35 2007 UTC (17 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.15: +14 -30 lines
Diff to previous 1.11.2.15 , to branch point 1.11
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 638-652)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 202)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-177


Revision 1.11.2.11.2.4 - (view) (download) (annotate) - [select for diffs]
Mon Feb 26 22:11:45 2007 UTC (17 years, 2 months ago) by miles
Branch: unicode-xft
Changes since 1.11.2.11.2.3: +8 -3 lines
Diff to previous 1.11.2.11.2.3 , to branch point 1.11.2.11
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 624-637)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Remove RCS keywords

 * emacs--unicode--0  (patch 168-176)

   - src/Makefile.in: Remove redundant HAVE_XFT clause
   - Update from CVS
   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 200-201)

   - Merge from emacs--devo--0
   - Update from CVS: lisp/nnweb.el (nnweb-google-parse-1): Update parser.

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-55


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Mon Feb 19 19:42:10 2007 UTC (17 years, 2 months ago) by monnier
Branch: MAIN
CVS Tags: EMACS_22_1, EMACS_22_BRANCHPOINT, EMACS_PRETEST_22_0_94, EMACS_PRETEST_22_0_95, EMACS_PRETEST_22_0_96, EMACS_PRETEST_22_0_97, EMACS_PRETEST_22_0_98, EMACS_PRETEST_22_0_99, EMACS_PRETEST_22_0_990
Branch point for: EMACS_22_BASE, multi-tty
Changes since 1.33: +14 -30 lines
Diff to previous 1.33
Remove the code inherited from CVSREAD and `cvs edit'.
(vc-svn-use-edit): Remove unused config var.
(vc-svn-update, vc-svn-revert): Checkout is always implicit.


Revision 1.11.2.15 - (view) (download) (annotate) - [select for diffs]
Tue Feb 13 12:13:55 2007 UTC (17 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.14: +8 -3 lines
Diff to previous 1.11.2.14 , to branch point 1.11
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 624-636)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 200-201)

   - Merge from emacs--devo--0
   - Update from CVS: lisp/nnweb.el (nnweb-google-parse-1): Update parser.

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-171


Revision 1.12.2.16 - (view) (download) (annotate) - [select for diffs]
Sun Feb 11 14:34:14 2007 UTC (17 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.12.2.15: +9 -5 lines
Diff to previous 1.12.2.15 , to branch point 1.12
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 586-614)

   - Update from CVS
   - Update from erc--emacs--22
   - Merge from gnus--rel--5.10
   - Merge from erc--main--0
   - Make byte compiler correctly write circular constants

 * gnus--rel--5.10  (patch 186-196)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-39


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Wed Feb 7 23:02:12 2007 UTC (17 years, 2 months ago) by monnier
Branch: MAIN
Changes since 1.32: +8 -3 lines
Diff to previous 1.32
(vc-svn-merge-news): Understand the new format with two
added columns of chars.  Remove support for the "no-meta-info" format.
Prompted by Romain Francoise <romain@orebokech.com>.


Revision 1.11.2.11.2.3 - (view) (download) (annotate) - [select for diffs]
Tue Jan 30 23:02:19 2007 UTC (17 years, 3 months ago) by miles
Branch: unicode-xft
Changes since 1.11.2.11.2.2: +9 -5 lines
Diff to previous 1.11.2.11.2.2 , to branch point 1.11.2.11
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 586-621)

   - Update from CVS
   - Update from erc--emacs--22
   - Merge from gnus--rel--5.10
   - Merge from erc--main--0
   - Make byte compiler correctly write circular constants

 * emacs--unicode--0  (patch 161-166)
 * gnus--rel--5.10  (patch 186-199)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-53


Revision 1.11.2.14 - (view) (download) (annotate) - [select for diffs]
Fri Jan 26 06:15:15 2007 UTC (17 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.13: +9 -5 lines
Diff to previous 1.11.2.13 , to branch point 1.11
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 586-614)

   - Update from CVS
   - Update from erc--emacs--22
   - Merge from gnus--rel--5.10
   - Merge from erc--main--0
   - Make byte compiler correctly write circular constants

 * gnus--rel--5.10  (patch 186-196)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-162


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sun Jan 14 14:49:28 2007 UTC (17 years, 3 months ago) by monnier
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_93
Changes since 1.31: +9 -5 lines
Diff to previous 1.31
(vc-svn-parse-status): Trust the filename argument more
than the program's output.


Revision 1.12.2.15 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 12:18:55 2006 UTC (17 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.12.2.14: +24 -6 lines
Diff to previous 1.12.2.14 , to branch point 1.12
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 505-522)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: etc/TUTORIAL.cn: Updated.
   - Merge from erc--emacs--22

 * gnus--rel--5.10  (patch 164-167)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-33


Revision 1.12.2.14 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 12:13:29 2006 UTC (17 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.12.2.13: +11 -10 lines
Diff to previous 1.12.2.13 , to branch point 1.12
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 476-490)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 153-160)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-31


Revision 1.11.2.11.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Nov 21 10:48:59 2006 UTC (17 years, 5 months ago) by miles
Branch: unicode-xft
Changes since 1.11.2.11.2.1: +24 -6 lines
Diff to previous 1.11.2.11.2.1 , to branch point 1.11.2.11
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 505-522)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: etc/TUTORIAL.cn: Updated.
   - Merge from erc--emacs--22

 * emacs--unicode--0  (patch 137)

   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 164-167)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-48


Revision 1.11.2.13 - (view) (download) (annotate) - [select for diffs]
Tue Nov 21 08:56:22 2006 UTC (17 years, 5 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.12: +24 -6 lines
Diff to previous 1.11.2.12 , to branch point 1.11
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 505-522)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: etc/TUTORIAL.cn: Updated.
   - Merge from erc--emacs--22

 * gnus--rel--5.10  (patch 164-167)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-137


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Thu Nov 9 03:34:17 2006 UTC (17 years, 5 months ago) by cyd
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_91, EMACS_PRETEST_22_0_92
Changes since 1.30: +24 -6 lines
Diff to previous 1.30
Fix typo in previous commit.


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Thu Nov 9 03:31:09 2006 UTC (17 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.29: +6 -24 lines
Diff to previous 1.29
Undo last fix.


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Thu Nov 9 03:14:51 2006 UTC (17 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.28: +24 -6 lines
Diff to previous 1.28
(vc-svn-admin-directory): New var.
(vc-svn-registered, vc-svn-responsible-p)
(vc-svn-repository-hostname): Use it.
Suggested by arit93@yahoo.com.


Revision 1.11.2.12 - (view) (download) (annotate) - [select for diffs]
Mon Oct 30 08:54:34 2006 UTC (17 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.11: +11 -10 lines
Diff to previous 1.11.2.11 , to branch point 1.11
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 476-489)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 153-160)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-127


Revision 1.11.2.11.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Oct 30 08:35:46 2006 UTC (17 years, 6 months ago) by miles
Branch: unicode-xft
Changes since 1.11.2.11: +11 -10 lines
Diff to previous 1.11.2.11
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 476-489)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 126-127)

   - Update from CVS
   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 153-160)

   - Merge from emacs--devo--0
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode-xft--0--patch-44


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Oct 20 07:56:20 2006 UTC (17 years, 6 months ago) by monnier
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_90
Changes since 1.27: +11 -10 lines
Diff to previous 1.27
(vc-svn-parse-status): Remove unused arg `localp'.
Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
Return `filename's status if applicable.  Update callers.


Revision 1.12.2.13 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:14:42 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.12.2.12: +5 -1 lines
Diff to previous 1.12.2.12 , to branch point 1.12
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 58-65)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 22-28)

   - Update from CVS
   - Merge from emacs--devo--0
   - Update from CVS: lisp/gnus.el: Remove bogus comment.

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-6


Revision 1.12.2.12 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:06:22 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.12.2.11: +19 -2 lines
Diff to previous 1.12.2.11 , to branch point 1.12
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 43-57)

   - Update from CVS
   - Merge from erc--emacs--0
   - Make constrain-to-field notice overlays
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 18-21)

   - Update from CVS
   - Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--lexbind--0--patch-5


Revision 1.12.2.11 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:37:51 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.12.2.10: +13 -6 lines
Diff to previous 1.12.2.10 , to branch point 1.12
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 649-674)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 157-168)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS
   - Update from CVS: texi/message.texi: Fix default values.

Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-61


Revision 1.11.2.11 - (view) (download) (annotate) - [select for diffs]
Sat Feb 11 00:11:14 2006 UTC (18 years, 2 months ago) by miles
Branch: emacs-unicode-2
CVS Tags: unicode-post-font-backend, unicode-pre-font-backend
Branch point for: unicode-xft
Changes since 1.11.2.10: +5 -1 lines
Diff to previous 1.11.2.10 , to branch point 1.11
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-14

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 58-65)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 22-28)

   - Update from CVS
   - Merge from emacs--devo--0
   - Update from CVS: lisp/gnus.el: Remove bogus comment.


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Thu Feb 9 03:47:00 2006 UTC (18 years, 2 months ago) by monnier
Branch: MAIN
CVS Tags: NewVC-fileset-BASE
Branch point for: NewVC-fileset
Changes since 1.26: +5 -1 lines
Diff to previous 1.26
(vc-svn-print-log): Show recent commits as well.


Revision 1.11.2.10 - (view) (download) (annotate) - [select for diffs]
Wed Feb 8 04:26:38 2006 UTC (18 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.9: +19 -2 lines
Diff to previous 1.11.2.9 , to branch point 1.11
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 43-57)

   - Update from CVS
   - Merge from erc--emacs--0
   - Make constrain-to-field notice overlays
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 18-21)

   - Update from CVS
   - Merge from emacs--devo--0


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Feb 6 15:56:17 2006 UTC (18 years, 2 months ago) by ttn
Branch: MAIN
Changes since 1.25: +17 -0 lines
Diff to previous 1.25
(vc-svn-previous-version, vc-svn-next-version): New funcs.


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Mon Feb 6 14:33:35 2006 UTC (18 years, 2 months ago) by ttn
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
Update years in copyright notice; nfc.


Revision 1.11.2.9 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 08:36:54 2006 UTC (18 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.8: +13 -6 lines
Diff to previous 1.11.2.8 , to branch point 1.11
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 616-696)

   - Add lisp/mh-e/.arch-inventory
   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords.
   - lisp/gnus/ChangeLog: Remove duplicate entry

 * gnus--rel--5.10  (patch 147-181)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0
   - Update from CVS: lisp/mml.el (mml-preview): Doc fix.
   - Update from CVS: texi/message.texi: Fix default values.
   - Update from CVS: texi/gnus.texi (RSS): Addition.


Revision 1.24.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 00:03:18 2006 UTC (18 years, 3 months ago) by enberg
Branch: rmail-mbox-branch
Changes since 1.24: +0 -0 lines
Diff to previous 1.24 , to next main 1.122
sync with trunk


Revision 1.19.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Jan 12 10:25:03 2006 UTC (18 years, 3 months ago) by jhd
Branch: XFT_JHD_BRANCH
Changes since 1.19: +16 -10 lines
Diff to previous 1.19 , to next main 1.122
Update from HEAD


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Dec 13 22:25:24 2005 UTC (18 years, 4 months ago) by monnier
Branch: MAIN
Branch point for: rmail-mbox-branch
Changes since 1.23: +13 -14 lines
Diff to previous 1.23
(vc-svn-registered): Use it to avoid popping up a spurious
frame in case of errors.


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Dec 13 00:48:04 2005 UTC (18 years, 4 months ago) by wohler
Branch: MAIN
Changes since 1.22: +12 -7 lines
Diff to previous 1.22
(vc-svn-registered): Fix problem of visiting non-writable
Subversion-controlled files by saving window configuration before
calling vc-do-command. vc-do-command calls pop-to-buffer on error
which is unexpected during registration.


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Nov 14 04:33:03 2005 UTC (18 years, 5 months ago) by monnier
Branch: MAIN
Changes since 1.21: +5 -2 lines
Diff to previous 1.21
(vc-svn-registered): Catch all errors.


Revision 1.12.2.10 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:26:06 2005 UTC (18 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.12.2.9: +1 -2 lines
Diff to previous 1.12.2.9 , to branch point 1.12
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-47

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 514-518)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 104-105)

   - Update from CVS


Revision 1.12.2.9 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:05:01 2005 UTC (18 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.12.2.8: +2 -2 lines
Diff to previous 1.12.2.8 , to branch point 1.12
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-42

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 459-473)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 86-87)

   - Update from CVS


Revision 1.11.2.8 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 09:51:45 2005 UTC (18 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.7: +1 -2 lines
Diff to previous 1.11.2.7 , to branch point 1.11
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 514-518)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 104-105)

   - Update from CVS


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sat Aug 6 22:13:43 2005 UTC (18 years, 8 months ago) by ttn
Branch: MAIN
Changes since 1.20: +1 -2 lines
Diff to previous 1.20
Update years in copyright notice; nfc.


Revision 1.11.2.7 - (view) (download) (annotate) - [select for diffs]
Thu Jul 7 12:42:54 2005 UTC (18 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.6: +2 -2 lines
Diff to previous 1.11.2.6 , to branch point 1.11
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 459-473)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 86-87)

   - Update from CVS


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Jul 4 23:08:58 2005 UTC (18 years, 9 months ago) by lute
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
Update FSF's address.


Revision 1.12.2.8 - (view) (download) (annotate) - [select for diffs]
Sun Feb 13 11:59:39 2005 UTC (19 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.12.2.7: +5 -5 lines
Diff to previous 1.12.2.7 , to branch point 1.12
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-10

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-82
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-83
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-89
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-90
   Update from CVS: man/calc.texi: Add macro for LaTeX for info output.

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-91
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-94
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-12
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-13
   Update from CVS


Revision 1.11.2.6 - (view) (download) (annotate) - [select for diffs]
Sun Feb 13 07:18:59 2005 UTC (19 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.5: +5 -5 lines
Diff to previous 1.11.2.5 , to branch point 1.11
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-13

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-83
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-89
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-90
   Update from CVS: man/calc.texi: Add macro for LaTeX for info output.

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-91
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-94
   Update from CVS


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Feb 9 15:50:40 2005 UTC (19 years, 2 months ago) by kfstorm
Branch: MAIN
CVS Tags: XFT_JHD_BRANCH_base
Branch point for: XFT_JHD_BRANCH
Changes since 1.18: +5 -5 lines
Diff to previous 1.18
Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.


Revision 1.12.2.7 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 03:47:54 2005 UTC (19 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.12.2.6: +2 -1 lines
Diff to previous 1.12.2.6 , to branch point 1.12
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-3

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-83
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-84
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-11
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-12
   Remove "-face" suffix from lazy-highlight face name

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-13
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-16
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-17
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-18
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-21
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-22
   <no summary provided>

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-23
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-28
   Update from CVS

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-2
   Merge from miles@gnu.org--gnu-2004

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-3
   Merge from emacs--cvs-trunk--0


Revision 1.11.2.5 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 03:39:35 2005 UTC (19 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.4: +7 -2 lines
Diff to previous 1.11.2.4 , to branch point 1.11
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-2

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-83
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-84
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-3
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-4
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-5
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-6
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-11
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-12
   Remove "-face" suffix from lazy-highlight face name

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-13
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-16
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-17
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-18
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-21
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-22
   <no summary provided>

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-23
 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-39
   Update from CVS

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-40
   Fix regressions from latest reftex update

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--base-0
   tag of miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-82

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-1
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-2
   Merge from miles@gnu.org--gnu-2004

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-3
   Merge from emacs--cvs-trunk--0


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Jan 9 21:30:56 2005 UTC (19 years, 3 months ago) by spiegel
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17
(vc-svn-diff): Don't diff asynchronously if vc-disable-async-diff is
t.


Revision 1.12.2.6 - (view) (download) (annotate) - [select for diffs]
Tue Jan 4 05:52:25 2005 UTC (19 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.12.2.5: +5 -1 lines
Diff to previous 1.12.2.5 , to branch point 1.12
Merge from emacs--cvs-trunk--0


Revision 1.12.2.5 - (view) (download) (annotate) - [select for diffs]
Tue Jan 4 05:39:13 2005 UTC (19 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.12.2.4: +31 -3 lines
Diff to previous 1.12.2.4 , to branch point 1.12
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-78

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-721
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-732
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-733
   Update from CVS: man/calc.texi: Fix some TeX definitions.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-735
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-749
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-750
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-751
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-753
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-754
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-755
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-757
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-75
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-76
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-77
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-78
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-79
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-80
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-81
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-82
   Update from CVS


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Jan 2 23:14:23 2005 UTC (19 years, 3 months ago) by monnier
Branch: MAIN
Changes since 1.16: +5 -1 lines
Diff to previous 1.16
(vc-svn-diff): Stay local if possible.  From Karl Chen <quarl@cs.berkeley.edu>.


Revision 1.11.2.4 - (view) (download) (annotate) - [select for diffs]
Tue Dec 14 07:34:47 2004 UTC (19 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.3: +31 -3 lines
Diff to previous 1.11.2.3 , to branch point 1.11
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-78

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-719
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-732
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-733
   Update from CVS: man/calc.texi: Fix some TeX definitions.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-75
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-76
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-77
   Update from CVS


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Dec 13 06:30:40 2004 UTC (19 years, 4 months ago) by monnier
Branch: MAIN
Changes since 1.15: +31 -3 lines
Diff to previous 1.15
(vc-svn-repository-hostname): Adjust to new format.
Reported by Ville Skyttä <scop@xemacs.org>.
(vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
(vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
(vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.


Revision 1.14.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 12:01:08 2004 UTC (19 years, 7 months ago) by miles
Branch: gnus-5_10-branch
Changes since 1.14: +8 -5 lines
Diff to previous 1.14 , to next main 1.122
Revision: miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-2

Merge from lorentey@elte.hu--2004/emacs--multi-tty--0, emacs--cvs-trunk--0

Patches applied:

 * lorentey@elte.hu--2004/emacs--multi-tty--0--patch-224
   Added sorted-doc to backup regex in lib-src.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-465
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-482
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-483
   Build-in-place tweak

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-484
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-486
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-487
   Tweak permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-488
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-489
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-490
   Update from CVS: man/fixit.texi (Spelling): Fix typo.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-491
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-494
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-495
   Update from CVS: Add missing lisp/mh-e files

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-496
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-499
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-500
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-522
   Update from CVS


Revision 1.12.2.4 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 09:26:22 2004 UTC (19 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.12.2.3: +8 -5 lines
Diff to previous 1.12.2.3 , to branch point 1.12
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-64

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-501
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-513
   Update from CVS


Revision 1.11.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Aug 27 07:00:26 2004 UTC (19 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.2: +8 -5 lines
Diff to previous 1.11.2.2 , to branch point 1.11
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-32

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-486
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-487
   Tweak permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-488
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-489
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-490
   Update from CVS: man/fixit.texi (Spelling): Fix typo.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-491
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-494
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-495
   Update from CVS: Add missing lisp/mh-e files

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-496
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-499
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-500
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-513
   Update from CVS


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Aug 23 18:23:52 2004 UTC (19 years, 8 months ago) by monnier
Branch: MAIN
CVS Tags: after-merge-gnus-5_10, before-merge-gnus-5_10, gnus-5_10-branchpoint
Changes since 1.14: +8 -5 lines
Diff to previous 1.14
(vc-svn-diff): Treat options from vc-svn-diff-switches and
vc-diff-switches differently.


Revision 1.12.2.3 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 09:41:25 2004 UTC (19 years, 9 months ago) by miles
Branch: lexbind
Changes since 1.12.2.2: +3 -2 lines
Diff to previous 1.12.2.2 , to branch point 1.12
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-39

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-370
   Move `display-supports-face-attributes-p' entirely into C code

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-371
   Update from CVS


Revision 1.11.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Jun 28 07:28:47 2004 UTC (19 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.11.2.1: +11 -9 lines
Diff to previous 1.11.2.1 , to branch point 1.11
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-218
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-220
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-221
   Restore deleted tagline in etc/TUTORIAL.ru

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-222
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-228
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-229
   Remove TeX output files from the archive

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-230
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-247
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-248
   src/lisp.h (CYCLE_CHECK): Macro moved from xfaces.c

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-249
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-256
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-258
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-263
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-264
   Update from CVS: lispref/display.texi: emacs -> Emacs.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-265
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-274
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-275
   Update from CVS: man/makefile.w32-in: Revert last change

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-276
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-295
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-296
   Allow restarting an existing debugger session that's exited

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-297
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-299
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-300
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-327
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-328
   Update from CVS: src/.gdbinit (xsymbol): Fix last change.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-329
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-344
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-345
   Tweak source regexps so that building in place won't cause problems

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-346
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-351
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-352
   Update from CVS: lisp/flymake.el: New file.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-353
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-361
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-362
   Support " [...]" style defaults in minibuffer-electric-default-mode

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-363
   (read-number): Use canonical format for default in prompt.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-364
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-367
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-368
   Improve display-supports-face-attributes-p on non-ttys

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-369
   Rewrite face-differs-from-default-p

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-370
   Move `display-supports-face-attributes-p' entirely into C code

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-371
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-372
   Simplify face-differs-from-default-p; don't consider :stipple.

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-373
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-374
   (tty_supports_face_attributes_p): Ensure attributes differ from default

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-375
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-376
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-377
   (Fdisplay_supports_face_attributes_p): Work around bootstrapping problem

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-378
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-380
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-381
   Face merging cleanups

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-382
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-384
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-385
   src/xfaces.c (push_named_merge_point): Return 0 if a cycle is detected

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-386
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-395
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396
   Tweak arch tagging to make build/install-in-place less annoying

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-397
   Work around vc-arch problems when building eshell

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-398
   Tweak permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-399
   Tweak directory permissions

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-400
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-401
   More build-in-place tweaking of arch tagging

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-402
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-403
   Yet more build-in-place tweaking of arch tagging

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-404
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-409
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-410
   Make sure image types are initialized for lookup too

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-411
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-416
   Update from CVS


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Jun 4 04:37:09 2004 UTC (19 years, 10 months ago) by kfogel
Branch: MAIN
CVS Tags: gnus-5_10-post-merge-josefsson, gnus-5_10-post-merge-yamaoka, gnus-5_10-pre-merge-josefsson, gnus-5_10-pre-merge-yamaoka
Branch point for: gnus-5_10-branch
Changes since 1.13: +3 -2 lines
Diff to previous 1.13
2004-06-03  Karl Fogel  <kfogel@red-bean.com>

	* vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
	because the latter is a CL-ism.  This fixes the bug reported by
	Shawn Boyette <mdxi@collapsar.net> in
        http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.


Revision 1.12.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Apr 27 14:08:30 2004 UTC (20 years ago) by miles
Branch: lexbind
Changes since 1.12.2.1: +8 -7 lines
Diff to previous 1.12.2.1 , to branch point 1.12
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-27

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-215
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-220
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-221
   Restore deleted tagline in etc/TUTORIAL.ru

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-222
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-228
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-229
   Remove TeX output files from the archive

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-230
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-239
   Update from CVS


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Apr 20 16:48:10 2004 UTC (20 years ago) by lektu
Branch: MAIN
Changes since 1.12: +8 -7 lines
Diff to previous 1.12
(vc-svn-print-log, vc-svn-diff): Add optional BUFFER arg.
Copied from Andre Spiegel's patch of 2004-03-21.


Revision 1.11.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Apr 16 12:50:10 2004 UTC (20 years ago) by handa
Branch: emacs-unicode-2
CVS Tags: emacs-unicode-2-pre-sync
Changes since 1.11: +1 -0 lines
Diff to previous 1.11
Sync to HEAD


Revision 1.12.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Oct 14 23:51:27 2003 UTC (20 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.12: +0 -0 lines
Diff to previous 1.12
Update from arch emacs--lexbind branch


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Sep 1 15:45:17 2003 UTC (20 years, 8 months ago) by miles
Branch: MAIN
CVS Tags: handa-temp-tag
Branch point for: lexbind
Changes since 1.11: +1 -0 lines
Diff to previous 1.11
Add arch taglines


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Jul 23 15:34:14 2003 UTC (20 years, 9 months ago) by monnier
Branch: MAIN
CVS Tags: emacs-bidi-base
Branch point for: emacs-bidi, emacs-unicode-2
Changes since 1.10: +7 -3 lines
Diff to previous 1.10
(vc-svn-diff-switches): Don't default to vc-diff-switches.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Jul 4 22:21:45 2003 UTC (20 years, 9 months ago) by monnier
Branch: MAIN
Changes since 1.9: +24 -72 lines
Diff to previous 1.9
(vc-svn-use-edit): Make it into a const.
(vc-svn-update): Fix the arguments to `svn'.
(vc-svn-diff-tree): Just use `vc-svn-diff'.
(vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
Simple implementations, assuming `name' is a URL.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed May 14 19:38:39 2003 UTC (20 years, 11 months ago) by monnier
Branch: MAIN
CVS Tags: Boehm-GC-base
Branch point for: Boehm-GC
Changes since 1.8: +7 -1 lines
Diff to previous 1.8
(completion-ignored-extensions): Add .svn.
(vc-svn-delete-file): New function.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri May 9 16:41:19 2003 UTC (20 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.7: +22 -108 lines
Diff to previous 1.7
(vc-svn-rename-file): New fun.
(vc-svn-diff): Correctly check svn's return status.
(vc-svn-state, vc-svn-dir-state, vc-svn-print-log, vc-svn-diff)
(vc-svn-diff-tree): Use vc-stay-local-p.
(vc-svn-register-switches, vc-svn-diff-switches, vc-svn-header)
(vc-svn-use-edit): Fix the :version property.
(vc-svn-stay-local): Remove unused var.
(vc-svn-mode-line-string): Remove, use the default instead.
(vc-svn-repository-hostname): New fun taken from vc-svn-stay-local-p.
(vc-svn-stay-local-p): Remove.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri May 9 14:13:40 2003 UTC (20 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.6: +13 -11 lines
Diff to previous 1.6
(vc-svn-rename-file): New fun.
(vc-svn-diff): Correctly check svn's return status.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu May 8 18:31:21 2003 UTC (20 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.5: +58 -74 lines
Diff to previous 1.5
(vc-svn-dired-state-info): Use `added' for added files and
don't use `concat' unnecessarily.  Remove impossible cases.
(vc-svn-register, vc-svn-find-version, vc-svn-diff-tree):
Use vc-switches.
(vc-svn-checkin): Use vc-switches.  Fix up regexp.
(vc-svn-diff): Use vc-switches.
Don't return 0 for newly added empty files.
Don't use svn's return status.
(vc-svn-parse-status): Recognize copied files as well.
Use the last-modified revision for workfile-version.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon May 5 16:13:39 2003 UTC (20 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
(vc-svn-merge): Forgot quotes.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon May 5 16:13:04 2003 UTC (20 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.3: +6 -5 lines
Diff to previous 1.3
(vc-svn-merge): First attempt.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon May 5 16:06:10 2003 UTC (20 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.2: +8 -10 lines
Diff to previous 1.2
(vc-svn-merge-news): Adjust for subversion.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon May 5 15:49:23 2003 UTC (20 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
(vc-svn-registered): Missing paren.
(vc-svn-diff-tree): Missing renaming.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon May 5 15:40:49 2003 UTC (20 years, 11 months ago) by monnier
Branch: MAIN
First cut at vc-svn.el.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26