/[emacs]/emacs/lisp/progmodes/compile.el
ViewVC logotype

Log of /emacs/lisp/progmodes/compile.el

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.256.2.102 - (view) (download) (annotate) - [select for diffs]
Fri Dec 11 11:07:00 2009 UTC (14 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.256.2.101: +19 -21 lines
Diff to previous 1.256.2.101 , to branch point 1.256 , to next main 1.504 , to selected 1.280
Merge from emacs--devo--0

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


Revision 1.504 - (view) (download) (annotate) - [select for diffs]
Thu Nov 12 06:55:43 2009 UTC (14 years, 6 months ago) by dann
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_1_90, HEAD
Changes since 1.503: +1 -1 lines
Diff to previous 1.503 , to selected 1.280
* textmodes/ispell.el (ispell-skip-region-alist):
* textmodes/css-mode.el (auto-mode-alist):
* progmodes/compile.el (auto-mode-alist):
* international/mule.el (ctext-non-standard-encodings-alist)
(ctext-non-standard-encodings-regexp):
* simple.el (shell-command-switch, text-read-only):
* replace.el (occur-mode-map):
* paths.el (rmail-file-name):
* jka-cmpr-hook.el (jka-compr-build-file-regexp):
* find-file.el (ff-special-constructs):
* files.el (file-name-handler-alist):
* composite.el: Purecopy strings.


Revision 1.503 - (view) (download) (annotate) - [select for diffs]
Wed Nov 11 19:24:24 2009 UTC (14 years, 6 months ago) by dann
Branch: MAIN
Changes since 1.502: +1 -1 lines
Diff to previous 1.502 , to selected 1.280
* widget.el (define-widget): Purecopy the docstring.
* international/mule-cmds.el (charset): Do not purecopy the
docstring here, define-widget does it.

* textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
* textmodes/bibtex-style.el (auto-mode-alist):
* progmodes/inf-lisp.el (inferior-lisp-prompt):
* progmodes/compile.el (compile-command):
* language/korea-util.el (default-korean-keyboard):
* international/mule-conf.el (file-coding-system-alist):
* emacs-lisp/eldoc.el (eldoc-minor-mode-string):
* tooltip.el (tooltip-frame-parameters):
* newcomment.el (comment-end, comment-padding):
* dired.el (dired-trivial-filenames):
* comint.el (comint-file-name-prefix): Purecopy initial values.


Revision 1.502 - (view) (download) (annotate) - [select for diffs]
Sun Nov 8 16:30:24 2009 UTC (14 years, 6 months ago) by cyd
Branch: MAIN
Changes since 1.501: +5 -3 lines
Diff to previous 1.501 , to selected 1.280
* compilation.txt: Add one more error message for msft (Bug#4100).


Revision 1.501 - (view) (download) (annotate) - [select for diffs]
Mon Oct 26 15:18:04 2009 UTC (14 years, 6 months ago) by lektu
Branch: MAIN
Changes since 1.500: +1 -1 lines
Diff to previous 1.500 , to selected 1.280
Fix typos in comments.

* minibuf.c (Fall_completions): Fix typo in docstring.


Revision 1.500 - (view) (download) (annotate) - [select for diffs]
Tue Oct 13 02:59:19 2009 UTC (14 years, 7 months ago) by sds
Branch: MAIN
Changes since 1.499: +1 -1 lines
Diff to previous 1.499 , to selected 1.280
fix a typo in the last patch


Revision 1.499 - (view) (download) (annotate) - [select for diffs]
Mon Oct 12 21:04:18 2009 UTC (14 years, 7 months ago) by sds
Branch: MAIN
Changes since 1.498: +4 -5 lines
Diff to previous 1.498 , to selected 1.280
(compilation-mode-font-lock-keywords): Do not prepend "^ *" to
non-anchored patterns, like the perl one (bug#3928).


Revision 1.498 - (view) (download) (annotate) - [select for diffs]
Mon Oct 12 20:42:48 2009 UTC (14 years, 7 months ago) by sds
Branch: MAIN
Changes since 1.497: +7 -10 lines
Diff to previous 1.497 , to selected 1.280
(compilation-next-error-function): Fix the
timestamps if the buffer has been visited before


Revision 1.256.2.101 - (view) (download) (annotate) - [select for diffs]
Fri Sep 18 08:01:32 2009 UTC (14 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.256.2.100: +44 -14 lines
Diff to previous 1.256.2.100 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

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


Revision 1.497 - (view) (download) (annotate) - [select for diffs]
Thu Aug 13 00:58:56 2009 UTC (14 years, 9 months ago) by rms
Branch: MAIN
CVS Tags: CEDET_BASE
Branch point for: cedet-branch
Changes since 1.496: +4 -2 lines
Diff to previous 1.496 , to selected 1.280
* progmodes/compile.el (compilation-goto-locus): Use next-error-move-function.


Revision 1.496 - (view) (download) (annotate) - [select for diffs]
Mon Aug 10 02:44:58 2009 UTC (14 years, 9 months ago) by cyd
Branch: MAIN
Changes since 1.495: +13 -5 lines
Diff to previous 1.495 , to selected 1.280
Update comment (from Kevin Ryde).


Revision 1.495 - (view) (download) (annotate) - [select for diffs]
Fri Jul 10 18:23:52 2009 UTC (14 years, 10 months ago) by sds
Branch: MAIN
Changes since 1.494: +12 -2 lines
Diff to previous 1.494 , to selected 1.280
(compilation-mode-font-lock-keywords): Omake sometimes indents the
errors it prints, so allow all regexps to start with spaces.


Revision 1.494 - (view) (download) (annotate) - [select for diffs]
Wed Jun 17 16:33:45 2009 UTC (14 years, 11 months ago) by cyd
Branch: MAIN
CVS Tags: EMACS_23_1, EMACS_23_1_BASE, EMACS_PRETEST_23_0_95, EMACS_PRETEST_23_0_96
Branch point for: EMACS_23_1_RC
Changes since 1.493: +4 -3 lines
Diff to previous 1.493 , to selected 1.280
* progmodes/compile.el (compilation-error-regexp-alist-alist):
Comment out 2007-07-25 change adding support for Maven error
messages; this regexp is too slow on long lines (Bug#3441).


Revision 1.493 - (view) (download) (annotate) - [select for diffs]
Mon May 18 16:31:02 2009 UTC (15 years ago) by rms
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_0_94
Changes since 1.492: +11 -2 lines
Diff to previous 1.492 , to selected 1.280
* progmodes/compile.el (compilation-filter): If inserting at end
of accessible part of buffer, keep end of output visible.


Revision 1.256.2.100 - (view) (download) (annotate) - [select for diffs]
Mon Mar 9 05:52:10 2009 UTC (15 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.256.2.99: +18 -8 lines
Diff to previous 1.256.2.99 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

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


Revision 1.492 - (view) (download) (annotate) - [select for diffs]
Wed Mar 4 14:33:45 2009 UTC (15 years, 2 months ago) by sds
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_0_92, EMACS_PRETEST_23_0_93, lexbind-base
Changes since 1.491: +5 -0 lines
Diff to previous 1.491 , to selected 1.280
(compilation-error-regexp-alist-alist): Handle "omake -P" messages "file foo changed".


Revision 1.491 - (view) (download) (annotate) - [select for diffs]
Tue Mar 3 22:26:26 2009 UTC (15 years, 2 months ago) by sds
Branch: MAIN
Changes since 1.490: +1 -1 lines
Diff to previous 1.490 , to selected 1.280
(compilation-move-to-column): Guard against negative col values.


Revision 1.490 - (view) (download) (annotate) - [select for diffs]
Sat Feb 21 19:50:17 2009 UTC (15 years, 2 months ago) by cyd
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_0_91
Changes since 1.489: +1 -1 lines
Diff to previous 1.489 , to selected 1.280
Fix last change.


Revision 1.489 - (view) (download) (annotate) - [select for diffs]
Sat Feb 21 18:52:19 2009 UTC (15 years, 2 months ago) by cyd
Branch: MAIN
Changes since 1.488: +1 -1 lines
Diff to previous 1.488 , to selected 1.280
(compilation-error-regexp-alist-alist): Tweak regexp (Bug#2173).


Revision 1.488 - (view) (download) (annotate) - [select for diffs]
Thu Feb 19 06:54:22 2009 UTC (15 years, 3 months ago) by nickrob
Branch: MAIN
Changes since 1.487: +4 -4 lines
Diff to previous 1.487 , to selected 1.280
(compilation-error-regexp-alist-alist):
Move entry for maven (alphabetical order).


Revision 1.487 - (view) (download) (annotate) - [select for diffs]
Wed Feb 18 15:37:43 2009 UTC (15 years, 3 months ago) by sds
Branch: MAIN
Changes since 1.486: +2 -1 lines
Diff to previous 1.486 , to selected 1.280
Require comint at top level to fix the last patch.


Revision 1.486 - (view) (download) (annotate) - [select for diffs]
Tue Feb 17 16:49:42 2009 UTC (15 years, 3 months ago) by sds
Branch: MAIN
Changes since 1.485: +5 -1 lines
Diff to previous 1.485 , to selected 1.280
(compilation-filter): Call `comint-carriage-motion', just like `comint-output-filter'.


Revision 1.256.2.99 - (view) (download) (annotate) - [select for diffs]
Thu Jan 22 07:59:48 2009 UTC (15 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.256.2.98: +1 -1 lines
Diff to previous 1.256.2.98 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

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


Revision 1.485 - (view) (download) (annotate) - [select for diffs]
Mon Jan 5 03:23:23 2009 UTC (15 years, 4 months ago) by gm
Branch: MAIN
CVS Tags: EMACS_PRETEST_23_0_90
Changes since 1.484: +1 -1 lines
Diff to previous 1.484 , to selected 1.280
Add 2009 to copyright years.


Revision 1.256.2.98 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 09:21:49 2008 UTC (15 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.256.2.97: +28 -9 lines
Diff to previous 1.256.2.97 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

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


Revision 1.256.2.97 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 09:13:23 2008 UTC (15 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.256.2.96: +85 -51 lines
Diff to previous 1.256.2.96 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

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


Revision 1.484 - (view) (download) (annotate) - [select for diffs]
Thu Dec 4 23:04:41 2008 UTC (15 years, 5 months ago) by sds
Branch: MAIN
Changes since 1.483: +14 -7 lines
Diff to previous 1.483 , to selected 1.280
(compilation-read-command): Extracted from compile.
(compile): Use it.
(recompile): Accept an optional argument to enable editing the command line.


Revision 1.483 - (view) (download) (annotate) - [select for diffs]
Sat Nov 22 20:42:18 2008 UTC (15 years, 5 months ago) by jurta
Branch: MAIN
Changes since 1.482: +1 -1 lines
Diff to previous 1.482 , to selected 1.280
(compilation-auto-jump-to-first-error):
Fix docstring - change "during `compile'" to "during compilation".


Revision 1.482 - (view) (download) (annotate) - [select for diffs]
Tue Nov 18 14:14:40 2008 UTC (15 years, 6 months ago) by sds
Branch: MAIN
Changes since 1.481: +13 -1 lines
Diff to previous 1.481 , to selected 1.280
(compilation-start-hook): New hook.
(compilation-start): Run it on the compilation process.


Revision 1.481 - (view) (download) (annotate) - [select for diffs]
Mon Nov 17 01:52:22 2008 UTC (15 years, 6 months ago) by cyd
Branch: MAIN
Changes since 1.480: +1 -1 lines
Diff to previous 1.480 , to selected 1.280
Minor doc fix, suggested by Juri Linkov.


Revision 1.480 - (view) (download) (annotate) - [select for diffs]
Sun Oct 12 13:46:28 2008 UTC (15 years, 7 months ago) by cyd
Branch: MAIN
CVS Tags: small-dump-base
Changes since 1.479: +22 -19 lines
Diff to previous 1.479 , to selected 1.280
(compilation-mode-tool-bar-map): Check if tool-bar-map has been
initialized before setting it up.


Revision 1.479 - (view) (download) (annotate) - [select for diffs]
Sat Oct 11 19:59:11 2008 UTC (15 years, 7 months ago) by cyd
Branch: MAIN
Changes since 1.478: +19 -20 lines
Diff to previous 1.478 , to selected 1.280
(compilation-mode-tool-bar-map): Initialize it unconditionally.


Revision 1.478 - (view) (download) (annotate) - [select for diffs]
Thu Oct 9 13:45:03 2008 UTC (15 years, 7 months ago) by eliz
Branch: MAIN
Changes since 1.477: +63 -31 lines
Diff to previous 1.477 , to selected 1.280
(compilation-start): Resurrect the version for systems that don't support
asynchronous subprocesses.


Revision 1.256.2.96 - (view) (download) (annotate) - [select for diffs]
Tue Oct 7 04:42:59 2008 UTC (15 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.256.2.95: +9 -5 lines
Diff to previous 1.256.2.95 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

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


Revision 1.477 - (view) (download) (annotate) - [select for diffs]
Sat Oct 4 10:04:59 2008 UTC (15 years, 7 months ago) by m061211
Branch: MAIN
Changes since 1.476: +9 -5 lines
Diff to previous 1.476 , to selected 1.280
(compilation-start): Make sure to move to point-max
only when we are in the compilation buffer.


Revision 1.256.2.95 - (view) (download) (annotate) - [select for diffs]
Fri Jul 4 15:27:18 2008 UTC (15 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.256.2.94: +22 -14 lines
Diff to previous 1.256.2.94 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

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


Revision 1.476 - (view) (download) (annotate) - [select for diffs]
Fri Jun 13 16:22:16 2008 UTC (15 years, 11 months ago) by monnier
Branch: MAIN
CVS Tags: before-merge-emacs-app-to-trunk, before-remove-carbon, before-remove-vms, remove-carbon, remove-vms
Changes since 1.475: +22 -14 lines
Diff to previous 1.475 , to selected 1.280
* progmodes/compile.el (compilation-start): Don't disable undo in
comint buffer.  Don't override the comint-filter with our own.
(compilation-filter): Change point's insertion-type.
* comint.el (comint-output-filter): Use copy-marker.


Revision 1.256.2.94 - (view) (download) (annotate) - [select for diffs]
Thu Jun 12 05:36:43 2008 UTC (15 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.256.2.93: +9 -3 lines
Diff to previous 1.256.2.93 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

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


Revision 1.475 - (view) (download) (annotate) - [select for diffs]
Wed Jun 11 02:47:57 2008 UTC (15 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.474: +1 -0 lines
Diff to previous 1.474 , to selected 1.280
(compilation-filter): Fix up last change.


Revision 1.474 - (view) (download) (annotate) - [select for diffs]
Tue Jun 10 16:08:47 2008 UTC (15 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.473: +8 -3 lines
Diff to previous 1.473 , to selected 1.280
* window.c (Vwindow_point_insertion_type): New var.
(set_window_buffer): Use it.
(syms_of_window): Init and export it to Lisp.
* progmodes/compile.el (compilation-mode):
Set window-point-insertion-type.
(compilation-filter): Don't use insert-before-markers any more.
* emacs-lisp/trace.el (trace-make-advice):
Set window-point-insertion-type in the trace buffer.
* startup.el (normal-top-level): Set window-point-insertion-type in
*Messages*.
* net/telnet.el (telnet-mode): Set window-point-insertion-type.
(telnet-filter): Don't use insert-before-markers any more.
* comint.el (comint-mode): Set window-point-insertion-type.
(comint-output-filter): Don't use insert-before-markers any more.
* button.el (make-text-button): Allow `start' to be a string.


Revision 1.256.2.93 - (view) (download) (annotate) - [select for diffs]
Fri May 23 04:33:58 2008 UTC (15 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.256.2.92: +4 -0 lines
Diff to previous 1.256.2.92 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

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


Revision 1.473 - (view) (download) (annotate) - [select for diffs]
Thu May 8 17:28:05 2008 UTC (16 years ago) by sds
Branch: MAIN
Changes since 1.472: +4 -0 lines
Diff to previous 1.472 , to selected 1.280
(compilation-minor-mode-map, compilation-mode-map):
Bind "g" to recompile and "q" to quit-window.
(grep-mode-map): Use `set-keymap-parent' to connect it
to `compilation-minor-mode-map' (instead of an explicit `cons').


Revision 1.256.2.92 - (view) (download) (annotate) - [select for diffs]
Thu May 8 11:47:33 2008 UTC (16 years ago) by miles
Branch: lexbind
Changes since 1.256.2.91: +22 -11 lines
Diff to previous 1.256.2.91 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

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


Revision 1.472 - (view) (download) (annotate) - [select for diffs]
Tue May 6 07:18:16 2008 UTC (16 years ago) by gm
Branch: MAIN
Changes since 1.471: +4 -6 lines
Diff to previous 1.471 , to selected 1.280
Switch to recommended form of GPLv3 permissions notice.


Revision 1.471 - (view) (download) (annotate) - [select for diffs]
Tue May 6 03:31:55 2008 UTC (16 years ago) by cyd
Branch: MAIN
Changes since 1.470: +2 -2 lines
Diff to previous 1.470 , to selected 1.280
Fix last fix.


Revision 1.470 - (view) (download) (annotate) - [select for diffs]
Tue May 6 03:23:26 2008 UTC (16 years ago) by cyd
Branch: MAIN
Changes since 1.469: +3 -1 lines
Diff to previous 1.469 , to selected 1.280
(compilation-error-regexp-alist-alist): Tweak Open Watcom regexp to
distinguish between errors and warnings.


Revision 1.469 - (view) (download) (annotate) - [select for diffs]
Mon May 5 11:59:04 2008 UTC (16 years ago) by nickrob
Branch: MAIN
Changes since 1.468: +3 -0 lines
Diff to previous 1.468 , to selected 1.280
(compilation-error-regexp-alist-alist):
Add regexp for Open Watcom compiler output.


Revision 1.468 - (view) (download) (annotate) - [select for diffs]
Fri May 2 18:37:07 2008 UTC (16 years ago) by sds
Branch: MAIN
Changes since 1.467: +5 -4 lines
Diff to previous 1.467 , to selected 1.280
* progmodes/compile.el (compilation-start): Move setting of
compilation-directory after (funcall mode) as that resets local
variables, this fixes recompile in grep buffers.
* grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).


Revision 1.467 - (view) (download) (annotate) - [select for diffs]
Thu May 1 23:56:10 2008 UTC (16 years ago) by jurta
Branch: MAIN
Changes since 1.466: +2 -0 lines
Diff to previous 1.466 , to selected 1.280
(compilation-auto-jump): Set window point to `pos' explicitly.


Revision 1.466 - (view) (download) (annotate) - [select for diffs]
Wed Apr 30 08:12:20 2008 UTC (16 years ago) by monnier
Branch: MAIN
Changes since 1.465: +6 -1 lines
Diff to previous 1.465 , to selected 1.280
(compilation-error-regexp-alist-alist) <gnu>:
Rule out trailing spaces in file and directory names as well.


Revision 1.256.2.91 - (view) (download) (annotate) - [select for diffs]
Thu Apr 24 01:56:34 2008 UTC (16 years ago) by miles
Branch: lexbind
Changes since 1.256.2.90: +11 -10 lines
Diff to previous 1.256.2.90 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

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


Revision 1.256.2.90 - (view) (download) (annotate) - [select for diffs]
Thu Apr 24 01:51:41 2008 UTC (16 years ago) by miles
Branch: lexbind
Changes since 1.256.2.89: +46 -8 lines
Diff to previous 1.256.2.89 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

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


Revision 1.465 - (view) (download) (annotate) - [select for diffs]
Fri Apr 18 10:33:17 2008 UTC (16 years, 1 month ago) by lektu
Branch: MAIN
CVS Tags: font-backend-base
Branch point for: font-backend
Changes since 1.464: +5 -5 lines
Diff to previous 1.464 , to selected 1.280
(compile-internal): Add WHEN to obsolescence declaration.


Revision 1.464 - (view) (download) (annotate) - [select for diffs]
Fri Mar 28 10:06:03 2008 UTC (16 years, 1 month ago) by jhd
Branch: MAIN
Changes since 1.463: +2 -0 lines
Diff to previous 1.463 , to selected 1.280
(compilation-mode-tool-bar-map): Only enable
kill if a process is running.


Revision 1.463 - (view) (download) (annotate) - [select for diffs]
Thu Mar 20 19:56:57 2008 UTC (16 years, 2 months ago) by monnier
Branch: MAIN
Changes since 1.462: +4 -5 lines
Diff to previous 1.462 , to selected 1.280
* progmodes/compile.el (compile):
* progmodes/grep.el (grep, grep-find): Use read-shell-command.


Revision 1.462 - (view) (download) (annotate) - [select for diffs]
Wed Mar 5 04:09:23 2008 UTC (16 years, 2 months ago) by dann
Branch: MAIN
Changes since 1.461: +14 -7 lines
Diff to previous 1.461 , to selected 1.280
* bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
(standard-mode-line-position): Add mouse-face.

* progmodes/compile.el (compilation-menu-map):
(compilation-mode-map):
* progmodes/grep.el (grep-mode-map):  Add :help.

* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
initialize in one step.  Add :help.  Use :enable to activate menu
items. Show the key binding for edebug-defun.
(lisp-interaction-mode-map): Add a menu.

* term.el (term-mode-map): Define and initialize in one step.

* ediff-init.el (ediff-color-display-p): Simplify.
(Xor): Remove unused function.
(ediff-with-syntax-table): Simplify for emacs.

* ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
menu-bar being loaded, it always is.


Revision 1.461 - (view) (download) (annotate) - [select for diffs]
Sun Mar 2 01:10:29 2008 UTC (16 years, 2 months ago) by dann
Branch: MAIN
Changes since 1.460: +32 -1 lines
Diff to previous 1.460 , to selected 1.280
(compilation-menu-map): Add menu entries
for useful options.


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

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


Revision 1.460 - (view) (download) (annotate) - [select for diffs]
Tue Feb 26 14:41:15 2008 UTC (16 years, 2 months ago) by jhd
Branch: MAIN
Changes since 1.459: +4 -4 lines
Diff to previous 1.459 , to selected 1.280
(compilation-mode-tool-bar-map): The same.


Revision 1.459 - (view) (download) (annotate) - [select for diffs]
Mon Feb 25 10:52:09 2008 UTC (16 years, 2 months ago) by jhd
Branch: MAIN
CVS Tags: lisp-bob
Changes since 1.458: +22 -0 lines
Diff to previous 1.458 , to selected 1.280
(tool-bar): Rquire tool-bar.
(compilation-mode-tool-bar-map): New variable.
(compilation-mode): Use compilation-mode-tool-bar-map.


Revision 1.256.2.88 - (view) (download) (annotate) - [select for diffs]
Mon Feb 25 09:55:54 2008 UTC (16 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.256.2.87: +45 -15 lines
Diff to previous 1.256.2.87 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

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


Revision 1.458 - (view) (download) (annotate) - [select for diffs]
Sun Feb 24 23:21:39 2008 UTC (16 years, 2 months ago) by jurta
Branch: MAIN
Changes since 1.457: +7 -7 lines
Diff to previous 1.457 , to selected 1.280
(compilation-handle-exit):
Use compilation-error face instead of font-lock-warning-face.
Display the same message in the minibuffer as is inserted
at the end of the compilation buffer.


Revision 1.457 - (view) (download) (annotate) - [select for diffs]
Sun Feb 24 20:44:23 2008 UTC (16 years, 2 months ago) by dann
Branch: MAIN
Changes since 1.456: +11 -2 lines
Diff to previous 1.456 , to selected 1.280
(compilation-start): Specify a face for
mode-line-process.
(compilation-handle-exit): Specify a face and a tooltip for
mode-line-process.


Revision 1.456 - (view) (download) (annotate) - [select for diffs]
Sun Feb 24 10:08:51 2008 UTC (16 years, 2 months ago) by miles
Branch: MAIN
Changes since 1.455: +11 -3 lines
Diff to previous 1.455 , to selected 1.280
Merge from emacs--rel--22

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


Revision 1.455 - (view) (download) (annotate) - [select for diffs]
Wed Feb 13 22:26:33 2008 UTC (16 years, 3 months ago) by hexmode
Branch: MAIN
Changes since 1.454: +4 -0 lines
Diff to previous 1.454 , to selected 1.280
add php error regex for compile mode


Revision 1.454 - (view) (download) (annotate) - [select for diffs]
Tue Feb 12 23:41:32 2008 UTC (16 years, 3 months ago) by jurta
Branch: MAIN
Changes since 1.453: +13 -5 lines
Diff to previous 1.453 , to selected 1.280
(compilation-auto-jump): Call
compile-goto-error only when compilation-auto-jump-to-first-error
is non-nil.
(compilation-scroll-output): Replace :type 'boolean with a choice
that has three options including a third option `first-error'.
Doc fix.
(compilation-start, compilation-forget-errors): Add an alternate
condition comparing compilation-scroll-output with `first-error'
in addition to compilation-auto-jump-to-first-error (to call
compilation-auto-jump in the proper place).


Revision 1.453 - (view) (download) (annotate) - [select for diffs]
Mon Feb 11 04:10:49 2008 UTC (16 years, 3 months ago) by gm
Branch: MAIN
Changes since 1.452: +5 -5 lines
Diff to previous 1.452 , to selected 1.280
(compilation-error-regexp-alist-alist): Shorten some names.


Revision 1.452 - (view) (download) (annotate) - [select for diffs]
Sun Feb 10 03:16:06 2008 UTC (16 years, 3 months ago) by monnier
Branch: MAIN
Changes since 1.451: +1 -0 lines
Diff to previous 1.451 , to selected 1.280
(compilation-next-error): Add clarifying comment.


Revision 1.421.2.15 - (view) (download) (annotate) - [select for diffs]
Sat Feb 9 14:33:51 2008 UTC (16 years, 3 months ago) by eliz
Branch: EMACS_22_BASE
CVS Tags: EMACS_22_2, EMACS_22_3, 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.421.2.14: +6 -2 lines
Diff to previous 1.421.2.14 , to branch point 1.421 , to next main 1.504 , to selected 1.280
(compilation-find-file): Doc fix.


Revision 1.421.2.14 - (view) (download) (annotate) - [select for diffs]
Sat Feb 9 14:22:08 2008 UTC (16 years, 3 months ago) by eliz
Branch: EMACS_22_BASE
Changes since 1.421.2.13: +5 -1 lines
Diff to previous 1.421.2.13 , to branch point 1.421 , to selected 1.280
(compilation-next-error): Doc fix.


Revision 1.256.2.87 - (view) (download) (annotate) - [select for diffs]
Wed Jan 30 21:19:24 2008 UTC (16 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.256.2.86: +2 -1 lines
Diff to previous 1.256.2.86 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

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


Revision 1.276.2.71 - (view) (download) (annotate) - [select for diffs]
Wed Jan 30 07:56:55 2008 UTC (16 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.70: +2 -1 lines
Diff to previous 1.276.2.70 , to branch point 1.276 , to next main 1.504 , to selected 1.280
Merge from emacs--devo--0

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


Revision 1.451 - (view) (download) (annotate) - [select for diffs]
Mon Jan 14 15:41:33 2008 UTC (16 years, 4 months ago) by monnier
Branch: MAIN
CVS Tags: before-merge-unicode-to-trunk, emacs-unicode-2-base, merge-unicode-to-trunk
Changes since 1.450: +2 -1 lines
Diff to previous 1.450 , to selected 1.280
(compilation-error-regexp-alist-alist):
Accept "fatal error" from MSFT.
Reported by Jared Finder <jfinder@crypticstudios.com>.


Revision 1.256.2.86 - (view) (download) (annotate) - [select for diffs]
Wed Jan 9 11:17:54 2008 UTC (16 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.256.2.85: +18 -2 lines
Diff to previous 1.256.2.85 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

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


Revision 1.276.2.70 - (view) (download) (annotate) - [select for diffs]
Wed Jan 9 01:19:55 2008 UTC (16 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.69: +18 -2 lines
Diff to previous 1.276.2.69 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

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


Revision 1.450 - (view) (download) (annotate) - [select for diffs]
Tue Jan 8 08:03:12 2008 UTC (16 years, 4 months ago) by gm
Branch: MAIN
Changes since 1.449: +11 -0 lines
Diff to previous 1.449 , to selected 1.280
Kevin Ryde  <user42 at zip.com.au>:

(compilation-error-regexp-alist-alist): Add entry for two-arg form of
the Test module ok() func.


Revision 1.421.2.13 - (view) (download) (annotate) - [select for diffs]
Tue Jan 8 07:50:05 2008 UTC (16 years, 4 months ago) by gm
Branch: EMACS_22_BASE
CVS Tags: EMACS_PRETEST_22_1_90
Changes since 1.421.2.12: +5 -1 lines
Diff to previous 1.421.2.12 , to branch point 1.421 , to selected 1.280
Kevin Ryde  <user42 at zip.com.au>

(compilation-error-regexp-alist-alist): For perl, allow "during global
destruction" at end.


Revision 1.449 - (view) (download) (annotate) - [select for diffs]
Tue Jan 8 07:49:57 2008 UTC (16 years, 4 months ago) by gm
Branch: MAIN
Changes since 1.448: +7 -2 lines
Diff to previous 1.448 , to selected 1.280
Kevin Ryde  <user42 at zip.com.au>

(compilation-error-regexp-alist-alist): For perl, allow "during global
destruction" at end.


Revision 1.421.2.12 - (view) (download) (annotate) - [select for diffs]
Mon Jan 7 02:10:56 2008 UTC (16 years, 4 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.421.2.11: +1 -1 lines
Diff to previous 1.421.2.11 , to branch point 1.421 , to selected 1.280
Add 2008 to copyright years.


Revision 1.256.2.85 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 02:49:05 2007 UTC (16 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.256.2.84: +18 -10 lines
Diff to previous 1.256.2.84 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

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


Revision 1.276.2.69 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 02:38:46 2007 UTC (16 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.68: +18 -10 lines
Diff to previous 1.276.2.68 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

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


Revision 1.448 - (view) (download) (annotate) - [select for diffs]
Fri Dec 28 22:26:12 2007 UTC (16 years, 4 months ago) by miles
Branch: MAIN
Changes since 1.447: +16 -9 lines
Diff to previous 1.447 , to selected 1.280
Merge from emacs--rel--22

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


Revision 1.421.2.11 - (view) (download) (annotate) - [select for diffs]
Thu Dec 27 03:31:13 2007 UTC (16 years, 4 months ago) by rms
Branch: EMACS_22_BASE
Changes since 1.421.2.10: +34 -23 lines
Diff to previous 1.421.2.10 , to branch point 1.421 , to selected 1.280
(compilation-start): Set initial visible point properly even when
compilation buffer already current.


Revision 1.447 - (view) (download) (annotate) - [select for diffs]
Wed Dec 19 02:54:53 2007 UTC (16 years, 5 months ago) by gm
Branch: MAIN
Changes since 1.446: +2 -1 lines
Diff to previous 1.446 , to selected 1.280
John J Foerch  <jjfoerch at earthlink.net>  (tiny change)

(compilation-start): Don't pass a FRAME argument to display-buffer.


Revision 1.256.2.84 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 23:42:58 2007 UTC (16 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.256.2.83: +51 -0 lines
Diff to previous 1.256.2.83 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

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


Revision 1.276.2.68 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 09:51:05 2007 UTC (16 years, 5 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.67: +51 -0 lines
Diff to previous 1.276.2.67 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

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


Revision 1.446 - (view) (download) (annotate) - [select for diffs]
Mon Nov 12 18:29:05 2007 UTC (16 years, 6 months ago) by viniciusjl
Branch: MAIN
Changes since 1.445: +51 -0 lines
Diff to previous 1.445 , to selected 1.280
Insert patterns from compilation-perl.el and compilation-weblint.el files.


Revision 1.256.2.83 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 10:00:30 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.256.2.82: +25 -24 lines
Diff to previous 1.256.2.82 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 902-908)

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

 * emacs--rel--22  (patch 131-137)

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

 * gnus--rel--5.10  (patch 261-262)

   - Update from CVS

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


Revision 1.256.2.82 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:58:12 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.256.2.81: +10 -5 lines
Diff to previous 1.256.2.81 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 890-898)

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

 * emacs--rel--22  (patch 122-128)

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

 * gnus--rel--5.10  (patch 257-258)

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

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


Revision 1.256.2.81 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:56:47 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.256.2.80: +3 -6 lines
Diff to previous 1.256.2.80 , to branch point 1.256 , to selected 1.280
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.256.2.80 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:44:19 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.256.2.79: +7 -1 lines
Diff to previous 1.256.2.79 , to branch point 1.256 , to selected 1.280
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.256.2.79 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:40:33 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.256.2.78: +23 -17 lines
Diff to previous 1.256.2.78 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 839-851)

   - Update from CVS
   - Change capitalization of VC backend names for new backends
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 84-92)

   - Update from CVS
   - Change capitalization of VC backend names for new backends
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 242-244)

   - Update from CVS

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


Revision 1.256.2.78 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:39:06 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.256.2.77: +22 -22 lines
Diff to previous 1.256.2.77 , to branch point 1.256 , to selected 1.280
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.256.2.77 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:34:21 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.256.2.76: +9 -6 lines
Diff to previous 1.256.2.76 , to branch point 1.256 , to selected 1.280
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.256.2.76 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:33:03 2007 UTC (16 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.256.2.75: +74 -62 lines
Diff to previous 1.256.2.75 , to branch point 1.256 , to selected 1.280
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.276.2.67 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 09:11:51 2007 UTC (16 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.66: +25 -24 lines
Diff to previous 1.276.2.66 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 902-908)

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

 * emacs--rel--22  (patch 131-137)

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

 * gnus--rel--5.10  (patch 261-262)

   - Update from CVS

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


Revision 1.445 - (view) (download) (annotate) - [select for diffs]
Sat Oct 20 06:30:18 2007 UTC (16 years, 7 months ago) by dann
Branch: MAIN
Changes since 1.444: +25 -24 lines
Diff to previous 1.444 , to selected 1.280
* term/x-win.el (x-gtk-stock-map, icon-map-list)
(x-gtk-map-stock): Delete duplicated definitions from merge.

* progmodes/octave-mod.el: Require octave-inf at compile time

* progmodes/compile.el (compilation-skip-to-next-location)
(compilation-skip-threshold, compilation-skip-visited): Move
definitions earlier.

* play/zone.el (zone-fall-through-ws):
* play/landmark.el (lm-move-down, lm-move-up):
* play/handwrite.el (handwrite):
* mail/mspools.el (mspools-visit-spool):
* wdired.el (wdired-next-line, wdired-previous-line):
* tar-mode.el (tar-subfile-save-buffer):
* scroll-lock.el (scroll-lock-next-line)
(scroll-lock-previous-line):
* image-dired.el (image-dired-next-line)
(image-dired-previous-line):
* ediff-help.el (ediff-help-message-line-length): Use
forward-line.

* smerge-mode.el (smerge-auto-refine):
* diff-mode.el (diff-auto-refine): Add :group.

* play/yow.el: Require doctor at compile time.

* vmsproc.el: Provide vmsproc.
(command-send-input): Use forward-line.

* vms-patch.el: Require ps-print and vmsproc at compile time.

* vc-mtn.el (log-view-message-re, log-view-file-re)
(log-view-font-lock-keywords): Pacify byte-compiler.

* vc-hg.el: Require log-view at compile time.


Revision 1.276.2.66 - (view) (download) (annotate) - [select for diffs]
Fri Oct 19 00:00:03 2007 UTC (16 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.65: +10 -5 lines
Diff to previous 1.276.2.65 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 890-898)

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

 * emacs--rel--22  (patch 122-128)

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

 * gnus--rel--5.10  (patch 257-258)

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

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


Revision 1.444 - (view) (download) (annotate) - [select for diffs]
Wed Oct 17 16:24:32 2007 UTC (16 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.443: +10 -5 lines
Diff to previous 1.443 , to selected 1.280
(compilation-next-error-function): Fix timestamp
handling, so compilation-fake-loc works again.


Revision 1.276.2.65 - (view) (download) (annotate) - [select for diffs]
Thu Oct 11 16:21:43 2007 UTC (16 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.64: +3 -6 lines
Diff to previous 1.276.2.64 , to branch point 1.276 , to selected 1.280
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.443 - (view) (download) (annotate) - [select for diffs]
Tue Oct 9 08:52:44 2007 UTC (16 years, 7 months ago) by miles
Branch: MAIN
Changes since 1.442: +3 -6 lines
Diff to previous 1.442 , to selected 1.280
Merge from emacs--rel--22

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


Revision 1.421.2.10 - (view) (download) (annotate) - [select for diffs]
Thu Sep 20 18:56:18 2007 UTC (16 years, 8 months ago) by monnier
Branch: EMACS_22_BASE
Changes since 1.421.2.9: +1 -1 lines
Diff to previous 1.421.2.9 , to branch point 1.421 , to selected 1.280
(compilation-error-regexp-alist-alist):
Recognize gcc's use of "note" for informational messages.


Revision 1.421.2.9 - (view) (download) (annotate) - [select for diffs]
Fri Sep 7 03:48:30 2007 UTC (16 years, 8 months ago) by monnier
Branch: EMACS_22_BASE
Changes since 1.421.2.8: +2 -5 lines
Diff to previous 1.421.2.8 , to branch point 1.421 , to selected 1.280
(compilation-get-file-structure): Complete last
change by also using spec-directory in the puthash.


Revision 1.423.2.9 - (view) (download) (annotate) - [select for diffs]
Tue Aug 21 04:55:05 2007 UTC (16 years, 9 months ago) by miles
Branch: multi-tty
Changes since 1.423.2.8: +7 -1 lines
Diff to previous 1.423.2.8 , to branch point 1.423 , to next main 1.504 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

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

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

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

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

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

   - Update from CVS

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


Revision 1.276.2.64 - (view) (download) (annotate) - [select for diffs]
Tue Aug 21 04:53:25 2007 UTC (16 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.63: +7 -1 lines
Diff to previous 1.276.2.63 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

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

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

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

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

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

   - Update from CVS

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


Revision 1.442 - (view) (download) (annotate) - [select for diffs]
Fri Aug 17 07:17:13 2007 UTC (16 years, 9 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.441: +7 -1 lines
Diff to previous 1.441 , to selected 1.280
(compilation-get-file-structure): Make use of the directory part when
checking for an existing entry, to handle files with same basename in
different directories.


Revision 1.421.2.8 - (view) (download) (annotate) - [select for diffs]
Fri Aug 17 07:16:17 2007 UTC (16 years, 9 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.421.2.7: +7 -1 lines
Diff to previous 1.421.2.7 , to branch point 1.421 , to selected 1.280
(compilation-get-file-structure): Make use of the directory part when
checking for an existing entry, to handle files with same basename in
different directories.


Revision 1.423.2.8 - (view) (download) (annotate) - [select for diffs]
Mon Aug 13 13:50:15 2007 UTC (16 years, 9 months ago) by miles
Branch: multi-tty
Changes since 1.423.2.7: +9 -12 lines
Diff to previous 1.423.2.7 , to branch point 1.423 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 846-851)

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

 * emacs--rel--22  (patch 88-92)

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

 * gnus--rel--5.10  (patch 242-244)

   - Update from CVS

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


Revision 1.276.2.63 - (view) (download) (annotate) - [select for diffs]
Mon Aug 13 13:47:26 2007 UTC (16 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.62: +9 -12 lines
Diff to previous 1.276.2.62 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 846-851)

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

 * emacs--rel--22  (patch 88-92)

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

 * gnus--rel--5.10  (patch 242-244)

   - Update from CVS

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


Revision 1.441 - (view) (download) (annotate) - [select for diffs]
Mon Aug 13 13:40:55 2007 UTC (16 years, 9 months ago) by miles
Branch: MAIN
Changes since 1.440: +5 -7 lines
Diff to previous 1.440 , to selected 1.280
Merge from emacs--rel--22

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


Revision 1.440 - (view) (download) (annotate) - [select for diffs]
Sat Aug 11 03:02:05 2007 UTC (16 years, 9 months ago) by gm
Branch: MAIN
Changes since 1.439: +2 -3 lines
Diff to previous 1.439 , to selected 1.280
(compilation-buffer-name): Don't check compilation-arguments.  It is
superfluous, and the variable isn't even set when this function is
called.


Revision 1.421.2.7 - (view) (download) (annotate) - [select for diffs]
Wed Aug 8 05:57:54 2007 UTC (16 years, 9 months ago) by m061211
Branch: EMACS_22_BASE
Changes since 1.421.2.6: +5 -7 lines
Diff to previous 1.421.2.6 , to branch point 1.421 , to selected 1.280
(compilation-set-window-height): Use window-full-width-p instead of
comparing frame-width and window-width.
(compilation-find-buffer): Remove extra
argument in call to compilation-buffer-internal-p.


Revision 1.439 - (view) (download) (annotate) - [select for diffs]
Tue Aug 7 20:10:14 2007 UTC (16 years, 9 months ago) by sds
Branch: MAIN
Changes since 1.438: +2 -2 lines
Diff to previous 1.438 , to selected 1.280
(compilation-start): Pass nil as startfile to comint-exec.


Revision 1.423.2.7 - (view) (download) (annotate) - [select for diffs]
Fri Aug 3 05:58:03 2007 UTC (16 years, 9 months ago) by miles
Branch: multi-tty
Changes since 1.423.2.6: +20 -11 lines
Diff to previous 1.423.2.6 , to branch point 1.423 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 843-845)

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

 * emacs--rel--22  (patch 84-87)

   - Update from CVS
   - Change capitalization of VC backend names for new backends

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


Revision 1.276.2.62 - (view) (download) (annotate) - [select for diffs]
Fri Aug 3 05:57:12 2007 UTC (16 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.61: +20 -11 lines
Diff to previous 1.276.2.61 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 843-844)

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

 * emacs--rel--22  (patch 84-87)

   - Update from CVS
   - Change capitalization of VC backend names for new backends

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


Revision 1.438 - (view) (download) (annotate) - [select for diffs]
Fri Aug 3 05:49:57 2007 UTC (16 years, 9 months ago) by miles
Branch: MAIN
Changes since 1.437: +20 -11 lines
Diff to previous 1.437 , to selected 1.280
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 84-87)

   - Update from CVS
   - Change capitalization of VC backend names for new backends

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

   * lisp/mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
   to update deleted flag.

   * lisp/cus-edit.el (customize-apropos, customize-apropos-options)
   (customize-apropos-faces, customize-apropos-groups): Improve prompt.

   * lisp/menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.

   * lisp/startup.el (fancy-splash-head, startup-echo-area-message):
   Change message text.

   * lisp/emulation/tpu-edt.el (next-line-internal): Setting deleted.
   All callers use line-move.

   * lisp/progmodes/compile.el (compilation-find-buffer): Return current
   buffer immediately if suitable.
   (compile, compilation-buffer-name, compilation-start): Doc fixes.

2007-07-31  Daiki Ueno  <ueno@unixuser.org>

   * lisp/faces.el (face-normalize-spec): New function.
   (frame-set-background-mode): Normalize face-spec before calling
   face-spec-match-p.

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

   * lisp/server.el (server-window): Add switch-to-buffer-other-frame option.

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

   * src/fileio.c (Fvisited_file_modtime): Use make_time.

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


Revision 1.276.2.61 - (view) (download) (annotate) - [select for diffs]
Fri Aug 3 05:20:32 2007 UTC (16 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.60: +8 -3 lines
Diff to previous 1.276.2.60 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

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

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

 * emacs--rel--22  (patch 75-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--unicode--0--patch-239


Revision 1.421.2.6 - (view) (download) (annotate) - [select for diffs]
Thu Aug 2 17:39:28 2007 UTC (16 years, 9 months ago) by rms
Branch: EMACS_22_BASE
Changes since 1.421.2.5: +20 -11 lines
Diff to previous 1.421.2.5 , to branch point 1.421 , to selected 1.280
(compilation-find-buffer): Return current buffer immediately if suitable.
(compile, compilation-buffer-name, compilation-start): Doc fixes.


Revision 1.423.2.6 - (view) (download) (annotate) - [select for diffs]
Tue Jul 31 05:49:34 2007 UTC (16 years, 9 months ago) by miles
Branch: multi-tty
Changes since 1.423.2.5: +22 -22 lines
Diff to previous 1.423.2.5 , to branch point 1.423 , to selected 1.280
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.437 - (view) (download) (annotate) - [select for diffs]
Mon Jul 30 17:38:24 2007 UTC (16 years, 9 months ago) by monnier
Branch: MAIN
Changes since 1.436: +8 -3 lines
Diff to previous 1.436 , to selected 1.280
(compilation-forget-errors): Reset compilation-auto-jump-to-next.


Revision 1.276.2.60 - (view) (download) (annotate) - [select for diffs]
Fri Jul 27 10:51:24 2007 UTC (16 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.59: +14 -19 lines
Diff to previous 1.276.2.59 , to branch point 1.276 , to selected 1.280
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.436 - (view) (download) (annotate) - [select for diffs]
Thu Jul 26 05:27:25 2007 UTC (16 years, 9 months ago) by miles
Branch: MAIN
Changes since 1.435: +1 -1 lines
Diff to previous 1.435 , to selected 1.280
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.276.2.40.2.15 - (view) (download) (annotate) - [select for diffs]
Wed Jul 25 05:45:51 2007 UTC (16 years, 9 months ago) by miles
Branch: unicode-xft
Changes since 1.276.2.40.2.14: +9 -6 lines
Diff to previous 1.276.2.40.2.14 , to branch point 1.276.2.40 , to next main 1.276.2.71 , to selected 1.280
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.435 - (view) (download) (annotate) - [select for diffs]
Wed Jul 25 04:32:23 2007 UTC (16 years, 9 months ago) by monnier
Branch: MAIN
Changes since 1.434: +4 -0 lines
Diff to previous 1.434 , to selected 1.280
(compilation-error-regexp-alist-alist): Add support for the Maden build tool.


Revision 1.421.2.5 - (view) (download) (annotate) - [select for diffs]
Wed Jul 25 04:29:36 2007 UTC (16 years, 9 months ago) by gm
Branch: EMACS_22_BASE
Changes since 1.421.2.4: +1 -1 lines
Diff to previous 1.421.2.4 , to branch point 1.421 , to selected 1.280
Switch license to GPLv3 or later.


Revision 1.434 - (view) (download) (annotate) - [select for diffs]
Tue Jul 24 20:49:18 2007 UTC (16 years, 9 months ago) by albinus
Branch: MAIN
Changes since 1.433: +9 -18 lines
Diff to previous 1.433 , to selected 1.280
* subr.el (start-file-process-shell-command)
(process-file-shell-command): New defuns.

* progmodes/compile.el (compilation-start): Apply
`start-file-process-shell-command'.


Revision 1.423.2.5 - (view) (download) (annotate) - [select for diffs]
Tue Jul 24 01:24:58 2007 UTC (16 years, 9 months ago) by miles
Branch: multi-tty
Changes since 1.423.2.4: +9 -6 lines
Diff to previous 1.423.2.4 , to branch point 1.423 , to selected 1.280
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.276.2.59 - (view) (download) (annotate) - [select for diffs]
Tue Jul 24 01:23:30 2007 UTC (16 years, 9 months ago) by miles
Branch: emacs-unicode-2
CVS Tags: unicode-xft-base
Changes since 1.276.2.58: +9 -6 lines
Diff to previous 1.276.2.58 , to branch point 1.276 , to selected 1.280
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.433 - (view) (download) (annotate) - [select for diffs]
Fri Jul 20 20:25:32 2007 UTC (16 years, 10 months ago) by dann
Branch: MAIN
Changes since 1.432: +3 -1 lines
Diff to previous 1.432 , to selected 1.280
(compilation-auto-jump-to-first-error): Add
group and version.


Revision 1.432 - (view) (download) (annotate) - [select for diffs]
Fri Jul 20 18:54:56 2007 UTC (16 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.431: +6 -5 lines
Diff to previous 1.431 , to selected 1.280
(compilation-start): Remember the original directory in a buffer-local
compilation-directory.
(compile): Set the global value of compilation-directory.
(recompile): Use compilation-directory even if run from the compilation buffer.


Revision 1.276.2.40.2.14 - (view) (download) (annotate) - [select for diffs]
Tue Jul 17 04:54:47 2007 UTC (16 years, 10 months ago) by miles
Branch: unicode-xft
Changes since 1.276.2.40.2.13: +74 -62 lines
Diff to previous 1.276.2.40.2.13 , to branch point 1.276.2.40 , to selected 1.280
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.276.2.58 - (view) (download) (annotate) - [select for diffs]
Sun Jul 15 04:47:16 2007 UTC (16 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.57: +74 -62 lines
Diff to previous 1.276.2.57 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

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

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

 * 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--unicode--0--patch-230


Revision 1.423.2.4 - (view) (download) (annotate) - [select for diffs]
Sun Jul 15 02:04:00 2007 UTC (16 years, 10 months ago) by miles
Branch: multi-tty
Changes since 1.423.2.3: +74 -62 lines
Diff to previous 1.423.2.3 , to branch point 1.423 , to selected 1.280
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.431 - (view) (download) (annotate) - [select for diffs]
Wed Jul 11 19:38:21 2007 UTC (16 years, 10 months ago) by albinus
Branch: MAIN
Changes since 1.430: +23 -8 lines
Diff to previous 1.430 , to selected 1.280
* progmodes/compile.el (compilation-start): `start-process' must
still be redefined when calling `start-process-shell-command'.

* progmodes/gud.el (gud-file-name): When `default-directory' is a
remote file name, prepend its remote part to the filename.
(gud-common-init): When `default-directory' is a remote file name,
make the filename relative to it.
Based on a patch by Nick Roberts <nickrob@snap.net.nz>.


Revision 1.430 - (view) (download) (annotate) - [select for diffs]
Tue Jul 10 19:52:11 2007 UTC (16 years, 10 months ago) by albinus
Branch: MAIN
Changes since 1.429: +20 -34 lines
Diff to previous 1.429 , to selected 1.280
* comint.el (make-comint, make-comint-in-buffer)
(comint-exec-1): Replace `start-process' by `start-file-process'.

* progmodes/compile.el (compilation-start): Revert redefining
`start-process'.


Revision 1.429 - (view) (download) (annotate) - [select for diffs]
Tue Jul 10 16:01:23 2007 UTC (16 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.428: +37 -14 lines
Diff to previous 1.428 , to selected 1.280
(compilation-auto-jump-to-first-error,compilation-auto-jump-to-next): New vars.
(compilation-auto-jump): New function.
(compilation-error-properties): Use them to jump to first error.
(compilation-start): Set the var if requested.


Revision 1.428 - (view) (download) (annotate) - [select for diffs]
Sun Jul 8 18:03:20 2007 UTC (16 years, 10 months ago) by albinus
Branch: MAIN
Changes since 1.427: +19 -31 lines
Diff to previous 1.427 , to selected 1.280
* files.el (file-remote-p): Introduce optional parameter CONNECTED.

* net/tramp.el:
* net/tramp-ftp.el:
* net/tramp-smb.el:
* net/tramp-uu.el:
* net/trampver.el: Migrate to Tramp 2.1.

* net/tramp-cache.el:
* net/tramp-fish.el:
* net/tramp-gw.el: New Tramp packages.

* net/tramp-util.el:
* net/tramp-vc.el: Removed.

* net/ange-ftp.el: Add ange-ftp property to 'start-file-process
(ange-ftp-file-remote-p): Handle optional parameter CONNECTED.

* net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.

* progmodes/compile.el (compilation-start): Redefine
`start-process' temporarily when `default-directory' is remote.
Remove case of synchronous compilation, this won't happen ever.
(compilation-setup): Make local variable `comint-file-name-prefix'
for remote compilation.


Revision 1.256.2.75 - (view) (download) (annotate) - [select for diffs]
Sat Jun 16 23:37:41 2007 UTC (16 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.256.2.74: +27 -16 lines
Diff to previous 1.256.2.74 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

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

   - Update from CVS
   - Merge from emacs--rel--22
   - Merge from emacs--rel--22, gnus--rel--5.10
   - Fix tq.el edge case
   - Merge from gnus--rel--5.10

 * emacs--rel--22  (patch 26-41)

   - Update from CVS
   - lisp/vc-hooks.el (vc-find-root): Fix file attribute test

 * gnus--rel--5.10  (patch 224-228)

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

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


Revision 1.276.2.40.2.13 - (view) (download) (annotate) - [select for diffs]
Mon Jun 11 02:30:24 2007 UTC (16 years, 11 months ago) by miles
Branch: unicode-xft
Changes since 1.276.2.40.2.12: +27 -16 lines
Diff to previous 1.276.2.40.2.12 , to branch point 1.276.2.40 , to selected 1.280
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 771-792)

   - Update from CVS
   - Merge from emacs--rel--22
   - Merge from emacs--rel--22, gnus--rel--5.10
   - Fix tq.el edge case
   - Merge from gnus--rel--5.10

 * emacs--rel--22  (patch 26-41)

   - Update from CVS
   - lisp/vc-hooks.el (vc-find-root): Fix file attribute test

 * emacs--unicode--0  (patch 210-219)

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

 * gnus--rel--5.10  (patch 224-228)

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

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


Revision 1.423.2.3 - (view) (download) (annotate) - [select for diffs]
Mon Jun 11 00:59:24 2007 UTC (16 years, 11 months ago) by miles
Branch: multi-tty
Changes since 1.423.2.2: +27 -16 lines
Diff to previous 1.423.2.2 , to branch point 1.423 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 781-792)

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

 * emacs--rel--22  (patch 33-41)
 * gnus--rel--5.10  (patch 226-228)

   - Update from CVS

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


Revision 1.276.2.57 - (view) (download) (annotate) - [select for diffs]
Mon Jun 11 00:57:56 2007 UTC (16 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.56: +27 -16 lines
Diff to previous 1.276.2.56 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 781-792)

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

 * emacs--rel--22  (patch 33-41)
 * gnus--rel--5.10  (patch 226-228)

   - Update from CVS

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


Revision 1.421.2.4 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 22:53:06 2007 UTC (16 years, 11 months ago) by lektu
Branch: EMACS_22_BASE
Changes since 1.421.2.3: +6 -6 lines
Diff to previous 1.421.2.3 , to branch point 1.421 , to selected 1.280
(compilation-find-file, compilation-handle-exit): Fix typos in docstrings.
(compilation-search-path, compilation-buffer-name-function): Doc fixes.
(compilation-finish-function): Fix typo in obsolescence declaration.


Revision 1.427 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 01:35:27 2007 UTC (16 years, 11 months ago) by lektu
Branch: MAIN
Changes since 1.426: +7 -7 lines
Diff to previous 1.426 , to selected 1.280
(compilation-find-file, compilation-handle-exit): Fix typos in docstrings.
(compilation-search-path, compilation-buffer-name-function): Doc fixes.
(compilation-finish-function): Fix typo in obsolescence declaration.


Revision 1.426 - (view) (download) (annotate) - [select for diffs]
Sun Jun 3 18:56:15 2007 UTC (16 years, 11 months ago) by sds
Branch: MAIN
Changes since 1.425: +20 -9 lines
Diff to previous 1.425 , to selected 1.280
Add TIMESTAMP to LOC to handle "incremental compilation", e.g.,
with `omake -P': the compilation process never terminates and
automatically recompiles modified files.


Revision 1.423.2.2 - (view) (download) (annotate) - [select for diffs]
Fri May 25 02:47:21 2007 UTC (16 years, 11 months ago) by miles
Branch: multi-tty
Changes since 1.423.2.1: +4 -3 lines
Diff to previous 1.423.2.1 , to branch point 1.423 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 765-770)

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

 * emacs--rel--22  (patch 24-25)
 * gnus--rel--5.10  (patch 222-223)

   - Update from CVS

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


Revision 1.276.2.40.2.12 - (view) (download) (annotate) - [select for diffs]
Thu May 24 22:23:04 2007 UTC (16 years, 11 months ago) by miles
Branch: unicode-xft
Changes since 1.276.2.40.2.11: +22 -7 lines
Diff to previous 1.276.2.40.2.11 , to branch point 1.276.2.40 , to selected 1.280
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 726-770)

   - Update from CVS
   - Merge from emacs--rel--22
   - Merge from gnus--rel--5.10
   - Update from CVS: lisp/textmodes/sgml-mode.el: Revert last change.

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

   - Update from CVS
   - Update from CVS: src/xterm.c (XTread_socket): Revert last change.

 * emacs--unicode--0  (patch 203-209)

   - Update from CVS
   - Merge from emacs--devo--0
   - Update from CVS: src/syntax.c (skip_syntaxes): Synch with the trunk.
   - Move NEWS entries for unicode branch into etc/NEWS.unicode

 * gnus--rel--5.10  (patch 218-223)

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

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


Revision 1.256.2.74 - (view) (download) (annotate) - [select for diffs]
Thu May 24 21:50:23 2007 UTC (16 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.256.2.73: +22 -7 lines
Diff to previous 1.256.2.73 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 726-770)

   - Update from CVS
   - Merge from emacs--rel--22
   - Merge from gnus--rel--5.10
   - Update from CVS: lisp/textmodes/sgml-mode.el: Revert last change.

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

   - Update from CVS
   - Update from CVS: src/xterm.c (XTread_socket): Revert last change.

 * gnus--rel--5.10  (patch 218-223)

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

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


Revision 1.276.2.56 - (view) (download) (annotate) - [select for diffs]
Thu May 24 21:30:56 2007 UTC (16 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.55: +4 -3 lines
Diff to previous 1.276.2.55 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 751-770)

   - Update from CVS
   - Merge from emacs--rel--22
   - Update from CVS: lisp/textmodes/sgml-mode.el: Revert last change.
   - Merge from gnus--rel--5.10

 * emacs--rel--22  (patch 18-25)
 * gnus--rel--5.10  (patch 222-223)

   - Update from CVS

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


Revision 1.425 - (view) (download) (annotate) - [select for diffs]
Wed May 23 08:11:59 2007 UTC (17 years ago) by gm
Branch: MAIN
Changes since 1.424: +4 -3 lines
Diff to previous 1.424 , to selected 1.280
Nikolaj Schumacher  <n_schumacher at web.de>  (tiny change)

(compilation-handle-exit): `compilation-finish-function' may change
the current buffer.


Revision 1.421.2.3 - (view) (download) (annotate) - [select for diffs]
Wed May 23 08:09:37 2007 UTC (17 years ago) by gm
Branch: EMACS_22_BASE
CVS Tags: EMACS_22_1, EMACS_22_BRANCHPOINT
Changes since 1.421.2.2: +4 -3 lines
Diff to previous 1.421.2.2 , to branch point 1.421 , to selected 1.280
Nikolaj Schumacher  <n_schumacher at web.de>  (tiny change)

(compilation-handle-exit): `compilation-finish-function' may change
the current buffer.


Revision 1.423.2.1 - (view) (download) (annotate) - [select for diffs]
Sun May 20 23:29:08 2007 UTC (17 years ago) by miles
Branch: multi-tty
Changes since 1.423: +1 -1 lines
Diff to previous 1.423 , to selected 1.280
Merged from emacs--devo--0

Patches applied:

 * emacs@sv.gnu.org/emacs--devo--0--patch-744
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-745
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-746
   Merge from emacs--rel--22

 * emacs@sv.gnu.org/emacs--devo--0--patch-747
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-748
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-749
   Merge from gnus--rel--5.10

 * emacs@sv.gnu.org/emacs--devo--0--patch-750
   Merge from emacs--rel--22

 * emacs@sv.gnu.org/emacs--devo--0--patch-751
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-752
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-753
   Merge from emacs--rel--22

 * emacs@sv.gnu.org/emacs--devo--0--patch-754
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-755
   Merge from emacs--rel--22

 * emacs@sv.gnu.org/emacs--devo--0--patch-756
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-757
   Update from CVS: lisp/textmodes/sgml-mode.el: Revert last change.

 * emacs@sv.gnu.org/emacs--devo--0--patch-758
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-759
   Merge from emacs--rel--22

 * emacs@sv.gnu.org/emacs--devo--0--patch-760
   Update from CVS

 * emacs@sv.gnu.org/emacs--devo--0--patch-761
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-14
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-15
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-16
   Update from CVS: src/xterm.c (XTread_socket): Revert last change.

 * emacs@sv.gnu.org/emacs--rel--22--patch-17
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-18
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-19
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-20
   Update from CVS

 * emacs@sv.gnu.org/emacs--rel--22--patch-21
   Update from CVS

 * emacs@sv.gnu.org/gnus--rel--5.10--patch-221
   Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-12
Creator:  Karoly Lorentey <karoly@lorentey.hu>


Revision 1.424 - (view) (download) (annotate) - [select for diffs]
Wed May 16 15:43:57 2007 UTC (17 years ago) by lektu
Branch: MAIN
Changes since 1.423: +1 -1 lines
Diff to previous 1.423 , to selected 1.280
(compilation-handle-exit): Quote first argument of `run-hook-with-args'.


Revision 1.421.2.2 - (view) (download) (annotate) - [select for diffs]
Wed May 16 15:35:18 2007 UTC (17 years ago) by lektu
Branch: EMACS_22_BASE
CVS Tags: EMACS_PRETEST_22_0_990
Changes since 1.421.2.1: +1 -1 lines
Diff to previous 1.421.2.1 , to branch point 1.421 , to selected 1.280
(compilation-handle-exit): Quote first argument of `run-hook-with-args'.


Revision 1.276.2.55 - (view) (download) (annotate) - [select for diffs]
Tue May 15 07:17:05 2007 UTC (17 years ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.54: +19 -5 lines
Diff to previous 1.276.2.54 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 726-750)

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

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

   - Update from CVS
   - Update from CVS: src/xterm.c (XTread_socket): Revert last change.

 * gnus--rel--5.10  (patch 218-221)

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

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


Revision 1.423 - (view) (download) (annotate) - [select for diffs]
Fri May 11 04:44:30 2007 UTC (17 years ago) by miles
Branch: MAIN
Branch point for: multi-tty
Changes since 1.422: +1 -4 lines
Diff to previous 1.422 , to selected 1.280
Merge from emacs--rel--22

Patches applied:

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

   - Update from CVS

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

   * lisp/international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
   (iso-cvt-write-only): Likewise.

   * lisp/emacs-lisp/easy-mmode.el (define-minor-mode):
   Fix generated doc string.

   * lisp/startup.el (fancy-splash-text): Add URL of guided tour.
   Adjust horizontal and vertical whitespace.

   * lisp/progmodes/compile.el (compilation-handle-exit):
   Use run-hook-with-args to run compilation-finish-functions.

   * lisp/files.el (file-start-mode-alist): New variable.
   (magic-mode-regexp-match-limit): Doc fix.
   (set-auto-mode): Handle file-start-mode-alist.
   A little cleanup of structure.

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

   * lispref/keymaps.texi (Scanning Keymaps): Update where-is-internal example.

   * lispref/help.texi (Keys in Documentation): Add reference to
   Documentation Tips.

   * lispref/files.texi (Format Conversion): TO-FN gets three arguments.

   * lispref/modes.texi (Auto Major Mode): Document file-start-mode-alist.

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


Revision 1.421.2.1 - (view) (download) (annotate) - [select for diffs]
Thu May 10 16:10:27 2007 UTC (17 years ago) by rms
Branch: EMACS_22_BASE
Changes since 1.421: +1 -4 lines
Diff to previous 1.421 , to selected 1.280
(compilation-handle-exit):
Use run-hook-with-args to run compilation-finish-functions.


Revision 1.422 - (view) (download) (annotate) - [select for diffs]
Tue May 8 16:02:14 2007 UTC (17 years ago) by monnier
Branch: MAIN
Changes since 1.421: +18 -1 lines
Diff to previous 1.421 , to selected 1.280
(compilation-find-file): Add a big comment.


Revision 1.256.2.73 - (view) (download) (annotate) - [select for diffs]
Tue May 1 23:55:05 2007 UTC (17 years ago) by miles
Branch: lexbind
Changes since 1.256.2.72: +1 -1 lines
Diff to previous 1.256.2.72 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 698-725)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Merge from emacs--rel--22
   - Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change.

 * emacs--rel--22  (base, patch 1-5)

   - tag of emacs@sv.gnu.org/emacs--devo--0--patch-709
   - Sync to CVS tag EMACS_22_BRANCHPOINT
   - Sync to CVS branch EMACS_22_BASE
   - Update from CVS

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

   - Update from CVS

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


Revision 1.256.2.72 - (view) (download) (annotate) - [select for diffs]
Tue May 1 23:51:39 2007 UTC (17 years ago) by miles
Branch: lexbind
Changes since 1.256.2.71: +3 -2 lines
Diff to previous 1.256.2.71 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 676-697)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Release ERC 5.2.

 * gnus--rel--5.10  (patch 211-215)

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

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


Revision 1.276.2.40.2.11 - (view) (download) (annotate) - [select for diffs]
Tue May 1 23:27:19 2007 UTC (17 years ago) by miles
Branch: unicode-xft
Changes since 1.276.2.40.2.10: +1 -1 lines
Diff to previous 1.276.2.40.2.10 , to branch point 1.276.2.40 , to selected 1.280
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 698-725)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Merge from emacs--rel--22
   - Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change.

 * emacs--rel--22  (base, patch 1-5)

   - tag of emacs@sv.gnu.org/emacs--devo--0--patch-709
   - Sync to CVS tag EMACS_22_BRANCHPOINT
   - Sync to CVS branch EMACS_22_BASE
   - Update from CVS

 * emacs--unicode--0  (patch 191-202)

   - Change default value of `enable_font_backend' to 1
   - Update from CVS
   - Move src/ChangeLog entry to src/ChangeLog.unicode
   - Merge from emacs--devo--0

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

   - Update from CVS

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


Revision 1.276.2.54 - (view) (download) (annotate) - [select for diffs]
Tue Apr 24 21:56:16 2007 UTC (17 years ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.53: +1 -1 lines
Diff to previous 1.276.2.53 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 698-710)

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

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

   - Update from CVS

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


Revision 1.421 - (view) (download) (annotate) - [select for diffs]
Fri Apr 13 15:09:37 2007 UTC (17 years, 1 month ago) by cyd
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_98, EMACS_PRETEST_22_0_99
Branch point for: EMACS_22_BASE
Changes since 1.420: +1 -1 lines
Diff to previous 1.420 , to selected 1.280
Revert 2007-03-25 change.


Revision 1.276.2.40.2.10 - (view) (download) (annotate) - [select for diffs]
Wed Apr 11 00:40:31 2007 UTC (17 years, 1 month ago) by miles
Branch: unicode-xft
Changes since 1.276.2.40.2.9: +4 -13 lines
Diff to previous 1.276.2.40.2.9 , to branch point 1.276.2.40 , to selected 1.280
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 670-697)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Release ERC 5.2.

 * emacs--unicode--0  (patch 185-189)

   - Merge from emacs--devo--0
   - Update from CVS
   - vc-bzr.el: New file.

 * gnus--rel--5.10  (patch 209-215)

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

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


Revision 1.276.2.53 - (view) (download) (annotate) - [select for diffs]
Wed Apr 11 00:17:21 2007 UTC (17 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.52: +3 -2 lines
Diff to previous 1.276.2.52 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 675-697)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Release ERC 5.2.

 * gnus--rel--5.10  (patch 211-215)

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

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


Revision 1.420 - (view) (download) (annotate) - [select for diffs]
Mon Mar 26 10:20:27 2007 UTC (17 years, 1 month ago) by nickrob
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_97
Changes since 1.419: +1 -1 lines
Diff to previous 1.419 , to selected 1.280
Change help-echo (again).  `Entering directory DIR' visits DIR
but `Leaving directory DIR' visits parent of DIR.


Revision 1.419 - (view) (download) (annotate) - [select for diffs]
Sun Mar 25 17:52:31 2007 UTC (17 years, 1 month ago) by cyd
Branch: MAIN
Changes since 1.418: +2 -1 lines
Diff to previous 1.418 , to selected 1.280
(compilation-start): Save compilation-directory rather than
default-directory as local var.
(compilation-directory): Mark as safe local var.


Revision 1.256.2.71 - (view) (download) (annotate) - [select for diffs]
Fri Mar 23 00:46:26 2007 UTC (17 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.256.2.70: +1 -11 lines
Diff to previous 1.256.2.70 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 671-675)

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

 * gnus--rel--5.10  (patch 209-210)

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

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


Revision 1.276.2.52 - (view) (download) (annotate) - [select for diffs]
Wed Mar 21 13:32:59 2007 UTC (17 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.51: +1 -11 lines
Diff to previous 1.276.2.51 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 670-674)

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

 * gnus--rel--5.10  (patch 209-210)

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

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


Revision 1.418 - (view) (download) (annotate) - [select for diffs]
Sun Mar 18 02:49:54 2007 UTC (17 years, 2 months ago) by nickrob
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_96
Changes since 1.417: +1 -11 lines
Diff to previous 1.417 , to selected 1.280
(compilation-find-file): Revert change
from 2006-07-18 to allow completion of directory names.
Reported by John Carter <john.carter@tait.co.nz>.


Revision 1.256.2.70 - (view) (download) (annotate) - [select for diffs]
Sun Feb 11 14:34:46 2007 UTC (17 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.256.2.69: +36 -26 lines
Diff to previous 1.256.2.69 , to branch point 1.256 , to selected 1.280
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.276.2.40.2.9 - (view) (download) (annotate) - [select for diffs]
Tue Jan 30 23:02:41 2007 UTC (17 years, 3 months ago) by miles
Branch: unicode-xft
Changes since 1.276.2.40.2.8: +36 -26 lines
Diff to previous 1.276.2.40.2.8 , to branch point 1.276.2.40 , to selected 1.280
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.276.2.51 - (view) (download) (annotate) - [select for diffs]
Fri Jan 26 06:15:54 2007 UTC (17 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.50: +36 -26 lines
Diff to previous 1.276.2.50 , to branch point 1.276 , to selected 1.280
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.417 - (view) (download) (annotate) - [select for diffs]
Sun Jan 21 03:20:45 2007 UTC (17 years, 4 months ago) by gm
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_93, EMACS_PRETEST_22_0_94, EMACS_PRETEST_22_0_95
Changes since 1.416: +1 -1 lines
Diff to previous 1.416 , to selected 1.280
Add 2007 to copyright years.


Revision 1.416 - (view) (download) (annotate) - [select for diffs]
Fri Jan 19 23:01:15 2007 UTC (17 years, 4 months ago) by pfeiffer
Branch: MAIN
Changes since 1.415: +1 -1 lines
Diff to previous 1.415 , to selected 1.280
Add handling for makepplog.


Revision 1.415 - (view) (download) (annotate) - [select for diffs]
Fri Jan 19 02:25:48 2007 UTC (17 years, 4 months ago) by cyd
Branch: MAIN
Changes since 1.414: +31 -21 lines
Diff to previous 1.414 , to selected 1.280
(compilation-loop): New arg limit.  Handle case where the first error
is at point-min.
(compilation-next-error): New arg to compilation-loop call.


Revision 1.414 - (view) (download) (annotate) - [select for diffs]
Tue Jan 9 03:12:53 2007 UTC (17 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.413: +3 -3 lines
Diff to previous 1.413 , to selected 1.280
(compile): Doc fix.


Revision 1.276.2.40.2.8 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 01:41:58 2007 UTC (17 years, 4 months ago) by miles
Branch: unicode-xft
Changes since 1.276.2.40.2.7: +4 -4 lines
Diff to previous 1.276.2.40.2.7 , to branch point 1.276.2.40 , to selected 1.280
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 523-582)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from erc--emacs--22
   - erc-iswitchb: Temporarily enable iswitchb mode

 * emacs--unicode--0  (patch 150-159)

   - Merge from emacs--devo--0
   - Update from CVS
   - Fix ChangeLog
   - Update from CVS: src/regex.c (regex_compile): Synch with HEAD.
   - Regenerate configure with autoconf 2.61

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

   - Update from CVS
   - Merge from emacs--devo--0
   - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice.

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


Revision 1.256.2.69 - (view) (download) (annotate) - [select for diffs]
Sat Dec 16 03:52:30 2006 UTC (17 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.256.2.68: +4 -4 lines
Diff to previous 1.256.2.68 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 523-544)

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

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

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

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


Revision 1.276.2.50 - (view) (download) (annotate) - [select for diffs]
Thu Dec 7 04:13:57 2006 UTC (17 years, 5 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.49: +4 -4 lines
Diff to previous 1.276.2.49 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 523-544)

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

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

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

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


Revision 1.256.2.68 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 12:19:05 2006 UTC (17 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.256.2.67: +3 -2 lines
Diff to previous 1.256.2.67 , to branch point 1.256 , to selected 1.280
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.256.2.67 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 12:11:12 2006 UTC (17 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.256.2.66: +21 -7 lines
Diff to previous 1.256.2.66 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 447-475)

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

 * gnus--rel--5.10  (patch 141-152)

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

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


Revision 1.413 - (view) (download) (annotate) - [select for diffs]
Fri Nov 24 10:29:44 2006 UTC (17 years, 5 months ago) by lektu
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_92
Changes since 1.412: +4 -4 lines
Diff to previous 1.412 , to selected 1.280
Space/tab mixup.


Revision 1.276.2.40.2.7 - (view) (download) (annotate) - [select for diffs]
Tue Nov 21 10:49:04 2006 UTC (17 years, 6 months ago) by miles
Branch: unicode-xft
Changes since 1.276.2.40.2.6: +3 -2 lines
Diff to previous 1.276.2.40.2.6 , to branch point 1.276.2.40 , to selected 1.280
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.276.2.49 - (view) (download) (annotate) - [select for diffs]
Tue Nov 21 08:56:28 2006 UTC (17 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.48: +3 -2 lines
Diff to previous 1.276.2.48 , to branch point 1.276 , to selected 1.280
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.412 - (view) (download) (annotate) - [select for diffs]
Sat Nov 18 21:01:11 2006 UTC (17 years, 6 months ago) by cyd
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_91
Changes since 1.411: +2 -1 lines
Diff to previous 1.411 , to selected 1.280
(compilation-start): Set EMACS and INSIDE_EMACS to t.


Revision 1.411 - (view) (download) (annotate) - [select for diffs]
Sat Nov 11 04:01:58 2006 UTC (17 years, 6 months ago) by gm
Branch: MAIN
Changes since 1.410: +1 -1 lines
Diff to previous 1.410 , to selected 1.280
(compilation-directory-matcher): Improve previous doc fix.


Revision 1.410 - (view) (download) (annotate) - [select for diffs]
Fri Nov 10 09:10:58 2006 UTC (17 years, 6 months ago) by gm
Branch: MAIN
Changes since 1.409: +1 -1 lines
Diff to previous 1.409 , to selected 1.280
(compilation-directory-matcher): Doc fix (Nil -> nil).


Revision 1.276.2.40.2.6 - (view) (download) (annotate) - [select for diffs]
Wed Oct 18 02:34:34 2006 UTC (17 years, 7 months ago) by miles
Branch: unicode-xft
Changes since 1.276.2.40.2.5: +21 -7 lines
Diff to previous 1.276.2.40.2.5 , to branch point 1.276.2.40 , to selected 1.280
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 447-459)

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

 * emacs--unicode--0  (patch 115-117)
 * gnus--rel--5.10  (patch 141-144)

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

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


Revision 1.276.2.48 - (view) (download) (annotate) - [select for diffs]
Tue Oct 3 05:04:20 2006 UTC (17 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.47: +21 -7 lines
Diff to previous 1.276.2.47 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 447-459)

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

 * gnus--rel--5.10  (patch 141-144)

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

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


Revision 1.409 - (view) (download) (annotate) - [select for diffs]
Sun Sep 24 20:42:08 2006 UTC (17 years, 7 months ago) by rms
Branch: MAIN
CVS Tags: EMACS_PRETEST_22_0_90
Changes since 1.408: +21 -7 lines
Diff to previous 1.408 , to selected 1.280
(compilation-goto-locus-delete-o): New fn.
(compilation-goto-locus): Use compilation-goto-locus-delete-o
to delete the overlay.  Put it on pre-command-hook.


Revision 1.256.2.66 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:50:37 2006 UTC (17 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.256.2.65: +1 -1 lines
Diff to previous 1.256.2.65 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 438-446)

   - Update from CVS
   - lisp/url/url-methods.el: Fix format error when http_proxy is empty string
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 137-140)

   - Update from CVS

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


Revision 1.256.2.65 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:47:28 2006 UTC (17 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.256.2.64: +9 -6 lines
Diff to previous 1.256.2.64 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 399-437)

   - Update from CVS
   - Rcirc update from Ryan Yeske
   - Merge from gnus--rel--5.10
   - Miscellaneous tq-related fixes.

 * gnus--rel--5.10  (patch 126-136)

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

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


Revision 1.256.2.64 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:42:06 2006 UTC (17 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.256.2.63: +10 -10 lines
Diff to previous 1.256.2.63 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 358-382)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Merge from erc--emacs--21

 * gnus--rel--5.10  (patch 118-122)

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

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


Revision 1.256.2.63 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:39:32 2006 UTC (17 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.256.2.62: +82 -52 lines
Diff to previous 1.256.2.62 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 343-357)

   - Update from CVS
   - Update for ERC 5.1.3.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 113-117)

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

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


Revision 1.276.2.40.2.5 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:07:45 2006 UTC (17 years, 8 months ago) by miles
Branch: unicode-xft
Changes since 1.276.2.40.2.4: +1 -1 lines
Diff to previous 1.276.2.40.2.4 , to branch point 1.276.2.40 , to selected 1.280
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 437-446)

   - Update from CVS
   - lisp/url/url-methods.el: Fix format error when http_proxy is empty string
   - Merge from gnus--rel--5.10

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

   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 137-140)

   - Update from CVS

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


Revision 1.276.2.47 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 06:04:22 2006 UTC (17 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.46: +1 -1 lines
Diff to previous 1.276.2.46 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 437-446)

   - Update from CVS
   - lisp/url/url-methods.el: Fix format error when http_proxy is empty string
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 137-140)

   - Update from CVS

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


Revision 1.408 - (view) (download) (annotate) - [select for diffs]
Fri Sep 15 15:37:36 2006 UTC (17 years, 8 months ago) by cyd
Branch: MAIN
Changes since 1.407: +1 -1 lines
Diff to previous 1.407 , to selected 1.280
	* progmodes/compile.el (compilation-error-regexp-alist-alist):
	Disallow filenames containing " -" to avoid confusion with libtool
	compilation messages.


Revision 1.276.2.40.2.4 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 09:38:59 2006 UTC (17 years, 8 months ago) by miles
Branch: unicode-xft
Changes since 1.276.2.40.2.3: +9 -6 lines
Diff to previous 1.276.2.40.2.3 , to branch point 1.276.2.40 , to selected 1.280
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 423-436)

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

 * emacs--unicode--0  (patch 109-110)

   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 131-136)

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

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


Revision 1.276.2.46 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 09:23:58 2006 UTC (17 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.45: +3 -2 lines
Diff to previous 1.276.2.45 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 427-436)

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

 * gnus--rel--5.10  (patch 134-136)

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

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


Revision 1.407 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 16:43:24 2006 UTC (17 years, 8 months ago) by eggert
Branch: MAIN
Changes since 1.406: +2 -1 lines
Diff to previous 1.406 , to selected 1.280
* etc/NEWS: In terminal-oriented subshells, the EMACS environment
variable now defaults to Emacs's absolute file name, instead of
to "t".
* etc/PROBLEMS: Adjust tcsh advice for this.
* make-dist (EMACS): Exit and fail if the EMACS environment
variable is set to something other than an absolute file name.
* lisp/comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
not to "t".
* lisp/progmodes/compile.el (compilation-start): Likewise.
* lisp/progmodes/idlwave.el (idlwave-rescan-asynchronously):
Don't use expand-file-name on invocation-directory, since this
might mishandle special characters in invocation-directory.
* man/faq.texi (Escape sequences in shell output): EMACS is now set
to Emacs's absolute file name, not to "t".
(^M in the shell buffer): Likewise.
* man/misc.texi (Interactive Shell): Likewise.


Revision 1.406 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 10:00:38 2006 UTC (17 years, 8 months ago) by nickrob
Branch: MAIN
Changes since 1.405: +1 -1 lines
Diff to previous 1.405 , to selected 1.280
(compilation-directory-properties):
Doc fix for help-echo.


Revision 1.276.2.45 - (view) (download) (annotate) - [select for diffs]
Wed Sep 6 07:30:39 2006 UTC (17 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.44: +6 -4 lines
Diff to previous 1.276.2.44 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 423-426)

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

 * gnus--rel--5.10  (patch 131-133)

   - Update from CVS

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


Revision 1.405 - (view) (download) (annotate) - [select for diffs]
Tue Sep 5 14:53:24 2006 UTC (17 years, 8 months ago) by cyd
Branch: MAIN
Changes since 1.404: +6 -4 lines
Diff to previous 1.404 , to selected 1.280
	* progmodes/compile.el (compilation-error-regexp-alist-alist):
	Process the `gcc-include' after the `gnu' rule.


Revision 1.276.2.40.2.3 - (view) (download) (annotate) - [select for diffs]
Thu Aug 3 23:21:25 2006 UTC (17 years, 9 months ago) by miles
Branch: unicode-xft
Changes since 1.276.2.40.2.2: +10 -10 lines
Diff to previous 1.276.2.40.2.2 , to branch point 1.276.2.40 , to selected 1.280
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 357-381)

   - Merge from gnus--rel--5.10
   - Update from CVS
   - Merge from erc--emacs--21

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

   - Merge from emacs--devo--0

 * gnus--rel--5.10  (patch 116-122)

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

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


Revision 1.276.2.44 - (view) (download) (annotate) - [select for diffs]
Thu Aug 3 11:45:20 2006 UTC (17 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.43: +10 -10 lines
Diff to previous 1.276.2.43 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 357-381)

   - Merge from gnus--rel--5.10
   - Update from CVS
   - Merge from erc--emacs--21

 * gnus--rel--5.10  (patch 116-122)

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

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


Revision 1.276.2.40.2.2 - (view) (download) (annotate) - [select for diffs]
Thu Jul 20 23:58:10 2006 UTC (17 years, 10 months ago) by miles
Branch: unicode-xft
Changes since 1.276.2.40.2.1: +82 -52 lines
Diff to previous 1.276.2.40.2.1 , to branch point 1.276.2.40 , to selected 1.280
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 343-356)

   - Update from CVS
   - Update for ERC 5.1.3.
   - Merge from gnus--rel--5.10

 * emacs--unicode--0  (patch 90-91)
 * gnus--rel--5.10  (patch 113-115)

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

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


Revision 1.404 - (view) (download) (annotate) - [select for diffs]
Wed Jul 19 19:20:11 2006 UTC (17 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.403: +10 -10 lines
Diff to previous 1.403 , to selected 1.280
(compilation-error-regexp-alist-alist) <gnu>:
Try to rule out false positives due to time stamps.
(compilation-mode-font-lock-keywords): Remove rules made redundant
because of the above change.  Add `segmentation fault' to the known and
highlighted compilation termination messages.


Revision 1.276.2.43 - (view) (download) (annotate) - [select for diffs]
Wed Jul 19 00:42:44 2006 UTC (17 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.42: +82 -52 lines
Diff to previous 1.276.2.42 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 343-356)

   - Update from CVS
   - Update for ERC 5.1.3.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 113-115)

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

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


Revision 1.403 - (view) (download) (annotate) - [select for diffs]
Tue Jul 18 14:40:28 2006 UTC (17 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.402: +37 -21 lines
Diff to previous 1.402 , to selected 1.280
(compilation-find-file): Handle the
cases where the user selects a non-existent file.


Revision 1.402 - (view) (download) (annotate) - [select for diffs]
Mon Jul 17 04:07:49 2006 UTC (17 years, 10 months ago) by cyd
Branch: MAIN
Changes since 1.401: +2 -0 lines
Diff to previous 1.401 , to selected 1.280
	* progmodes/compile.el (compilation-mode-font-lock-keywords):
	Don't highlight "Compiling file" messages as error.


Revision 1.401 - (view) (download) (annotate) - [select for diffs]
Tue Jul 11 15:08:33 2006 UTC (17 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.400: +54 -47 lines
Diff to previous 1.400 , to selected 1.280
(compilation-error-regexp-alist-alist): Fix ambiguity introduced by last change.
(compilation-find-file): Move save-excursion to where it may make sense.
Fix a left over `find-file'.


Revision 1.400 - (view) (download) (annotate) - [select for diffs]
Sun Jul 9 15:17:04 2006 UTC (17 years, 10 months ago) by rfrancoise
Branch: MAIN
Changes since 1.399: +8 -3 lines
Diff to previous 1.399 , to selected 1.280
(compilation-mode-font-lock-keywords): Don't highlight start/end markers
as compilation messages.


Revision 1.399 - (view) (download) (annotate) - [select for diffs]
Fri Jul 7 15:17:35 2006 UTC (17 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.398: +3 -3 lines
Diff to previous 1.398 , to selected 1.280
(compilation-error-regexp-alist-alist) <gnu>:
Use shy regexp.  Fix incorrect backref to potentially unmatched group.


Revision 1.256.2.62 - (view) (download) (annotate) - [select for diffs]
Tue Jun 20 08:04:03 2006 UTC (17 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.256.2.61: +29 -10 lines
Diff to previous 1.256.2.61 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 285-299)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: admin/FOR-RELEASE: Update refcard section.

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

   - Update from CVS

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


Revision 1.276.2.40.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Jun 13 07:12:51 2006 UTC (17 years, 11 months ago) by miles
Branch: unicode-xft
Changes since 1.276.2.40: +30 -10 lines
Diff to previous 1.276.2.40 , to selected 1.280
Merge from emacs--unicode--0

Patches applied:

 * emacs--devo--0  (patch 274-299)

   - Update from CVS
   - Update etc/MORE.STUFF.
   - Merge from gnus--rel--5.10
   - Update from CVS: admin/FOR-RELEASE: Update refcard section.

 * emacs--unicode--0  (patch 62-69)

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

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

   - Update from CVS

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


Revision 1.276.2.42 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 18:05:08 2006 UTC (17 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.41: +29 -10 lines
Diff to previous 1.276.2.41 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 285-296)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: admin/FOR-RELEASE: Update refcard section.

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

   - Update from CVS

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


Revision 1.398 - (view) (download) (annotate) - [select for diffs]
Fri Jun 2 02:38:52 2006 UTC (17 years, 11 months ago) by jet
Branch: MAIN
Changes since 1.397: +27 -8 lines
Diff to previous 1.397 , to selected 1.280
(compilation-error-regexp-alist-alist::gcov-*): Almost rewrite. Underlines over all lines of gcov output are too uncomfortable to read.


Revision 1.397 - (view) (download) (annotate) - [select for diffs]
Wed May 31 07:21:09 2006 UTC (17 years, 11 months ago) by jet
Branch: MAIN
Changes since 1.396: +1 -1 lines
Diff to previous 1.396 , to selected 1.280
(compilation-error-regexp-alist-alist::gcov-called-line):
Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.


Revision 1.396 - (view) (download) (annotate) - [select for diffs]
Tue May 30 07:00:37 2006 UTC (17 years, 11 months ago) by pfeiffer
Branch: MAIN
Changes since 1.395: +2 -2 lines
Diff to previous 1.395 , to selected 1.280
(compilation-error-regexp-alist-alist): Add makepp diagnostic.


Revision 1.256.2.61 - (view) (download) (annotate) - [select for diffs]
Wed May 17 14:47:17 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.256.2.60: +1 -0 lines
Diff to previous 1.256.2.60 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 259-284)

   - Update from CVS
   - lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t
   - Merge from gnus--rel--5.10
   - Rename "field-at-point" to "field-at-pos"
   - (comint-insert-input): Remove redundant calls to setq and goto-char
   - Update etc/MORE.STUFF.

 * gnus--rel--5.10  (patch 99-101)

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

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


Revision 1.276.2.41 - (view) (download) (annotate) - [select for diffs]
Wed May 17 07:46:43 2006 UTC (18 years ago) by miles
Branch: emacs-unicode-2
CVS Tags: unicode-post-font-backend, unicode-pre-font-backend
Changes since 1.276.2.40: +1 -0 lines
Diff to previous 1.276.2.40 , to branch point 1.276 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 274-284)

   - Update from CVS
   - Update etc/MORE.STUFF.
   - Merge from gnus--rel--5.10

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

   - Update from CVS

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


Revision 1.256.2.60 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:30:31 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.256.2.59: +5 -2 lines
Diff to previous 1.256.2.59 , to branch point 1.256 , to selected 1.280
Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 188-205)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Undo incorrect merge of etc/images/README from Gnus 5.10

 * gnus--rel--5.10  (patch 73-80)

   - Update from CVS
   - Update from CVS: README: Addition from 5.10.6 tar ball.

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


Revision 1.256.2.59 - (view) (download) (annotate) - [select for diffs]
Wed May 17 06:14:36 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.256.2.58: +1 -1 lines
Diff to previous 1.256.2.58 , to branch point 1.256 , to selected 1.280
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.256.2.58 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:38:10 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.256.2.57: +8 -8 lines
Diff to previous 1.256.2.57 , to branch point 1.256 , to selected 1.280
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.256.2.57 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:34:28 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.256.2.56: +19 -18 lines
Diff to previous 1.256.2.56 , to branch point 1.256 , to selected 1.280
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 640-648)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - lisp/gnus/ChangeLog: Remove duplicate entry

 * gnus--rel--5.10  (patch 152-156)

   - Update from CVS: lisp/mml.el (mml-preview): Doc fix.
   - Update from CVS

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


Revision 1.256.2.56 - (view) (download) (annotate) - [select for diffs]
Wed May 17 05:26:41 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.256.2.55: +35 -29 lines
Diff to previous 1.256.2.55 , to branch point 1.256 , to selected 1.280
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 598-615)

   - Update from CVS
   - Remove lisp/toolbar directory
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 142-146)

   - Update from CVS

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


Revision 1.256.2.55 - (view) (download) (annotate) - [select for diffs]
Wed May 17 04:45:50 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.256.2.54: +28 -15 lines
Diff to previous 1.256.2.54 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-54

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 562-571)

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

 * gnus--rel--5.10  (patch 125-128)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.256.2.54 - (view) (download) (annotate) - [select for diffs]
Wed May 17 04:43:15 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.256.2.53: +1 -1 lines
Diff to previous 1.256.2.53 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-53

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 556-561)

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

 * gnus--rel--5.10  (patch 122-124)

   - Update from CVS: lisp/mm-url.el (mm-url-decode-entities): Fix regexp.
   - Update from CVS


Revision 1.256.2.53 - (view) (download) (annotate) - [select for diffs]
Wed May 17 04:38:59 2006 UTC (18 years ago) by miles
Branch: lexbind
Changes since 1.256.2.52: +50 -42 lines
Diff to previous 1.256.2.52 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-51

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 542-553)

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

 * gnus--rel--5.10  (patch 116-121)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.395 - (view) (download) (annotate) - [select for diffs]
Thu May 11 15:01:41 2006 UTC (18 years ago) by rsteib
Branch: MAIN
Changes since 1.394: +1 -0 lines
Diff to previous 1.394 , to selected 1.280
Move `safe-local-variable' declarations to the respective files.


Revision 1.276.2.40 - (view) (download) (annotate) - [select for diffs]
Sun Apr 9 00:38:20 2006 UTC (18 years, 1 month ago) by miles
Branch: emacs-unicode-2
Branch point for: unicode-xft
Changes since 1.276.2.39: +5 -2 lines
Diff to previous 1.276.2.39 , to branch point 1.276 , to selected 1.280
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-54

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 190-203)

   - Update from CVS
   - Undo incorrect merge of etc/images/README from Gnus 5.10
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 74-80)

   - Update from CVS
   - Update from CVS: README: Addition from 5.10.6 tar ball.


Revision 1.394 - (view) (download) (annotate) - [select for diffs]
Sun Apr 2 20:21:04 2006 UTC (18 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.393: +5 -2 lines
Diff to previous 1.393 , to selected 1.280
(compilation-message-face): Make it defcustom.


Revision 1.276.2.39 - (view) (download) (annotate) - [select for diffs]
Sat Feb 11 00:11:10 2006 UTC (18 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.38: +1 -1 lines
Diff to previous 1.276.2.38 , to branch point 1.276 , to selected 1.280
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.393 - (view) (download) (annotate) - [select for diffs]
Fri Feb 10 09:00:30 2006 UTC (18 years, 3 months ago) by nickrob
Branch: MAIN
Changes since 1.392: +1 -1 lines
Diff to previous 1.392 , to selected 1.280
Update copyright for 2006.


Revision 1.276.2.38 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 08:37:16 2006 UTC (18 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.37: +27 -26 lines
Diff to previous 1.276.2.37 , to branch point 1.276 , to selected 1.280
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.276.2.37 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 06:59:14 2006 UTC (18 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.36: +35 -29 lines
Diff to previous 1.276.2.36 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 598-615)

   - Update from CVS
   - Remove lisp/toolbar directory
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 142-146)

   - Update from CVS


Revision 1.271.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 00:03:31 2006 UTC (18 years, 4 months ago) by enberg
Branch: rmail-mbox-branch
Changes since 1.271: +1482 -1878 lines
Diff to previous 1.271 , to next main 1.504 , to selected 1.280
sync with trunk


Revision 1.347.2.2 - (view) (download) (annotate) - [select for diffs]
Thu Jan 12 10:25:27 2006 UTC (18 years, 4 months ago) by jhd
Branch: XFT_JHD_BRANCH
Changes since 1.347.2.1: +231 -148 lines
Diff to previous 1.347.2.1 , to branch point 1.347 , to next main 1.504 , to selected 1.280
Update from HEAD


Revision 1.392 - (view) (download) (annotate) - [select for diffs]
Mon Dec 12 05:11:08 2005 UTC (18 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.391: +2 -1 lines
Diff to previous 1.391 , to selected 1.280
(compilation-error-regexp-alist): Doc fix.


Revision 1.391 - (view) (download) (annotate) - [select for diffs]
Fri Nov 25 22:07:00 2005 UTC (18 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.390: +1 -0 lines
Diff to previous 1.390 , to selected 1.280
	* progmodes/compile.el (compilation-setup): Fix last fix.


Revision 1.390 - (view) (download) (annotate) - [select for diffs]
Thu Nov 24 20:52:16 2005 UTC (18 years, 5 months ago) by cyd
Branch: MAIN
Changes since 1.389: +5 -7 lines
Diff to previous 1.389 , to selected 1.280
	* hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
	Use define-minor-mode, and make it a local mode.
	(hi-lock-mode): New global minor mode.
	(turn-on-hi-lock-if-enabled): New function.
	(hi-lock-line-face-buffer, hi-lock-face-buffer)
	(hi-lock-set-pattern): Changed arguments to regexp and face
	instead of a font-lock pattern.  Directly set face property,
	instead of refontifying.
	(hi-lock-font-lock-hook): Check if font-lock is being turned on.
	(hi-lock-find-patterns): Use line-number-at-pos.

	(hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
	arguments for hi-lock-set-pattern.
	(hi-lock-find-file-hook, hi-lock-current-line)
	(hi-lock-set-patterns): Deleted unused functions.

	* progmodes/compile.el (compilation-setup): Don't fiddle with
	font-lock-defaults.


Revision 1.389 - (view) (download) (annotate) - [select for diffs]
Mon Nov 7 00:49:17 2005 UTC (18 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.388: +19 -18 lines
Diff to previous 1.388 , to selected 1.280
(compilation-internal-error-properties):
save-excursion around the computation of MARKER.


Revision 1.388 - (view) (download) (annotate) - [select for diffs]
Sun Oct 16 14:12:50 2005 UTC (18 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.387: +35 -29 lines
Diff to previous 1.387 , to selected 1.280
(compilation-goto-locus): Display the
compilation buffer first and the source buffer second, in case they're
in overlapping frames.  Don't raise the compilation frame if it was the
selected window upon entry.  Pass the `other-window' arg to
pop-to-buffer.


Revision 1.276.2.36 - (view) (download) (annotate) - [select for diffs]
Fri Oct 7 07:15:28 2005 UTC (18 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.35: +6 -5 lines
Diff to previous 1.276.2.35 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-88

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 569-579)

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

 * gnus--rel--5.10  (patch 129-132)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0


Revision 1.387 - (view) (download) (annotate) - [select for diffs]
Sun Oct 2 11:06:59 2005 UTC (18 years, 7 months ago) by rfrancoise
Branch: MAIN
Changes since 1.386: +1 -1 lines
Diff to previous 1.386 , to selected 1.280
(compile-goto-error): Delete extra paren.


Revision 1.386 - (view) (download) (annotate) - [select for diffs]
Sun Oct 2 03:33:18 2005 UTC (18 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.385: +6 -5 lines
Diff to previous 1.385 , to selected 1.280
(compilation-buffer-name): New arg MODE-COMMAND.
(compilation-start): Pass new arg to compilation-buffer-name.
(compile-goto-error): Use next-error-internal.


Revision 1.276.2.35 - (view) (download) (annotate) - [select for diffs]
Fri Sep 30 11:43:45 2005 UTC (18 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.34: +22 -10 lines
Diff to previous 1.276.2.34 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-86

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 562-568)

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

 * gnus--rel--5.10  (patch 125-128)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.385 - (view) (download) (annotate) - [select for diffs]
Thu Sep 29 22:57:28 2005 UTC (18 years, 7 months ago) by jurta
Branch: MAIN
Changes since 1.384: +5 -5 lines
Diff to previous 1.384 , to selected 1.280
(compilation-error, compilation-warning)
(compilation-info, compilation-line-number, compilation-column-number):
Change group from `font-lock-highlighting-faces' to `compilation'.


Revision 1.384 - (view) (download) (annotate) - [select for diffs]
Mon Sep 26 00:00:49 2005 UTC (18 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.383: +17 -5 lines
Diff to previous 1.383 , to selected 1.280
(compilation-error-properties): When getting the file from the
previous error message, correctly decode the new data format.


Revision 1.276.2.34 - (view) (download) (annotate) - [select for diffs]
Sun Sep 25 22:06:30 2005 UTC (18 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.33: +1 -1 lines
Diff to previous 1.276.2.33 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-85

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 556-561)

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

 * gnus--rel--5.10  (patch 122-124)

   - Update from CVS: lisp/mm-url.el (mm-url-decode-entities): Fix regexp.
   - Update from CVS


Revision 1.383 - (view) (download) (annotate) - [select for diffs]
Sat Sep 24 13:43:58 2005 UTC (18 years, 7 months ago) by rfrancoise
Branch: MAIN
Changes since 1.382: +1 -1 lines
Diff to previous 1.382 , to selected 1.280
2005-09-24  Emilio C. Lopes  <eclig@gmx.net>

	* woman.el (woman-file-name):
	* wid-edit.el (widget-file-prompt-value)
	(widget-coding-system-prompt-value):
	* w32-fns.el (set-w32-system-coding-system):
	* vc.el (vc-version-diff, vc-annotate):
	* textmodes/reftex-auc.el (reftex-arg-cite)
	(reftex-arg-index-tag):
	* textmodes/refer.el (refer-get-bib-files):
	* textmodes/artist.el (artist-figlet-choose-font):
	* terminal.el (terminal-emulator):
	* replace.el (occur-read-primary-args):
	* rect.el (string-rectangle, string-insert-rectangle):
	* ps-print.el (ps-print-preprint):
	* progmodes/pascal.el (pascal-goto-defun):
	* progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
	* progmodes/compile.el (compilation-find-file):
	* printing.el (pr-interactive-n-up):
	* play/animate.el (animate-birthday-present):
	* net/rcompile.el (remote-compile):
	* man.el (man, Man-goto-section, Man-follow-manual-reference):
	* mail/rmailsum.el (rmail-summary-search-backward)
	(rmail-summary-search):
	* mail/rmailout.el (rmail-output-read-rmail-file-name)
	(rmail-output-read-file-name):
	* mail/rmail.el (rmail-search, rmail-search-backwards):
	* mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
	* locate.el (locate):
	* international/quail.el (quail-show-keyboard-layout):
	* international/mule.el (set-buffer-file-coding-system)
	(revert-buffer-with-coding-system, set-file-name-coding-system)
	(set-terminal-coding-system, set-keyboard-coding-system)
	(set-next-selection-coding-system):
	* international/mule-diag.el (describe-coding-system)
	(describe-font, describe-fontset):
	* international/mule-cmds.el (universal-coding-system-argument)
	(search-unencodable-char, describe-input-method)
	(set-language-environment, describe-language-environment):
	* international/codepage.el (codepage-setup):
	* international/code-pages.el (codepage-setup):
	* info.el (Info-search, Info-follow-reference)
	(Info-search-backward):
	* emacs-lisp/advice.el (ad-read-advised-function)
	(ad-read-advice-class, ad-clear-cache, ad-activate)
	(ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
	(ad-enable-advice, ad-disable-advice, ad-remove-advice)
	(ad-read-regexp):
	* ediff-util.el (ediff-toggle-regexp-match):
	* ediff-ptch.el (ediff-prompt-for-patch-file):
	* dired-aux.el (dired-diff):
	* diff.el (diff):
	* cus-edit.el (custom-variable-prompt):
	* calendar/timeclock.el (timeclock-ask-for-project):
	* calc/calcalg3.el (calc-get-fit-variables):
	* calc/calc-store.el (calc-edit-variable)
	(calc-permanent-variable):
	* vc-mcvs.el (vc-mcvs-register):
	* shadowfile.el (shadow-define-literal-group):
	* woman.el (woman-file-name):
	* vc.el (vc-version-diff, vc-merge):
	* textmodes/reftex-index.el (reftex-index-complete-tag):
	* format.el (format-decode-buffer, format-decode-region):
	* emulation/viper-cmd.el (viper-read-string-with-history):
	* emacs-lisp/debug.el (cancel-debug-on-entry):
	* emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
	* ediff.el (ediff-merge-revisions)
	(ediff-merge-revisions-with-ancestor, ediff-revision):
	* completion.el (interactive-completion-string-reader):
	* calc/calc-prog.el (calc-user-define-formula):
	Follow convention for reading with the minibuffer.


Revision 1.276.2.33 - (view) (download) (annotate) - [select for diffs]
Mon Sep 19 10:20:06 2005 UTC (18 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.32: +50 -42 lines
Diff to previous 1.276.2.32 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 542-553)

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

 * gnus--rel--5.10  (patch 116-121)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.256.2.52 - (view) (download) (annotate) - [select for diffs]
Mon Sep 12 05:52:20 2005 UTC (18 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.256.2.51: +25 -10 lines
Diff to previous 1.256.2.51 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-48

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 519-530)

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

 * gnus--rel--5.10  (patch 106-111)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.382 - (view) (download) (annotate) - [select for diffs]
Mon Sep 12 04:59:49 2005 UTC (18 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.381: +50 -42 lines
Diff to previous 1.381 , to selected 1.280
Don't decide a file's directory
until the user actually tries to go there.
(compilation-next-error-function):
Pass compilation-find-file the directory from the file-struct.
(compilation-internal-error-properties): Separate local FILE-STRUCT
from FILE.  Doc the args better.  Rename arg FMT to FMTS.
(compilation-find-file): Arg DIR renamed to DIRECTORY.
Expand it, and if nil, use default-directory.
(compilation-get-file-structure): Don't mix specified directory
with default directory.  Put specified directory into
file-struct.  Don't make the file name absolute.

(compilation-error-regexp-alist): Doc fix.
(compile-command): Add autoload.
(compilation-disable-input): Add autoload.


Revision 1.276.2.32 - (view) (download) (annotate) - [select for diffs]
Tue Sep 6 00:25:06 2005 UTC (18 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.31: +25 -10 lines
Diff to previous 1.276.2.31 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-79

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 519-530)

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

 * gnus--rel--5.10  (patch 106-111)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.381 - (view) (download) (annotate) - [select for diffs]
Mon Sep 5 15:43:22 2005 UTC (18 years, 8 months ago) by monnier
Branch: MAIN
Changes since 1.380: +8 -4 lines
Diff to previous 1.380 , to selected 1.280
(compilation-goto-locus): Take into account
iconified frames when determining whether the buffer is already visible.
Don't reset window height if the window already existed.


Revision 1.380 - (view) (download) (annotate) - [select for diffs]
Fri Sep 2 18:37:55 2005 UTC (18 years, 8 months ago) by monnier
Branch: MAIN
Changes since 1.379: +5 -2 lines
Diff to previous 1.379 , to selected 1.280
(compilation-start): Ignore errors if the process died before we send eof.


Revision 1.379 - (view) (download) (annotate) - [select for diffs]
Tue Aug 30 10:39:41 2005 UTC (18 years, 8 months ago) by lektu
Branch: MAIN
Changes since 1.378: +9 -3 lines
Diff to previous 1.378 , to selected 1.280
(font-lock-extra-managed-props, font-lock-keywords, font-lock-maximum-size,
font-lock-support-mode): Add defvars.


Revision 1.378 - (view) (download) (annotate) - [select for diffs]
Sat Aug 27 14:38:21 2005 UTC (18 years, 8 months ago) by rfrancoise
Branch: MAIN
Changes since 1.377: +1 -0 lines
Diff to previous 1.377 , to selected 1.280
* progmodes/compile.el (compilation-start): Add autoload cookie.

* progmodes/antlr-mode.el: Don't autoload `compilation-start'.
* textmodes/sgml-mode.el: Likewise.
* progmodes/python.el: Likewise.


Revision 1.377 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 18:07:24 2005 UTC (18 years, 8 months ago) by rfrancoise
Branch: MAIN
Changes since 1.376: +2 -1 lines
Diff to previous 1.376 , to selected 1.280
(compilation-start): Doc fix.


Revision 1.256.2.51 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:24:34 2005 UTC (18 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.256.2.50: +47 -51 lines
Diff to previous 1.256.2.50 , to branch point 1.256 , to selected 1.280
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.256.2.50 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:18:18 2005 UTC (18 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.256.2.49: +3 -1 lines
Diff to previous 1.256.2.49 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-46

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 504-513)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: .cvsignore: Add `lock'.

 * gnus--rel--5.10  (patch 99-103)

   - Update from CVS


Revision 1.256.2.49 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:15:54 2005 UTC (18 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.256.2.48: +3 -3 lines
Diff to previous 1.256.2.48 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-45

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 493-503)

   - Update from CVS
   - Update from CVS: lisp/startup.el (command-line): Fix typo.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 95-98)

   - Update from CVS


Revision 1.256.2.48 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:07:34 2005 UTC (18 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.256.2.47: +2 -2 lines
Diff to previous 1.256.2.47 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-43

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 474-484)

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

 * gnus--rel--5.10  (patch 88-91)

   - Merge from emacs--cvs-trunk--0
   - Update FSF's address in GPL notices
   - Update from CVS


Revision 1.256.2.47 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 10:04:47 2005 UTC (18 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.256.2.46: +2 -2 lines
Diff to previous 1.256.2.46 , to branch point 1.256 , to selected 1.280
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.256.2.46 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 09:55:30 2005 UTC (18 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.256.2.45: +45 -8 lines
Diff to previous 1.256.2.45 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-41

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 446-458)

   - Update from CVS
   - Update from CVS: lisp/subr.el (add-to-ordered-list): Doc fix.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 83-85)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.276.2.31 - (view) (download) (annotate) - [select for diffs]
Fri Aug 26 09:51:40 2005 UTC (18 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.30: +47 -51 lines
Diff to previous 1.276.2.30 , to branch point 1.276 , to selected 1.280
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.376 - (view) (download) (annotate) - [select for diffs]
Mon Aug 22 19:54:27 2005 UTC (18 years, 8 months ago) by jurta
Branch: MAIN
Changes since 1.375: +7 -7 lines
Diff to previous 1.375 , to selected 1.280
(compilation-disable-input): Doc fix.
(define-compilation-mode): Doc fix and refill.
(kill-compilation): Use `mode-name' in the error message.
(compilation-find-file): Use `compilation-error' in the
read-file-name's prompt.


Revision 1.375 - (view) (download) (annotate) - [select for diffs]
Sat Aug 20 21:47:06 2005 UTC (18 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.374: +1 -1 lines
Diff to previous 1.374 , to selected 1.280
(compilation-disable-input): Default to nil.


Revision 1.374 - (view) (download) (annotate) - [select for diffs]
Sat Aug 20 12:14:24 2005 UTC (18 years, 9 months ago) by eliz
Branch: MAIN
Changes since 1.373: +10 -0 lines
Diff to previous 1.373 , to selected 1.280
(compilation-disable-input): New defcustom.
(compilation-start): If compilation-disable-input is non-nil, send EOF to
the compilation process.


Revision 1.373 - (view) (download) (annotate) - [select for diffs]
Mon Aug 15 21:29:32 2005 UTC (18 years, 9 months ago) by dann
Branch: MAIN
Changes since 1.372: +0 -4 lines
Diff to previous 1.372 , to selected 1.280
* mh-customize.el: Do not use face-alias compatibility for
faces that did not appear in the previous Emacs release.

* buff-menu.el:
* compare-w.el:
* emacs-lisp/testcover.el:
* play/gomoku.el:
* play/mpuz.el:
* progmodes/flymake.el:
* progmodes/gdb-ui.el:
* progmodes/idlw-help.el:
* progmodes/idlw-shell.el:
* progmodes/ld-script.el:
* progmodes/which-func.el:
* ruler-mode.el:
* strokes.el:
* textmodes/sgml-mode.el:
* textmodes/table.el: Do not use face-alias for backward
compatibility for faces that did not appear in the previous Emacs
release.


Revision 1.372 - (view) (download) (annotate) - [select for diffs]
Sun Aug 14 06:51:49 2005 UTC (18 years, 9 months ago) by jurta
Branch: MAIN
Changes since 1.371: +9 -6 lines
Diff to previous 1.371 , to selected 1.280
(compilation-mode-font-lock-keywords):
Remove highlighting of "Compilation started".  Highlight only
the word "finished" in "Compilation finished".  Add highlighting
of "interrupt", "killed", "terminated" and the exit code.
(compilation-start): Add newline after header.  Use exactly the
same time stamp format as the finishing message.
(compilation-mode-map): Add ellipsis to "Search Files (grep)".


Revision 1.371 - (view) (download) (annotate) - [select for diffs]
Fri Aug 12 10:17:17 2005 UTC (18 years, 9 months ago) by eliz
Branch: MAIN
Changes since 1.370: +6 -2 lines
Diff to previous 1.370 , to selected 1.280
(compilation-start): Add the line "Compilation started" with compilation
start time.
(compilation-mode-font-lock-keywords): Add `started' to keywords.


Revision 1.370 - (view) (download) (annotate) - [select for diffs]
Tue Aug 9 21:34:40 2005 UTC (18 years, 9 months ago) by jurta
Branch: MAIN
Changes since 1.369: +10 -47 lines
Diff to previous 1.369 , to selected 1.280
(compilation-mode-font-lock-keywords):
Remove `-text' from face variable names.
(compilation-error-file-name, compilation-warning-file-name)
(compilation-info-file-name): Delete faces.
(compilation-line-number, compilation-column-number):
Remove face underlining.
(compilation-message-face): Set to `underline' value by default.
(compilation-error-face, compilation-warning-face)
(compilation-info-face): Remove `-file-name' from face names.
(compilation-error-text-face, compilation-warning-text-face)
(compilation-info-text-face): Delete face variables.
(compilation-text-face): Delete function.


Revision 1.369 - (view) (download) (annotate) - [select for diffs]
Sat Aug 6 01:10:09 2005 UTC (18 years, 9 months ago) by jurta
Branch: MAIN
Changes since 1.368: +35 -15 lines
Diff to previous 1.368 , to selected 1.280
(compilation-mode-font-lock-keywords):
Use `compilation-text-face', `compilation-info-text-face' and
`compilation-error-text-face' instead of `font-lock-keyword-face'.
(compilation-error): New face.
(compilation-error-file-name): Inherit from
`compilation-error' instead of `font-lock-warning-face'.
(compilation-warning-file-name): Inherit from
`compilation-warning' instead of `font-lock-warning-face'.
(compilation-info, compilation-error-file-name)
(compilation-warning-file-name, compilation-info-file-name)
(compilation-line-number, compilation-column-number): Doc fix.
(compilation-error-text-face, compilation-warning-text-face)
(compilation-info-text-face): New face variables.
(compilation-line-face, compilation-column-face)
(compilation-enter-directory-face)
(compilation-leave-directory-face): Doc fix.
(compilation-text-face): New function.


Revision 1.276.2.30 - (view) (download) (annotate) - [select for diffs]
Fri Aug 5 10:57:29 2005 UTC (18 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.29: +3 -1 lines
Diff to previous 1.276.2.29 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-77

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 504-513)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Update from CVS: .cvsignore: Add `lock'.

 * gnus--rel--5.10  (patch 99-103)

   - Update from CVS


Revision 1.368 - (view) (download) (annotate) - [select for diffs]
Thu Aug 4 01:36:10 2005 UTC (18 years, 9 months ago) by jurta
Branch: MAIN
Changes since 1.367: +2 -0 lines
Diff to previous 1.367 , to selected 1.280
(compilation-mode-map): Bind TAB to `compilation-next-error'
and [backtab] to `compilation-previous-error'.


Revision 1.367 - (view) (download) (annotate) - [select for diffs]
Mon Aug 1 08:37:48 2005 UTC (18 years, 9 months ago) by nickrob
Branch: MAIN
Changes since 1.366: +1 -1 lines
Diff to previous 1.366 , to selected 1.280
Update copyright for release of 22.1 for progmodes directory.


Revision 1.276.2.29 - (view) (download) (annotate) - [select for diffs]
Fri Jul 29 01:54:54 2005 UTC (18 years, 9 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.28: +3 -3 lines
Diff to previous 1.276.2.28 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-74

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 493-503)

   - Update from CVS
   - Update from CVS: lisp/startup.el (command-line): Fix typo.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 95-98)

   - Update from CVS


Revision 1.366 - (view) (download) (annotate) - [select for diffs]
Sat Jul 23 22:11:30 2005 UTC (18 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.365: +3 -3 lines
Diff to previous 1.365 , to selected 1.280
(compilation-mode-font-lock-keywords):
Don't use compilation-...-face for messages that are not file names.


Revision 1.276.2.28 - (view) (download) (annotate) - [select for diffs]
Thu Jul 14 08:01:54 2005 UTC (18 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.27: +2 -2 lines
Diff to previous 1.276.2.27 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 474-484)

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

 * gnus--rel--5.10  (patch 88-91)

   - Merge from emacs--cvs-trunk--0
   - Update FSF's address in GPL notices
   - Update from CVS


Revision 1.365 - (view) (download) (annotate) - [select for diffs]
Sat Jul 9 20:45:26 2005 UTC (18 years, 10 months ago) by jurta
Branch: MAIN
Changes since 1.364: +2 -2 lines
Diff to previous 1.364 , to selected 1.280
(compilation-mode-hook, compilation-mode): Doc fix.


Revision 1.276.2.27 - (view) (download) (annotate) - [select for diffs]
Thu Jul 7 12:43:01 2005 UTC (18 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.26: +2 -2 lines
Diff to previous 1.276.2.26 , to branch point 1.276 , to selected 1.280
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.364 - (view) (download) (annotate) - [select for diffs]
Mon Jul 4 16:59:18 2005 UTC (18 years, 10 months ago) by lute
Branch: MAIN
Changes since 1.363: +2 -2 lines
Diff to previous 1.363 , to selected 1.280
Update FSF's address.


Revision 1.276.2.26 - (view) (download) (annotate) - [select for diffs]
Thu Jun 30 00:31:43 2005 UTC (18 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.25: +45 -8 lines
Diff to previous 1.276.2.25 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-67

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 447-458)

   - Update from CVS
   - Update from CVS: lisp/subr.el (add-to-ordered-list): Doc fix.
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 83-85)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.363 - (view) (download) (annotate) - [select for diffs]
Tue Jun 28 18:57:00 2005 UTC (18 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.362: +45 -8 lines
Diff to previous 1.362 , to selected 1.280
(compilation-next-error-function):
Don't switch buffers; operate on the current buffer.


Revision 1.256.2.45 - (view) (download) (annotate) - [select for diffs]
Sun Jun 26 01:50:52 2005 UTC (18 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.256.2.44: +1 -1 lines
Diff to previous 1.256.2.44 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-37

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 401-422)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Remove "-face" suffix from Buffer-menu-buffer face
   - Remove "-face" suffix from antlr-mode faces
   - Remove "-face" suffix from ebrowse faces
   - Remove "-face" suffix from flymake faces
   - Remove "-face" suffix from idlwave faces
   - Remove "-face" suffix from sh-script faces
   - Remove "-face" suffix from vhdl-mode faces
   - Remove "-face" suffix from which-func face
   - Remove "-face" suffix from cperl-mode faces
   - Remove "-face" suffix from ld-script faces
   - Fix cperl-mode font-lock problem
   - Tweak which-func face

 * gnus--rel--5.10  (patch 80-82)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.256.2.44 - (view) (download) (annotate) - [select for diffs]
Sun Jun 26 01:48:57 2005 UTC (18 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.256.2.43: +10 -6 lines
Diff to previous 1.256.2.43 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-36

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 358-400)

   - Update from CVS
   - Remove "-face" suffix from widget faces
   - Remove "-face" suffix from custom faces
   - Remove "-face" suffix from change-log faces
   - Remove "-face" suffix from compilation faces
   - Remove "-face" suffix from diff-mode faces
   - lisp/longlines.el (longlines-visible-face): Face removed
   - Remove "-face" suffix from woman faces
   - Remove "-face" suffix from whitespace-highlight face
   - Remove "-face" suffix from ruler-mode faces
   - Remove "-face" suffix from show-paren faces
   - Remove "-face" suffix from log-view faces
   - Remove "-face" suffix from smerge faces
   - Remove "-face" suffix from show-tabs faces
   - Remove "-face" suffix from highlight-changes faces
   - Remove "-face" suffix from and downcase info faces
   - Remove "-face" suffix from pcvs faces
   - Update uses of renamed pcvs faces
   - Tweak ChangeLog
   - Remove "-face" suffix from strokes-char face
   - Remove "-face" suffix from compare-windows face
   - Remove "-face" suffix from calendar faces
   - Remove "-face" suffix from diary-button face
   - Remove "-face" suffix from testcover faces
   - Remove "-face" suffix from viper faces
   - Remove "-face" suffix from org faces
   - Remove "-face" suffix from sgml-namespace face
   - Remove "-face" suffix from table-cell face
   - Remove "-face" suffix from tex-mode faces
   - Remove "-face" suffix from texinfo-heading face
   - Remove "-face" suffix from flyspell faces
   - Remove "-face" suffix from gomoku faces
   - Remove "-face" suffix from mpuz faces


Revision 1.276.2.25 - (view) (download) (annotate) - [select for diffs]
Wed Jun 15 23:32:08 2005 UTC (18 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.24: +10 -6 lines
Diff to previous 1.276.2.24 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-63

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 358-423)

   - Update from CVS
   - Remove "-face" suffix from widget faces
   - Remove "-face" suffix from custom faces
   - Remove "-face" suffix from change-log faces
   - Remove "-face" suffix from compilation faces
   - Remove "-face" suffix from diff-mode faces
   - lisp/longlines.el (longlines-visible-face): Face removed
   - Remove "-face" suffix from woman faces
   - Remove "-face" suffix from whitespace-highlight face
   - Remove "-face" suffix from ruler-mode faces
   - Remove "-face" suffix from show-paren faces
   - Remove "-face" suffix from log-view faces
   - Remove "-face" suffix from smerge faces
   - Remove "-face" suffix from show-tabs faces
   - Remove "-face" suffix from highlight-changes faces
   - Remove "-face" suffix from and downcase info faces
   - Remove "-face" suffix from pcvs faces
   - Update uses of renamed pcvs faces
   - Tweak ChangeLog
   - Remove "-face" suffix from strokes-char face
   - Remove "-face" suffix from compare-windows face
   - Remove "-face" suffix from calendar faces
   - Remove "-face" suffix from diary-button face
   - Remove "-face" suffix from testcover faces
   - Remove "-face" suffix from viper faces
   - Remove "-face" suffix from org faces
   - Remove "-face" suffix from sgml-namespace face
   - Remove "-face" suffix from table-cell face
   - Remove "-face" suffix from tex-mode faces
   - Remove "-face" suffix from texinfo-heading face
   - Remove "-face" suffix from flyspell faces
   - Remove "-face" suffix from gomoku faces
   - Remove "-face" suffix from mpuz faces
   - Merge from gnus--rel--5.10
   - Remove "-face" suffix from Buffer-menu-buffer face
   - Remove "-face" suffix from antlr-mode faces
   - Remove "-face" suffix from ebrowse faces
   - Remove "-face" suffix from flymake faces
   - Remove "-face" suffix from idlwave faces
   - Remove "-face" suffix from sh-script faces
   - Remove "-face" suffix from vhdl-mode faces
   - Remove "-face" suffix from which-func face
   - Remove "-face" suffix from cperl-mode faces
   - Remove "-face" suffix from ld-script faces
   - Fix cperl-mode font-lock problem
   - Tweak which-func face

 * gnus--rel--5.10  (patch 80-82)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.362 - (view) (download) (annotate) - [select for diffs]
Sat Jun 11 00:09:39 2005 UTC (18 years, 11 months ago) by jasonr
Branch: MAIN
Changes since 1.361: +1 -1 lines
Diff to previous 1.361 , to selected 1.280
Fix last change


Revision 1.361 - (view) (download) (annotate) - [select for diffs]
Fri Jun 10 22:54:06 2005 UTC (18 years, 11 months ago) by jasonr
Branch: MAIN
Changes since 1.360: +2 -2 lines
Diff to previous 1.360 , to selected 1.280
2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)

	* progmodes/compile.el (compilation-error-regexp-alist-alist)
	[msft]: update regexp for newer msft compilers.


Revision 1.360 - (view) (download) (annotate) - [select for diffs]
Fri Jun 10 07:34:16 2005 UTC (18 years, 11 months ago) by miles
Branch: MAIN
Changes since 1.359: +8 -4 lines
Diff to previous 1.359 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-367

Remove "-face" suffix from compilation faces

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/progmodes/compile.el (compilation-warning-face)
   (compilation-info-face): Remove "-face" suffix from face names.
   (compilation-warning-face, compilation-info-face):
   New backward-compatibility aliases for renamed faces.
   (compilation-warning-face, compilation-info-face):
   Use renamed compilation faces.


Revision 1.276.2.24 - (view) (download) (annotate) - [select for diffs]
Thu Jun 9 07:13:03 2005 UTC (18 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.23: +3 -2 lines
Diff to previous 1.276.2.23 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-61

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 353-357)

   - Update from CVS


Revision 1.256.2.43 - (view) (download) (annotate) - [select for diffs]
Thu Jun 9 05:28:36 2005 UTC (18 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.256.2.42: +3 -2 lines
Diff to previous 1.256.2.42 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-35

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 353-357)

   - Update from CVS


Revision 1.256.2.42 - (view) (download) (annotate) - [select for diffs]
Thu Jun 9 05:26:38 2005 UTC (18 years, 11 months ago) by miles
Branch: lexbind
Changes since 1.256.2.41: +13 -13 lines
Diff to previous 1.256.2.41 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-34

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 324-352)

   - Merge from gnus--rel--5.10
   - Update from CVS
   - etc/emacs-buffer.gdb: Remove RCS keywords

 * gnus--rel--5.10  (patch 70-79)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0


Revision 1.359 - (view) (download) (annotate) - [select for diffs]
Mon Jun 6 12:27:44 2005 UTC (18 years, 11 months ago) by jurta
Branch: MAIN
Changes since 1.358: +3 -2 lines
Diff to previous 1.358 , to selected 1.280
(compilation-start): Move `erase-buffer' up
before selecting the desired mode to not spend time fontifying
old contents.


Revision 1.347.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Jun 6 08:36:03 2005 UTC (18 years, 11 months ago) by jhd
Branch: XFT_JHD_BRANCH
Changes since 1.347: +75 -32 lines
Diff to previous 1.347 , to selected 1.280
Merged from HEAD


Revision 1.276.2.23 - (view) (download) (annotate) - [select for diffs]
Mon Jun 6 02:39:33 2005 UTC (18 years, 11 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.22: +13 -13 lines
Diff to previous 1.276.2.22 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 324-352)

   - Merge from gnus--rel--5.10
   - Update from CVS
   - etc/emacs-buffer.gdb: Remove RCS keywords

 * gnus--rel--5.10  (patch 70-79)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0


Revision 1.358 - (view) (download) (annotate) - [select for diffs]
Fri Jun 3 08:41:20 2005 UTC (18 years, 11 months ago) by pfeiffer
Branch: MAIN
Changes since 1.357: +2 -2 lines
Diff to previous 1.357 , to selected 1.280
(compilation-error-regexp-alist-alist): Allow (...) within `...' for makepp messages.


Revision 1.357 - (view) (download) (annotate) - [select for diffs]
Sun May 29 08:32:57 2005 UTC (18 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.356: +11 -11 lines
Diff to previous 1.356 , to selected 1.280
(compilation-start): Set the mode before inserting the initial text.


Revision 1.276.2.22 - (view) (download) (annotate) - [select for diffs]
Fri May 20 04:21:54 2005 UTC (19 years ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.21: +22 -9 lines
Diff to previous 1.276.2.21 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-53

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 302-319)

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

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

   - Update from CVS


Revision 1.256.2.41 - (view) (download) (annotate) - [select for diffs]
Fri May 20 03:39:18 2005 UTC (19 years ago) by miles
Branch: lexbind
Changes since 1.256.2.40: +22 -9 lines
Diff to previous 1.256.2.40 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-32

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 302-319)

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

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

   - Update from CVS


Revision 1.256.2.40 - (view) (download) (annotate) - [select for diffs]
Fri May 20 03:34:24 2005 UTC (19 years ago) by miles
Branch: lexbind
Changes since 1.256.2.39: +2 -1 lines
Diff to previous 1.256.2.39 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-31

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 287-301)

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

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

   - Update from CVS


Revision 1.356 - (view) (download) (annotate) - [select for diffs]
Thu May 19 16:48:28 2005 UTC (19 years ago) by teirllm
Branch: MAIN
Changes since 1.355: +1 -1 lines
Diff to previous 1.355 , to selected 1.280
(compilation-finish-function): Fix defvar.


Revision 1.355 - (view) (download) (annotate) - [select for diffs]
Thu May 19 15:38:27 2005 UTC (19 years ago) by rms
Branch: MAIN
Changes since 1.354: +7 -2 lines
Diff to previous 1.354 , to selected 1.280
(compilation-finish-function): Mark obsolete.


Revision 1.354 - (view) (download) (annotate) - [select for diffs]
Mon May 16 00:01:46 2005 UTC (19 years ago) by nickrob
Branch: MAIN
Changes since 1.353: +17 -9 lines
Diff to previous 1.353 , to selected 1.280
(compilation-setup): Set local value of
overlay-arrow-string to "" always.
(compilation-set-window): Left fringe then don't scroll. No left
fringe then no arrow and scroll message to top.
(compilation-context-lines): Adjust doc string accordingly.


Revision 1.276.2.21 - (view) (download) (annotate) - [select for diffs]
Thu May 12 03:41:03 2005 UTC (19 years ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.20: +2 -1 lines
Diff to previous 1.276.2.20 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-51

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 289-301)

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

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

   - Update from CVS


Revision 1.353 - (view) (download) (annotate) - [select for diffs]
Sat May 7 16:18:36 2005 UTC (19 years ago) by eliz
Branch: MAIN
Changes since 1.352: +2 -1 lines
Diff to previous 1.352 , to selected 1.280
(compilation-setup): Set overlay-arrow-string to an empty string
on text terminals.


Revision 1.256.2.39 - (view) (download) (annotate) - [select for diffs]
Thu May 5 00:28:53 2005 UTC (19 years ago) by miles
Branch: lexbind
Changes since 1.256.2.38: +9 -6 lines
Diff to previous 1.256.2.38 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-30

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 272-286)

   - src/xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
   - Update from CVS
   - Merge from gnus--rel--5.10

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

   - Update from CVS


Revision 1.276.2.20 - (view) (download) (annotate) - [select for diffs]
Thu May 5 00:04:47 2005 UTC (19 years ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.19: +9 -6 lines
Diff to previous 1.276.2.19 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 272-288)

   - src/xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
   - Update from CVS
   - Merge from gnus--rel--5.10

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

   - Update from CVS


Revision 1.352 - (view) (download) (annotate) - [select for diffs]
Sat Apr 23 16:35:19 2005 UTC (19 years ago) by rms
Branch: MAIN
Changes since 1.351: +9 -6 lines
Diff to previous 1.351 , to selected 1.280
(next-error-highlight-timer): New defvar.

(compilation-mode-font-lock-keywords):
Specify t for LAXMATCH when matching directories.
Save match data around compilation-compat-error-properties form.


Revision 1.256.2.38 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 06:28:27 2005 UTC (19 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.256.2.37: +15 -1 lines
Diff to previous 1.256.2.37 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-28

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 241-258)

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

 * gnus--rel--5.10  (patch 59-65)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0
   - (mm-string-to-multibyte): Use Gnus trunk definition.


Revision 1.276.2.19 - (view) (download) (annotate) - [select for diffs]
Thu Apr 14 05:03:50 2005 UTC (19 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.18: +15 -1 lines
Diff to previous 1.276.2.18 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-37

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 241-257)

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

 * gnus--rel--5.10  (patch 59-65)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0
   - (mm-string-to-multibyte): Use Gnus trunk definition.


Revision 1.351 - (view) (download) (annotate) - [select for diffs]
Sun Apr 10 06:19:30 2005 UTC (19 years, 1 month ago) by jet
Branch: MAIN
Changes since 1.350: +15 -1 lines
Diff to previous 1.350 , to selected 1.280
* compilation.txt (symbol): Added gcov-file
gcov-bb-file gcov-never-called-line gcov-called-line .

* progmodes/compile.el (compilation-error-regexp-alist-alist): Add
regexp for gcov.


Revision 1.276.2.18 - (view) (download) (annotate) - [select for diffs]
Sat Apr 9 02:16:27 2005 UTC (19 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.17: +10 -3 lines
Diff to previous 1.276.2.17 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-35

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 228-240)

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

 * gnus--rel--5.10  (patch 53-58)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS
   - Collapse feature addition/removal within single ChangeLog entry


Revision 1.256.2.37 - (view) (download) (annotate) - [select for diffs]
Sat Apr 9 01:15:26 2005 UTC (19 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.256.2.36: +10 -3 lines
Diff to previous 1.256.2.36 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-27

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 231-240)

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

 * gnus--rel--5.10  (patch 56-58)

   - Update from CVS
   - Collapse feature addition/removal within single ChangeLog entry


Revision 1.350 - (view) (download) (annotate) - [select for diffs]
Fri Apr 8 14:26:12 2005 UTC (19 years, 1 month ago) by dann
Branch: MAIN
Changes since 1.349: +3 -1 lines
Diff to previous 1.349 , to selected 1.280
* mh-customize.el (mh-speedbar-selected-folder-face): Special case
high number of colors displays.

* textmodes/table.el (table-cell-face): Add special case for
displays supporting a high number of colors.
* progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
(vhdl-font-lock-reserved-words-face)
(vhdl-speedbar-architecture-face)
(vhdl-speedbar-instantiation-face)
(vhdl-speedbar-architecture-selected-face)
(vhdl-speedbar-instantiation-selected-face): Likewise.
* progmodes/sh-script.el (sh-heredoc-face): Likewise.
* progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
* progmodes/ebrowse.el (ebrowse-tree-mark-face)
(ebrowse-root-class-face, ebrowse-member-attribute-face)
(ebrowse-progress-face): Likewise.
* progmodes/compile.el (compilation-info-face): Likewise.
* progmodes/cc-fonts.el (c-invalid-face): Likewise.
* emacs-lisp/re-builder.el (reb-match-3): Likewise.
* calendar/calendar.el (diary-face): Likewise.
* woman.el (woman-italic-face, woman-bold-face)
(woman-unknown-face): Likewise.
* wid-edit.el (widget-button-pressed-face): Likewise.
* whitespace.el (whitespace-highlight-face): Likewise.
* smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
* pcvs-info.el (cvs-marked-face): Likewise.
* info.el (info-xref): Likewise.
* ido.el (ido-subdir-face, ido-indicator-face): Likewise.
* hilit-chg.el (highlight-changes-face)
(highlight-changes-delete-face): Likewise.
* hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
(hi-red-b): Likewise.
* generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
* font-lock.el (font-lock-keyword-face)
(font-lock-function-name-face, font-lock-warning-face): Likewise.
* cus-edit.el (custom-invalid-face, custom-modified-face)
(custom-set-face, custom-changed-face, custom-variable-tag-face)
(custom-group-tag-face-1, custom-group-tag-face): Likewise.
* comint.el (comint-highlight-prompt): Likewise.


Revision 1.349 - (view) (download) (annotate) - [select for diffs]
Thu Apr 7 15:15:38 2005 UTC (19 years, 1 month ago) by jurta
Branch: MAIN
Changes since 1.348: +7 -2 lines
Diff to previous 1.348 , to selected 1.280
(compilation-setup):
Set `next-error-overlay-arrow-position' to nil.  Also set it to
nil in the local hook `kill-buffer-hook'.  Make local variable
`overlay-arrow-string' and set it to "=>".
(compilation-goto-locus): Set BOL position to
`next-error-overlay-arrow-position' instead of
`overlay-arrow-position'.


Revision 1.256.2.36 - (view) (download) (annotate) - [select for diffs]
Mon Apr 4 05:29:11 2005 UTC (19 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.256.2.35: +7 -2 lines
Diff to previous 1.256.2.35 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-25

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 213-222)

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

 * gnus--rel--5.10  (patch 45-52)

   - Update from CVS
   - Update from CVS: texi Makefile.in CVS keyw cruft
   - Update from CVS: ChangeLog tweaks


Revision 1.276.2.17 - (view) (download) (annotate) - [select for diffs]
Thu Mar 31 09:58:09 2005 UTC (19 years, 1 month ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.16: +7 -2 lines
Diff to previous 1.276.2.16 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-31

Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 206-222)

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

 * gnus--rel--5.10  (patch 45-52)

   - Update from CVS
   - Update from CVS: texi Makefile.in CVS keyw cruft
   - Update from CVS: ChangeLog tweaks


Revision 1.348 - (view) (download) (annotate) - [select for diffs]
Tue Mar 29 04:56:44 2005 UTC (19 years, 1 month ago) by jurta
Branch: MAIN
Changes since 1.347: +7 -2 lines
Diff to previous 1.347 , to selected 1.280
(compilation-goto-locus):
Use `next-error-highlight-timer' instead of `sit-for'.


Revision 1.236.4.8.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Mar 23 02:03:27 2005 UTC (19 years, 2 months ago) by ttn
Branch: ttn-vms-21-3-stash
Changes since 1.236.4.8: +20 -2 lines
Diff to previous 1.236.4.8 , to selected 1.280
(compile-internal): Use "set default" for VMS.
(compilation-error-regexp-alist): Add entries for various VMS compilers.


Revision 1.236.4.3.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Mar 23 01:58:57 2005 UTC (19 years, 2 months ago) by ttn
Branch: ttn-vms-21-2-stash
CVS Tags: ttn-vms-21-2-B2, ttn-vms-21-2-B3, ttn-vms-21-2-B4
Changes since 1.236.4.3: +20 -2 lines
Diff to previous 1.236.4.3 , to next main 1.236.4.8 , to selected 1.280
(compile-internal): Use "set default" for VMS.
(compilation-error-regexp-alist): Add entries for various VMS compilers.


Revision 1.276.2.16 - (view) (download) (annotate) - [select for diffs]
Wed Mar 9 00:09:33 2005 UTC (19 years, 2 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.15: +4 -0 lines
Diff to previous 1.276.2.15 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-23

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0  (patch 150-165)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Add info/dir to arch branch

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 34-37)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.256.2.35 - (view) (download) (annotate) - [select for diffs]
Fri Mar 4 14:03:44 2005 UTC (19 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.256.2.34: +4 -0 lines
Diff to previous 1.256.2.34 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-16

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0  (patch 150-152)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Add info/dir to arch branch

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 34-35)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS


Revision 1.347 - (view) (download) (annotate) - [select for diffs]
Thu Mar 3 20:08:21 2005 UTC (19 years, 2 months ago) by pfeiffer
Branch: MAIN
CVS Tags: XFT_JHD_BRANCH_base
Branch point for: XFT_JHD_BRANCH
Changes since 1.346: +4 -0 lines
Diff to previous 1.346 , to selected 1.280
Add comment for compilation-directory-properties.


Revision 1.256.2.34 - (view) (download) (annotate) - [select for diffs]
Sun Feb 13 11:59:56 2005 UTC (19 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.256.2.33: +5 -5 lines
Diff to previous 1.256.2.33 , to branch point 1.256 , to selected 1.280
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.276.2.15 - (view) (download) (annotate) - [select for diffs]
Sun Feb 13 07:19:06 2005 UTC (19 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.14: +5 -5 lines
Diff to previous 1.276.2.14 , to branch point 1.276 , to selected 1.280
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.346 - (view) (download) (annotate) - [select for diffs]
Wed Feb 9 15:50:36 2005 UTC (19 years, 3 months ago) by kfstorm
Branch: MAIN
Changes since 1.345: +5 -5 lines
Diff to previous 1.345 , to selected 1.280
Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.


Revision 1.256.2.33 - (view) (download) (annotate) - [select for diffs]
Sun Feb 6 12:26:00 2005 UTC (19 years, 3 months ago) by miles
Branch: lexbind
Changes since 1.256.2.32: +4 -2 lines
Diff to previous 1.256.2.32 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--lexbind--0--patch-8

Merge from emacs--cvs-trunk--0

Patches applied:

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


Revision 1.276.2.14 - (view) (download) (annotate) - [select for diffs]
Wed Feb 2 01:53:58 2005 UTC (19 years, 3 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.13: +4 -2 lines
Diff to previous 1.276.2.13 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-10

Merge from emacs--cvs-trunk--0

Patches applied:

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


Revision 1.345 - (view) (download) (annotate) - [select for diffs]
Sat Jan 29 15:50:26 2005 UTC (19 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.344: +4 -2 lines
Diff to previous 1.344 , to selected 1.280
(compilation-start): Bind buffer-read-only to nil before
invoking call-process.  Reset buffer's modified flag after
fontifying it in the no-async branch.


Revision 1.256.2.32 - (view) (download) (annotate) - [select for diffs]
Tue Jan 4 05:39:39 2005 UTC (19 years, 4 months ago) by miles
Branch: lexbind
Changes since 1.256.2.31: +5 -2 lines
Diff to previous 1.256.2.31 , to branch point 1.256 , to selected 1.280
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.276.2.13 - (view) (download) (annotate) - [select for diffs]
Sun Jan 2 09:13:17 2005 UTC (19 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.12: +2 -2 lines
Diff to previous 1.276.2.12 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-81

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-748
 - 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-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.344 - (view) (download) (annotate) - [select for diffs]
Mon Dec 27 16:09:37 2004 UTC (19 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.343: +2 -2 lines
Diff to previous 1.343 , to selected 1.280
(compilation-find-buffer): Rename arg.


Revision 1.276.2.12 - (view) (download) (annotate) - [select for diffs]
Sat Dec 25 02:00:25 2004 UTC (19 years, 4 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.11: +3 -0 lines
Diff to previous 1.276.2.11 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-79

Merge from emacs--cvs-trunk--0

Patches applied:

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


Revision 1.343 - (view) (download) (annotate) - [select for diffs]
Fri Dec 17 15:18:39 2004 UTC (19 years, 5 months ago) by kfstorm
Branch: MAIN
Changes since 1.342: +3 -0 lines
Diff to previous 1.342 , to selected 1.280
(compilation-minor-mode-map)
(compilation-button-map, compilation-mode-map):
Map follow-link to mouse-face.


Revision 1.256.2.31 - (view) (download) (annotate) - [select for diffs]
Wed Dec 8 23:36:36 2004 UTC (19 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.256.2.30: +20 -13 lines
Diff to previous 1.256.2.30 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-77

Merge from emacs--cvs-trunk--0

Patches applied:

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

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-709
   Update from CVS: src/indent.c (Fvertical_motion): Fix last change.

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

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

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

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-718
   RCS keyword removal

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

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


Revision 1.256.2.30 - (view) (download) (annotate) - [select for diffs]
Wed Dec 8 23:31:45 2004 UTC (19 years, 5 months ago) by miles
Branch: lexbind
Changes since 1.256.2.29: +18 -16 lines
Diff to previous 1.256.2.29 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-76

Merge from emacs--cvs-trunk--0

Patches applied:

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

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

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

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

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

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

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


Revision 1.276.2.11 - (view) (download) (annotate) - [select for diffs]
Wed Dec 8 05:02:27 2004 UTC (19 years, 5 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.10: +20 -13 lines
Diff to previous 1.276.2.10 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-709
   Update from CVS: src/indent.c (Fvertical_motion): Fix last change.

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

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

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


Revision 1.342 - (view) (download) (annotate) - [select for diffs]
Thu Nov 25 03:02:18 2004 UTC (19 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.341: +3 -0 lines
Diff to previous 1.341 , to selected 1.280
*** empty log message ***


Revision 1.341 - (view) (download) (annotate) - [select for diffs]
Thu Nov 25 03:01:10 2004 UTC (19 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.340: +13 -3 lines
Diff to previous 1.340 , to selected 1.280
(compilation-mode-map): Don't inherit from compilation-minor-mode-map;
copy its bindings instead.  But the menu bar Compile entry now does
inherit from compilation-menu-map.


Revision 1.340 - (view) (download) (annotate) - [select for diffs]
Mon Nov 22 23:31:28 2004 UTC (19 years, 5 months ago) by pfeiffer
Branch: MAIN
Changes since 1.339: +4 -10 lines
Diff to previous 1.339 , to selected 1.280
(compilation-start): In cd command use substitute-env-vars -- not quite shell compatible but better than nothing.
(compilation-error-regexp-alist-alist): Simplify ftnchek to only handle the newer versions messages, which are more parseable.


Revision 1.276.2.10 - (view) (download) (annotate) - [select for diffs]
Fri Nov 19 06:55:10 2004 UTC (19 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.9: +18 -16 lines
Diff to previous 1.276.2.9 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-72

Merge from emacs--cvs-trunk--0

Patches applied:

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

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

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

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

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

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

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


Revision 1.339 - (view) (download) (annotate) - [select for diffs]
Tue Nov 16 04:52:19 2004 UTC (19 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.338: +1 -2 lines
Diff to previous 1.338 , to selected 1.280
(compilation-setup): Don't set buffer-read-only.
(compilation-mode): Set it here instead.


Revision 1.338 - (view) (download) (annotate) - [select for diffs]
Mon Nov 15 23:09:19 2004 UTC (19 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.337: +13 -10 lines
Diff to previous 1.337 , to selected 1.280
(compilation-move-to-column): New fun.
(compilation-internal-error-properties)
(compilation-next-error-function): Use it to make sure we don't go past
the end of line.


Revision 1.337 - (view) (download) (annotate) - [select for diffs]
Mon Nov 15 04:51:50 2004 UTC (19 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.336: +4 -4 lines
Diff to previous 1.336 , to selected 1.280
(compilation-internal-error-properties):
Fix up a transposition-typo.  Check end-col before using it.


Revision 1.256.2.29 - (view) (download) (annotate) - [select for diffs]
Fri Nov 12 04:21:21 2004 UTC (19 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.256.2.28: +8 -5 lines
Diff to previous 1.256.2.28 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-74

Merge from emacs--cvs-trunk--0

Patches applied:

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

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

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

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

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

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

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


Revision 1.276.2.9 - (view) (download) (annotate) - [select for diffs]
Fri Nov 12 02:53:02 2004 UTC (19 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.8: +8 -5 lines
Diff to previous 1.276.2.8 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-70

Merge from emacs--cvs-trunk--0

Patches applied:

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

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

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

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

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

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

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


Revision 1.336 - (view) (download) (annotate) - [select for diffs]
Mon Nov 8 12:19:14 2004 UTC (19 years, 6 months ago) by jurta
Branch: MAIN
Changes since 1.335: +8 -5 lines
Diff to previous 1.335 , to selected 1.280
(compile): Don't overwrite last command in minibuffer history
with default command if they are not equal.


Revision 1.276.2.8 - (view) (download) (annotate) - [select for diffs]
Thu Nov 4 08:55:38 2004 UTC (19 years, 6 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.7: +12 -2 lines
Diff to previous 1.276.2.7 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-69

Merge from emacs--cvs-trunk--0

Patches applied:

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

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

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

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-656
   Update from CVS: lisp/man.el (Man-xref-normal-file): Fix help-echo.

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

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

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

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

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

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

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


Revision 1.256.2.28 - (view) (download) (annotate) - [select for diffs]
Fri Oct 29 02:05:13 2004 UTC (19 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.256.2.27: +12 -2 lines
Diff to previous 1.256.2.27 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-72

Merge from emacs--cvs-trunk--0

Patches applied:

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

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

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

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

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


Revision 1.335 - (view) (download) (annotate) - [select for diffs]
Wed Oct 27 09:10:27 2004 UTC (19 years, 6 months ago) by pfeiffer
Branch: MAIN
Changes since 1.334: +12 -2 lines
Diff to previous 1.334 , to selected 1.280
(compilation-error-regexp-alist-alist) extend irix for NAG Fortran and add ftnchek-*


Revision 1.256.2.27 - (view) (download) (annotate) - [select for diffs]
Mon Oct 25 04:22:29 2004 UTC (19 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.256.2.26: +103 -95 lines
Diff to previous 1.256.2.26 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-71

Merge from emacs--cvs-trunk--0

Patches applied:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-56
   Update from CVS: Add lisp/legacy-gnus-agent.el

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


Revision 1.276.2.7 - (view) (download) (annotate) - [select for diffs]
Fri Oct 22 10:13:52 2004 UTC (19 years, 7 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.6: +103 -95 lines
Diff to previous 1.276.2.6 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-62

Merge from emacs--cvs-trunk--0

Patches applied:

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

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

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

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

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

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

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

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

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

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

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

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

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

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-56
   Update from CVS: Add lisp/legacy-gnus-agent.el

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


Revision 1.334 - (view) (download) (annotate) - [select for diffs]
Wed Oct 20 22:30:34 2004 UTC (19 years, 7 months ago) by pfeiffer
Branch: MAIN
Changes since 1.333: +17 -10 lines
Diff to previous 1.333 , to selected 1.280
(compilation-start): Rely on `cd' to get dir right and also allow argumentless cd.


Revision 1.333 - (view) (download) (annotate) - [select for diffs]
Tue Oct 19 16:48:30 2004 UTC (19 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.332: +2 -1 lines
Diff to previous 1.332 , to selected 1.280
(compilation-setup): Don't set buffer-read-only if MINOR is non-nil.


Revision 1.332 - (view) (download) (annotate) - [select for diffs]
Sat Oct 16 18:37:54 2004 UTC (19 years, 7 months ago) by jurta
Branch: MAIN
Changes since 1.331: +76 -76 lines
Diff to previous 1.331 , to selected 1.280
(compilation-start): Move let-binding of
`process-environment' into `with-current-buffer' body.
Reported by Matt Hodges <MPHodges@member.fsf.org>.


Revision 1.331 - (view) (download) (annotate) - [select for diffs]
Sat Oct 16 15:12:25 2004 UTC (19 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.330: +16 -16 lines
Diff to previous 1.330 , to selected 1.280
(compilation-start): Assume compilation-mode will make the buffer read-only.
(compilation-mode): Take arg name-of-mode.
(compilation-setup): Make buffer read-only.
(compilation-handle-exit): Bind inhibit-read-only.


Revision 1.256.2.26 - (view) (download) (annotate) - [select for diffs]
Thu Sep 16 00:14:59 2004 UTC (19 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.256.2.25: +29 -24 lines
Diff to previous 1.256.2.25 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-67

Merge from emacs--cvs-trunk--0

Patches applied:

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

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-536
   sync-tree with gnus--rel--5.10

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

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

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

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

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

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

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

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-549
   Use symbol-matching for generic-mode keywords

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

 * miles@gnu.org--gnu-2004/gnus--devo--0--patch-2
   Add {arch}/=cvs-sync-make-log

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--base-0
   Import from Gnus CVS branch V5-8

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-1
   {arch}/=tagging-method: Add CVS and autoconf grot to junk regexp

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-2
   Use explicit tags for autoconf input files

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-3
   Remove RCS keywords

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-4
   Fix copied explicit id-tags

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-5
   Add {arch}/=cvs-sync-make-log

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-6
   configure.in: Use ifelse instead of m4_if for arch-tag: comment

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

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-1
   Gnus 5.10, from CVS branch v5-10

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

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-3
   Use explicit tags for autoconf input files

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-4
   sync-tree with gnus--rel--5.8

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

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-6
   Merge from gnus--rel--5.8

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-7
   Remove RCS keywords

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-8
   Merge from gnus--rel--5.8

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

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-10
   Add {arch}/=cvs-sync-make-log

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-11
   Merge from gnus--rel--5.8

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-12
   Update from CVS: make.bat: Fix line endings around arch-tag.

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

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

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-22
   Update from CVS: lisp/nndb.el (require): Remove tcp and duplicate cl.

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

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-24
   lisp/nnimap.el (nnimap-open-connection): Remove extraneous end-paren

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


Revision 1.256.2.25 - (view) (download) (annotate) - [select for diffs]
Thu Sep 16 00:12:22 2004 UTC (19 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.256.2.24: +2 -1 lines
Diff to previous 1.256.2.24 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-66

Merge from emacs--cvs-trunk--0, emacs--gnus--5.10, gnus--rel--5.10

Patches applied:

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

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

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--base-0
   tag of miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-1
   Import from CVS branch gnus-5_10-branch

 * 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

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-3
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-4
   Merge from gnus--rel--5.10

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

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-19
   Remove autoconf-generated files from archive

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


Revision 1.276.2.6 - (view) (download) (annotate) - [select for diffs]
Wed Sep 15 08:59:57 2004 UTC (19 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.5: +29 -24 lines
Diff to previous 1.276.2.5 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-40

Merge from emacs--cvs-trunk--0

Patches applied:

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

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-536
   sync-tree with gnus--rel--5.10

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

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

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

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

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

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

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

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-549
   Use symbol-matching for generic-mode keywords

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

 * miles@gnu.org--gnu-2004/gnus--devo--0--patch-2
   Add {arch}/=cvs-sync-make-log

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--base-0
   Import from Gnus CVS branch V5-8

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-1
   {arch}/=tagging-method: Add CVS and autoconf grot to junk regexp

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-2
   Use explicit tags for autoconf input files

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-3
   Remove RCS keywords

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-4
   Fix copied explicit id-tags

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-5
   Add {arch}/=cvs-sync-make-log

 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-6
   configure.in: Use ifelse instead of m4_if for arch-tag: comment

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

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-1
   Gnus 5.10, from CVS branch v5-10

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

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-3
   Use explicit tags for autoconf input files

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-4
   sync-tree with gnus--rel--5.8

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

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-6
   Merge from gnus--rel--5.8

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-7
   Remove RCS keywords

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-8
   Merge from gnus--rel--5.8

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

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-10
   Add {arch}/=cvs-sync-make-log

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-11
   Merge from gnus--rel--5.8

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-12
   Update from CVS: make.bat: Fix line endings around arch-tag.

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

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

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-22
   Update from CVS: lisp/nndb.el (require): Remove tcp and duplicate cl.

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

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-24
   lisp/nnimap.el (nnimap-open-connection): Remove extraneous end-paren

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


Revision 1.330 - (view) (download) (annotate) - [select for diffs]
Sun Sep 12 18:08:12 2004 UTC (19 years, 8 months ago) by pfeiffer
Branch: MAIN
Changes since 1.329: +29 -24 lines
Diff to previous 1.329 , to selected 1.280
Parse command to see if it starts with a cd, and if so perform it for the *compilation* buffer.  Change the header to reflect this.


Revision 1.276.2.5 - (view) (download) (annotate) - [select for diffs]
Thu Sep 9 09:36:33 2004 UTC (19 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.4: +2 -1 lines
Diff to previous 1.276.2.4 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-36

Merge from emacs--cvs-trunk--0, emacs--gnus--5.10, gnus--rel--5.10

Patches applied:

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

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

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--base-0
   tag of miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-1
   Import from CVS branch gnus-5_10-branch

 * 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

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-3
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-4
   Merge from gnus--rel--5.10

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

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-19
   Remove autoconf-generated files from archive

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


Revision 1.329 - (view) (download) (annotate) - [select for diffs]
Wed Sep 8 20:21:15 2004 UTC (19 years, 8 months ago) by jurta
Branch: MAIN
Changes since 1.328: +1 -1 lines
Diff to previous 1.328 , to selected 1.280
(compilation-mode-map): Rename `next-error-follow-mode' to `next-error-follow-minor-mode'.


Revision 1.328 - (view) (download) (annotate) - [select for diffs]
Tue Sep 7 18:19:17 2004 UTC (19 years, 8 months ago) by jurta
Branch: MAIN
Changes since 1.327: +1 -1 lines
Diff to previous 1.327 , to selected 1.280
(compilation-start): Use copy of `process-environment'
created by `copy-sequence' to not override env-vars
in the global `process-environment'.


Revision 1.327 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 12:47:21 2004 UTC (19 years, 8 months ago) by eliz
Branch: MAIN
CVS Tags: after-merge-gnus-5_10
Changes since 1.326: +1 -0 lines
Diff to previous 1.326 , to selected 1.280
(compilation-mode-map): Bind toggle-next-error-follow-mode.


Revision 1.322.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 12:01:11 2004 UTC (19 years, 8 months ago) by miles
Branch: gnus-5_10-branch
Changes since 1.322: +42 -26 lines
Diff to previous 1.322 , to next main 1.504 , to selected 1.280
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.256.2.24 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 09:28:13 2004 UTC (19 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.256.2.23: +39 -25 lines
Diff to previous 1.256.2.23 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-65

Merge from emacs--cvs-trunk--0

Patches applied:

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


Revision 1.256.2.23 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 09:24:35 2004 UTC (19 years, 8 months ago) by miles
Branch: lexbind
Changes since 1.256.2.22: +3 -1 lines
Diff to previous 1.256.2.22 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-63

Merge from emacs--cvs-trunk--0

Patches applied:

 * 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
   Update from CVS


Revision 1.276.2.4 - (view) (download) (annotate) - [select for diffs]
Sat Sep 4 09:14:25 2004 UTC (19 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.3: +39 -25 lines
Diff to previous 1.276.2.3 , to branch point 1.276 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-34

Merge from emacs--cvs-trunk--0

Patches applied:

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


Revision 1.326 - (view) (download) (annotate) - [select for diffs]
Thu Sep 2 16:35:17 2004 UTC (19 years, 8 months ago) by jurta
Branch: MAIN
CVS Tags: before-merge-gnus-5_10, gnus-5_10-branchpoint
Changes since 1.325: +19 -14 lines
Diff to previous 1.325 , to selected 1.280
(compilation-error-properties): Allow to funcall col and end-col.
(compilation-mode-font-lock-keywords): Check col and end-col by `integerp'.
(compilation-goto-locus): If end-mk is non-nil in transient mark
mode don't activate the mark (and don't display message in
push-mark), but highlight overlay between mk and end-mk.


Revision 1.325 - (view) (download) (annotate) - [select for diffs]
Thu Sep 2 09:45:31 2004 UTC (19 years, 8 months ago) by jurta
Branch: MAIN
Changes since 1.324: +8 -6 lines
Diff to previous 1.324 , to selected 1.280
(compilation-buffer-name): Compare major
mode with second element of compilation-arguments instead of third
to reflect latest changes in compilation-arguments structure.
(recompile): Use global variable `compilation-directory' to get
recent compilation directory only when `recompile' is invoked NOT
in the compilation buffer.  Otherwise, use `default-directory' of
the compilation buffer.


Revision 1.324 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 18:44:35 2004 UTC (19 years, 8 months ago) by jurta
Branch: MAIN
Changes since 1.323: +13 -6 lines
Diff to previous 1.323 , to selected 1.280
(compilation-goto-locus): Use `next-error' face instead of `region'.
Set 4-th argument of `move-overlay' to `current-buffer' to move overlay
to different source buffers.  Use new variable `next-error-highlight'.


Revision 1.276.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Aug 27 07:00:28 2004 UTC (19 years, 8 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.2: +3 -1 lines
Diff to previous 1.276.2.2 , to branch point 1.276 , to selected 1.280
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.323 - (view) (download) (annotate) - [select for diffs]
Mon Aug 16 22:44:56 2004 UTC (19 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.322: +3 -1 lines
Diff to previous 1.322 , to selected 1.280
(compilation-mode): Doc fix.


Revision 1.256.2.22 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 10:17:18 2004 UTC (19 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.256.2.21: +1 -1 lines
Diff to previous 1.256.2.21 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-46

Merge from emacs--cvs-trunk--0

Patches applied:

 * 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.256.2.21 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 10:00:21 2004 UTC (19 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.256.2.20: +8 -8 lines
Diff to previous 1.256.2.20 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-43

Merge from emacs--cvs-trunk--0

Patches applied:

 * 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


Revision 1.256.2.20 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 09:31:24 2004 UTC (19 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.256.2.19: +1 -1 lines
Diff to previous 1.256.2.19 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-36

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-339
 - 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-354
   Update from CVS


Revision 1.256.2.19 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 09:14:29 2004 UTC (19 years, 10 months ago) by miles
Branch: lexbind
Changes since 1.256.2.18: +10 -7 lines
Diff to previous 1.256.2.18 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-34

Merge from emacs--cvs-trunk--0

Patches applied:

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


Revision 1.276.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Jun 28 07:29:42 2004 UTC (19 years, 10 months ago) by miles
Branch: emacs-unicode-2
Changes since 1.276.2.1: +318 -301 lines
Diff to previous 1.276.2.1 , to branch point 1.276 , to selected 1.280
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.322 - (view) (download) (annotate) - [select for diffs]
Fri Jun 18 23:00:46 2004 UTC (19 years, 11 months ago) by pfeiffer
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.321: +1 -1 lines
Diff to previous 1.321 , to selected 1.280
(compilation-error-properties): Store one more than end-col, if present, so
that transient-mark-mode will highlight last char too.


Revision 1.321 - (view) (download) (annotate) - [select for diffs]
Tue Jun 8 21:36:37 2004 UTC (19 years, 11 months ago) by pfeiffer
Branch: MAIN
Changes since 1.320: +8 -8 lines
Diff to previous 1.320 , to selected 1.280
(compilation-set-window-height): Rearrange the save-* functions because a buffer can have several current point in different windows.
(compilation-error-regexp-alist-alist): Recognize {standard input} GNU messages (for gcc --pipe) and more kinds of Oracle messages.


Revision 1.320 - (view) (download) (annotate) - [select for diffs]
Fri May 28 21:11:41 2004 UTC (19 years, 11 months ago) by monnier
Branch: MAIN
Changes since 1.319: +1 -1 lines
Diff to previous 1.319 , to selected 1.280
(compilation-error-regexp-alist): Use expand-file-name and data-directory.


Revision 1.319 - (view) (download) (annotate) - [select for diffs]
Sat May 15 12:16:13 2004 UTC (20 years ago) by eliz
Branch: MAIN
Changes since 1.318: +7 -5 lines
Diff to previous 1.318 , to selected 1.280
(compilation-warning-face, compilation-info-face): Use min-colors.


Revision 1.318 - (view) (download) (annotate) - [select for diffs]
Wed May 12 18:45:08 2004 UTC (20 years ago) by pfeiffer
Branch: MAIN
Changes since 1.317: +3 -2 lines
Diff to previous 1.317 , to selected 1.280
(compilation-set-window-height): Use save-excursion to protect against misplaced marker.


Revision 1.256.2.18 - (view) (download) (annotate) - [select for diffs]
Tue May 11 02:35:51 2004 UTC (20 years ago) by miles
Branch: lexbind
Changes since 1.256.2.17: +17 -10 lines
Diff to previous 1.256.2.17 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-33

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-281
 - 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


Revision 1.256.2.17 - (view) (download) (annotate) - [select for diffs]
Tue May 11 02:21:02 2004 UTC (20 years ago) by miles
Branch: lexbind
Changes since 1.256.2.16: +16 -1 lines
Diff to previous 1.256.2.16 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-32

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-270
 - 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-280
   Update from CVS


Revision 1.317 - (view) (download) (annotate) - [select for diffs]
Mon May 10 21:00:00 2004 UTC (20 years ago) by pfeiffer
Branch: MAIN
Changes since 1.316: +17 -10 lines
Diff to previous 1.316 , to selected 1.280
(compile): Add universal prefix arg.
(compilation-error-regexp-alist-alist): Add edg patterns.


Revision 1.316 - (view) (download) (annotate) - [select for diffs]
Sun May 2 20:45:36 2004 UTC (20 years ago) by monnier
Branch: MAIN
Changes since 1.315: +1 -1 lines
Diff to previous 1.315 , to selected 1.280
Arch-tags shouldn't be outline headers.


Revision 1.315 - (view) (download) (annotate) - [select for diffs]
Sun May 2 20:44:55 2004 UTC (20 years ago) by monnier
Branch: MAIN
Changes since 1.314: +10 -0 lines
Diff to previous 1.314 , to selected 1.280
(compilation-gcpro): New var
(compilation-fake-loc): Use it.
(compilation-forget-errors): Reset it.


Revision 1.314 - (view) (download) (annotate) - [select for diffs]
Sun May 2 17:22:08 2004 UTC (20 years ago) by eliz
Branch: MAIN
Changes since 1.313: +4 -0 lines
Diff to previous 1.313 , to selected 1.280
(compilation-start): In the no-async-subprocesses branch, fontify
the buffer explicitly after the process exits.


Revision 1.313 - (view) (download) (annotate) - [select for diffs]
Sun May 2 15:36:45 2004 UTC (20 years ago) by eliz
Branch: MAIN
Changes since 1.312: +1 -0 lines
Diff to previous 1.312 , to selected 1.280
(compilation-start): In the no-async-subprocesses branch, call
sit-for to give redisplay a chance to show the updated process
status in the mode line.


Revision 1.256.2.16 - (view) (download) (annotate) - [select for diffs]
Sat May 1 23:46:16 2004 UTC (20 years ago) by miles
Branch: lexbind
Changes since 1.256.2.15: +34 -15 lines
Diff to previous 1.256.2.15 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-31

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-262
 - 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-269
   Update from CVS


Revision 1.312 - (view) (download) (annotate) - [select for diffs]
Sat May 1 21:13:00 2004 UTC (20 years ago) by monnier
Branch: MAIN
Changes since 1.311: +25 -9 lines
Diff to previous 1.311 , to selected 1.280
(compilation-messages-start): New var.
(compilation-mode): Don't setup next-error-function here.
(compilation-setup): Set it up here instead (for minor modes as well).
Make compilation-messages-start buffer local.
(compilation-next-error-function): Use it.
(compilation-forget-errors): Set compilation-messages-start.


Revision 1.311 - (view) (download) (annotate) - [select for diffs]
Thu Apr 29 19:02:12 2004 UTC (20 years ago) by monnier
Branch: MAIN
Changes since 1.310: +1 -0 lines
Diff to previous 1.310 , to selected 1.280
(compilation-last-buffer): Add var alias.


Revision 1.310 - (view) (download) (annotate) - [select for diffs]
Thu Apr 29 15:31:38 2004 UTC (20 years ago) by jurta
Branch: MAIN
Changes since 1.309: +8 -6 lines
Diff to previous 1.309 , to selected 1.280
(compilation-context-lines): Add nil option to disable compilation output window scrolling.
(compilation-set-window): Use it.


Revision 1.256.2.15 - (view) (download) (annotate) - [select for diffs]
Thu Apr 29 10:59:10 2004 UTC (20 years ago) by miles
Branch: lexbind
Changes since 1.256.2.14: +1 -1 lines
Diff to previous 1.256.2.14 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-30

Merge from emacs--cvs-trunk--0

Patches applied:

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

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-257
   {arch}/=cvs-sync-make-log: Use new features of tla-changelogs-to-log

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


Revision 1.309 - (view) (download) (annotate) - [select for diffs]
Wed Apr 28 08:36:09 2004 UTC (20 years ago) by rms
Branch: MAIN
Changes since 1.308: +1 -1 lines
Diff to previous 1.308 , to selected 1.280
(compilation-context-lines): Default now 0.


Revision 1.256.2.14 - (view) (download) (annotate) - [select for diffs]
Tue Apr 27 14:11:00 2004 UTC (20 years ago) by miles
Branch: lexbind
Changes since 1.256.2.13: +65 -77 lines
Diff to previous 1.256.2.13 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-28

Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-240
 - 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-254
   Update from CVS


Revision 1.256.2.13 - (view) (download) (annotate) - [select for diffs]
Tue Apr 27 14:08:32 2004 UTC (20 years ago) by miles
Branch: lexbind
Changes since 1.256.2.12: +202 -209 lines
Diff to previous 1.256.2.12 , to branch point 1.256 , to selected 1.280
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.308 - (view) (download) (annotate) - [select for diffs]
Sun Apr 25 12:54:50 2004 UTC (20 years ago) by pfeiffer
Branch: MAIN
Changes since 1.307: +65 -77 lines
Diff to previous 1.307 , to selected 1.280
(compilation-error-regexp-alist-alist): Also recognize severe Irix et al. messages.

(compilation-normalize-filename, compile-abbreviate-directory): Delete functions.

(compilation-get-file-structure): New function inherits functionality of the two preceding ones.

(compilation-internal-error-properties, compilation-fake-loc): Use it so that different paths to the same file share the same markers.  Also optimize finding adjacent marker slightly.


Revision 1.307 - (view) (download) (annotate) - [select for diffs]
Wed Apr 21 22:37:16 2004 UTC (20 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.306: +3 -0 lines
Diff to previous 1.306 , to selected 1.280
(compilation-mode-font-lock-keywords):
Minor sanity check on the `hyperlink' slot.


Revision 1.306 - (view) (download) (annotate) - [select for diffs]
Wed Apr 21 21:37:18 2004 UTC (20 years, 1 month ago) by kfstorm
Branch: MAIN
Changes since 1.305: +19 -92 lines
Diff to previous 1.305 , to selected 1.280
From: Teodor Zlatanov  <tzz@lifelogs.com>
(compilation-start): Set next-error-last-buffer so
next-error knows where to jump.
(compilation-setup): Set the buffer-local variable
next-error-function to 'compilation-next-error-function.
(compilation-buffer-p, compilation-buffer-internal-p): Use an
alternate way to find if a buffer is a compilation buffer, for
next-error convenience.
(next-error-no-select, previous-error-no-select, next-error)
(previous-error, first-error): Move to simple.el.
(compilation-find-buffer): Move to next-error-find-buffer in simple.el.
(compilation-last-buffer): Remove.
(compilation-start, compilation-next-error, compilation-setup)
(compilation-next-error-function, compilation-find-buffer):
Remove compilation-last-buffer use.


Revision 1.305 - (view) (download) (annotate) - [select for diffs]
Tue Apr 20 20:36:43 2004 UTC (20 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.304: +101 -87 lines
Diff to previous 1.304 , to selected 1.280
(compilation-error-properties): Split in two.
(compilation-internal-error-properties): New one.
(compilation-compat-error-properties): Use it to fix the non-marker case.


Revision 1.304 - (view) (download) (annotate) - [select for diffs]
Sun Apr 18 11:04:24 2004 UTC (20 years, 1 month ago) by schwab
Branch: MAIN
Changes since 1.303: +3 -1 lines
Diff to previous 1.303 , to selected 1.280
(compilation-start): Set window start to
point-min if compilation-scroll-output is nil.


Revision 1.303 - (view) (download) (annotate) - [select for diffs]
Fri Apr 16 23:22:07 2004 UTC (20 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.302: +41 -33 lines
Diff to previous 1.302 , to selected 1.280
Doc fixes.
(compilation-error-regexp-alist-alist)
(compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
(compilation-assq): Wrap in eval-when-compile.
(compilation-mode-font-lock-keywords): Don't use list*.
(compilation-start): Avoid warning.
(compilation-compat-error-properties)
(compilation-directory-properties): Add keymap property.
(compilation-parsing-end): Make it a marker for better compatibility.


Revision 1.302 - (view) (download) (annotate) - [select for diffs]
Fri Apr 16 23:04:23 2004 UTC (20 years, 1 month ago) by pfeiffer
Branch: MAIN
Changes since 1.301: +77 -46 lines
Diff to previous 1.301 , to selected 1.280
(compilation-error-properties): Fix for adding messages when there are already
markers for their file.
(compilation-fake-loc): New function.


Revision 1.276.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Apr 16 12:50:34 2004 UTC (20 years, 1 month ago) by handa
Branch: emacs-unicode-2
CVS Tags: emacs-unicode-2-pre-sync
Changes since 1.276: +1143 -1756 lines
Diff to previous 1.276 , to selected 1.280
Sync to HEAD


Revision 1.301 - (view) (download) (annotate) - [select for diffs]
Wed Apr 14 18:12:05 2004 UTC (20 years, 1 month ago) by monnier
Branch: MAIN
CVS Tags: handa-temp-tag
Changes since 1.300: +9 -1 lines
Diff to previous 1.300 , to selected 1.280
(compilation-button-map): New keymap.
(compilation-error-properties): Use it.
(compilation-shell-minor-mode-map): Don't bind mouse-2.


Revision 1.300 - (view) (download) (annotate) - [select for diffs]
Wed Apr 14 17:30:49 2004 UTC (20 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.299: +1 -1 lines
Diff to previous 1.299 , to selected 1.280
(compile-goto-error): Use it.


Revision 1.256.2.12 - (view) (download) (annotate) - [select for diffs]
Wed Apr 14 00:01:05 2004 UTC (20 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.256.2.11: +40 -44 lines
Diff to previous 1.256.2.11 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-26

Merge from emacs--cvs-trunk--0

Patches applied:

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


Revision 1.299 - (view) (download) (annotate) - [select for diffs]
Tue Apr 13 23:16:57 2004 UTC (20 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.298: +1 -1 lines
Diff to previous 1.298 , to selected 1.280
Paren typo.


Revision 1.298 - (view) (download) (annotate) - [select for diffs]
Tue Apr 13 23:16:29 2004 UTC (20 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.297: +8 -11 lines
Diff to previous 1.297 , to selected 1.280
(compilation-minor-mode-map)
(compilation-shell-minor-mode-map, compile-mouse-goto-error)
(compile-goto-error): Re-merge the mouse and non-mouse commands.


Revision 1.297 - (view) (download) (annotate) - [select for diffs]
Tue Apr 13 22:42:43 2004 UTC (20 years, 1 month ago) by pfeiffer
Branch: MAIN
Changes since 1.296: +49 -50 lines
Diff to previous 1.296 , to selected 1.280
(compilation-setup): Localize overlay-arrow-position.
(compilation-sentinel): Restructure code equivalently.
(compilation-next-error): Find message on same line after point if
not found before point.
(compile-mouse-goto-error): Restore function so that compilation
buffer need not be current and use compile-goto-error.
(compile-goto-error): Restore function.
(next-error): Set overlay-arrow-position.
(compilation-forget-errors): Don't localize already local
compilation-locs and remove FIXME about refontifying.


Revision 1.256.2.11 - (view) (download) (annotate) - [select for diffs]
Tue Apr 13 10:18:25 2004 UTC (20 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.256.2.10: +8 -6 lines
Diff to previous 1.256.2.10 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-25

Merge from emacs--cvs-trunk--0

Patches applied:

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

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-210
   More RCS keyword removal

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-211
   File-permission tweaks

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-212
   Checkout from CVS with unexpanded RCS keywords


Revision 1.256.2.10 - (view) (download) (annotate) - [select for diffs]
Tue Apr 13 10:16:07 2004 UTC (20 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.256.2.9: +1 -1 lines
Diff to previous 1.256.2.9 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-24

Merge from emacs--cvs-trunk--0

Patches applied:

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

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-203
   Add entry for macroexpand-all to NEWS

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

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-205
   Add macroexpand-all to lisp reference manual

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


Revision 1.296 - (view) (download) (annotate) - [select for diffs]
Mon Apr 12 23:02:48 2004 UTC (20 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.295: +8 -6 lines
Diff to previous 1.295 , to selected 1.280
(compile-goto-error): Select the buffer/window corresponding to the event.


Revision 1.295 - (view) (download) (annotate) - [select for diffs]
Mon Apr 12 04:36:01 2004 UTC (20 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.294: +1 -1 lines
Diff to previous 1.294 , to selected 1.280
(compilation-mode-font-lock-keywords): Fix test not to treat nil as a function.


Revision 1.256.2.9 - (view) (download) (annotate) - [select for diffs]
Sat Apr 10 06:14:57 2004 UTC (20 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.256.2.8: +275 -183 lines
Diff to previous 1.256.2.8 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-17

Merge from emacs--cvs-trunk--0

Patches applied:

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


Revision 1.294 - (view) (download) (annotate) - [select for diffs]
Thu Apr 8 22:15:11 2004 UTC (20 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.293: +66 -62 lines
Diff to previous 1.293 , to selected 1.280
(compilation-mode-font-lock-keywords):
Redo one more thing that I didn't notice Daniel had undone.


Revision 1.293 - (view) (download) (annotate) - [select for diffs]
Wed Apr 7 19:34:11 2004 UTC (20 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.292: +41 -28 lines
Diff to previous 1.292 , to selected 1.280
Require CL.
(compilation-mode-font-lock-keywords): Re-install the "line as function" patch.


Revision 1.292 - (view) (download) (annotate) - [select for diffs]
Wed Apr 7 12:56:08 2004 UTC (20 years, 1 month ago) by pfeiffer
Branch: MAIN
Changes since 1.291: +81 -91 lines
Diff to previous 1.291 , to selected 1.280
(compilation-warning-face, compilation-info-face, compilation-skip-threshold)
(compilation-skip-visited, compilation-context-lines): Declare :version when added to Emacs.
(compilation-error-regexp-alist-alist): Extend caml and irix.
(compilation-setup): Fix if font-locked w/o font-lock-defaults.
(compilation-mode-font-lock-keywords): Temporarily undo line as function patch, which wasn't ready.


Revision 1.291 - (view) (download) (annotate) - [select for diffs]
Sun Apr 4 12:56:01 2004 UTC (20 years, 1 month ago) by monnier
Branch: MAIN
Changes since 1.290: +231 -158 lines
Diff to previous 1.290 , to selected 1.280
(font-lock): Don't require any more.
(compilation-error-properties, compilation-start, compilation-sentinel)
(compilation-filter, next-error): Use with-current-buffer.
(compilation-skip-to-next-location, compilation-skip-threshold)
(compilation-skip-visited): Move to silence the byte-compiler.
(compilation-setup): Simplify.
(compilation-next-error): Use line-(beginning|end)-position.
Make sure `pt' is non-nil before using compilation-loop.
(compile-goto-error): Add optional event arg.  Use it.
(compile-mouse-goto-error): Make it an alias of compile-goto-error.
(compilation-minor-mode-map, compilation-shell-minor-mode-map):
Update the binding for mouse-2.
(first-error): Set compilation-current-error to nil rather than bob.
(compilation-parsing-end, compilation-parse-errors-function)
(compilation-error-list, compilation-old-error-list):
"New" compatibility variables.
(compile-buffer-substring, compilation-compat-error-properties)
(compilation-compat-parse-errors, compilation-forget-errors):
New compatibility functions.
(compilation-mode-font-lock-keywords): Use them.


Revision 1.290 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 10:42:04 2004 UTC (20 years, 1 month ago) by pfeiffer
Branch: MAIN
Changes since 1.289: +29 -17 lines
Diff to previous 1.289 , to selected 1.280
C-x ` fixes


Revision 1.256.2.8 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 04:29:06 2004 UTC (20 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.256.2.7: +25 -23 lines
Diff to previous 1.256.2.7 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-13

Merge from emacs--cvs-trunk

Patches applied:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


Revision 1.289 - (view) (download) (annotate) - [select for diffs]
Sun Mar 28 13:23:39 2004 UTC (20 years, 1 month ago) by pfeiffer
Branch: MAIN
Changes since 1.288: +3 -0 lines
Diff to previous 1.288 , to selected 1.280
restore (require 'font-lock) which is still needed


Revision 1.288 - (view) (download) (annotate) - [select for diffs]
Sun Mar 28 08:32:16 2004 UTC (20 years, 1 month ago) by pfeiffer
Branch: MAIN
Changes since 1.287: +22 -23 lines
Diff to previous 1.287 , to selected 1.280
doc fixes and restore optionality of next-error's arg


Revision 1.256.2.7 - (view) (download) (annotate) - [select for diffs]
Fri Mar 19 23:29:24 2004 UTC (20 years, 2 months ago) by miles
Branch: lexbind
Changes since 1.256.2.6: +910 -1341 lines
Diff to previous 1.256.2.6 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-11

Merge from emacs--cvs-trunk

Patches applied:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


Revision 1.287 - (view) (download) (annotate) - [select for diffs]
Fri Mar 19 00:21:43 2004 UTC (20 years, 2 months ago) by kfstorm
Branch: MAIN
Changes since 1.286: +3 -3 lines
Diff to previous 1.286 , to selected 1.280
(compilation-start): Always set compilation-last-buffer and return it.


Revision 1.286 - (view) (download) (annotate) - [select for diffs]
Thu Mar 11 22:46:54 2004 UTC (20 years, 2 months ago) by monnier
Branch: MAIN
Changes since 1.285: +1 -1 lines
Diff to previous 1.285 , to selected 1.280
(compilation-error-regexp-alist-alist): Whitespace fixup.


Revision 1.285 - (view) (download) (annotate) - [select for diffs]
Thu Mar 11 22:39:29 2004 UTC (20 years, 2 months ago) by monnier
Branch: MAIN
Changes since 1.284: +912 -1343 lines
Diff to previous 1.284 , to selected 1.280
(compile-auto-highlight)
(compilation-error-list, compilation-old-error-list)
(compilation-parse-errors-function, compilation-parsing-end)
(compilation-error-message, compilation-directory-stack)
(compilation-enter-directory-regexp-alist)
(compilation-leave-directory-regexp-alist)
(compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
(compilation-current-file, compilation-regexps): Remove vars.

(compile-error-at-point, compilation-error-filedata)
(compilation-error-filedata-file-name, compile-reinitialize-errors)
(compilation-next-error-locus, compilation-forget-errors)
(count-regexp-groupings, compilation-parse-errors)
(compile-collect-regexps, compile-buffer-substring): Remove funs.

(compile-internal): Make obsolete.

(compilation-first-column, compilation-error)
(compilation-directory-matcher, compilation-page-delimiter)
(compilation-mode-font-lock-keywords, compilation-debug)
(compilation-error-face, compilation-warning-face)
(compilation-info-face, compilation-line-face)
(compilation-column-face, compilation-enter-directory-face)
(compilation-leave-directory-face, compilation-skip-threshold)
(compilation-skip-visited, compilation-context-lines): New vars.

(compilation-warning-face, compilation-info-face)
(compilation-message-face): New faces.

(compilation-error-regexp-alist-alist): New constant.

(compilation-face, compilation-directory-properties)
(compilation-assq, compilation-error-properties, compilation-start)
(define-compilation-mode, compilation-loop)
(compilation-set-window): New functions.

(compile): Additional argument for interactive compiles like TeX.


Revision 1.256.2.6 - (view) (download) (annotate) - [select for diffs]
Tue Feb 17 23:15:44 2004 UTC (20 years, 3 months ago) by uid65618
Branch: lexbind
Changes since 1.256.2.5: +8 -2 lines
Diff to previous 1.256.2.5 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-7

Merge from emacs--cvs-trunk

Patches applied:

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

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-84
   Add lisp/emacs-lisp/macroexp.el

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


Revision 1.284 - (view) (download) (annotate) - [select for diffs]
Mon Feb 16 12:50:24 2004 UTC (20 years, 3 months ago) by uid65627
Branch: MAIN
Changes since 1.283: +8 -2 lines
Diff to previous 1.283 , to selected 1.280
(compilation-directory): New defvar.
(compile): Save current directory in compilation-directory.
(recompile): Bind default-directory to compilation-directory if
that is non-nil.


Revision 1.256.2.5 - (view) (download) (annotate) - [select for diffs]
Thu Feb 5 14:48:34 2004 UTC (20 years, 3 months ago) by uid65618
Branch: lexbind
Changes since 1.256.2.4: +1 -1 lines
Diff to previous 1.256.2.4 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2004/emacs--lexbind--0--patch-2

Merge from emacs--cvs-trunk

Patches applied:

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

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-5
   Add =cvs-sync-make-log script

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

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-7
   Use absolute tla-tools filenames in =cvs-sync-make-log

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-8
   Use proper arch-tag: syntax for lispintro/texinfo.tex

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

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

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

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-12
   Add section on button package to lisp reference manual

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-13
   Minor tweaks to Buttons section in lispref/display.texi

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

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

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

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

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

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

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

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

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

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

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

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

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-26
   Fix permission bogosities

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-41
   Make fringe-drawing stuff compile without a window-system

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


Revision 1.283 - (view) (download) (annotate) - [select for diffs]
Sat Jan 3 22:38:03 2004 UTC (20 years, 4 months ago) by uid65566
Branch: MAIN
Changes since 1.282: +1 -1 lines
Diff to previous 1.282 , to selected 1.280
(compile-internal): Use point, not point-min, for set-window-point.


Revision 1.256.2.4 - (view) (download) (annotate) - [select for diffs]
Sun Dec 28 05:19:58 2003 UTC (20 years, 4 months ago) by uid65618
Branch: lexbind
Changes since 1.256.2.3: +102 -403 lines
Diff to previous 1.256.2.3 , to branch point 1.256 , to selected 1.280
Synchronize with CVS trunk


Revision 1.282 - (view) (download) (annotate) - [select for diffs]
Sun Nov 23 20:57:47 2003 UTC (20 years, 5 months ago) by kfstorm
Branch: MAIN
Changes since 1.281: +102 -403 lines
Diff to previous 1.281 , to selected 1.280
(grep-command, grep-use-null-device)
(grep-find-command, grep-tree-command, grep-tree-files-aliases)
(grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
(grep-regexp-alist, grep-program, find-program)
(grep-find-use-xargs, grep-history, grep-find-history)
(grep-process-setup, grep-compute-defaults)
(grep-default-command, grep, grep-tag-default, grep-find)
(grep-expand-command-macros, grep-tree-last-regexp)
(grep-tree-last-files, grep-tree): Move grep variables, functions
and commands to new file grep.el.
(compilation-mode-map): Remove grep commands from Compile sub-menu.

(compilation-process-setup-function): Doc fix.
(compilation-highlight-regexp, compilation-highlight-overlay): New
defvars used for highlighting current compile error in source buffer.
(compile-internal): New optional args HIGHLIGHT-REGEXP and
LOCAL-MAP which overrides compilation-highlight-regexp and
compilation-mode-map for this compilation.
Delay calling compilation-set-window-height until after running
compilation-process-setup-function so it can buffer-local override
compilation-window-height.
Check buffer-local value of compilation-scroll-output.
(compilation-set-window-height): Use buffer-local value of
compilation-window-height.
(compilation-revert-buffer): Don't pass (undefined)
preserve-modes arg to revert-buffer.
(next-error-no-select, previous-error-no-select): New commands.
(compilation-goto-locus): Temporarily highlight current match in
source buffer using compilation-highlight-regexp.


Revision 1.256.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Nov 21 00:35:51 2003 UTC (20 years, 6 months ago) by miles
Branch: lexbind
Changes since 1.256.2.2: +1 -1 lines
Diff to previous 1.256.2.2 , to branch point 1.256 , to selected 1.280
Revision: miles@gnu.org--gnu-2003/emacs--lexbind--0--patch-15

Merge from emacs--cvs-trunk

Patches applied:

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

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

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

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

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

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

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

 * miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-95
   Correct the default target in man/Makefile.in

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


Revision 1.281 - (view) (download) (annotate) - [select for diffs]
Mon Oct 20 23:31:27 2003 UTC (20 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.280: +1 -1 lines
Diff to previous 1.280
(compile-auto-highlight): Undo July 7 change.


Revision 1.256.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Oct 14 23:30:16 2003 UTC (20 years, 7 months ago) by miles
Branch: lexbind
Changes since 1.256.2.1: +53 -27 lines
Diff to previous 1.256.2.1 , to branch point 1.256 , to selected 1.280
Update from arch emacs--lexbind branch


Revision 1.280 - (view) (download) (annotate) - [selected]
Mon Sep 22 15:25:47 2003 UTC (20 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.279: +1 -1 lines
Diff to previous 1.279
(compile-internal): Call compilation-set-window-height
before setting window start.


Revision 1.279 - (view) (download) (annotate) - [select for diffs]
Mon Sep 1 15:45:35 2003 UTC (20 years, 8 months ago) by miles
Branch: MAIN
Changes since 1.278: +1 -0 lines
Diff to previous 1.278 , to selected 1.280
Add arch taglines


Revision 1.278 - (view) (download) (annotate) - [select for diffs]
Mon Sep 1 05:45:44 2003 UTC (20 years, 8 months ago) by eliz
Branch: MAIN
Changes since 1.277: +8 -4 lines
Diff to previous 1.277 , to selected 1.280
(previous-error): Accept a prefix argument, similarly to next-error.


Revision 1.277 - (view) (download) (annotate) - [select for diffs]
Sun Aug 17 09:49:42 2003 UTC (20 years, 9 months ago) by as
Branch: MAIN
Changes since 1.276: +8 -0 lines
Diff to previous 1.276 , to selected 1.280
2003-08-14 Thu  Jari Aalto  <jari.aalto@poboxes.com>

        * progmodes/compile.el (compilation-error-regexp-alist):
        Added Java ANt error detection as described in document
        http://ant.apache.org/faq.html


Revision 1.276 - (view) (download) (annotate) - [select for diffs]
Mon Jul 28 16:05:36 2003 UTC (20 years, 9 months ago) by jpw
Branch: MAIN
CVS Tags: emacs-bidi-base
Branch point for: emacs-bidi, emacs-unicode-2
Changes since 1.275: +7 -0 lines
Diff to previous 1.275 , to selected 1.280
2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)

	* progmodes/compile.el (compilation-environment): New user variable.
	(compile-internal): Respect it.


Revision 1.275 - (view) (download) (annotate) - [select for diffs]
Mon Jul 7 20:53:19 2003 UTC (20 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.274: +8 -6 lines
Diff to previous 1.274 , to selected 1.280
(compile-auto-highlight): Default now t.
(compile): Doc fix.
(compilation-next-error): Fix previous change.


Revision 1.274 - (view) (download) (annotate) - [select for diffs]
Wed Jun 4 09:31:38 2003 UTC (20 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.273: +12 -1 lines
Diff to previous 1.273 , to selected 1.280
(compilation-next-error): When moving fwd,
compare position of point with the errors.


Revision 1.273 - (view) (download) (annotate) - [select for diffs]
Tue May 13 21:37:28 2003 UTC (21 years ago) by monnier
Branch: MAIN
CVS Tags: Boehm-GC-base
Branch point for: Boehm-GC
Changes since 1.272: +9 -16 lines
Diff to previous 1.272 , to selected 1.280
(compile-internal): Use with-current-buffer.
(compilation-set-window-height): Use save-selected-window.


Revision 1.272 - (view) (download) (annotate) - [select for diffs]
Tue May 6 17:35:37 2003 UTC (21 years ago) by lektu
Branch: MAIN
Changes since 1.271: +1 -1 lines
Diff to previous 1.271 , to selected 1.280
(compile-internal): Don't quote nil and t in docstrings.


Revision 1.256.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Apr 4 06:20:32 2003 UTC (21 years, 1 month ago) by miles
Branch: lexbind
Changes since 1.256: +267 -246 lines
Diff to previous 1.256 , to selected 1.280
Update from trunk.


Revision 1.271 - (view) (download) (annotate) - [select for diffs]
Mon Jan 13 08:02:47 2003 UTC (21 years, 4 months ago) by rms
Branch: MAIN
CVS Tags: RMAIL-MBOX-BASE
Branch point for: rmail-mbox-branch
Changes since 1.270: +5 -2 lines
Diff to previous 1.270 , to selected 1.280
(compilation-revert-buffer): If buffer has a file, revert it in the normal way.


Revision 1.236.4.8 - (view) (download) (annotate) - [select for diffs]
Wed Dec 18 10:42:20 2002 UTC (21 years, 5 months ago) by lektu
Branch: EMACS_21_1_RC
CVS Tags: EMACS_21_3, EMACS_PRETEST_21_2_94, EMACS_PRETEST_21_2_95
Branch point for: ttn-vms-21-3-stash
Changes since 1.236.4.7: +3 -1 lines
Diff to previous 1.236.4.7 , to branch point 1.236 , to next main 1.504 , to selected 1.280
(compile-reinitialize-errors): Don't mark the buffer as modified unless it
really is.


Revision 1.270 - (view) (download) (annotate) - [select for diffs]
Sat Dec 14 23:30:36 2002 UTC (21 years, 5 months ago) by lektu
Branch: MAIN
Changes since 1.269: +3 -1 lines
Diff to previous 1.269 , to selected 1.280
(compile-reinitialize-errors): Don't mark the buffer as modified unless it
really is.


Revision 1.269 - (view) (download) (annotate) - [select for diffs]
Fri Dec 13 22:37:37 2002 UTC (21 years, 5 months ago) by rost
Branch: MAIN
Changes since 1.268: +1 -1 lines
Diff to previous 1.268 , to selected 1.280
(compilation-menu-map): Use `kill-compilation' to stop compilation.


Revision 1.268 - (view) (download) (annotate) - [select for diffs]
Sat Dec 7 21:34:44 2002 UTC (21 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.267: +4 -0 lines
Diff to previous 1.267 , to selected 1.280
(compilation-enter-directory-regexp-alist)
(compilation-leave-directory-regexp-alist): Match byte compiler output.


Revision 1.267 - (view) (download) (annotate) - [select for diffs]
Mon Nov 18 04:14:26 2002 UTC (21 years, 6 months ago) by rost
Branch: MAIN
Changes since 1.266: +2 -0 lines
Diff to previous 1.266 , to selected 1.280
(compilation-shell-minor-mode): Add group.
(compilation-minor-mode):  Add group.


Revision 1.266 - (view) (download) (annotate) - [select for diffs]
Wed Nov 13 11:49:53 2002 UTC (21 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.265: +5 -5 lines
Diff to previous 1.265 , to selected 1.280
(compilation-error-regexp-alist): Don't include colon and space after
a file name as part of the name.


Revision 1.265 - (view) (download) (annotate) - [select for diffs]
Thu Nov 7 19:16:15 2002 UTC (21 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.264: +77 -97 lines
Diff to previous 1.264 , to selected 1.280
(grep-default-command): New fun.
(grep): Use it.
(compilation-menu-map): New var.
(compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
(compilation-mode-map): Simplify.
(compilation-shell-minor-mode, compilation-minor-mode):
Use define-minor-mode.


Revision 1.264 - (view) (download) (annotate) - [select for diffs]
Thu Nov 7 17:16:09 2002 UTC (21 years, 6 months ago) by rost
Branch: MAIN
Changes since 1.263: +67 -69 lines
Diff to previous 1.263 , to selected 1.280
(grep-compute-defaults):  Move down.


Revision 1.263 - (view) (download) (annotate) - [select for diffs]
Thu Nov 7 17:05:01 2002 UTC (21 years, 6 months ago) by rost
Branch: MAIN
Changes since 1.262: +14 -28 lines
Diff to previous 1.262 , to selected 1.280
(grep-compute-defaults): Undo previous change.
(grep-command, grep-find-command, grep-tree-command): Allow value nil.
Do not declare :get property.
(grep-use-null-device): Doc fix.  Fix type.  Do not declare :get
property.


Revision 1.236.4.7 - (view) (download) (annotate) - [select for diffs]
Mon Oct 28 11:45:33 2002 UTC (21 years, 6 months ago) by lektu
Branch: EMACS_21_1_RC
CVS Tags: EMACS_PRETEST_21_2_93
Changes since 1.236.4.6: +1 -1 lines
Diff to previous 1.236.4.6 , to branch point 1.236 , to selected 1.280
(grep-find-use-xargs): Fix docstring.  Patch from Matt Swift
<swift@alum.mit.edu>.


Revision 1.262 - (view) (download) (annotate) - [select for diffs]
Mon Oct 28 07:29:35 2002 UTC (21 years, 6 months ago) by lektu
Branch: MAIN
Changes since 1.261: +4 -4 lines
Diff to previous 1.261 , to selected 1.280
(grep-find-use-xargs): Fix docstring. Patch from Matt Swift
<swift@alum.mit.edu>.


Revision 1.236.4.6 - (view) (download) (annotate) - [select for diffs]
Wed Oct 23 17:45:18 2002 UTC (21 years, 6 months ago) by rms
Branch: EMACS_21_1_RC
CVS Tags: EMACS_PRETEST_21_2_92
Changes since 1.236.4.5: +14 -15 lines
Diff to previous 1.236.4.5 , to branch point 1.236 , to selected 1.280
(compile-internal): Update process-environment before calling start-process.


Revision 1.261 - (view) (download) (annotate) - [select for diffs]
Mon Oct 7 22:48:47 2002 UTC (21 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.260: +11 -4 lines
Diff to previous 1.260 , to selected 1.280
(grep-compute-defaults): Set the standard-value
properties of the variables being initialized.


Revision 1.236.4.5 - (view) (download) (annotate) - [select for diffs]
Sun Sep 29 18:23:23 2002 UTC (21 years, 7 months ago) by rms
Branch: EMACS_21_1_RC
CVS Tags: EMACS_PRETEST_21_2_91
Changes since 1.236.4.4: +32 -32 lines
Diff to previous 1.236.4.4 , to branch point 1.236 , to selected 1.280
(grep-compute-defaults): Move definition up before `grep-command'.


Revision 1.260 - (view) (download) (annotate) - [select for diffs]
Sat Sep 7 21:29:44 2002 UTC (21 years, 8 months ago) by walters
Branch: MAIN
Changes since 1.259: +7 -2 lines
Diff to previous 1.259 , to selected 1.280
(compile-internal): Add optional argument no-async.


Revision 1.259 - (view) (download) (annotate) - [select for diffs]
Fri Jul 12 23:56:12 2002 UTC (21 years, 10 months ago) by kfstorm
Branch: MAIN
Changes since 1.258: +2 -2 lines
Diff to previous 1.258 , to selected 1.280
(grep-tree): Fixed autoload.
Corrected use of undefined variable `match-files-aliases'.


Revision 1.258 - (view) (download) (annotate) - [select for diffs]
Fri Jul 12 17:39:45 2002 UTC (21 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.257: +65 -44 lines
Diff to previous 1.257 , to selected 1.280
(compilation-normalize-filename):
New subroutine, taken out of compilation-parse-errors.
(compilation-parse-errors): Use that, and for directories too.
Don't check whether a directory really exists.


Revision 1.257 - (view) (download) (annotate) - [select for diffs]
Fri Jun 14 13:58:28 2002 UTC (21 years, 11 months ago) by kfstorm
Branch: MAIN
Changes since 1.256: +17 -4 lines
Diff to previous 1.256 , to selected 1.280
(grep-tree): Doc fixes.
Added SUBDIRS arg for non-interactive use.


Revision 1.256 - (view) (download) (annotate) - [select for diffs]
Thu May 30 22:11:29 2002 UTC (21 years, 11 months ago) by kfstorm
Branch: MAIN
Branch point for: lexbind
Changes since 1.255: +119 -1 lines
Diff to previous 1.255 , to selected 1.280
(grep-tree-command, grep-tree-files-aliases)
(grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
New custom variables.
(grep-compute-defaults): Compute grep-tree-command's default value.
(grep-expand-command-macros): New aux function.
(grep-tree-last-regexp, grep-tree-last-files): New aux variables.
(grep-tree): New command like grep-find but extended prompting.


Revision 1.255 - (view) (download) (annotate) - [select for diffs]
Thu May 30 13:47:32 2002 UTC (21 years, 11 months ago) by bob
Branch: MAIN
Changes since 1.254: +2 -2 lines
Diff to previous 1.254 , to selected 1.280
Modified doc string to say that the kill-compilation function also
kills processes made by a grep command; created a defalias, kill-grep.


Revision 1.254 - (view) (download) (annotate) - [select for diffs]
Fri May 10 01:00:07 2002 UTC (22 years ago) by rms
Branch: MAIN
Changes since 1.253: +4 -0 lines
Diff to previous 1.253 , to selected 1.280
(compilation-error-regexp-alist):
New element to recognize Python error messages.


Revision 1.236.4.4 - (view) (download) (annotate) - [select for diffs]
Fri Apr 12 16:44:31 2002 UTC (22 years, 1 month ago) by eliz
Branch: EMACS_21_1_RC
Changes since 1.236.4.3: +1 -1 lines
Diff to previous 1.236.4.3 , to branch point 1.236 , to selected 1.280
(compile-internal): Fix the change from 2001-07-23.


Revision 1.253 - (view) (download) (annotate) - [select for diffs]
Sat Apr 6 15:57:38 2002 UTC (22 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.252: +27 -0 lines
Diff to previous 1.252 , to selected 1.280
(compilation-error-regexp-alist):
New alternatives for FILE:LINE.COL and for ranges of columns and lines.


Revision 1.252 - (view) (download) (annotate) - [select for diffs]
Thu Mar 28 18:28:24 2002 UTC (22 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.251: +3 -0 lines
Diff to previous 1.251 , to selected 1.280
(compilation-handle-exit):
If compilation-window-height is 0, display status in echo area.


Revision 1.251 - (view) (download) (annotate) - [select for diffs]
Mon Mar 25 00:39:41 2002 UTC (22 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.250: +2 -1 lines
Diff to previous 1.250 , to selected 1.280
(compilation-forget-errors): Don't adjust compilation-parsing-end if it's nil.


Revision 1.250 - (view) (download) (annotate) - [select for diffs]
Wed Feb 6 15:37:35 2002 UTC (22 years, 3 months ago) by rms
Branch: MAIN
CVS Tags: emacs-unicode-base
Branch point for: emacs-unicode
Changes since 1.249: +57 -55 lines
Diff to previous 1.249 , to selected 1.280
(grep-compute-defaults): Definition moved up.


Revision 1.249 - (view) (download) (annotate) - [select for diffs]
Fri Jan 25 02:36:36 2002 UTC (22 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.248: +9 -3 lines
Diff to previous 1.248 , to selected 1.280
(compilation-handle-exit):
Add a compilation-handle-exit property to the "finished" message.
(compilation-parse-errors): Stop parsing when that property is seen.


Revision 1.248 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 20:31:14 2001 UTC (22 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.247: +14 -16 lines
Diff to previous 1.247 , to selected 1.280
(compile-internal): Fix previous change.


Revision 1.236.4.3 - (view) (download) (annotate) - [select for diffs]
Wed Dec 26 21:31:43 2001 UTC (22 years, 4 months ago) by rms
Branch: EMACS_21_1_RC
CVS Tags: EMACS_21_2
Branch point for: ttn-vms-21-2-stash
Changes since 1.236.4.2: +15 -5 lines
Diff to previous 1.236.4.2 , to branch point 1.236 , to selected 1.280
(compile-internal): Set TERM variable in process-environment.


Revision 1.247 - (view) (download) (annotate) - [select for diffs]
Wed Dec 26 21:27:20 2001 UTC (22 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.246: +2 -1 lines
Diff to previous 1.246 , to selected 1.280
Comment change.


Revision 1.246 - (view) (download) (annotate) - [select for diffs]
Wed Dec 26 21:26:11 2001 UTC (22 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.245: +15 -5 lines
Diff to previous 1.245 , to selected 1.280
(compile-internal): Set TERM variable in process-environment.


Revision 1.245 - (view) (download) (annotate) - [select for diffs]
Thu Dec 6 15:24:09 2001 UTC (22 years, 5 months ago) by miles
Branch: MAIN
Changes since 1.244: +10 -0 lines
Diff to previous 1.244 , to selected 1.280
(compilation-error-regexp-alist): Added regexps for RXP.
From Reto Stamm <reto@xilinx.com>.


Revision 1.244 - (view) (download) (annotate) - [select for diffs]
Wed Nov 14 04:23:45 2001 UTC (22 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.243: +5 -2 lines
Diff to previous 1.243 , to selected 1.280
(recompile): Use compilation-arguments if set, so as to be able to M-x
recompile the exact command which created a compilation-mode buffer.


Revision 1.243 - (view) (download) (annotate) - [select for diffs]
Sat Nov 10 23:19:43 2001 UTC (22 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.242: +18 -8 lines
Diff to previous 1.242 , to selected 1.280
(compile-goto-error): Fix previous change in the case where subsequent
errors have not been parsed yet because they are in a different source file.


Revision 1.236.4.2 - (view) (download) (annotate) - [select for diffs]
Thu Oct 25 07:51:55 2001 UTC (22 years, 6 months ago) by gerd
Branch: EMACS_21_1_RC
Changes since 1.236.4.1: +14 -1 lines
Diff to previous 1.236.4.1 , to branch point 1.236 , to selected 1.280
(compilation-parse-errors-filename-function):
New variable.
(compilation-parse-errors): Use it.


Revision 1.242 - (view) (download) (annotate) - [select for diffs]
Thu Oct 25 07:47:48 2001 UTC (22 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.241: +14 -1 lines
Diff to previous 1.241 , to selected 1.280
(compilation-parse-errors-filename-function):
New variable.
(compilation-parse-errors): Use it.


Revision 1.241 - (view) (download) (annotate) - [select for diffs]
Tue Oct 23 16:57:06 2001 UTC (22 years, 6 months ago) by monnier
Branch: MAIN
Changes since 1.240: +2 -2 lines
Diff to previous 1.240 , to selected 1.280
(compile-mouse-goto-error, compile-goto-error): Turn caadr into caar of cdr.


Revision 1.236.4.1 - (view) (download) (annotate) - [select for diffs]
Mon Oct 22 18:49:37 2001 UTC (22 years, 7 months ago) by gerd
Branch: EMACS_21_1_RC
Changes since 1.236: +4 -1 lines
Diff to previous 1.236 , to selected 1.280
(compilation-set-window-height): Select
old window only if it's still live.


Revision 1.240 - (view) (download) (annotate) - [select for diffs]
Mon Oct 22 18:43:26 2001 UTC (22 years, 7 months ago) by gerd
Branch: MAIN
Changes since 1.239: +4 -1 lines
Diff to previous 1.239 , to selected 1.280
(compilation-set-window-height): Select
old window only if it's still live.


Revision 1.239 - (view) (download) (annotate) - [select for diffs]
Fri Oct 12 17:43:05 2001 UTC (22 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.238: +12 -5 lines
Diff to previous 1.238 , to selected 1.280
(compile-mouse-goto-error, compile-goto-error):
Consider the text between two errors as belonging to the first error.
(compilation-goto-locus): Use pop-to-buffer rather than
switch-to-buffer-other-frame.


Revision 1.238 - (view) (download) (annotate) - [select for diffs]
Fri Oct 5 12:43:13 2001 UTC (22 years, 7 months ago) by gerd
Branch: MAIN
Changes since 1.237: +22 -5 lines
Diff to previous 1.237 , to selected 1.280
(compilation-buffer-name): New function.
(compile-internal): Use it to determine the name of the
compilation buffer.


Revision 1.237 - (view) (download) (annotate) - [select for diffs]
Fri Oct 5 12:30:52 2001 UTC (22 years, 7 months ago) by miles
Branch: MAIN
Changes since 1.236: +52 -9 lines
Diff to previous 1.236 , to selected 1.280
(grep-use-null-device): New variable.
(grep-command): Mention `grep-use-null-device'.
(grep-compute-defaults): Compute `grep-use-null-device' if necessary.
Make computation of `grep-command' respect `grep-use-null-device'.
(grep): Respect `grep-use-null-device'.
Call `grep-compute-defaults' even if grep-command is set, if
grep-use-null-device is still tentative.


Revision 1.236 - (view) (download) (annotate) - [select for diffs]
Wed Sep 19 20:59:24 2001 UTC (22 years, 8 months ago) by sds
Branch: MAIN
CVS Tags: EMACS_21_1, EMACS_21_1_BASE, EMACS_PRETEST_21_0_106, patches_21_0_base
Branch point for: EMACS_21_1_RC, patches_21_0
Changes since 1.235: +10 -5 lines
Diff to previous 1.235 , to selected 1.280
w32 find cannot be used with `grep-find'.


Revision 1.235 - (view) (download) (annotate) - [select for diffs]
Thu Sep 13 09:11:53 2001 UTC (22 years, 8 months ago) by gerd
Branch: MAIN
Changes since 1.234: +40 -30 lines
Diff to previous 1.234 , to selected 1.280
(grep-compute-defaults): Don't set
grep-command/grep-find-command when it is already non-nil.
(grep-command): Make it a user option.
(grep-find-command): Likewise.


Revision 1.234 - (view) (download) (annotate) - [select for diffs]
Mon Jul 23 15:23:03 2001 UTC (22 years, 10 months ago) by eliz
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_105
Changes since 1.233: +5 -1 lines
Diff to previous 1.233 , to selected 1.280
(compile-internal): If EMACS is already
defined in the environment, don't override its value.


Revision 1.233 - (view) (download) (annotate) - [select for diffs]
Thu Jul 19 21:43:12 2001 UTC (22 years, 10 months ago) by monnier
Branch: MAIN
Changes since 1.232: +42 -34 lines
Diff to previous 1.232 , to selected 1.280
(compilation-parse-errors): `linenum' might return a this-error using
the alternative format (a pair of markers).


Revision 1.232 - (view) (download) (annotate) - [select for diffs]
Sun Jul 15 16:15:35 2001 UTC (22 years, 10 months ago) by pj
Branch: MAIN
Changes since 1.231: +1 -1 lines
Diff to previous 1.231 , to selected 1.280
Some fixes to follow coding conventions in files maintained by FSF.


Revision 1.231 - (view) (download) (annotate) - [select for diffs]
Sun Jun 17 11:21:07 2001 UTC (22 years, 11 months ago) by eliz
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_104
Changes since 1.230: +6 -4 lines
Diff to previous 1.230 , to selected 1.280
(compile-reinitialize-errors): Add help-echo to mouse-highlighted messages.
(compilation-forget-errors): Remove help-echo property as well.


Revision 1.230 - (view) (download) (annotate) - [select for diffs]
Fri Apr 6 14:42:15 2001 UTC (23 years, 1 month ago) by eliz
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_103
Branch point for: gerd_big, gerd_dbe, gerd_defvaralias, gerd_int
Changes since 1.229: +2 -2 lines
Diff to previous 1.229 , to selected 1.280
(grep-compute-defaults): Use null-device
instead of literal /dev/null. Reported by Jens Schmidt
<schmidt@mathematik.uni-kl.de>.


Revision 1.229 - (view) (download) (annotate) - [select for diffs]
Fri Feb 16 11:51:01 2001 UTC (23 years, 3 months ago) by eliz
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_100, EMACS_PRETEST_21_0_101, EMACS_PRETEST_21_0_102, EMACS_PRETEST_21_0_99
Changes since 1.228: +3 -1 lines
Diff to previous 1.228 , to selected 1.280
(grep-regexp-alist): Remove the blank from
the character class after the (optional) drive, to support file
names with embedded blanks.


Revision 1.228 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 15:42:36 2000 UTC (23 years, 4 months ago) by gerd
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_95, EMACS_PRETEST_21_0_96, EMACS_PRETEST_21_0_97, EMACS_PRETEST_21_0_98, fx-branch-base
Branch point for: fx-branch
Changes since 1.227: +2 -3 lines
Diff to previous 1.227 , to selected 1.280
(compilation-forget-errors): Fix indentation.


Revision 1.227 - (view) (download) (annotate) - [select for diffs]
Tue Nov 14 19:30:53 2000 UTC (23 years, 6 months ago) by monnier
Branch: MAIN
CVS Tags: EMACS_PRETEST_21_0_90, EMACS_PRETEST_21_0_91, EMACS_PRETEST_21_0_92, EMACS_PRETEST_21_0_93
Changes since 1.226: +8 -8 lines
Diff to previous 1.226 , to selected 1.280
(grep): `tag-default' can be nil.


Revision 1.226 - (view) (download) (annotate) - [select for diffs]
Thu Oct 5 23:47:14 2000 UTC (23 years, 7 months ago) by monnier
Branch: MAIN
Changes since 1.225: +2 -5 lines
Diff to previous 1.225 , to selected 1.280
(compile-collect-regexps): Use dolist and push.


Revision 1.225 - (view) (download) (annotate) - [select for diffs]
Wed Aug 16 20:20:43 2000 UTC (23 years, 9 months ago) by monnier
Branch: MAIN
Changes since 1.224: +11 -8 lines
Diff to previous 1.224 , to selected 1.280
(grep): Provide a default set of files.
(next-error): Docstring fix.
(compilation-find-file): Avoid find-file (fails in a dedicated window).


Revision 1.224 - (view) (download) (annotate) - [select for diffs]
Tue Aug 8 18:30:47 2000 UTC (23 years, 9 months ago) by gerd
Branch: MAIN
Changes since 1.223: +1 -0 lines
Diff to previous 1.223 , to selected 1.280
(compilation-setup): Make variable
compilation-error-screen-columns buffer-local, as some comment
in the code suggests it should be.


Revision 1.223 - (view) (download) (annotate) - [select for diffs]
Tue May 23 20:14:43 2000 UTC (24 years ago) by monnier
Branch: MAIN
Changes since 1.222: +1 -2 lines
Diff to previous 1.222 , to selected 1.280
(compile-internal): Style typo.


Revision 1.222 - (view) (download) (annotate) - [select for diffs]
Mon May 22 17:27:58 2000 UTC (24 years ago) by fx
Branch: MAIN
Changes since 1.221: +2 -0 lines
Diff to previous 1.221 , to selected 1.280
Add to debug-ignored-errors.


Revision 1.221 - (view) (download) (annotate) - [select for diffs]
Tue May 16 14:31:54 2000 UTC (24 years ago) by gerd
Branch: MAIN
Changes since 1.220: +1 -1 lines
Diff to previous 1.220 , to selected 1.280
(compilation-parse-errors): Collect
`nomessage' regexps last.


Revision 1.220 - (view) (download) (annotate) - [select for diffs]
Mon Apr 3 21:20:05 2000 UTC (24 years, 1 month ago) by gerd
Branch: MAIN
Changes since 1.219: +1 -1 lines
Diff to previous 1.219 , to selected 1.280
(compile-internal): Display the compilation
buffer in a different frame, if it's already displayed there.


Revision 1.219 - (view) (download) (annotate) - [select for diffs]
Sun Dec 26 12:59:52 1999 UTC (24 years, 4 months ago) by ttn
Branch: MAIN
Changes since 1.218: +49 -34 lines
Diff to previous 1.218 , to selected 1.280
(compilation-goto-locus): Delete hideshow overlays if they interfere.
(compilation-find-file): Make intangible overlays tangible.


Revision 1.218 - (view) (download) (annotate) - [select for diffs]
Thu Nov 18 15:54:18 1999 UTC (24 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.217: +1 -1 lines
Diff to previous 1.217 , to selected 1.280
(compilation-parse-errors): Use
compilation-buffer-p instead of testing major-mode.


Revision 1.217 - (view) (download) (annotate) - [select for diffs]
Sat Oct 30 19:13:39 1999 UTC (24 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.216: +0 -4 lines
Diff to previous 1.216 , to selected 1.280
	* progmodes/compile.el (compilation-error-regexp-alist):
	Undo previous change.


Revision 1.216 - (view) (download) (annotate) - [select for diffs]
Thu Oct 28 11:20:17 1999 UTC (24 years, 6 months ago) by gerd
Branch: MAIN
Changes since 1.215: +5 -0 lines
Diff to previous 1.215 , to selected 1.280
(compilation-error-regexp-alist): Recognize
MIPS Pro 7.3 compiler error message syntax.


Revision 1.215 - (view) (download) (annotate) - [select for diffs]
Wed Oct 27 22:38:17 1999 UTC (24 years, 6 months ago) by fx
Branch: MAIN
Changes since 1.214: +33 -28 lines
Diff to previous 1.214 , to selected 1.280
Checkdoc-inspired fixes.


Revision 1.214 - (view) (download) (annotate) - [select for diffs]
Thu Sep 9 20:16:02 1999 UTC (24 years, 8 months ago) by fx
Branch: MAIN
Changes since 1.213: +1 -1 lines
Diff to previous 1.213 , to selected 1.280
Comment.


Revision 1.213 - (view) (download) (annotate) - [select for diffs]
Sun Aug 29 19:54:39 1999 UTC (24 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.212: +5 -0 lines
Diff to previous 1.212 , to selected 1.280
(compilation-error-regexp-alist): New item for SGI IRIX MipsPro compilers.


Revision 1.212 - (view) (download) (annotate) - [select for diffs]
Sun Aug 29 19:44:22 1999 UTC (24 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.211: +3 -1 lines
Diff to previous 1.211 , to selected 1.280
(compilation-error-regexp-alist):
Fix the Perl -w entry to allow period after line number.
Don't allow newlines in file name, but allow them after line number
for Perl debugging traces.


Revision 1.211 - (view) (download) (annotate) - [select for diffs]
Sun Aug 29 19:07:33 1999 UTC (24 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.210: +12 -8 lines
Diff to previous 1.210 , to selected 1.280
(compilation-parsing-end,compilation-setup)
(compilation-filter, compilation-forget-errors)
(compilation-parse-errors): Use a marker instead of an integer for
`compilation-parsing-end'.


Revision 1.210 - (view) (download) (annotate) - [select for diffs]
Sun Jun 27 21:43:52 1999 UTC (24 years, 10 months ago) by kwzh
Branch: MAIN
CVS Tags: EMACS_20_4
Changes since 1.209: +6 -4 lines
Diff to previous 1.209 , to selected 1.280
Deal with compilation-error-screen-columns being buffer-local.


Revision 1.209 - (view) (download) (annotate) - [select for diffs]
Wed Jun 9 17:57:05 1999 UTC (24 years, 11 months ago) by fx
Branch: MAIN
Changes since 1.208: +1 -1 lines
Diff to previous 1.208 , to selected 1.280
(compilation-error-regexp-alist): Allow
digits in program name in first pattern.


Revision 1.208 - (view) (download) (annotate) - [select for diffs]
Mon Apr 26 05:09:59 1999 UTC (25 years ago) by kwzh
Branch: MAIN
Changes since 1.207: +7 -4 lines
Diff to previous 1.207 , to selected 1.280
(compilation-error-regexp-alist): Recognize C++Build 4.0 error message syntax.


Revision 1.207 - (view) (download) (annotate) - [select for diffs]
Mon Apr 26 04:49:42 1999 UTC (25 years ago) by kwzh
Branch: MAIN
Changes since 1.206: +7 -3 lines
Diff to previous 1.206 , to selected 1.280
(grep-compute-defaults): If xargs -e isn't supported, use find -exec.


Revision 1.206 - (view) (download) (annotate) - [select for diffs]
Sat Apr 3 14:04:39 1999 UTC (25 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.205: +3 -2 lines
Diff to previous 1.205 , to selected 1.280
(compilation-handle-exit): Do right thing
if (car status) doesn't end in a newline.


Revision 1.205 - (view) (download) (annotate) - [select for diffs]
Tue Feb 16 03:36:28 1999 UTC (25 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.204: +2 -3 lines
Diff to previous 1.204 , to selected 1.280
(compile-internal): Use save-selected-window.


Revision 1.204 - (view) (download) (annotate) - [select for diffs]
Tue Feb 9 09:14:34 1999 UTC (25 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.203: +6 -2 lines
Diff to previous 1.203 , to selected 1.280
(compile-auto-highlight): Customize.


Revision 1.203 - (view) (download) (annotate) - [select for diffs]
Mon Feb 8 23:50:42 1999 UTC (25 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.202: +7 -2 lines
Diff to previous 1.202 , to selected 1.280
(compilation-setup): Set value of
compilation-directory-stack as in compilation-forget-errors.
(compile-reinitialize-errors): Bind buffer-undo-list and deactivate-mark.
(compilation-forget-errors): Likewise.


Revision 1.202 - (view) (download) (annotate) - [select for diffs]
Fri Feb 5 15:19:54 1999 UTC (25 years, 3 months ago) by fx
Branch: MAIN
Changes since 1.201: +11 -3 lines
Diff to previous 1.201 , to selected 1.280
(compile-mouse-goto-error): Don't lose with
null markers.
(compile-goto-error): Likewise.


Revision 1.201 - (view) (download) (annotate) - [select for diffs]
Mon Feb 1 10:38:08 1999 UTC (25 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.200: +1 -2 lines
Diff to previous 1.200 , to selected 1.280
(compilation-next-error-locus): Don't decrease argument FIND-AT-LEAST
of compilation-next-error-locus.


Revision 1.200 - (view) (download) (annotate) - [select for diffs]
Mon Jan 18 01:10:25 1999 UTC (25 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.199: +14 -21 lines
Diff to previous 1.199 , to selected 1.280
(compilation-goto-locus): If already in the
compilation buffer's window, keep it in that window.
(compile-mouse-goto-error): Add Doc.  Don't play with windows.
(compile-goto-error): Don't play with windows.


Revision 1.199 - (view) (download) (annotate) - [select for diffs]
Mon Jan 11 17:37:34 1999 UTC (25 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.198: +14 -0 lines
Diff to previous 1.198 , to selected 1.280
(compilation-shell-minor-mode): New function.


Revision 1.198 - (view) (download) (annotate) - [select for diffs]
Mon Dec 14 03:12:21 1998 UTC (25 years, 5 months ago) by kwzh
Branch: MAIN
Changes since 1.197: +6 -1 lines
Diff to previous 1.197 , to selected 1.280
(compilation-error-regexp-alist): Insist on a non-digit in the file name.


Revision 1.197 - (view) (download) (annotate) - [select for diffs]
Mon Dec 14 03:06:46 1998 UTC (25 years, 5 months ago) by kwzh
Branch: MAIN
Changes since 1.196: +1 -1 lines
Diff to previous 1.196 , to selected 1.280
(compilation-error-regexp-alist): Fix regexp to match
"ChangeLog:1:1998-12-09 ..."


Revision 1.196 - (view) (download) (annotate) - [select for diffs]
Fri Sep 18 09:06:20 1998 UTC (25 years, 8 months ago) by schwab
Branch: MAIN
Changes since 1.195: +17 -2 lines
Diff to previous 1.195 , to selected 1.280
(compilation-error-screen-columns): New
variable.
(compilation-next-error-locus): Use it to decide whether to use
forward-char or move-to-column.


Revision 1.195 - (view) (download) (annotate) - [select for diffs]
Thu Sep 10 15:58:37 1998 UTC (25 years, 8 months ago) by kwzh
Branch: MAIN
Changes since 1.194: +1 -1 lines
Diff to previous 1.194 , to selected 1.280
(compilation-error-regexp-alist):
Fix previous change: allow . and _ in command name.


Revision 1.194 - (view) (download) (annotate) - [select for diffs]
Sun Sep 6 14:20:14 1998 UTC (25 years, 8 months ago) by kwzh
Branch: MAIN
Changes since 1.193: +1 -1 lines
Diff to previous 1.193 , to selected 1.280
(compilation-error-regexp-alist):
In first pattern (GNU utilities and other things),
allow a space after the optional program name at the beginning.


Revision 1.193 - (view) (download) (annotate) - [select for diffs]
Sun Aug 9 06:31:29 1998 UTC (25 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.192: +17 -12 lines
Diff to previous 1.192 , to selected 1.280
(next-error): Doc fix.
(grep): Doc fix.


Revision 1.192 - (view) (download) (annotate) - [select for diffs]
Sun Jul 19 22:17:03 1998 UTC (25 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.191: +4 -3 lines
Diff to previous 1.191 , to selected 1.280
(grep): Doc fix.
(next-error): Doc fix.


Revision 1.191 - (view) (download) (annotate) - [select for diffs]
Tue Jun 23 15:51:47 1998 UTC (25 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.190: +46 -29 lines
Diff to previous 1.190 , to selected 1.280
(grep-command): Initialize to nil.
(grep-find-command): Initialize to nil.
(grep-find-use-xargs): Initialize to nil.
(grep-compute-defaults): New function, sets those three vars properly.
(grep, grep-find): Call grep-compute-defaults if ...command variable
is still nil.
(grep-program): Doc fix.


Revision 1.190 - (view) (download) (annotate) - [select for diffs]
Tue Jun 9 02:52:12 1998 UTC (25 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.189: +6 -9 lines
Diff to previous 1.189 , to selected 1.280
(grep-null-device): Variable deleted.
(grep-command, grep-find-use-xargs): Use null-device.
(grep, grep-find): Use null-device.


Revision 1.189 - (view) (download) (annotate) - [select for diffs]
Mon Jun 1 03:08:53 1998 UTC (25 years, 11 months ago) by kwzh
Branch: MAIN
Changes since 1.188: +7 -5 lines
Diff to previous 1.188 , to selected 1.280
(grep): Fix previous change.


Revision 1.188 - (view) (download) (annotate) - [select for diffs]
Sat May 30 15:00:07 1998 UTC (25 years, 11 months ago) by kwzh
Branch: MAIN
Changes since 1.187: +1 -1 lines
Diff to previous 1.187 , to selected 1.280
(compilation-scroll-output): Correct the :version
keyword to be a string.


Revision 1.187 - (view) (download) (annotate) - [select for diffs]
Sun May 24 01:10:12 1998 UTC (26 years ago) by rms
Branch: MAIN
Changes since 1.186: +38 -3 lines
Diff to previous 1.186 , to selected 1.280
(grep-tag-default): New function.
(grep): New default arg when prefix arg is specified.


Revision 1.186 - (view) (download) (annotate) - [select for diffs]
Mon May 4 08:35:40 1998 UTC (26 years ago) by schwab
Branch: MAIN
Changes since 1.185: +8 -9 lines
Diff to previous 1.185 , to selected 1.280
* progmodes/compile.el (compilation-directory-stack): Doc fix.
(compilation-mode): Accept optional parameter and initialize
mode-name from it.
(compile-internal): Pass name-of-mode to compilation-mode.  Don't
set mode-name here.
(compilation-minor-mode): Don't let mode-line-process change.
(compilation-next-error-locus): Use forward-char instead of
move-to-column.
(compilation-parse-errors): Set default-directory from head of
compilation-directory-stack.


Revision 1.185 - (view) (download) (annotate) - [select for diffs]
Fri Mar 20 04:41:13 1998 UTC (26 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.184: +1 -1 lines
Diff to previous 1.184 , to selected 1.280
(compilation-error-regexp-alist):
Handle f90 in  DEC AXP OSF/1 cc  pattern.


Revision 1.184 - (view) (download) (annotate) - [select for diffs]
Tue Feb 24 12:45:02 1998 UTC (26 years, 2 months ago) by fx
Branch: MAIN
Changes since 1.183: +4 -2 lines
Diff to previous 1.183 , to selected 1.280
(compilation-error-regexp-alist): Allow initial
program name in first pattern.


Revision 1.183 - (view) (download) (annotate) - [select for diffs]
Mon Feb 9 19:40:38 1998 UTC (26 years, 3 months ago) by fx
Branch: MAIN
Changes since 1.182: +21 -2 lines
Diff to previous 1.182 , to selected 1.280
(compilation-scroll-output): New variable.
(compile-internal): Use it.  Set lazy-lock-defer-on-scrolling.


Revision 1.182 - (view) (download) (annotate) - [select for diffs]
Mon Oct 27 03:53:24 1997 UTC (26 years, 6 months ago) by kwzh
Branch: MAIN
Changes since 1.181: +5 -0 lines
Diff to previous 1.181 , to selected 1.280
(compilation-error-regexp-alist):
New element for Sun F90.


Revision 1.181 - (view) (download) (annotate) - [select for diffs]
Wed Oct 15 23:34:58 1997 UTC (26 years, 7 months ago) by kwzh
Branch: MAIN
Changes since 1.180: +2 -1 lines
Diff to previous 1.180 , to selected 1.280
(compilation-forget-errors):
Reinit compilation-directory-stack the way compile-internal does.
(compilation-parse-errors): Don't let default-directory change.


Revision 1.180 - (view) (download) (annotate) - [select for diffs]
Sat Sep 27 16:12:51 1997 UTC (26 years, 7 months ago) by kwzh
Branch: MAIN
Changes since 1.179: +8 -1 lines
Diff to previous 1.179 , to selected 1.280
(compilation-mode-font-lock-keywords): Font-lock column numbers.


Revision 1.179 - (view) (download) (annotate) - [select for diffs]
Sat Sep 27 16:06:15 1997 UTC (26 years, 7 months ago) by kwzh
Branch: MAIN
Changes since 1.178: +1 -1 lines
Diff to previous 1.178 , to selected 1.280
(compilation-mode-map): Use more meaningful menu name.


Revision 1.178 - (view) (download) (annotate) - [select for diffs]
Fri Sep 12 19:53:33 1997 UTC (26 years, 8 months ago) by rms
Branch: MAIN
CVS Tags: EMACS_20_2
Changes since 1.177: +57 -55 lines
Diff to previous 1.177 , to selected 1.280
(compilation-parse-errors): Fixed two bugs that
could make compilation-parse-errors loop infinitely.  Each round
of the parsing loop now either moves point ahead at least a line
or sets `found-desired' to true to stop the loop.


Revision 1.177 - (view) (download) (annotate) - [select for diffs]
Fri Sep 5 19:41:25 1997 UTC (26 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.176: +1 -0 lines
Diff to previous 1.176 , to selected 1.280
(compilation-ask-about-save): Add autoload cookie.


Revision 1.176 - (view) (download) (annotate) - [select for diffs]
Fri Aug 29 02:08:28 1997 UTC (26 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.175: +5 -1 lines
Diff to previous 1.175 , to selected 1.280
(compilation-error-regexp-alist): Allow spaces in file names for Microsoft C;
check more carefully for the rest of the error message.


Revision 1.175 - (view) (download) (annotate) - [select for diffs]
Thu Aug 14 22:11:09 1997 UTC (26 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.174: +4 -2 lines
Diff to previous 1.174 , to selected 1.280
(compilation-error-regexp-alist): New regexp for Caml.


Revision 1.174 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 02:47:18 1997 UTC (26 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.173: +1 -1 lines
Diff to previous 1.173 , to selected 1.280
(compilation-parse-errors): Fix previous change.


Revision 1.173 - (view) (download) (annotate) - [select for diffs]
Tue Aug 5 08:06:52 1997 UTC (26 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.172: +1 -1 lines
Diff to previous 1.172 , to selected 1.280
(compilation-error-regexp-alist): Make the
MIPS/DEC pattern more specific at the start; accept warnings
as well as errors.


Revision 1.172 - (view) (download) (annotate) - [select for diffs]
Sun Jul 27 19:25:02 1997 UTC (26 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.171: +9 -8 lines
Diff to previous 1.171 , to selected 1.280
(compile-command): More doc fix.


Revision 1.171 - (view) (download) (annotate) - [select for diffs]
Fri Jul 25 19:02:00 1997 UTC (26 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.170: +7 -5 lines
Diff to previous 1.170 , to selected 1.280
(compile-command): Doc fix.


Revision 1.170 - (view) (download) (annotate) - [select for diffs]
Fri Jul 25 17:29:29 1997 UTC (26 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.169: +17 -4 lines
Diff to previous 1.169 , to selected 1.280
(compilation-error-regexp-alist): Add elt for EPC F90.

compilation-mode-font-lock-keywords: Ensure that each
regexp generated from compilation-error-regexp-alist begins with "^".


Revision 1.169 - (view) (download) (annotate) - [select for diffs]
Fri Jul 4 21:05:11 1997 UTC (26 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.168: +5 -0 lines
Diff to previous 1.168 , to selected 1.280
(compilation-error-regexp-alist):
Support for IAR Systems C compiler added.


Revision 1.168 - (view) (download) (annotate) - [select for diffs]
Wed Jul 2 19:29:45 1997 UTC (26 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.167: +14 -10 lines
Diff to previous 1.167 , to selected 1.280
(compilation-parse-errors): Skip 2 lines only for Compilation major mode.


Revision 1.167 - (view) (download) (annotate) - [select for diffs]
Fri Jun 27 22:35:21 1997 UTC (26 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.166: +5 -0 lines
Diff to previous 1.166 , to selected 1.280
(compilation-error-regexp-alist): New item, for Oracle compiler.


Revision 1.166 - (view) (download) (annotate) - [select for diffs]
Mon Jun 16 23:20:46 1997 UTC (26 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.165: +10 -9 lines
Diff to previous 1.165 , to selected 1.280
(grep-program): Comment out the use of zgrep.


Revision 1.165 - (view) (download) (annotate) - [select for diffs]
Mon May 19 01:04:04 1997 UTC (27 years ago) by rms
Branch: MAIN
Changes since 1.164: +20 -5 lines
Diff to previous 1.164 , to selected 1.280
(compilation-parse-errors): Fix paren error.

(compilation-arguments): New local variable.
(compile-internal): Set the variable compilation-arguments.
(compilation-revert-buffer): New function.
(compilation-mode): Set revert-buffer-function.


Revision 1.164 - (view) (download) (annotate) - [select for diffs]
Mon May 5 01:08:45 1997 UTC (27 years ago) by rms
Branch: MAIN
Changes since 1.163: +2 -0 lines
Diff to previous 1.163 , to selected 1.280
(compilation-mode): Add a mode-class property.


Revision 1.163 - (view) (download) (annotate) - [select for diffs]
Sun May 4 02:29:41 1997 UTC (27 years ago) by rms
Branch: MAIN
Changes since 1.162: +38 -18 lines
Diff to previous 1.162 , to selected 1.280
Use defgroup and defcustom.


Revision 1.162 - (view) (download) (annotate) - [select for diffs]
Sat May 3 04:37:52 1997 UTC (27 years ago) by rms
Branch: MAIN
Changes since 1.161: +385 -286 lines
Diff to previous 1.161 , to selected 1.280
Support compilers that give a message each time the file being
compiled changes but don't include a file name each error message.
Speed up by searching for regexps one by one instead of combining.
(compile-internal): Takes more optional arguments.  All five regexp
alists can be given as argument.
Change name of variable regexp-alist to error-regexp-alist. Change
some local variables directly by setq instead of rebinding by let.
(compilation-shell-minor-mode): New minor mode.
Similar to compilation-minor-mode, but key bindings don't
collide with shell mode.
(compilation-shell-minor-mode-map, compilation-shell-minor-mode):
New variables.
(compile-auto-highlight): Doc fix.
(compilation-error-regexp-alist): Removed unnecessary line break
in first regexp.  Replaced \\(\\|.* on \\) by \\(.* on \\)? in
regexp for Absoft FORTRAN 77 Compiler 3.1.3.  Added regexp for
SPARCcompiler Pascal.  Divided long line in regexp for Cray C
compiler error messages.  Made comment fit in line at regexp for
Sun Ada (VADS, Solaris).  FILE-IDX may be nil, meaning an
error message with no file name, so the file name must be taken
from an earlier message.  LINE-IDX may be a function which is
called with two arguments the file name and column strings and
returns an error position descriptor.
(compilation-enter-directory-regexp-alist)
(compilation-leave-directory-regexp-alist): New variables.
(compilation-file-regexp-alist)
(compilation-nomessage-regexp-alist): New variables.
(grep-regexp-alist): Removed unnecessary ^ at beginning of regexp.
(compilation-enter-directory-regexp)
(compilation-leave-directory-regexp): Variables deleted.
Replaced by compilation-enter-directory-regexp-alist and
compilation-leave-directory-regexp-alist.
(compilation-buffer-p): Return true also for buffer in
compilation-shell-minor-mode.
(compilation-next-error-locus): Split a long line.
(count-regexp-groupings): Comment about this function not being
needed any more.
(compilation-current-file, compilation-regexps); New variables.
(compilation-parse-errors): Large parts rewritten.  Don't put the
regexps together in one large regexp, instead match them one by one.
Support the generalized subexpression indices.
(compile-collect-regexps, compile-buffer-substring): New functions
supporting compilation-parse-errors.


Revision 1.161 - (view) (download) (annotate) - [select for diffs]
Sun Apr 27 21:54:54 1997 UTC (27 years ago) by rms
Branch: MAIN
Changes since 1.160: +4 -0 lines
Diff to previous 1.160 , to selected 1.280
(compilation-error-regexp-alist): Add regexp for Perl -w.


Revision 1.160 - (view) (download) (annotate) - [select for diffs]
Tue Apr 1 22:17:59 1997 UTC (27 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.159: +3 -3 lines
Diff to previous 1.159 , to selected 1.280
(grep-null-device): Move before first use.


Revision 1.159 - (view) (download) (annotate) - [select for diffs]
Mon Mar 24 23:59:44 1997 UTC (27 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.158: +65 -3 lines
Diff to previous 1.158 , to selected 1.280
(grep-program): New variable.
(grep-command): Use it, and test whether it supports the -e
option; fix doc string (last command is stored in history variable).
(grep-null-device): Declare before grep-program and grep-command.
(grep-find-use-xargs, grep-find-command, grep-find-history):
New variables.
(grep-find): New command.
(grep): Only concatenate grep-null-device to COMMAND when it's
not nil (to support grep-find).


Revision 1.158 - (view) (download) (annotate) - [select for diffs]
Fri Feb 21 09:46:03 1997 UTC (27 years, 3 months ago) by simon
Branch: MAIN
Changes since 1.157: +1 -1 lines
Diff to previous 1.157 , to selected 1.280
Add ... to relevant menu entries.


Revision 1.157 - (view) (download) (annotate) - [select for diffs]
Fri Feb 21 09:42:44 1997 UTC (27 years, 3 months ago) by simon
Branch: MAIN
Changes since 1.156: +17 -7 lines
Diff to previous 1.156 , to selected 1.280
Rewrite Font Lock support.


Revision 1.156 - (view) (download) (annotate) - [select for diffs]
Thu Feb 20 16:11:48 1997 UTC (27 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.155: +20 -16 lines
Diff to previous 1.155 , to selected 1.280
(grep-process-setup): New function, sets up the
exit message function in a way that works when async processes
aren't supported.
(grep): Use `grep-process-setup'.


Revision 1.155 - (view) (download) (annotate) - [select for diffs]
Wed Feb 19 15:48:50 1997 UTC (27 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.154: +5 -0 lines
Diff to previous 1.154 , to selected 1.280
(compile-mouse-goto-error): Move to end of line
before calling `compile-reinitialize-errors', so that it always
sees the entire filename.


Revision 1.154 - (view) (download) (annotate) - [select for diffs]
Sun Feb 9 16:03:50 1997 UTC (27 years, 3 months ago) by eliz
Branch: MAIN
Changes since 1.153: +9 -0 lines
Diff to previous 1.153 , to selected 1.280
* (compilation-process-setup-function): New variable.
(compile-internal): Call compilation-process-setup-function if
it is non-nil.


Revision 1.153 - (view) (download) (annotate) - [select for diffs]
Fri Jan 31 06:17:06 1997 UTC (27 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.152: +2 -2 lines
Diff to previous 1.152 , to selected 1.280
(compilation-enter-directory-regexp)
(compilation-leave-directory-regexp): Add .* at beginning.


Revision 1.152 - (view) (download) (annotate) - [select for diffs]
Tue Jan 28 05:04:25 1997 UTC (27 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.151: +1 -6 lines
Diff to previous 1.151 , to selected 1.280
(compilation-error-regexp-alist): Undo 1/21 change.
In the GNU message with program name alternative,
allow digits in the program name after the first character.


Revision 1.151 - (view) (download) (annotate) - [select for diffs]
Thu Jan 23 21:49:59 1997 UTC (27 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.150: +28 -22 lines
Diff to previous 1.150 , to selected 1.280
(compilation-parse-errors): Use looking-at on each line.
(compilation-error-regexp-alist): Change these regexps
so that they assume matching only at start of line.
Delete \n at beginning; otherwise add `.*'.


Revision 1.150 - (view) (download) (annotate) - [select for diffs]
Wed Jan 22 08:02:25 1997 UTC (27 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.149: +8 -3 lines
Diff to previous 1.149 , to selected 1.280
(compilation-error-regexp-alist):
In MIPS lint and Sun Ada regexps, reject newline in some
[^...] constructs.  Require newline at start in MIPS lint.


Revision 1.149 - (view) (download) (annotate) - [select for diffs]
Wed Jan 15 00:20:37 1997 UTC (27 years, 4 months ago) by kwzh
Branch: MAIN
Changes since 1.148: +1 -1 lines
Diff to previous 1.148 , to selected 1.280
compile.el (first-error): Doc fix.


Revision 1.148 - (view) (download) (annotate) - [select for diffs]
Tue Nov 5 18:42:30 1996 UTC (27 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.147: +12 -11 lines
Diff to previous 1.147 , to selected 1.280
(compile-auto-highlight): Renamed from
compile-highlight-display-limit.


Revision 1.147 - (view) (download) (annotate) - [select for diffs]
Tue Nov 5 18:27:52 1996 UTC (27 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.146: +34 -1 lines
Diff to previous 1.146 , to selected 1.280
(compile-highlight-display-limit): New variable.
(compilation-handle-exit): Parse error messages here
as specified by compile-highlight-display-limit.
(compile-reinitialize-errors): Add highlighting to error messages
once they are parsed.
(compilation-forget-errors): Remove highlighting properties here.


Revision 1.146 - (view) (download) (annotate) - [select for diffs]
Sun Oct 20 05:37:38 1996 UTC (27 years, 7 months ago) by kwzh
Branch: MAIN
Changes since 1.145: +12 -6 lines
Diff to previous 1.145 , to selected 1.280
(compilation-skip-to-next-location): Defined.
(compilation-next-error-locus, compilation-parse-errors): Respect it.


Revision 1.145 - (view) (download) (annotate) - [select for diffs]
Sun Sep 1 20:23:30 1996 UTC (27 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.144: +11 -1 lines
Diff to previous 1.144 , to selected 1.280
(compilation-finish-functions): New variable.
(compilation-handle-exit): Run compilation-finish-functions.


Revision 1.144 - (view) (download) (annotate) - [select for diffs]
Fri Apr 26 19:45:16 1996 UTC (28 years ago) by rms
Branch: MAIN
CVS Tags: EMACS_19_34
Changes since 1.143: +5 -0 lines
Diff to previous 1.143 , to selected 1.280
(compilation-error-regexp-alist): Add regexp
for Microsoft VC++ error messages containing drive letters.


Revision 1.143 - (view) (download) (annotate) - [select for diffs]
Thu Mar 14 15:32:38 1996 UTC (28 years, 2 months ago) by roland
Branch: MAIN
Changes since 1.142: +1 -0 lines
Diff to previous 1.142 , to selected 1.280
(compilation-find-buffer): Only choose compilation-last-buffer if it is
compilation-buffer-p.


Revision 1.142 - (view) (download) (annotate) - [select for diffs]
Fri Mar 1 20:13:42 1996 UTC (28 years, 2 months ago) by rms
Branch: MAIN
Changes since 1.141: +8 -26 lines
Diff to previous 1.141 , to selected 1.280
(compilation-parse-errors):
Collapse //'s using command-line-normalize-file-name.


Revision 1.141 - (view) (download) (annotate) - [select for diffs]
Thu Feb 22 02:45:43 1996 UTC (28 years, 3 months ago) by erik
Branch: MAIN
Changes since 1.140: +1 -1 lines
Diff to previous 1.140 , to selected 1.280
(compilation-minor-mode): Add missing `)'.


Revision 1.140 - (view) (download) (annotate) - [select for diffs]
Wed Feb 21 16:32:37 1996 UTC (28 years, 3 months ago) by roland
Branch: MAIN
Changes since 1.139: +5 -2 lines
Diff to previous 1.139 , to selected 1.280
(compilation-minor-mode): Run compilation-minor-mode-hook.


Revision 1.139 - (view) (download) (annotate) - [select for diffs]
Tue Feb 13 03:05:14 1996 UTC (28 years, 3 months ago) by roland
Branch: MAIN
Changes since 1.138: +26 -0 lines
Diff to previous 1.138 , to selected 1.280
(compilation-parse-errors): Detect doubled slashes in file names matched
and fix them up in the buffer.


Revision 1.138 - (view) (download) (annotate) - [select for diffs]
Thu Feb 1 07:22:14 1996 UTC (28 years, 3 months ago) by rms
Branch: MAIN
Changes since 1.137: +1 -0 lines
Diff to previous 1.137 , to selected 1.280
(compilation-filter): Run compilation-filter-hook.


Revision 1.137 - (view) (download) (annotate) - [select for diffs]
Tue Jan 23 17:51:09 1996 UTC (28 years, 4 months ago) by kwzh
Branch: MAIN
Changes since 1.136: +2 -7 lines
Diff to previous 1.136 , to selected 1.280
(compilation-handle-exit): Undo previous change.
Don't reference `proc' object.
Pass current buffer to `compilation-finish-function'.


Revision 1.136 - (view) (download) (annotate) - [select for diffs]
Sun Jan 21 03:55:57 1996 UTC (28 years, 4 months ago) by kwzh
Branch: MAIN
Changes since 1.135: +4 -1 lines
Diff to previous 1.135 , to selected 1.280
(compilation-handle-exit): If process-status doesn't
exist (e.g. on MSDOS), use an empty string.


Revision 1.135 - (view) (download) (annotate) - [select for diffs]
Sun Jan 14 07:34:30 1996 UTC (28 years, 4 months ago) by erik
Branch: MAIN
Changes since 1.134: +3 -2 lines
Diff to previous 1.134 , to selected 1.280
Update FSF's address.


Revision 1.134 - (view) (download) (annotate) - [select for diffs]
Sat Jan 6 21:20:51 1996 UTC (28 years, 4 months ago) by roland
Branch: MAIN
Changes since 1.133: +11 -9 lines
Diff to previous 1.133 , to selected 1.280
(compilation-error-regexp-alist, grep-regexp-alist
compilation-mode-font-lock-keywords): Allow leading "[a-zA-Z]:" in file
name regexps, for DOS drive letters.


Revision 1.133 - (view) (download) (annotate) - [select for diffs]
Sat Jan 6 21:11:08 1996 UTC (28 years, 4 months ago) by roland
Branch: MAIN
Changes since 1.132: +6 -0 lines
Diff to previous 1.132 , to selected 1.280
Mon Nov  6 18:01:01 1995  Dave Love  <d.love@dl.ac.uk>

        * compile.el (compilation-error-regexp-alist): Add MIPS lint
        regexps.


Revision 1.132 - (view) (download) (annotate) - [select for diffs]
Sat Jan 6 21:09:40 1996 UTC (28 years, 4 months ago) by roland
Branch: MAIN
Changes since 1.131: +4 -4 lines
Diff to previous 1.131 , to selected 1.280
(compilation-error-regexp-alist): Broaden GNAT regexp to match column numbers.


Revision 1.131 - (view) (download) (annotate) - [select for diffs]
Sat Jan 6 21:03:47 1996 UTC (28 years, 4 months ago) by roland
Branch: MAIN
Changes since 1.130: +3 -0 lines
Diff to previous 1.130 , to selected 1.280
(compilation-error-regexp-alist): Add regexp for IBM AIX xlc compiler.


Revision 1.130 - (view) (download) (annotate) - [select for diffs]
Sat Jan 6 20:54:19 1996 UTC (28 years, 4 months ago) by roland
Branch: MAIN
Changes since 1.129: +65 -70 lines
Diff to previous 1.129 , to selected 1.280
(compilation-handle-exit): New function, broken out of compilation-sentinel.
(compilation-sentinel, compile-internal): Use it.
(compilation-exit-message-function): Doc fix for protocol change: take
process status and exit-code args instead of process object.
(grep): Use new protocol for compilation-exit-message-function.


Revision 1.129 - (view) (download) (annotate) - [select for diffs]
Thu Jan 4 23:30:53 1996 UTC (28 years, 4 months ago) by kwzh
Branch: MAIN
Changes since 1.128: +2 -2 lines
Diff to previous 1.128 , to selected 1.280
(compilation-error-list): Doc fix.


Revision 1.128 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 07:13:31 1995 UTC (28 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.127: +26 -2 lines
Diff to previous 1.127 , to selected 1.280
(compile-internal): On systems with no asynchronous
processes: do relevant parts of compilation-sentinel after the
process exits; make modeline during and after compilation be
similar to what compilation-sentinel displays.


Revision 1.127 - (view) (download) (annotate) - [select for diffs]
Wed Dec 20 19:41:30 1995 UTC (28 years, 5 months ago) by roland
Branch: MAIN
Changes since 1.126: +14 -13 lines
Diff to previous 1.126 , to selected 1.280
(compilation-mode): Add autoload cookie.


Revision 1.126 - (view) (download) (annotate) - [select for diffs]
Tue Nov 14 03:48:33 1995 UTC (28 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.125: +6 -6 lines
Diff to previous 1.125 , to selected 1.280
(compilation-sentinel): Use the local value of
compilation-exit-message-function in the process buffer.


Revision 1.125 - (view) (download) (annotate) - [select for diffs]
Thu Nov 9 08:20:16 1995 UTC (28 years, 6 months ago) by simon
Branch: MAIN
Changes since 1.124: +2 -1 lines
Diff to previous 1.124 , to selected 1.280
compilation-mode-font-lock-keywords tweak


Revision 1.124 - (view) (download) (annotate) - [select for diffs]
Mon Aug 21 22:15:58 1995 UTC (28 years, 9 months ago) by roland
Branch: MAIN
Changes since 1.123: +32 -9 lines
Diff to previous 1.123 , to selected 1.280
(compilation-exit-message-function): New variable.
(compilation-sentinel): If compilation-exit-message-function is non-nil,
call it to produce messages for buffer and mode line.
(grep): Use that variable to produce snazzier messages.


Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Fri Aug 4 18:02:02 1995 UTC (28 years, 9 months ago) by roland
Branch: MAIN
Changes since 1.122: +4 -0 lines
Diff to previous 1.122 , to selected 1.280
(compilation-error-regexp-alist): Add regexp for Sun ada.


Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Fri Jun 16 04:36:55 1995 UTC (28 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.121: +5 -2 lines
Diff to previous 1.121 , to selected 1.280
(grep-null-device): Defined.
(grep): Use grep-null-device.


Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Wed Jun 14 15:47:10 1995 UTC (28 years, 11 months ago) by roland
Branch: MAIN
Changes since 1.120: +39 -23 lines
Diff to previous 1.120 , to selected 1.280
(compilation-find-file): If FILENAME is absolute, apply
abbreviate-file-name to it and then use its directory part as the first
search path element, searching for its nondirectory part.
Fix prompting code not to use a free variable.
(compilation-parse-errors, compile-abbreviate-directory): Use
abbreviate-file-name on directories.


Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Tue May 30 22:42:32 1995 UTC (28 years, 11 months ago) by kwzh
Branch: MAIN
Changes since 1.119: +4 -4 lines
Diff to previous 1.119 , to selected 1.280
(compilation-mode-map): Fix capitalization in menu bar.


Revision 1.119 - (view) (download) (annotate) - [select for diffs]
Tue May 30 19:35:59 1995 UTC (28 years, 11 months ago) by roland
Branch: MAIN
Changes since 1.118: +1 -1 lines
Diff to previous 1.118 , to selected 1.280
(compilation-error-regexp-alist): In "Cray C" regexp, don't allow newlines.


Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Fri May 26 16:24:57 1995 UTC (28 years, 11 months ago) by roland
Branch: MAIN
Changes since 1.117: +1 -1 lines
Diff to previous 1.117 , to selected 1.280
(compilation-error-regexp-alist): In "IBM C/C++ Tools" regexp, disallow
leading spaces and disallow whitespace chars within the file name.


Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Fri May 12 17:26:59 1995 UTC (29 years ago) by roland
Branch: MAIN
Changes since 1.116: +12 -5 lines
Diff to previous 1.116 , to selected 1.280
(compilation-next-error-locus): Ignore zero column number.
(compilation-parse-errors): Don't store the beginning of the line
containing the end of the error-regexp match.  Instead, store the beginning
of the line containing the start of the match, unless the match starts
with a newline, in which case the beginning of the next line.


Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Thu May 11 00:44:51 1995 UTC (29 years ago) by roland
Branch: MAIN
Changes since 1.115: +10 -1 lines
Diff to previous 1.115 , to selected 1.280
(compilation-error-regexp-alist): Add regexps for IBM and Cray compilers.
(compilation-next-error-locus): Ignore a column number that is zero.


Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Sat Apr 29 16:37:06 1995 UTC (29 years ago) by rms
Branch: MAIN
Changes since 1.114: +3 -2 lines
Diff to previous 1.114 , to selected 1.280
(compile-internal): Disable undo before erasing
the buffer, then enable again afterward.
(compilation-sentinel): Use force-mode-line-update.


Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Mon Apr 10 16:45:47 1995 UTC (29 years, 1 month ago) by roland
Branch: MAIN
Changes since 1.113: +0 -4 lines
Diff to previous 1.113 , to selected 1.280
(compilation-error-regexp-alist): Remove superfluous SGI cc regexp.


Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Sat Apr 8 20:15:20 1995 UTC (29 years, 1 month ago) by roland
Branch: MAIN
Changes since 1.112: +3 -1 lines
Diff to previous 1.112 , to selected 1.280
(compilation-error-regexp-alist): Extend Ultrix 3.0 f77 to also match SGI cc.


Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Fri Mar 24 00:48:45 1995 UTC (29 years, 2 months ago) by kwzh
Branch: MAIN
Changes since 1.111: +2 -3 lines
Diff to previous 1.111 , to selected 1.280
(compilation-sentinel): Use `format'; `concat' doesn't
stringize integers anymore.


Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Mon Mar 6 15:51:22 1995 UTC (29 years, 2 months ago) by roland
Branch: MAIN
Changes since 1.110: +24 -13 lines
Diff to previous 1.110 , to selected 1.280
(compilation-buffer-p): Fix braino in last change: switch to the buffer first.
(compilation-error-regexp-alist): Doc fix: optional cdrs give
string containing %s to produce the file name from the matched text.
(compilation-find-file): Reorder args: MARKER first, then FILENAME, DIR,
and new arg &rest FORMATS (as they appear in parsed the fileinfo lists).
Try each of the FORMATS in each directory tried.
(compilation-next-error-locus): Apply compilation-find-file to the FILEINFO
list.
(compilation-parse-errors): Instead of a cons (DIR . FILE), make a list
(FILE DIR [FORMATS...]) using the 4th cdr of the matching elt of
regexp-alist.


Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Sun Feb 26 21:37:30 1995 UTC (29 years, 2 months ago) by roland
Branch: MAIN
Changes since 1.109: +2 -2 lines
Diff to previous 1.109 , to selected 1.280
(compilation-buffer-p): Check for compilation-minor-mode or
compilation-mode major mode, rather than internal state variables.  Don't
want to match a buffer that was once in compilation-minor-mode but is not now.


Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Fri Jan 20 23:45:34 1995 UTC (29 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.108: +1 -0 lines
Diff to previous 1.108 , to selected 1.280
(compile-internal): Force redisplay on compilation
buffer before executing compile process.


Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Tue Dec 27 03:47:06 1994 UTC (29 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.107: +1 -0 lines
Diff to previous 1.107 , to selected 1.280
(compilation-minor-mode-map): Bind C-m to compilation-goto-error.


Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Wed Nov 30 21:48:37 1994 UTC (29 years, 5 months ago) by roland
Branch: MAIN
Changes since 1.106: +1 -1 lines
Diff to previous 1.106 , to selected 1.280
(compilation-next-error-locus): Finish last change.


Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Wed Nov 30 19:37:48 1994 UTC (29 years, 5 months ago) by roland
Branch: MAIN
Changes since 1.105: +2 -1 lines
Diff to previous 1.105 , to selected 1.280
(compilation-next-error-locus): Parsed column numbers are 1-origin.


Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Thu Nov 10 23:01:15 1994 UTC (29 years, 6 months ago) by roland
Branch: MAIN
Changes since 1.104: +13 -17 lines
Diff to previous 1.104 , to selected 1.280
(compile): With prefix arg, prompt even if (not compilation-read-command).
(compilation-error-regexp-alist): Make first regexp match column numbers too.
Remove regexp for "prog:file:line: error".
Replace GNAT 1.82 regexp with "prog: file:line\(:col\)?: error".
(compilation-parse-errors): If spec has a column subexpr, but it was
optional and didn't match, ignore it.


Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Wed Nov 9 12:46:54 1994 UTC (29 years, 6 months ago) by rms
Branch: MAIN
Changes since 1.103: +4 -0 lines
Diff to previous 1.103 , to selected 1.280
(compilation-error-regexp-alist): Add an element for Irix 5.2 warnings.


Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Thu Oct 13 07:40:50 1994 UTC (29 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.102: +7 -6 lines
Diff to previous 1.102 , to selected 1.280
(compilation-filter): Do nothing if buffer is dead.


Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Wed Oct 12 08:13:56 1994 UTC (29 years, 7 months ago) by simon
Branch: MAIN
Changes since 1.101: +2 -2 lines
Diff to previous 1.101 , to selected 1.280
	* compile.el: (compilation-mode): Set font-lock-defaults.


Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Fri Oct 7 09:52:36 1994 UTC (29 years, 7 months ago) by rms
Branch: MAIN
Changes since 1.100: +8 -1 lines
Diff to previous 1.100 , to selected 1.280
(compilation-mode-font-lock-keywords): New variable.

(compilation-mode): Use kill-all-local-variables.
Set font-lock-keywords locally.


Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Wed Sep 21 19:05:52 1994 UTC (29 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.99: +3 -3 lines
Diff to previous 1.99 , to selected 1.280
Fix indentation.


Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Fri Sep 16 23:54:06 1994 UTC (29 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.98: +4 -3 lines
Diff to previous 1.98 , to selected 1.280
(compile-internal): Set EMACS=t in process-environment.


Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Fri Sep 16 21:40:54 1994 UTC (29 years, 8 months ago) by kwzh
Branch: MAIN
Changes since 1.97: +2 -1 lines
Diff to previous 1.97 , to selected 1.280
(compilation-sentinel): Include exit status in modeline.


Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Thu Sep 1 21:18:15 1994 UTC (29 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.96: +1 -1 lines
Diff to previous 1.96 , to selected 1.280
(grep-command): Doc fix.


Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Thu Aug 11 21:45:47 1994 UTC (29 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.95: +10 -7 lines
Diff to previous 1.95 , to selected 1.280
(compilation-set-window-height): Add save-excursion.


Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Mon Aug 8 09:02:40 1994 UTC (29 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.94: +20 -11 lines
Diff to previous 1.94 , to selected 1.280
(compilation-set-window-height): New function,
broken out from compile-internal.
Don't change window height if it is the frame root window.
(compile-internal): Call it.
(compilation-goto-locus): Call it.
Use any visible frame already showing the compilation buffer.


Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Tue Aug 2 21:01:04 1994 UTC (29 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.93: +42 -0 lines
Diff to previous 1.93 , to selected 1.280
Set up a "Compile" menubar item.
(recompile): New function.
(previous-error): New function.
(first-error): New function.


Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Mon Aug 1 00:39:26 1994 UTC (29 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.92: +10 -1 lines
Diff to previous 1.92 , to selected 1.280
(compilation-error-regexp-alist): Fix previous change.
Add alternatives for GNU error messages with program name in them.


Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Sun Jul 31 19:00:42 1994 UTC (29 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.91: +7 -5 lines
Diff to previous 1.91 , to selected 1.280
(compilation-error-regexp-alist): Make separate
regexp for Borland C++; the combined one matched too much.


Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Wed Jul 27 17:52:02 1994 UTC (29 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.90: +9 -3 lines
Diff to previous 1.90 , to selected 1.280
(compilation-error-regexp-alist): Fix bug in Borland
C++ change.  Make first regexp reject cases that give column
numbers.  Add new regexp for GNU format with column numbers.


Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Tue Jul 26 21:23:38 1994 UTC (29 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.89: +114 -111 lines
Diff to previous 1.89 , to selected 1.280
Finish installing previous change.


Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Tue Jul 26 19:18:06 1994 UTC (29 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.88: +5 -4 lines
Diff to previous 1.88 , to selected 1.280
(compilation-next-error-locus): New arg SILENT.


Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Tue Jul 19 20:03:12 1994 UTC (29 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.87: +4 -2 lines
Diff to previous 1.87 , to selected 1.280
(compilation-error-regexp-alist): Allow `(' after
linenum in "FILE", line LINENUM.  Add backslash so C-M-a works.


Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Tue Jul 12 04:09:07 1994 UTC (29 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.86: +7 -1 lines
Diff to previous 1.86 , to selected 1.280
(compilation-next-error-locus): Don't call
compilation-forget-errors if compilation is still runing.


Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Mon Jul 11 00:24:26 1994 UTC (29 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.85: +3 -3 lines
Diff to previous 1.85 , to selected 1.280
(compilation-window-height): Use defvar.
(compilation-leave-directory-regexp): Likewise.
(compilation-enter-directory-regexp): Likewise.


Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Tue Jun 14 00:58:05 1994 UTC (29 years, 11 months ago) by roland
Branch: MAIN
Changes since 1.84: +2 -2 lines
Diff to previous 1.84 , to selected 1.280
Fix regexp in last change.


Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Mon Jun 13 23:27:44 1994 UTC (29 years, 11 months ago) by roland
Branch: MAIN
Changes since 1.83: +5 -1 lines
Diff to previous 1.83 , to selected 1.280
(compilation-error-regexp-alist): Extend first regexp to handle Borland C++
msgs: "Warning" or "Error" before file name.


Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Thu Jun 2 18:15:13 1994 UTC (29 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.82: +1 -1 lines
Diff to previous 1.82 , to selected 1.280
(compilation-error-regexp-alist): Stricter Lucid regexp.


Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Thu May 19 21:50:30 1994 UTC (30 years ago) by rms
Branch: MAIN
Changes since 1.81: +4 -1 lines
Diff to previous 1.81 , to selected 1.280
(compilation-goto-locus): Handle case where *compilation*
is in a dedicated window.


Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Wed Apr 27 21:57:57 1994 UTC (30 years ago) by kwzh
Branch: MAIN
Changes since 1.80: +2 -0 lines
Diff to previous 1.80 , to selected 1.280
(compilation-error-regexp-alist): Add fortran pattern.


Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Mon Apr 25 22:31:41 1994 UTC (30 years, 1 month ago) by roland
Branch: MAIN
Changes since 1.79: +4 -3 lines
Diff to previous 1.79 , to selected 1.280
(compilation-next-error-locus): Use compilation-error-message instead of
"Moved past last error" when MOVE is 1 (default value).


Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Sun Apr 24 08:15:18 1994 UTC (30 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.78: +2 -2 lines
Diff to previous 1.78 , to selected 1.280
(compilation-setup, compilation-sentinel):
Remove space after `:' in mode-line-process.


Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Wed Apr 20 19:52:37 1994 UTC (30 years, 1 month ago) by roland
Branch: MAIN
Changes since 1.77: +2 -2 lines
Diff to previous 1.77 , to selected 1.280
(compilation-parse-errors): Fix references for column number, 3 elt not
2nd.


Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Tue Apr 5 02:19:02 1994 UTC (30 years, 1 month ago) by kwzh
Branch: MAIN
Changes since 1.76: +1 -1 lines
Diff to previous 1.76 , to selected 1.280
(compile-reinitialize-errors): Fix typo in comment.


Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Sat Apr 2 05:07:50 1994 UTC (30 years, 1 month ago) by kwzh
Branch: MAIN
Changes since 1.75: +32 -33 lines
Diff to previous 1.75 , to selected 1.280
(compile-mouse-goto-error): Simplify.
(compilation-parse-errors-function): Doc fix.


Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Wed Mar 30 17:36:24 1994 UTC (30 years, 1 month ago) by rms
Branch: MAIN
Changes since 1.74: +37 -0 lines
Diff to previous 1.74 , to selected 1.280
(compile-mouse-goto-error): New command.
(compilation-minor-mode-map): Bind mouse-2.


Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Sat Mar 19 01:05:27 1994 UTC (30 years, 2 months ago) by roland
Branch: MAIN
Changes since 1.73: +4 -1 lines
Diff to previous 1.73 , to selected 1.280
(compilation-error-regexp-alist): Generalize ultrix 3 f77 regexp to match
Absoft FORTRAN 77 errors.


Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Mon Mar 7 22:31:48 1994 UTC (30 years, 2 months ago) by roland
Branch: MAIN
Changes since 1.72: +140 -120 lines
Diff to previous 1.72 , to selected 1.280
(compile-reinitialize-errors): Rename first arg from ARGP to REPARSE.
Test only its nilness.
(compile-goto-error): Pass (consp ARGP) to compile-reinitialize-errors
instead of ARGP itself.
(next-error): Code broken out into two new functions; call them.
(compilation-next-error-locus): New function; bulk of code from next-error.
Silently skip errors whose source loci are markers in killed buffers.
(compilation-goto-locus): New function, final code from next-error.


Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Fri Mar 4 06:11:51 1994 UTC (30 years, 2 months ago) by roland
Branch: MAIN
Changes since 1.71: +2 -1 lines
Diff to previous 1.71 , to selected 1.280
(compile-goto-error): Push the mark before calling next-error.


Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Thu Feb 17 00:11:28 1994 UTC (30 years, 3 months ago) by roland
Branch: MAIN
Changes since 1.70: +1 -1 lines
Diff to previous 1.70 , to selected 1.280
(copmilation-error-regexp-alist): Tighten up Ultrix 3.0 f77 regexp to
exclude : from file names; avoids lossage when : appears in error text.


Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Wed Jan 19 14:21:20 1994 UTC (30 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.69: +3 -1 lines
Diff to previous 1.69 , to selected 1.280
(compilation-error-regexp-alist): Handle DEC AXP OSF/1.


Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 09:34:46 1994 UTC (30 years, 4 months ago) by roland
Branch: MAIN
Changes since 1.68: +5 -6 lines
Diff to previous 1.68 , to selected 1.280
(copmilation-error-list): Doc fix.


Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 09:10:58 1994 UTC (30 years, 4 months ago) by roland
Branch: MAIN
Changes since 1.67: +43 -23 lines
Diff to previous 1.67 , to selected 1.280
(compilation-error-regexp-alist): Add regexp for Lucid lcc.
Element lists can now contain a 4th elt giving subexpr for the column.
(next-error): Handle error records with column numbers.
(compilation-parse-errors): Parse column numbers when the alist elt
specifies it.  Use string-to-int instead of read for numbers from buffer
text.


Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Thu Jan 6 17:21:32 1994 UTC (30 years, 4 months ago) by roland
Branch: MAIN
Changes since 1.66: +19 -4 lines
Diff to previous 1.66 , to selected 1.280
(compilation-parse-errors): Prepend comint-file-name-prefix (if boundp) to
absolute file names culled from error msgs.
(compile-abbreviate-directory): Prepend comint-file-name-prefix (if boundp)
to DIR before other processing.


Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Thu Jan 6 15:25:19 1994 UTC (30 years, 4 months ago) by roland
Branch: MAIN
Changes since 1.65: +65 -29 lines
Diff to previous 1.65 , to selected 1.280
(compilation-buffer-p): Move defsubst before all callers.
(compilation-forget-errors): Reset compilation-parsing-end to 1 here.
(compile-reinitialize-errors): Don't reset compilation-parsing-end after
calling compilation-forget-errors.
Comment out gratuitous switch-to-buffer call; what was the rationale for it?
Don't check compilation-parsing-end (removed local AT-START); instead
always append to compilation-old-error-list, it will be nil if at start.
If compilation-error-list is non-nil before calling the parser, restore its
previous value afterwards; it still indicates the current error position.
Subtract the length of the existing compilation-error-list from
FIND-AT-LEAST when calling the parser.
(compilation-parse-errors): Don't check LIMIT-SEARCH at end of loop.
Inside check it inside each case of the cond; in error case we must discard
the last new error before stopping (just as for FIND-AT-LEAST).
Use floating-point in buffer percentage calculation, to avoid integer
overflow.


Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Thu Jan 6 04:33:55 1994 UTC (30 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.64: +14 -7 lines
Diff to previous 1.64 , to selected 1.280
(compile-internal): Extended to work without asynchronous subprocesses.


Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Sat Jan 1 16:32:44 1994 UTC (30 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.63: +15 -4 lines
Diff to previous 1.63 , to selected 1.280
(compilation-read-command, compilation-ask-about-save): New variables.
(compile): Obey them.


Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Thu Dec 23 02:43:28 1993 UTC (30 years, 5 months ago) by rms
Branch: MAIN
Changes since 1.62: +5 -3 lines
Diff to previous 1.62 , to selected 1.280
(grep-command): New variable.
(grep): Use it.

Don't repeat at load time any bindings that are autoloaded.


Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Thu Dec 9 01:12:13 1993 UTC (30 years, 5 months ago) by roland
Branch: MAIN
Changes since 1.61: +3 -1 lines
Diff to previous 1.61 , to selected 1.280
(compilation-error-regexp-alist): Generalize `"foo.c", line 13:' regexp to
also match `"foo.c", line 13 pos 1...".


Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Tue Sep 21 07:00:37 1993 UTC (30 years, 8 months ago) by bfox
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 , to selected 1.280
(compile-internal): Back out jimb change of making buffer read-only.  It
is non-ergonomic.


Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Sat Aug 14 03:45:08 1993 UTC (30 years, 9 months ago) by rms
Branch: MAIN
Changes since 1.59: +10 -6 lines
Diff to previous 1.59 , to selected 1.280
(compilation-parse-errors): Don't add multiple errors for one source line.


Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Wed Aug 11 21:26:38 1993 UTC (30 years, 9 months ago) by roland
Branch: MAIN
Changes since 1.58: +19 -4 lines
Diff to previous 1.58 , to selected 1.280
(next-error): Handle zero and negative prefix args.


Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Tue Aug 3 21:38:31 1993 UTC (30 years, 9 months ago) by roland
Branch: MAIN
Changes since 1.57: +2 -0 lines
Diff to previous 1.57 , to selected 1.280
(compilation-minor-mode): Make variable buffer-local.
(compilation-minor-mode): Autoload this function.


Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Fri Jul 30 05:32:45 1993 UTC (30 years, 9 months ago) by roland
Branch: MAIN
Changes since 1.56: +3 -1 lines
Diff to previous 1.56 , to selected 1.280
(compilation-error-regexp-alist): Broaden RS6000 regexp to match
"lines N-M," or "line N,".


Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Sun Jul 18 20:41:08 1993 UTC (30 years, 10 months ago) by roland
Branch: MAIN
Changes since 1.55: +40 -31 lines
Diff to previous 1.55 , to selected 1.280
(compilation-error-list): An elt's cdr's car is again a cons (DIRECTORY .
FILE) if it's not a marker.  The conversion to using a string containing an
expanded file name was never finished, and anyway it utterly broke
compilation-search-path and few other things.
(next-error): Expect them that way.
(compilation-parse-errors): Make them that way.
(compile-file-of-error): Function removed.
(compilation-error-filedata, compilation-error-filedata-file-name): New
defsubsts.
(compilation-next-file): Use them instead of compile-file-of-error.


Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Thu Jul 15 03:08:17 1993 UTC (30 years, 10 months ago) by roland
Branch: MAIN
Changes since 1.54: +6 -1 lines
Diff to previous 1.54 , to selected 1.280
(compilation-parse-errors): After skipping two lines, move one char back so
point before the newline.


Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Thu Jul 8 23:31:58 1993 UTC (30 years, 10 months ago) by roland
Branch: MAIN
Changes since 1.53: +6 -2 lines
Diff to previous 1.53 , to selected 1.280
(compilation-error-regexp-alist): Broaden ``Line N of "FILE": msg'' regexp
to also match Ultrix f77: ``Error on line N of FILE: msg''.


Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Wed Jun 30 22:03:15 1993 UTC (30 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.52: +39 -1 lines
Diff to previous 1.52 , to selected 1.280
(compile-abbreviate-directory): New function.
(compilation-parse-errors): Use that, to visit files with a dirname
more like the one the user specified.


Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Tue Jun 22 03:54:25 1993 UTC (30 years, 11 months ago) by jimb
Branch: MAIN
Changes since 1.51: +1 -2 lines
Diff to previous 1.51 , to selected 1.280
	* compile.el (compile-file-of-error): Remember that
	compilation-error-list stores file names as strings, not as (DIR .
	FILE) pairs.


Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Fri Jun 18 21:40:46 1993 UTC (30 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.50: +3 -1 lines
Diff to previous 1.50 , to selected 1.280
(compilation-error-regexp-alist): Generalize the
Apollo/BSD4.3 regexp to handle IBM RS6k too.


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Thu Jun 10 07:22:07 1993 UTC (30 years, 11 months ago) by jimb
Branch: MAIN
Changes since 1.49: +6 -1 lines
Diff to previous 1.49 , to selected 1.280
Doc fix.


Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Thu Jun 10 07:17:33 1993 UTC (30 years, 11 months ago) by jimb
Branch: MAIN
Changes since 1.48: +24 -16 lines
Diff to previous 1.48 , to selected 1.280
	* compile.el (compilation-error-list): When we haven't yet
	generated a marker for the source position of an error message,
	store (FILENAME . LINE-NUMBER), not ((DIRECTORY . FILE)
	LINE-NUMBER).  Doc fix.
	(next-error, compilation-parse-errors): Adjusted appropriately.


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Sun Jun 6 05:28:30 1993 UTC (30 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.47: +31 -30 lines
Diff to previous 1.47 , to selected 1.280
(compile-internal): Alter current buffer only temporarily.


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Wed May 26 22:36:32 1993 UTC (30 years, 11 months ago) by rms
Branch: MAIN
Changes since 1.46: +0 -2 lines
Diff to previous 1.46 , to selected 1.280
Make C-x ` binding just once.


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Thu May 13 03:13:01 1993 UTC (31 years ago) by rms
Branch: MAIN
Changes since 1.45: +6 -6 lines
Diff to previous 1.45 , to selected 1.280
(Setting minor-mode-map-alist):
Put the map directly in the alist, not a variable name.


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Wed Apr 28 22:44:29 1993 UTC (31 years ago) by roland
Branch: MAIN
Changes since 1.44: +42 -9 lines
Diff to previous 1.44 , to selected 1.280
Add compilation-minor-mode to minor-mode-alist and minor-mode-map-alist.
(compilation-minor-mode): New defvar.
(compilation-minor-mode-map): New defvar; keymap with the bindings
from compilation-mode-map except SPC and DEL.
(compilation-mode-map): Construct this keymap to inherit from
compilation-minor-mode-map.
(compilation-setup): New function, code broken out of compilation-mode.
(compilation-mode): Call it.
(compilation-minor-mode): New function to toggle
compilation-minor-mode; if setting it, call compilation-setup.


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Wed Apr 7 20:58:20 1993 UTC (31 years, 1 month ago) by roland
Branch: MAIN
Changes since 1.43: +1 -0 lines
Diff to previous 1.43 , to selected 1.280
(compile-internal): Initialize the process-mark.


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Wed Apr 7 20:14:29 1993 UTC (31 years, 1 month ago) by roland
Branch: MAIN
Changes since 1.42: +1 -1 lines
Diff to previous 1.42 , to selected 1.280
(compilation-error-regexp-alist): Tighten first regexp so that it
requires a colon or open-paren before the line number, not just
whitespace.


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Wed Apr 7 19:57:10 1993 UTC (31 years, 1 month ago) by roland
Branch: MAIN
Changes since 1.41: +0 -1 lines
Diff to previous 1.41 , to selected 1.280
(compilation-parse-errors): Remove debugging setq.


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Wed Apr 7 18:34:17 1993 UTC (31 years, 1 month ago) by roland
Branch: MAIN
Changes since 1.40: +12 -0 lines
Diff to previous 1.40 , to selected 1.280
(compilation-filter): New function.
(compile-internal): Make it the process's filter.


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Wed Apr 7 18:26:27 1993 UTC (31 years, 1 month ago) by roland
Branch: MAIN
Changes since 1.39: +6 -4 lines
Diff to previous 1.39 , to selected 1.280
(compilation-error-regexp-alist): Fixed MIPS CC regexp to match file
names longer than one char.
(compilation-parse-errors): Error if compilation-error-regexp-alist is nil.


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Mon Apr 5 22:35:50 1993 UTC (31 years, 1 month ago) by roland
Branch: MAIN
Changes since 1.38: +21 -16 lines
Diff to previous 1.38 , to selected 1.280
(compilation-error-regexp-alist): Merged HP-UX 7.0 fc regexp with the
GNU format regexp: just allowing blanks to terminate the line number
makes that one handle the HP case.  Merged MIPS RISC CC regexp with
Apollo cc regexp: make "s optional, and don't anchor to bol.


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Mon Apr 5 21:13:43 1993 UTC (31 years, 1 month ago) by roland
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 , to selected 1.280
(compilation-error-regexp-alist): Changed MIPS RISC CC regexp (last one) to
be anchored at bol, and to never match multiple lines.


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Tue Mar 23 18:27:03 1993 UTC (31 years, 2 months ago) by eric
Branch: MAIN
Changes since 1.36: +5 -1 lines
Diff to previous 1.36 , to selected 1.280
Fix library headers.


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 03:27:18 1993 UTC (31 years, 2 months ago) by eric
Branch: MAIN
Changes since 1.35: +1 -0 lines
Diff to previous 1.35 , to selected 1.280
Added or corrected Commentary sections


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Thu Mar 18 21:29:42 1993 UTC (31 years, 2 months ago) by eric
Branch: MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34 , to selected 1.280
Add or correct keywords


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Mon Feb 8 20:46:10 1993 UTC (31 years, 3 months ago) by roland
Branch: MAIN
Changes since 1.33: +16 -10 lines
Diff to previous 1.33 , to selected 1.280
(compilation-forget-errors): Just set
compilation-directory-stack to nil; no need to loop through it.
(next-error): For a non-numeric prefix arg, pass nil for
compile-reinitialize-errors's FIND-AT-LEAST arg.
(next-error): When getting marker for error source location, be
sure to examine buffer local value of compilation-old-error-list
before switching to source file buffer.


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Jan 2 21:21:14 1993 UTC (31 years, 4 months ago) by rms
Branch: MAIN
Changes since 1.32: +19 -20 lines
Diff to previous 1.32 , to selected 1.280
(compilation-sentinel): Change buffer-read-only with let.


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Thu Dec 24 06:00:03 1992 UTC (31 years, 5 months ago) by jimb
Branch: MAIN
Changes since 1.31: +8 -1 lines
Diff to previous 1.31 , to selected 1.280
	* compile.el (compilation-error-regexp-alist): Tightened up
	BSD/GNU regexp to insist that line number end with a colon or
	close-paren.

	* compile.el (compilation-error-regexp-alist): Add regexp for the
	MIPS CC distributed with Ultrix.


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sat Nov 7 06:12:11 1992 UTC (31 years, 6 months ago) by jimb
Branch: MAIN
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 , to selected 1.280
	* compile.el (compile-internal): Use NAME-OF-MODE in the prompt
	when offering to kill an existing process.


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Thu Oct 1 02:00:41 1992 UTC (31 years, 7 months ago) by roland
Branch: MAIN
Changes since 1.29: +26 -21 lines
Diff to previous 1.29 , to selected 1.280
(compilation-parse-errors): Save (match-beginning 0) in a variable, so the
looking-at call doesn't clobber its value when we want to use it to back up
before the error we discard.
Make sure compilation-error-list is at least two elts long before checking
its first two elts for being in the same file.


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Wed Sep 30 01:45:47 1992 UTC (31 years, 7 months ago) by roland
Branch: MAIN
Changes since 1.28: +11 -2 lines
Diff to previous 1.28 , to selected 1.280
(compilation-parse-errors): After we get enough errors to stop early, toss
the last one (which is for a different file), so we don't lose
the same way on the next run.


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Tue Sep 29 23:59:26 1992 UTC (31 years, 7 months ago) by roland
Branch: MAIN
Changes since 1.27: +8 -1 lines
Diff to previous 1.27 , to selected 1.280
(compilation-parse-errors): When we reach FIND-AT-LEAST errors, keep going
until we have seen all the consecutive errors in the same file.


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Mon Sep 14 01:33:12 1992 UTC (31 years, 8 months ago) by rms
Branch: MAIN
Changes since 1.26: +29 -33 lines
Diff to previous 1.26 , to selected 1.280
entered into RCS


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Sep 2 23:15:36 1992 UTC (31 years, 8 months ago) by roland
Branch: MAIN
Changes since 1.25: +11 -1 lines
Diff to previous 1.25 , to selected 1.280
*** empty log message ***


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Thu Aug 6 23:56:50 1992 UTC (31 years, 9 months ago) by roland
Branch: MAIN
Changes since 1.24: +2 -5 lines
Diff to previous 1.24 , to selected 1.280
*** empty log message ***


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 22:31:21 1992 UTC (31 years, 9 months ago) by roland
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 , to selected 1.280
*** empty log message ***


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 21:29:26 1992 UTC (31 years, 9 months ago) by roland
Branch: MAIN
Changes since 1.22: +9 -3 lines
Diff to previous 1.22 , to selected 1.280
*** empty log message ***


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue Aug 4 02:02:27 1992 UTC (31 years, 9 months ago) by roland
Branch: MAIN
Changes since 1.21: +108 -54 lines
Diff to previous 1.21 , to selected 1.280
*** empty log message ***


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Aug 2 03:11:41 1992 UTC (31 years, 9 months ago) by roland
Branch: MAIN
Changes since 1.20: +28 -14 lines
Diff to previous 1.20 , to selected 1.280
*** empty log message ***


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 00:08:13 1992 UTC (31 years, 9 months ago) by roland
Branch: MAIN
Changes since 1.19: +6 -7 lines
Diff to previous 1.19 , to selected 1.280
*** empty log message ***


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Jul 30 21:09:53 1992 UTC (31 years, 9 months ago) by roland
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18 , to selected 1.280
*** empty log message ***


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Jul 29 04:48:06 1992 UTC (31 years, 9 months ago) by roland
Branch: MAIN
Changes since 1.17: +100 -40 lines
Diff to previous 1.17 , to selected 1.280
*** empty log message ***


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Jul 27 19:54:35 1992 UTC (31 years, 9 months ago) by roland
Branch: MAIN
Changes since 1.16: +26 -11 lines
Diff to previous 1.16 , to selected 1.280
*** empty log message ***


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Jul 24 19:27:07 1992 UTC (31 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15 , to selected 1.280
*** empty log message ***


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Jul 24 07:25:06 1992 UTC (31 years, 10 months ago) by rms
Branch: MAIN
Changes since 1.14: +13 -26 lines
Diff to previous 1.14 , to selected 1.280
*** empty log message ***


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 04:13:34 1992 UTC (31 years, 10 months ago) by eric
Branch: MAIN
Changes since 1.13: +2 -3 lines
Diff to previous 1.13 , to selected 1.280
*** empty log message ***


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Jul 17 08:06:27 1992 UTC (31 years, 10 months ago) by eric
Branch: MAIN
Changes since 1.12: +1 -0 lines
Diff to previous 1.12 , to selected 1.280
*** empty log message ***


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Jul 16 21:43:26 1992 UTC (31 years, 10 months ago) by roland
Branch: MAIN
Changes since 1.11: +14 -14 lines
Diff to previous 1.11 , to selected 1.280
*** empty log message ***


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Jul 16 18:14:25 1992 UTC (31 years, 10 months ago) by eric
Branch: MAIN
Changes since 1.10: +5 -0 lines
Diff to previous 1.10 , to selected 1.280
*** empty log message ***


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Jul 15 01:56:53 1992 UTC (31 years, 10 months ago) by jimb
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9 , to selected 1.280
*** empty log message ***


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Jul 5 05:11:16 1992 UTC (31 years, 10 months ago) by roland
Branch: MAIN
Changes since 1.8: +53 -44 lines
Diff to previous 1.8 , to selected 1.280
*** empty log message ***


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jun 30 13:48:31 1992 UTC (31 years, 10 months ago) by jimb
Branch: MAIN
Changes since 1.7: +4 -1 lines
Diff to previous 1.7 , to selected 1.280
*** empty log message ***


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Jun 24 05:04:41 1992 UTC (31 years, 11 months ago) by jimb
Branch: MAIN
Changes since 1.6: +16 -11 lines
Diff to previous 1.6 , to selected 1.280
*** empty log message ***


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Jun 11 02:31:08 1992 UTC (31 years, 11 months ago) by eric
Branch: MAIN
Changes since 1.5: +6 -2 lines
Diff to previous 1.5 , to selected 1.280
*** empty log message ***


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Apr 24 08:08:01 1992 UTC (32 years, 1 month ago) by jimb
Branch: MAIN
Changes since 1.4: +19 -7 lines
Diff to previous 1.4 , to selected 1.280
*** empty log message ***


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Mar 6 00:28:08 1992 UTC (32 years, 2 months ago) by roland
Branch: MAIN
Changes since 1.3: +12 -3 lines
Diff to previous 1.3 , to selected 1.280
*** empty log message ***


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Dec 21 08:19:56 1991 UTC (32 years, 5 months ago) by jimb
Branch: MAIN
Changes since 1.2: +8 -5 lines
Diff to previous 1.2 , to selected 1.280
*** empty log message ***


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Oct 7 22:49:33 1991 UTC (32 years, 7 months ago) by roland
Branch: MAIN
Changes since 1.1: +604 -300 lines
Diff to previous 1.1 , to selected 1.280
*** empty log message ***


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Jul 13 03:12:54 1990 UTC (33 years, 10 months ago) by rms
Branch: MAIN
Diff to selected 1.280
Initial revision


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