bpt/emacs.git
17 years agoMerge from emacs--rel--22
Miles Bader [Wed, 9 May 2007 23:47:51 +0000 (23:47 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 12)

   - Update from CVS

2007-05-08  Richard M. Stallman  <rms@gnu.org>

   * lisp/mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
   Don't include non-self-insert commands in the exception for `-'.

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

17 years ago(nndiary-request-move-article): Revert hunk from previous commit.
Reiner Steib [Wed, 9 May 2007 21:02:29 +0000 (21:02 +0000)]
(nndiary-request-move-article): Revert hunk from previous commit.

17 years agoRemove the description comment (nndiary is now properly documented in the Gnus
Reiner Steib [Wed, 9 May 2007 19:29:12 +0000 (19:29 +0000)]
Remove the description comment (nndiary is now properly documented in the Gnus
manual).  Fix the spelling of "Back End".

17 years ago(Running NNDiary): Use ~/.gnus.el instead of gnusrc.
Reiner Steib [Wed, 9 May 2007 19:07:32 +0000 (19:07 +0000)]
(Running NNDiary): Use ~/.gnus.el instead of gnusrc.

(Email Based Diary): New. Proper documentation for the
nndiary back end and the gnus-diary library.

17 years ago(vc-find-root): Stop searching when the user changes.
Stefan Monnier [Wed, 9 May 2007 17:09:08 +0000 (17:09 +0000)]
(vc-find-root): Stop searching when the user changes.

17 years ago(python-font-lock-keywords, python-open-block-statement-p, python-mode):
Stefan Monnier [Wed, 9 May 2007 16:56:20 +0000 (16:56 +0000)]
(python-font-lock-keywords, python-open-block-statement-p, python-mode):
Add support for the new "with" keyword.

17 years ago(python-end-of-block): Revert last change.
Stefan Monnier [Wed, 9 May 2007 16:53:13 +0000 (16:53 +0000)]
(python-end-of-block): Revert last change.
(python-end-of-statement): Make sure we move *forward*.

17 years ago(sendmail-pre-abbrev-expand-hook):
Richard M. Stallman [Tue, 8 May 2007 18:15:58 +0000 (18:15 +0000)]
(sendmail-pre-abbrev-expand-hook):
Don't include non-self-insert commands in the exception for `-'.

17 years ago(diff-apply-hunk, diff-test-hunk): Don't do by default
Stefan Monnier [Tue, 8 May 2007 16:07:32 +0000 (16:07 +0000)]
(diff-apply-hunk, diff-test-hunk): Don't do by default
the exact opposite of diff-goto-source.

17 years ago(ad-special-forms): Remove.
Stefan Monnier [Tue, 8 May 2007 16:05:02 +0000 (16:05 +0000)]
(ad-special-forms): Remove.
(ad-special-form-p): Use subr-arity.

17 years ago(compilation-find-file): Add a big comment.
Stefan Monnier [Tue, 8 May 2007 16:02:14 +0000 (16:02 +0000)]
(compilation-find-file): Add a big comment.

17 years ago(comment-search-forward): Make sure we search forward.
Stefan Monnier [Tue, 8 May 2007 15:59:45 +0000 (15:59 +0000)]
(comment-search-forward): Make sure we search forward.
(comment-enter-backward): Try and distinguish the non-matching case at
EOB from the non-matching case with a missing comment-end-skip for
a 2-char comment ender.
(comment-choose-indent): New function extracted from comment-indent.
Improve the alignment algorithm.
(comment-indent): Use it.

17 years ago(sgml-lexical-context): Add handling of XML style Processing Instructions.
Stefan Monnier [Tue, 8 May 2007 06:57:38 +0000 (06:57 +0000)]
(sgml-lexical-context): Add handling of XML style Processing Instructions.
(sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
(sgml-calculate-indent): Handle `pi' context.

17 years agoEnsure that update-changelog issues an error when used with
Stefan Monnier [Tue, 8 May 2007 04:26:41 +0000 (04:26 +0000)]
Ensure that update-changelog issues an error when used with
a backend that does not implement it.
(vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
Remove `backend' argument.  Use expand-file-name.
(vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.

17 years agoMerge from emacs--rel--22
Miles Bader [Tue, 8 May 2007 02:07:17 +0000 (02:07 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 11)

   - Update from CVS

2007-05-08  David Reitter  <david.reitter@gmail.com>

   * lisp/progmodes/python.el (python-guess-indent): Check non-nullness
   before comparing indent against the 2..8 interval.

2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>

   * src/editfns.c (Ftranspose_regions): Yet another int/Lisp_Object mixup
     (YAILOM)

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

17 years ago(python-guess-indent): Check non-nullness before comparing indent against
Stefan Monnier [Tue, 8 May 2007 01:35:26 +0000 (01:35 +0000)]
(python-guess-indent): Check non-nullness before comparing indent against
the 2..8 interval.

17 years ago*** empty log message ***
Stefan Monnier [Tue, 8 May 2007 00:50:07 +0000 (00:50 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 7 May 2007 23:42:38 +0000 (23:42 +0000)]
*** empty log message ***

17 years ago(Flookup_key): Fix typo in last change.
Andreas Schwab [Mon, 7 May 2007 20:50:08 +0000 (20:50 +0000)]
(Flookup_key): Fix typo in last change.

17 years agoEMACSVER=22 for printing, per rms.
Karl Berry [Mon, 7 May 2007 17:08:09 +0000 (17:08 +0000)]
EMACSVER=22 for printing, per rms.

17 years ago(Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
Stefan Monnier [Mon, 7 May 2007 15:41:37 +0000 (15:41 +0000)]
(Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
mapping for unibyte strings.

17 years ago(Ftranspose_regions): Yet another int/Lisp_Object mixup (YAILOM)
Stefan Monnier [Mon, 7 May 2007 15:25:47 +0000 (15:25 +0000)]
(Ftranspose_regions): Yet another int/Lisp_Object mixup (YAILOM)

17 years ago(mac-ts-unicode-for-key-event): Check if text is available.
YAMAMOTO Mitsuharu [Mon, 7 May 2007 08:06:55 +0000 (08:06 +0000)]
(mac-ts-unicode-for-key-event): Check if text is available.

17 years ago(mac-ts-unicode-for-key-event): Check if text is available.
YAMAMOTO Mitsuharu [Mon, 7 May 2007 08:05:55 +0000 (08:05 +0000)]
(mac-ts-unicode-for-key-event): Check if text is available.

17 years agoMerge from emacs--rel--22
Miles Bader [Mon, 7 May 2007 01:09:35 +0000 (01:09 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 9-10)

   - Update from CVS

2007-05-06  Richard M. Stallman  <rms@gnu.org>

   * lisp/emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.

2007-05-03  Ryan Yeske  <rcyeske@gmail.com>

   * lisp/net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
   disconnections.

2007-05-06  Richard M. Stallman  <rms@gnu.org>

   * lispref/processes.texi (Accepting Output): Revert most of previous change.

2007-05-05  Richard M. Stallman  <rms@gnu.org>

   * lispref/processes.texi (Accepting Output): accept-process-output
   uses microseconds, not milliseconds.  But that arg is obsolete.

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

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 6 May 2007 20:27:47 +0000 (20:27 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 6 May 2007 18:10:44 +0000 (18:10 +0000)]
*** empty log message ***

17 years ago(turn-on-eldoc-mode): Doc fix.
Richard M. Stallman [Sun, 6 May 2007 18:10:35 +0000 (18:10 +0000)]
(turn-on-eldoc-mode): Doc fix.

17 years ago(Create Tags Table): Clean up previous change.
Richard M. Stallman [Sun, 6 May 2007 17:50:22 +0000 (17:50 +0000)]
(Create Tags Table): Clean up previous change.

17 years ago(Create Tags Table): Add text about the dangers of
Richard M. Stallman [Sun, 6 May 2007 17:49:19 +0000 (17:49 +0000)]
(Create Tags Table): Add text about the dangers of
making symbolic links to tags files.  (Clarified by RMS.)

17 years ago(Accepting Output): Revert most of previous change.
Richard M. Stallman [Sun, 6 May 2007 17:44:41 +0000 (17:44 +0000)]
(Accepting Output): Revert most of previous change.

17 years agoUndo May 3 change.
Richard M. Stallman [Sun, 6 May 2007 17:39:53 +0000 (17:39 +0000)]
Undo May 3 change.

17 years agoChange from author without relevant assignment is (thankfully) tiny.
Glenn Morris [Sat, 5 May 2007 22:57:07 +0000 (22:57 +0000)]
Change from author without relevant assignment is (thankfully) tiny.

17 years ago*** empty log message ***
Glenn Morris [Sat, 5 May 2007 22:50:55 +0000 (22:50 +0000)]
*** empty log message ***

17 years agoAdd notes about NEWS, as a reminder for the next release.
Glenn Morris [Sat, 5 May 2007 22:47:02 +0000 (22:47 +0000)]
Add notes about NEWS, as a reminder for the next release.

17 years agoTry to rearrange by related topics, and some order of importance.
Glenn Morris [Sat, 5 May 2007 22:40:31 +0000 (22:40 +0000)]
Try to rearrange by related topics, and some order of importance.

17 years agoTry to rearrange by related topics, and some order of importance.
Glenn Morris [Sat, 5 May 2007 22:39:58 +0000 (22:39 +0000)]
Try to rearrange by related topics, and some order of importance.

17 years ago*** empty log message ***
Glenn Morris [Sat, 5 May 2007 22:39:13 +0000 (22:39 +0000)]
*** empty log message ***

17 years ago(diff): Use buffer-local vars diff-old-file and diff-new-file
Stefan Monnier [Sat, 5 May 2007 22:12:40 +0000 (22:12 +0000)]
(diff): Use buffer-local vars diff-old-file and diff-new-file
rather than storing their value in the revert-buffer function.

17 years ago*** empty log message ***
Richard M. Stallman [Sat, 5 May 2007 04:50:04 +0000 (04:50 +0000)]
*** empty log message ***

17 years ago(rcirc-timeout-seconds): Increase to prevent unwanted disconnections.
Richard M. Stallman [Sat, 5 May 2007 04:49:51 +0000 (04:49 +0000)]
(rcirc-timeout-seconds): Increase to prevent unwanted disconnections.

17 years ago(Accepting Output): accept-process-output
Richard M. Stallman [Sat, 5 May 2007 04:05:14 +0000 (04:05 +0000)]
(Accepting Output): accept-process-output
uses microseconds, not milliseconds.  But that arg is obsolete.

17 years ago(Faccept_process_output): Revert 2006-03-22 change so
Richard M. Stallman [Sat, 5 May 2007 04:02:09 +0000 (04:02 +0000)]
(Faccept_process_output): Revert 2006-03-22 change so
that the third argument once again is in microseconds (not
milliseconds).  This makes it compatible with Emacs 21 and
earlier.  Problem found by Henrik Rindlöw.

17 years ago(Create Tags Table): Add text about the dangers of
Francesco Potortì [Sat, 5 May 2007 00:36:21 +0000 (00:36 +0000)]
(Create Tags Table): Add text about the dangers of
making symbolic links to tags files.

17 years agomaintaining.texi changes to etags abotu symlinks.
Francesco Potortì [Sat, 5 May 2007 00:35:55 +0000 (00:35 +0000)]
maintaining.texi changes to etags abotu symlinks.

17 years agoMerge from emacs--rel--22
Miles Bader [Fri, 4 May 2007 23:08:42 +0000 (23:08 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 8)

   - Update from CVS

2007-05-04  Karl Berry  <karl@tug.org>

   * lispref/elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.

2007-05-04  Karl Berry  <karl@gnu.org>

   * man/emacs.texi (EMACSVER) [smallbook]: 22.1 for printed version, not 22.

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

17 years agosync for lispref changes
Karl Berry [Fri, 4 May 2007 20:40:48 +0000 (20:40 +0000)]
sync for lispref changes

17 years ago*** empty log message ***
Richard M. Stallman [Fri, 4 May 2007 17:09:11 +0000 (17:09 +0000)]
*** empty log message ***

17 years agoEMACSVER 22.1 for printed version
Karl Berry [Fri, 4 May 2007 17:03:08 +0000 (17:03 +0000)]
EMACSVER 22.1 for printed version

17 years agoFix typos.
Juanma Barranquero [Fri, 4 May 2007 14:06:32 +0000 (14:06 +0000)]
Fix typos.

17 years agoAdd information about building with Cygwin Make 3.80.
Eli Zaretskii [Fri, 4 May 2007 13:43:21 +0000 (13:43 +0000)]
Add information about building with Cygwin Make 3.80.

17 years agoAdd information about building with Cygwin Make 3.80.
Eli Zaretskii [Fri, 4 May 2007 13:41:15 +0000 (13:41 +0000)]
Add information about building with Cygwin Make 3.80.

17 years ago(Documentation Tips): Rearrange items to place the more important ones first.
Eli Zaretskii [Fri, 4 May 2007 13:20:25 +0000 (13:20 +0000)]
(Documentation Tips): Rearrange items to place the more important ones first.
Add an index entry for hyperlinks.

17 years ago(Documentation Tips): Rearrange items to place the more important ones first.
Eli Zaretskii [Fri, 4 May 2007 13:17:20 +0000 (13:17 +0000)]
(Documentation Tips): Rearrange items to place the more important ones first.
Add an index entry for hyperlinks.

17 years ago(t-mouse-mode): Do nothing on a graphical display
Nick Roberts [Fri, 4 May 2007 02:26:14 +0000 (02:26 +0000)]
(t-mouse-mode): Do nothing on a graphical display
when disabling t-mouse-mode.

17 years ago*** empty log message ***
Nick Roberts [Fri, 4 May 2007 02:23:56 +0000 (02:23 +0000)]
*** empty log message ***

17 years agoMerge from emacs--rel--22
Miles Bader [Fri, 4 May 2007 01:05:55 +0000 (01:05 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 6)

   - Update from CVS

2007-05-03  Karl Berry  <karl@gnu.org>

   * man/emacs.texi (EMACSVER) [smallbook]: 22 for printed version.

   * man/texinfo.tex: update from current version for better pdf generation.

   * man/emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black
     for printing.

2007-05-03  Karl Berry  <karl@gnu.org>

   * lispref/emacs.texi (EMACSVER) [smallbook]: 22 for printed version.

2007-05-01  Richard M. Stallman  <rms@gnu.org>

   * man/cmdargs.texi (Initial Options): Under --batch, mention --eval.

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

17 years ago*** empty log message ***
Richard M. Stallman [Thu, 3 May 2007 22:56:49 +0000 (22:56 +0000)]
*** empty log message ***

17 years agomake EMACSVER plain 22 for printed version
Karl Berry [Thu, 3 May 2007 16:47:47 +0000 (16:47 +0000)]
make EMACSVER plain 22 for printed version

17 years agoblack refs for printing
Karl Berry [Thu, 3 May 2007 16:36:22 +0000 (16:36 +0000)]
black refs for printing

17 years agoblack refs for printing
Karl Berry [Thu, 3 May 2007 16:34:25 +0000 (16:34 +0000)]
black refs for printing

17 years agono @anchor in mid-paragraph
Karl Berry [Thu, 3 May 2007 16:33:40 +0000 (16:33 +0000)]
no @anchor in mid-paragraph

17 years agoignore *.pdf
Karl Berry [Thu, 3 May 2007 16:32:07 +0000 (16:32 +0000)]
ignore *.pdf

17 years agoignore *.pdf
Karl Berry [Thu, 3 May 2007 16:31:03 +0000 (16:31 +0000)]
ignore *.pdf

17 years agotexinfo.tex update
Karl Berry [Thu, 3 May 2007 16:30:24 +0000 (16:30 +0000)]
texinfo.tex update

17 years agoavoid @anchor in middle of paragraph
Karl Berry [Thu, 3 May 2007 16:28:29 +0000 (16:28 +0000)]
avoid @anchor in middle of paragraph

17 years agono color for hyperlinks for printing
Karl Berry [Thu, 3 May 2007 15:53:11 +0000 (15:53 +0000)]
no color for hyperlinks for printing

17 years agoTweak message about the absence of shell functions.
Glenn Morris [Thu, 3 May 2007 04:13:45 +0000 (04:13 +0000)]
Tweak message about the absence of shell functions.

17 years ago*** empty log message ***
Glenn Morris [Thu, 3 May 2007 04:13:27 +0000 (04:13 +0000)]
*** empty log message ***

17 years agoTweak message about the absence of shell functions.
Glenn Morris [Thu, 3 May 2007 04:12:13 +0000 (04:12 +0000)]
Tweak message about the absence of shell functions.

17 years ago*** empty log message ***
Glenn Morris [Thu, 3 May 2007 04:11:38 +0000 (04:11 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Wed, 2 May 2007 04:32:34 +0000 (04:32 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Wed, 2 May 2007 02:33:04 +0000 (02:33 +0000)]
*** empty log message ***

17 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 1 May 2007 23:00:38 +0000 (23:00 +0000)]
Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

2007-04-30  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.

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

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 1 May 2007 22:42:07 +0000 (22:42 +0000)]
*** empty log message ***

17 years ago(Initial Options): Under --batch, mention --eval.
Richard M. Stallman [Tue, 1 May 2007 21:55:26 +0000 (21:55 +0000)]
(Initial Options): Under --batch, mention --eval.

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 1 May 2007 20:48:06 +0000 (20:48 +0000)]
*** empty log message ***

17 years agoUpdate version number.
Richard M. Stallman [Tue, 1 May 2007 15:25:21 +0000 (15:25 +0000)]
Update version number.
(timeclock-modeline-display): Mention timeclock-use-display-time
in explanatory message.
(timeclock-in): Fix non-interactive workday specifications.
(timeclock-log): Don't kill the log buffer if it already existed.
Suppress warnings when finding the log.  Don't check for a nil
project twice.  Run hooks after killing the buffer (if applicable).
(timeclock-geometric-mean): Rename to `timeclock-mean' (it never
was geometric).  All uses changed.
(timeclock-generate-report): Support prefix argument.

17 years agoMerge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change.
Miles Bader [Tue, 1 May 2007 09:55:06 +0000 (09:55 +0000)]
Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change.

Patches applied:

 * emacs--rel--22  (patch 4-5)

   - Update from CVS

2007-05-01  Romain Francoise  <romain@orebokech.com>

   * lisp/dired-x.el: Revert 2007-04-06 change.

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

17 years agoRevert 2007-04-06 change.
Romain Francoise [Tue, 1 May 2007 09:33:51 +0000 (09:33 +0000)]
Revert 2007-04-06 change.

17 years ago(mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
YAMAMOTO Mitsuharu [Tue, 1 May 2007 08:17:19 +0000 (08:17 +0000)]
(mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
(Fx_popup_dialog) [MAC_OSX]: Likewise.

17 years ago(mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
YAMAMOTO Mitsuharu [Tue, 1 May 2007 08:15:56 +0000 (08:15 +0000)]
(mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
(Fx_popup_dialog) [MAC_OSX]: Likewise.

17 years ago(gud-menu-map): Pdb can't handle SIGINT so
Nick Roberts [Mon, 30 Apr 2007 22:05:51 +0000 (22:05 +0000)]
(gud-menu-map): Pdb can't handle SIGINT so
don't put stop on toolbar.

17 years ago*** empty log message ***
Nick Roberts [Mon, 30 Apr 2007 22:03:30 +0000 (22:03 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 29 Apr 2007 22:35:06 +0000 (22:35 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 29 Apr 2007 21:57:37 +0000 (21:57 +0000)]
*** empty log message ***

17 years ago(replace_range): For undo, record insertion first.
Richard M. Stallman [Sun, 29 Apr 2007 21:57:33 +0000 (21:57 +0000)]
(replace_range): For undo, record insertion first.

17 years ago(replace_range): For undo, record insertion first.
Richard M. Stallman [Sun, 29 Apr 2007 21:56:23 +0000 (21:56 +0000)]
(replace_range): For undo, record insertion first.

17 years ago(find-dired-filter): Propertize all text down to eob.
Richard M. Stallman [Sun, 29 Apr 2007 21:11:42 +0000 (21:11 +0000)]
(find-dired-filter): Propertize all text down to eob.

17 years ago(find-dired-filter): Propertize all text down to eob.
Richard M. Stallman [Sun, 29 Apr 2007 21:10:46 +0000 (21:10 +0000)]
(find-dired-filter): Propertize all text down to eob.

17 years agoDelete duplicate change.
Richard M. Stallman [Sun, 29 Apr 2007 16:14:03 +0000 (16:14 +0000)]
Delete duplicate change.

17 years ago(VECSIZE): Use OFFSETOF.
Andreas Schwab [Sun, 29 Apr 2007 16:08:14 +0000 (16:08 +0000)]
(VECSIZE): Use OFFSETOF.

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 29 Apr 2007 14:46:51 +0000 (14:46 +0000)]
*** empty log message ***

17 years ago(auto-coding-alist): Add pdf => no-conversion.
Richard M. Stallman [Sun, 29 Apr 2007 14:43:28 +0000 (14:43 +0000)]
(auto-coding-alist): Add pdf => no-conversion.

17 years ago(auto-coding-alist): Add pdf => no-conversion.
Richard M. Stallman [Sun, 29 Apr 2007 14:39:07 +0000 (14:39 +0000)]
(auto-coding-alist): Add pdf => no-conversion.

17 years ago(try_window_reusing_current_matrix): Fix number of disabled lines.
YAMAMOTO Mitsuharu [Sun, 29 Apr 2007 07:26:50 +0000 (07:26 +0000)]
(try_window_reusing_current_matrix): Fix number of disabled lines.

17 years ago(try_window_reusing_current_matrix): Fix number of disabled lines.
YAMAMOTO Mitsuharu [Sun, 29 Apr 2007 07:25:54 +0000 (07:25 +0000)]
(try_window_reusing_current_matrix): Fix number of disabled lines.

17 years agoMerge from emacs--rel--22
Miles Bader [Sun, 29 Apr 2007 01:04:39 +0000 (01:04 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 3)

   - Update from CVS

2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.

2007-04-28  Eli Zaretskii  <eliz@gnu.org>

   * lisp/makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
   instead of $(lisp)/mh-e.

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

17 years agoAdd another url.
Glenn Morris [Sat, 28 Apr 2007 22:27:58 +0000 (22:27 +0000)]
Add another url.

17 years ago*** empty log message ***
Glenn Morris [Sat, 28 Apr 2007 20:39:52 +0000 (20:39 +0000)]
*** empty log message ***