]>
git.eshelyaron.com Git - emacs.git/log
Alan Mackenzie [Wed, 20 Feb 2008 22:16:05 +0000 (22:16 +0000)]
*** empty log message ***
Nick Roberts [Wed, 20 Feb 2008 19:58:56 +0000 (19:58 +0000)]
Rename menu item to "Show GUD tooltips".
Nick Roberts [Wed, 20 Feb 2008 19:57:10 +0000 (19:57 +0000)]
(gdb-mouse-set-clear-breakpoint): Fall back
to mouse-set-point in buffers that aren't associated with files.
Nick Roberts [Wed, 20 Feb 2008 19:54:47 +0000 (19:54 +0000)]
*** empty log message ***
Juanma Barranquero [Wed, 20 Feb 2008 17:38:16 +0000 (17:38 +0000)]
Re-commit doc fixes accidentally reverted.
Juanma Barranquero [Wed, 20 Feb 2008 17:34:41 +0000 (17:34 +0000)]
*** empty log message ***
Dan Nicolaescu [Wed, 20 Feb 2008 16:15:03 +0000 (16:15 +0000)]
* progmodes/verilog-mode.el (customize): Fix typo in error message.
(verilog-mode, verilog-mode-indent, verilog-mode-actions)
(verilog-mode-auto, verilog-indent-level-module)
(verilog-minimum-comment-distance, verilog-library-flags)
(verilog-library-directories, verilog-library-files)
(verilog-auto-reset-widths, verilog-imenu-generic-expression)
(verilog-xemacs-menu, verilog-set-compile-command)
(verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
(verilog-get-expr, verilog-strip-comments, verilog-one-line)
(verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
(verilog-batch-inject-auto, verilog-batch-indent)
(verilog-continued-line, verilog-type-keywords)
(verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
(verilog-read-inst-pins, verilog-read-arg-pins)
(verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
(verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
(verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
(verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
(verilog-sk-datadef, verilog-colorize-include-files-buffer)
(verilog-mode-version, verilog-mode-release-date)
(verilog-mode-release-emacs, verilog-linter, verilog-coverage)
(verilog-simulator, verilog-compiler)
(verilog-auto-sense-defines-constant, verilog-company)
(verilog-project, verilog-mark-defun, verilog-submit-bug-report):
Fix typos in docstrings.
(verilog-set-auto-endcomments, verilog-calculate-indent)
(verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
Reflow docstrings.
(verilog-tab-always-indent, verilog-highlight-p1800-keywords)
(verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
(electric-verilog-forward-sexp, verilog-in-case-region-p)
(verilog-in-struct-region-p, verilog-in-generate-region-p)
(verilog-leap-to-head, verilog-current-indent-level)
(verilog-case-indent-level, verilog-cpp-keywords)
(verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
(verilog-case-keywords, verilog-separator-keywords, verilog-completion)
(verilog-signals-not-in, verilog-symbol-detick-text)
(verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
(verilog-forward-close-paren, verilog-backward-open-paren)
(verilog-backward-open-bracket): Doc fixes.
Glenn Morris [Wed, 20 Feb 2008 06:01:01 +0000 (06:01 +0000)]
(rmail-autodetect): Add .exe extension to movemail on Windows.
Alan Mackenzie [Tue, 19 Feb 2008 22:14:40 +0000 (22:14 +0000)]
Set of changes so that "obtrusive" syntactic elements in a
C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
unmatched paren) don't interact syntactically with stuff outside
the CPP line.
(c-basic-common-init): C and ObjC now use syntax-table text properties.
(c-common-init): Call language specific before/after-change functions at
mode initialisation.
(c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): new variables.
(c-extend-region-for-CPP, c-neutralize-CPP-line,
c-neutralize-syntax-in-CPP): new functions.
(c-before-change, c-after-change): call the new language specific change
functions defined in cc-langs.el.
(c-advise-fl-for-region): new macro.
(awk-mode): Remove AWK specific stuff which has been refactored into
language independent stuff.
Alan Mackenzie [Tue, 19 Feb 2008 22:11:38 +0000 (22:11 +0000)]
Set of changes so that "obtrusive" syntactic elements in a
C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
unmatched paren) don't interact syntactically with stuff outside
the CPP line.
(c-get-state-before-change-function, c-before-font-lock-function,
c-anchored-cpp-prefix): new language variables.
(c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
Alan Mackenzie [Tue, 19 Feb 2008 22:10:17 +0000 (22:10 +0000)]
Set of changes so that "obtrusive" syntactic elements in a C/C++/ObjC
preprocessor line (e.g. an unbalanced string quote or unmatched paren)
don't interact syntactically with stuff outside the CPP line.
(c-cpp-matchers): Make it put regexp parens around "error\\|warning".
Alan Mackenzie [Tue, 19 Feb 2008 22:08:55 +0000 (22:08 +0000)]
Set of changes so that "obtrusive" syntactic elements in a
C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
unmatched paren) don't interact syntactically with stuff outside
the CPP line.
Comment about text properties amended.
Alan Mackenzie [Tue, 19 Feb 2008 22:07:33 +0000 (22:07 +0000)]
Set of changes so that "obtrusive" syntactic elements in a
C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
unmatched paren) don't interact syntactically with stuff outside
the CPP line.
(c-clear-char-property-with-value-function)
(c-clear-char-property-with-value): New function and macro which remove
text-properties `equal' to a supplied value.
Alan Mackenzie [Tue, 19 Feb 2008 22:04:34 +0000 (22:04 +0000)]
Set of changes so that "obtrusive" syntactic elements in a C/C++/ObjC
preprocessor line (e.g. an unbalanced string quote or unmatched paren)
don't interact syntactically with stuff outside the CPP line.
(c-awk-beyond-logical-line, c-awk-old-ByLL): Replace
c-awk-end-of-logical-line and c-awk-old-EoLL to solve an off-by-one bug.
(c-awk-record-region-clear-NL): Replaces c-awk-before-change, with a bit
of refactoring.
(c-awk-extend-and-syntax-tablify-region): Takes some of the functionality
of c-awk-advise-fl-for-awk-region, which has been refactored away.
Alan Mackenzie [Tue, 19 Feb 2008 21:59:11 +0000 (21:59 +0000)]
*** empty log message ***
Stefan Monnier [Tue, 19 Feb 2008 21:58:09 +0000 (21:58 +0000)]
(INT_LISPLIKE): Remove. It may misfire.
(NULL_INTERVAL_P, SET_INTERVAL_PARENT): Don't use it.
Stefan Monnier [Tue, 19 Feb 2008 21:31:20 +0000 (21:31 +0000)]
(diff-file-junk-re): New const.
(diff-beginning-of-file-and-junk): Use it.
(diff-file-kill): Make sure we were really inside a file diff.
Stefan Monnier [Tue, 19 Feb 2008 19:44:48 +0000 (19:44 +0000)]
Make it more robust in the presence of empty context lines in unified hunks.
(diff-valid-unified-empty-line): New var.
(diff-unified->context, diff-sanity-check-hunk): Obey it.
(diff-end-of-hunk): Obey it. New arg `donttrustheader'.
(diff-fixup-modifs, diff-post-command-hook): Use this new arg.
(diff-hunk-header-re-unified): New const.
(diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
(diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
(diff-sanity-check-hunk): Use it.
Chong Yidong [Tue, 19 Feb 2008 18:14:05 +0000 (18:14 +0000)]
Regenerate.
Chong Yidong [Tue, 19 Feb 2008 18:07:04 +0000 (18:07 +0000)]
Regenerate.
Chong Yidong [Tue, 19 Feb 2008 17:47:10 +0000 (17:47 +0000)]
Regenerate.
Chong Yidong [Tue, 19 Feb 2008 17:45:41 +0000 (17:45 +0000)]
Bump version to 22.1.91.
Nick Roberts [Tue, 19 Feb 2008 09:50:24 +0000 (09:50 +0000)]
(gdba): Recreate as an alias for gdb.
(gdb): (Re)set gdb-flush-pending-output to nil here...
(gdb-init-1): ...instead of here (before gdb-prompt).
Nick Roberts [Tue, 19 Feb 2008 09:48:00 +0000 (09:48 +0000)]
*** empty log message ***
Juanma Barranquero [Mon, 18 Feb 2008 15:01:55 +0000 (15:01 +0000)]
(verilog-mode-version, verilog-mode-release-date, erilog-mode-release-emacs,
verilog-linter, verilog-coverage, erilog-simulator, verilog-compiler,
erilog-auto-sense-defines-constant, verilog-company, erilog-project,
verilog-mark-defun, verilog-submit-bug-report): Fix typos in docstrings.
Juanma Barranquero [Mon, 18 Feb 2008 14:40:11 +0000 (14:40 +0000)]
(customize): Fix typo in error message.
(verilog-mode, verilog-mode-indent, verilog-mode-actions, verilog-mode-auto,
verilog-indent-level-module, verilog-minimum-comment-distance,
verilog-library-flags, verilog-library-directories, verilog-library-files,
verilog-auto-reset-widths, verilog-imenu-generic-expression,
verilog-xemacs-menu, verilog-set-compile-command, verilog-set-compile-command,
verilog-mode-syntax-table, verilog-mode, verilog-get-expr,
verilog-strip-comments, verilog-one-line, verilog-lint-off, verilog-batch-auto,
verilog-batch-delete-auto, verilog-batch-inject-auto, verilog-batch-indent,
verilog-continued-line, verilog-type-keywords, verilog-read-sub-decls-sig,
verilog-read-sub-decls-line, verilog-read-inst-pins, verilog-read-arg-pins,
verilog-read-auto-template, verilog-read-signals, verilog-getopt-file,
verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename,
verilog-auto-star, verilog-auto-inst, verilog-auto-wire, verilog-enum-ascii,
verilog-sk-begin, verilog-sk-fork, verilog-sk-datadef,
verilog-colorize-include-files-buffer): Fix typos in docstrings.
(verilog-set-auto-endcomments, verilog-calculate-indent, verilog-inject-auto,
verilog-auto-arg, verilog-auto-inout-module): Reflow docstrings.
(verilog-tab-always-indent, verilog-highlight-p1800-keywords,
verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook,
electric-verilog-forward-sexp, verilog-in-case-region-p,
verilog-in-struct-region-p, verilog-in-generate-region-p, verilog-leap-to-head,
verilog-current-indent-level, verilog-case-indent-level, verilog-cpp-keywords,
verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords,
verilog-case-keywords, verilog-separator-keywords, verilog-completion,
verilog-signals-not-in, verilog-symbol-detick-text,
verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer,
verilog-forward-close-paren, verilog-backward-open-paren,
verilog-backward-open-bracket): Doc fixes.
Jason Rumney [Mon, 18 Feb 2008 11:34:29 +0000 (11:34 +0000)]
(Fw32_shell_execute): Encode parameters.
Jason Rumney [Mon, 18 Feb 2008 11:32:37 +0000 (11:32 +0000)]
*** empty log message ***
Juanma Barranquero [Mon, 18 Feb 2008 04:09:26 +0000 (04:09 +0000)]
*** empty log message ***
Juanma Barranquero [Mon, 18 Feb 2008 00:48:36 +0000 (00:48 +0000)]
(gud-def, gud-last-speedbar-stackframe): Doc fixes.
(gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons,
gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p, gud-jdb-classpath,
gud-jdb-find-source-using-classpath, jdb, gud-find-class, gdb-script-mode,
gud-tooltip-event, gud-tooltip-tips): Fix typos in docstrings.
Juanma Barranquero [Sun, 17 Feb 2008 21:54:41 +0000 (21:54 +0000)]
*** empty log message ***
Stefan Monnier [Sun, 17 Feb 2008 19:24:09 +0000 (19:24 +0000)]
(ada-font-lock-syntactic-keywords):
Recognize ''' just like any other char-constant.
Thien-Thi Nguyen [Sun, 17 Feb 2008 19:09:15 +0000 (19:09 +0000)]
(MS-DOS): Fix omission bug: Close quotes.
Stefan Monnier [Sat, 16 Feb 2008 21:38:24 +0000 (21:38 +0000)]
(vc-find-root): Remove initial loop because it's not
careful enough. Detect the uid-change all within the main loop.
Juanma Barranquero [Sat, 16 Feb 2008 20:21:16 +0000 (20:21 +0000)]
Revert previous change.
Juanma Barranquero [Sat, 16 Feb 2008 20:20:32 +0000 (20:20 +0000)]
*** empty log message ***
Juanma Barranquero [Sat, 16 Feb 2008 18:16:55 +0000 (18:16 +0000)]
(vc-find-root): Don't loop forever on non-existent root.
Jason Rumney [Fri, 15 Feb 2008 23:28:03 +0000 (23:28 +0000)]
CX-TERM files no longer cause problems with DOS line-ends.
Jason Rumney [Fri, 15 Feb 2008 23:26:11 +0000 (23:26 +0000)]
Cygwin GCC builds that do not work are no longer recent.
Jason Rumney [Fri, 15 Feb 2008 23:24:04 +0000 (23:24 +0000)]
Fixed part of Cleartype problem.
Jason Rumney [Fri, 15 Feb 2008 17:26:10 +0000 (17:26 +0000)]
Fixed Drew Adams 12 Aug problem
Jason Rumney [Fri, 15 Feb 2008 17:16:35 +0000 (17:16 +0000)]
(x_draw_glyph_string_background): Clear the background
manually when cleartype is in use.
(x_draw_glyph_string_foreground): Draw text transparently when
cleartype is in use.
Chong Yidong [Fri, 15 Feb 2008 16:07:51 +0000 (16:07 +0000)]
Add "Point before start of properties" bug.
Stefan Monnier [Thu, 14 Feb 2008 02:42:45 +0000 (02:42 +0000)]
(sgml-mode): Fix comment syntax.
Chong Yidong [Thu, 14 Feb 2008 00:48:20 +0000 (00:48 +0000)]
** Simon.Marshall@misys.com, 8 Feb: Point before start of properties
It's a GCC bug on Sparc.
Stefan Monnier [Wed, 13 Feb 2008 21:50:37 +0000 (21:50 +0000)]
(highlight-save-buffer-state): New macro.
(highlight-save-buffer-state, hilit-chg-set-face-on-change)
(hilit-chg-clear): Use it to preserve the modified-p flag.
(highlight-changes-rotate-faces): Don't mess with the undo-list.
Michael Albinus [Wed, 13 Feb 2008 17:20:11 +0000 (17:20 +0000)]
* net/ange-ftp.el (ange-ftp-cf1): Quote FILENAME.
Juri Linkov [Tue, 12 Feb 2008 23:30:33 +0000 (23:30 +0000)]
(after-init-hook): Set inhibit-startup-screen to t
after reading the desktop.
Juri Linkov [Tue, 12 Feb 2008 23:29:19 +0000 (23:29 +0000)]
(fancy-startup-screen, normal-splash-screen):
Set default-directory to command-line-default-directory.
Stefan Monnier [Tue, 12 Feb 2008 16:49:21 +0000 (16:49 +0000)]
(font-lock-set-defaults): Unset previously set variables when needed.
Juanma Barranquero [Tue, 12 Feb 2008 14:36:34 +0000 (14:36 +0000)]
(uniquify-managed): Don't defvar.
(desktop-buffer-info): Use `uniquify-buffer-base-name', not `uniquify-managed'.
Return also the buffer's base name.
(desktop-save): When saving the buffer info, filter out the base name,
and save it as buffer name if the buffer is managed by uniquify.
Juanma Barranquero [Tue, 12 Feb 2008 14:32:56 +0000 (14:32 +0000)]
(uniquify-buffer-base-name): New function.
Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
Jason Rumney [Mon, 11 Feb 2008 15:43:56 +0000 (15:43 +0000)]
Add note about GTK image libraries.
Jason Rumney [Mon, 11 Feb 2008 15:36:20 +0000 (15:36 +0000)]
(add_registry): Add an App Paths registry key.
Look for GTK and add it to the DLL search path for Emacs if found.
Richard M. Stallman [Mon, 11 Feb 2008 02:32:37 +0000 (02:32 +0000)]
*** empty log message ***
Glenn Morris [Mon, 11 Feb 2008 00:51:47 +0000 (00:51 +0000)]
(Equality Predicates): No longer talk about "two" functions.
Glenn Morris [Mon, 11 Feb 2008 00:49:28 +0000 (00:49 +0000)]
Lawrence Mitchell <wence at gmx.li> (tiny change)
(Equality Predicates): Add defun for equal-including-properties.
Glenn Morris [Mon, 11 Feb 2008 00:47:11 +0000 (00:47 +0000)]
(Equality Predicates): Mention equal-including-properties.
Stefan Monnier [Sun, 10 Feb 2008 16:36:07 +0000 (16:36 +0000)]
(diff-beginning-of-file-and-junk): If we're on the
Index: line, don't search backward for the previous one.
Richard M. Stallman [Sun, 10 Feb 2008 14:04:01 +0000 (14:04 +0000)]
(rcirc-url-regexp): Replace definition by copying from gnus-button-url-regexp.
Richard M. Stallman [Sun, 10 Feb 2008 13:03:08 +0000 (13:03 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 10 Feb 2008 00:26:01 +0000 (00:26 +0000)]
(arm*-*-freebsd*): Added.
Eli Zaretskii [Sat, 9 Feb 2008 14:34:45 +0000 (14:34 +0000)]
(compilation-find-file): Doc fix.
Eli Zaretskii [Sat, 9 Feb 2008 14:22:49 +0000 (14:22 +0000)]
(compilation-next-error): Doc fix.
Eli Zaretskii [Sat, 9 Feb 2008 13:22:35 +0000 (13:22 +0000)]
(syms_of_fileio) <insert-default-directory>: Doc fix.
Eli Zaretskii [Sat, 9 Feb 2008 13:00:20 +0000 (13:00 +0000)]
Remove redundant empty lines, insert a magic line instead.
Jason Rumney [Sat, 9 Feb 2008 12:09:55 +0000 (12:09 +0000)]
Add note about ldefs-boot.el line ends.
Glenn Morris [Sat, 9 Feb 2008 01:37:45 +0000 (01:37 +0000)]
Fix typo.
Glenn Morris [Sat, 9 Feb 2008 01:33:54 +0000 (01:33 +0000)]
Fix tense.
Glenn Morris [Sat, 9 Feb 2008 01:32:38 +0000 (01:32 +0000)]
(ipconfig-program, ipconfig-program-options): Add obsolete aliases to
the old names.
Glenn Morris [Fri, 8 Feb 2008 20:11:33 +0000 (20:11 +0000)]
Revert previous change, which should have been on the trunk.
Glenn Morris [Fri, 8 Feb 2008 20:09:16 +0000 (20:09 +0000)]
(selection-coding-system): Remove, since it's now defined in select.el
rather than in xselect.c.
Richard M. Stallman [Fri, 8 Feb 2008 18:22:54 +0000 (18:22 +0000)]
(ifconfig): Renamed from ipconfig.
(ipconfig): Alas to ifconfig.
(ifconfig-program): Renamed from ipconfig-program.
(ifconfig-program-options): Renamed from ipconfig-program-options.
Glenn Morris [Fri, 8 Feb 2008 05:00:46 +0000 (05:00 +0000)]
(custom-theme-set-variables): Sort symbols that are
dependencies before symbols that depend on them.
(custom-enabled-themes): Set after custom-theme-directory.
Glenn Morris [Thu, 7 Feb 2008 06:26:59 +0000 (06:26 +0000)]
D. E. Evans <sinuhe at gnu.org> (tiny change)
(Basic Undo): Remove duplicate "you can".
Glenn Morris [Thu, 7 Feb 2008 06:17:10 +0000 (06:17 +0000)]
compilation-scroll-output fixed.
Richard M. Stallman [Thu, 7 Feb 2008 00:42:58 +0000 (00:42 +0000)]
(Window Start): Mention the feature of moving
window-start to start of line.
Richard M. Stallman [Wed, 6 Feb 2008 17:49:56 +0000 (17:49 +0000)]
(mh-make-seq, mh-seq-name): Use defsubst.
Richard M. Stallman [Wed, 6 Feb 2008 17:48:42 +0000 (17:48 +0000)]
(mh-do-in-gnu-emacs, mh-do-in-xemacs)
(with-mh-folder-updating, mh-in-show-buffer)
(mh-iterate-on-messages-in-region, mh-iterate-on-range):
(mh-do-at-event-location, mh-seq-msgs): Add debug decls.
Jason Rumney [Tue, 5 Feb 2008 23:48:23 +0000 (23:48 +0000)]
(w32_read_socket) <WM_CHAR>: Use locale-coding-system
instead of using mule-unicode-* charsets directly.
Juanma Barranquero [Tue, 5 Feb 2008 20:48:39 +0000 (20:48 +0000)]
Revert previous change, which was intended for the trunk.
Juanma Barranquero [Tue, 5 Feb 2008 20:46:55 +0000 (20:46 +0000)]
*** empty log message ***
Juanma Barranquero [Tue, 5 Feb 2008 16:13:34 +0000 (16:13 +0000)]
Recommend giflib, not libungif.
Juanma Barranquero [Tue, 5 Feb 2008 16:02:55 +0000 (16:02 +0000)]
In help, use generic names for the image libraries.
Juanma Barranquero [Tue, 5 Feb 2008 14:46:11 +0000 (14:46 +0000)]
*** empty log message ***
Juanma Barranquero [Tue, 5 Feb 2008 14:24:26 +0000 (14:24 +0000)]
*** empty log message ***
Juanma Barranquero [Tue, 5 Feb 2008 13:00:43 +0000 (13:00 +0000)]
(erc-valid-nick-regexp): Replace `legal' with `valid'.
Juanma Barranquero [Tue, 5 Feb 2008 12:50:10 +0000 (12:50 +0000)]
(erc-match-syntax-table): Replace `legal' with `valid'.
Juanma Barranquero [Tue, 5 Feb 2008 12:48:48 +0000 (12:48 +0000)]
(erc-button-syntax-table): Replace `legal' with `valid'.
Juanma Barranquero [Tue, 5 Feb 2008 12:25:49 +0000 (12:25 +0000)]
*** empty log message ***
Juanma Barranquero [Tue, 5 Feb 2008 12:07:11 +0000 (12:07 +0000)]
*** empty log message ***
Juanma Barranquero [Tue, 5 Feb 2008 11:51:30 +0000 (11:51 +0000)]
*** empty log message ***
Juanma Barranquero [Tue, 5 Feb 2008 03:15:42 +0000 (03:15 +0000)]
(rcirc commands): Replace `legal' with `valid'.
Juanma Barranquero [Tue, 5 Feb 2008 03:10:40 +0000 (03:10 +0000)]
(Setting tags, In-buffer settings): Replace `legal' with `valid'.
Juanma Barranquero [Tue, 5 Feb 2008 02:59:47 +0000 (02:59 +0000)]
*** empty log message ***
Juanma Barranquero [Tue, 5 Feb 2008 02:49:26 +0000 (02:49 +0000)]
(make_hdr): Replace `legal' with `valid'.
Juanma Barranquero [Tue, 5 Feb 2008 02:45:30 +0000 (02:45 +0000)]
(read_header): Replace `legal' with `valid'.
Juanma Barranquero [Tue, 5 Feb 2008 02:30:41 +0000 (02:30 +0000)]
*** empty log message ***
Juanma Barranquero [Mon, 4 Feb 2008 22:46:47 +0000 (22:46 +0000)]
(w32-system-shells): Add TCC (new name for 4NT).
Richard M. Stallman [Mon, 4 Feb 2008 16:54:05 +0000 (16:54 +0000)]
Comment changes.