bpt/emacs.git
16 years ago(Perl_functions): Fix call to skip_spaces.
Stefan Monnier [Wed, 27 Feb 2008 20:48:57 +0000 (20:48 +0000)]
(Perl_functions): Fix call to skip_spaces.

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 27 Feb 2008 16:38:37 +0000 (16:38 +0000)]
*** empty log message ***

16 years ago(uniquify-buffer-base-name): If the base name is an empty string,
Juanma Barranquero [Wed, 27 Feb 2008 16:24:08 +0000 (16:24 +0000)]
(uniquify-buffer-base-name): If the base name is an empty string,
return nil to allow the caller to default to the buffer name.

16 years ago(wait_reading_process_output): Check for window changes caused by timers.
Chong Yidong [Wed, 27 Feb 2008 15:07:14 +0000 (15:07 +0000)]
(wait_reading_process_output): Check for window changes caused by timers.
Suggested by Johan Bockgård.

16 years ago* process.c (wait_reading_process_output): Check for window
Chong Yidong [Wed, 27 Feb 2008 15:06:36 +0000 (15:06 +0000)]
* process.c (wait_reading_process_output): Check for window
changes caused by timers.
Suggested by Johan Bockgård.

16 years ago(Formatting Strings): Treat - and 0 as flag characters.
Chong Yidong [Tue, 26 Feb 2008 18:44:55 +0000 (18:44 +0000)]
(Formatting Strings): Treat - and 0 as flag characters.

16 years ago* strings.texi (Formatting Strings): Treat - and 0 as flag
Chong Yidong [Tue, 26 Feb 2008 18:44:47 +0000 (18:44 +0000)]
* strings.texi (Formatting Strings): Treat - and 0 as flag
characters.

16 years ago*** empty log message ***
Jason Rumney [Tue, 26 Feb 2008 17:26:52 +0000 (17:26 +0000)]
*** empty log message ***

16 years ago(make-auto-save-file-name): Encode more characters in
Jason Rumney [Tue, 26 Feb 2008 16:52:02 +0000 (16:52 +0000)]
(make-auto-save-file-name): Encode more characters in
non-file buffer names. Use url-encoding.

16 years ago(Fformat): Doc fix.
Chong Yidong [Tue, 26 Feb 2008 16:34:36 +0000 (16:34 +0000)]
(Fformat): Doc fix.

16 years ago* editfns.c (Fformat): Doc fix.
Chong Yidong [Tue, 26 Feb 2008 16:33:48 +0000 (16:33 +0000)]
* editfns.c (Fformat): Doc fix.

16 years ago*** empty log message ***
Juanma Barranquero [Tue, 26 Feb 2008 12:04:36 +0000 (12:04 +0000)]
*** empty log message ***

16 years ago(ftp-program): Fix typo in docstring.
Juanma Barranquero [Tue, 26 Feb 2008 11:55:41 +0000 (11:55 +0000)]
(ftp-program): Fix typo in docstring.
(ifconfig-program-options, netstat-program-options, arp-program-options,
route-program-options, nslookup-program-options, ftp-program-options,
smbclient-program-options, dns-lookup-program-options, arp, route): Doc fixes.

16 years ago(gdb-pc-address, gdb-source-file-list, gdb-cpp-define-alist-program,
Juanma Barranquero [Tue, 26 Feb 2008 02:03:11 +0000 (02:03 +0000)]
(gdb-pc-address, gdb-source-file-list, gdb-cpp-define-alist-program,
gdb-mouse-jump, gdb-get-buffer-create, gdb-debug-log,
gdb-set-gud-minor-mode-existing-buffers-1): Fix typos in docstrings.
(gdb-pending-triggers): Reflow docstring.
(gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.

16 years ago(c-neutralize-syntax-in-CPP): Fix a bug on typing "#" at EOB.
Alan Mackenzie [Mon, 25 Feb 2008 21:15:50 +0000 (21:15 +0000)]
(c-neutralize-syntax-in-CPP): Fix a bug on typing "#" at EOB.

16 years ago*** empty log message ***
Alan Mackenzie [Mon, 25 Feb 2008 21:14:30 +0000 (21:14 +0000)]
*** empty log message ***

16 years ago** dired cannot access file names with a quote
Chong Yidong [Mon, 25 Feb 2008 18:41:49 +0000 (18:41 +0000)]
** dired cannot access file names with a quote
Fixed by cyd in 2008-02-25 checkin to files.el

16 years ago(shell-quote-wildcard-pattern): Quote ' and " as well.
Chong Yidong [Mon, 25 Feb 2008 17:40:42 +0000 (17:40 +0000)]
(shell-quote-wildcard-pattern): Quote ' and " as well.

16 years ago* files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
Chong Yidong [Mon, 25 Feb 2008 17:40:31 +0000 (17:40 +0000)]
* files.el (shell-quote-wildcard-pattern): Quote ' and " as well.

16 years ago** Bug in url-get-authentication
Chong Yidong [Mon, 25 Feb 2008 17:13:54 +0000 (17:13 +0000)]
** Bug in url-get-authentication
Postphone url password change to after 22.2.

16 years agoRevert last fix; subset of last fix recommitted.
Chong Yidong [Mon, 25 Feb 2008 17:11:25 +0000 (17:11 +0000)]
Revert last fix; subset of last fix recommitted.

(url-digest-auth): If the 'opaque' argument is not being used, don't
add it to the response text.

16 years agoRevert last fix; subset of last fix recommitted.
Chong Yidong [Mon, 25 Feb 2008 17:11:07 +0000 (17:11 +0000)]
Revert last fix; subset of last fix recommitted.

* url-auth.el (url-digest-auth): If the 'opaque' argument is not
being used, don't add it to the response text.

16 years agoPatch by John Wiegley checked in.
Chong Yidong [Mon, 25 Feb 2008 16:19:30 +0000 (16:19 +0000)]
Patch by John Wiegley checked in.

16 years ago(url-digest-auth): Don't show prompt if authentication succeeded on
Chong Yidong [Mon, 25 Feb 2008 16:19:08 +0000 (16:19 +0000)]
(url-digest-auth): Don't show prompt if authentication succeeded on
the previous pass.  Don't pass "opaque" value if none is presented by
the server.

16 years ago* url-auth.el (url-digest-auth): Don't show prompt if
Chong Yidong [Mon, 25 Feb 2008 16:18:51 +0000 (16:18 +0000)]
* url-auth.el (url-digest-auth): Don't show prompt if
authentication succeeded on the previous pass.  Don't pass
"opaque" value if none is presented by the server.

16 years ago(command_loop_1): Revert 2006-10-09 change.
Chong Yidong [Mon, 25 Feb 2008 16:04:54 +0000 (16:04 +0000)]
(command_loop_1): Revert 2006-10-09 change.

16 years ago* keyboard.c (command_loop_1): Revert 2006-10-09 change.
Chong Yidong [Mon, 25 Feb 2008 16:04:45 +0000 (16:04 +0000)]
* keyboard.c (command_loop_1): Revert 2006-10-09 change.

16 years agoMention stock icons for Gtk+.
Jan Djärv [Mon, 25 Feb 2008 08:15:42 +0000 (08:15 +0000)]
Mention stock icons for Gtk+.

16 years ago* configure.in: Print an error for systems that we think are
Dan Nicolaescu [Mon, 25 Feb 2008 08:12:29 +0000 (08:12 +0000)]
* configure.in: Print an error for systems that we think are
obsolete and are proposed to be removed.

* configure: Regenerate.

16 years ago*** empty log message ***
Juanma Barranquero [Sun, 24 Feb 2008 22:32:00 +0000 (22:32 +0000)]
*** empty log message ***

16 years ago(enum_font_cb2): Don't use raster fonts for Unicode.
Jason Rumney [Sun, 24 Feb 2008 22:04:07 +0000 (22:04 +0000)]
(enum_font_cb2): Don't use raster fonts for Unicode.

16 years ago(file-name-invalid-regexp): Fix octal/decimal confusion.
Jason Rumney [Sun, 24 Feb 2008 16:57:51 +0000 (16:57 +0000)]
(file-name-invalid-regexp): Fix octal/decimal confusion.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Sun, 24 Feb 2008 06:09:16 +0000 (06:09 +0000)]
Merge from gnus--rel--5.10

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-232

16 years ago** modify-frame-parameters behaviour broken
Chong Yidong [Sun, 24 Feb 2008 01:06:03 +0000 (01:06 +0000)]
** modify-frame-parameters behaviour broken
The fix Ulrich Neumerkel looks correct, and has been checked in.

16 years ago(x_set_offset): Don't change the gravity if CHANGE_GRAVITY is -1.
Chong Yidong [Sun, 24 Feb 2008 01:04:51 +0000 (01:04 +0000)]
(x_set_offset): Don't change the gravity if CHANGE_GRAVITY is -1.

16 years ago* xterm.c (x_set_offset): Don't change the gravity if
Chong Yidong [Sun, 24 Feb 2008 01:04:34 +0000 (01:04 +0000)]
* xterm.c (x_set_offset): Don't change the gravity if
CHANGE_GRAVITY is -1.

16 years ago** nesting of unwind-protect and atomic-change-group
Chong Yidong [Sun, 24 Feb 2008 00:59:12 +0000 (00:59 +0000)]
** nesting of unwind-protect and atomic-change-group
Stefan already fixed this.

16 years ago** Auto-Save bug when file/directory no longer exists
Chong Yidong [Sat, 23 Feb 2008 23:13:52 +0000 (23:13 +0000)]
** Auto-Save bug when file/directory no longer exists
Fix in trunk, delaying till after 22.2.

16 years ago** Backport find-function-search-for-symbol change to try `.emacs'
Chong Yidong [Sat, 23 Feb 2008 22:39:09 +0000 (22:39 +0000)]
** Backport find-function-search-for-symbol change to try `.emacs'

16 years ago** Should dired-do-search bind tags-loop-revert-buffers automatically?
Chong Yidong [Sat, 23 Feb 2008 22:34:30 +0000 (22:34 +0000)]
** Should dired-do-search bind tags-loop-revert-buffers automatically?

16 years ago** Loading ebrowse file yields warning
Chong Yidong [Sat, 23 Feb 2008 22:00:42 +0000 (22:00 +0000)]
** Loading ebrowse file yields warning
Fixed.

16 years agoRemove two other fixed bug items.
Chong Yidong [Sat, 23 Feb 2008 21:59:36 +0000 (21:59 +0000)]
Remove two other fixed bug items.

16 years ago** Tweak sit-for to accept the form (sit-for 1 nil t)
Chong Yidong [Sat, 23 Feb 2008 21:58:10 +0000 (21:58 +0000)]
** Tweak sit-for to accept the form (sit-for 1 nil t)
Already fixed by Glenn Morris.

16 years agoSome comments on previous change. A couple of things are already
Glenn Morris [Sat, 23 Feb 2008 21:01:03 +0000 (21:01 +0000)]
Some comments on previous change. A couple of things are already
fixed.

16 years agoRemove some Emacs 22.1 release items, and update bug list.
Chong Yidong [Sat, 23 Feb 2008 20:49:14 +0000 (20:49 +0000)]
Remove some Emacs 22.1 release items, and update bug list.

16 years ago(bibtex-convert-alien): Fix sit-for ags.
Chong Yidong [Sat, 23 Feb 2008 20:28:58 +0000 (20:28 +0000)]
(bibtex-convert-alien): Fix sit-for ags.

16 years ago* textmodes/bibtex.el (bibtex-convert-alien): Fix sit-for ags.
Chong Yidong [Sat, 23 Feb 2008 20:28:46 +0000 (20:28 +0000)]
* textmodes/bibtex.el (bibtex-convert-alien): Fix sit-for ags.

16 years ago(dired-mark-prompt): Don't count/display the t element.
Stefan Monnier [Fri, 22 Feb 2008 18:47:26 +0000 (18:47 +0000)]
(dired-mark-prompt): Don't count/display the t element.
Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.

16 years ago2008-02-22 Bill Meier <wmeier@newsguy.com> (tiny change)
Bastien Guerry [Fri, 22 Feb 2008 01:28:08 +0000 (01:28 +0000)]
2008-02-22  Bill Meier <wmeier@newsguy.com>  (tiny change)

* progmodes/sh-script.el (sh-indent-comment): Docstring fix.

16 years agoAdd missing FSF copyright years.
Glenn Morris [Thu, 21 Feb 2008 08:26:18 +0000 (08:26 +0000)]
Add missing FSF copyright years.

16 years ago(sit-for): Fix obsolete form for nil second argument.
Glenn Morris [Thu, 21 Feb 2008 08:13:14 +0000 (08:13 +0000)]
(sit-for): Fix obsolete form for nil second argument.

16 years ago(eval-when-compile): Don't define
Dan Nicolaescu [Thu, 21 Feb 2008 07:41:21 +0000 (07:41 +0000)]
(eval-when-compile): Don't define
add-submenu.
(verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
Remove.  Move contents to the only use ...
(verilog-menu): ... here.
(verilog-statement-menu): Remove.  Move contents to the only use ...
(verilog-stmt-menu): ... here.
(verilog-mark-defun): Simply call mark-defun for emacs.
(occur-pos-list): Declare for byte compiler.
(mode-popup-menu): Don't defvar.
(verilog-add-statement-menu): Remove.
(verilog-mode-hook): Don't add verilog-add-statement-menu.
(verilog-mode): Call easy-menu-add and set mode-popup-menu for
XEmacs.

16 years ago* progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
Dan Nicolaescu [Thu, 21 Feb 2008 05:15:31 +0000 (05:15 +0000)]
* progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
conditional.
(verilog-font-grouping-keywords-face): Make the begin..end
keywords standout more than other verilog keywords.
(verilog-type-font-keywords): Move the begin..end out of this list
to facilitate making them to (potentially) stand out more.
(verilog-backward-token): Fix indent of bare always{_*}?, initial,
function & task blocks.
(verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
initial, function & task blocks.
(verilog-forward-sexp): Handle the new "disable fork" statement of
IEEE-1800 Verilog.
(verilog-beg-block-re-ordered): Handle the new "disable fork"
statement of IEEE-1800 Verilog.
(verilog-calc-1): Handle the new "disable fork" statement of
IEEE-1800 Verilog.
(verilog-disable-fork-re): Add const to help handle the new
"disable fork" statement of IEEE-1800 Verilog.
(verilog-declaration-core-re): Add port directions by themselves,
with no qualification, as base item of a declaration.
(verilog-pretty-declarations): Add new flag to ask it to refrain
from printing to the message buffer.
(verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
printing to the message buffer.  Improve handling of the many
types of expression line up.
(verilog-just-one-space): Remove printing of an empty message.
(verilog-get-lineup-indent): Rework to support the better handling
of expression lineup for verilog-pretty-expr.
(verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.

16 years ago(c-extend-region-for-CPP): always set c-old-EOM.
Alan Mackenzie [Wed, 20 Feb 2008 22:18:28 +0000 (22:18 +0000)]
(c-extend-region-for-CPP): always set c-old-EOM.

16 years ago*** empty log message ***
Alan Mackenzie [Wed, 20 Feb 2008 22:16:05 +0000 (22:16 +0000)]
*** empty log message ***

16 years agoRename menu item to "Show GUD tooltips".
Nick Roberts [Wed, 20 Feb 2008 19:58:56 +0000 (19:58 +0000)]
Rename menu item to "Show GUD tooltips".

16 years ago(gdb-mouse-set-clear-breakpoint): Fall back
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.

16 years ago*** empty log message ***
Nick Roberts [Wed, 20 Feb 2008 19:54:47 +0000 (19:54 +0000)]
*** empty log message ***

16 years agoRe-commit doc fixes accidentally reverted.
Juanma Barranquero [Wed, 20 Feb 2008 17:38:16 +0000 (17:38 +0000)]
Re-commit doc fixes accidentally reverted.

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 20 Feb 2008 17:34:41 +0000 (17:34 +0000)]
*** empty log message ***

16 years ago* progmodes/verilog-mode.el (customize): Fix typo in error 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.

16 years ago(rmail-autodetect): Add .exe extension to movemail on Windows.
Glenn Morris [Wed, 20 Feb 2008 06:01:01 +0000 (06:01 +0000)]
(rmail-autodetect): Add .exe extension to movemail on Windows.

16 years agoSet of changes so that "obtrusive" syntactic elements in a
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.

16 years agoSet of changes so that "obtrusive" syntactic elements in a
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.

16 years agoSet of changes so that "obtrusive" syntactic elements in a C/C++/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".

16 years agoSet of changes so that "obtrusive" syntactic elements in a
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.

16 years agoSet of changes so that "obtrusive" syntactic elements in a
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.

16 years agoSet of changes so that "obtrusive" syntactic elements in a C/C++/ObjC
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.

16 years ago*** empty log message ***
Alan Mackenzie [Tue, 19 Feb 2008 21:59:11 +0000 (21:59 +0000)]
*** empty log message ***

16 years ago(INT_LISPLIKE): Remove. It may misfire.
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.

16 years ago(diff-file-junk-re): New const.
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.

16 years agoMake it more robust in the presence of empty context lines in unified hunks.
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.

16 years agoRegenerate.
Chong Yidong [Tue, 19 Feb 2008 18:14:05 +0000 (18:14 +0000)]
Regenerate.

16 years agoRegenerate.
Chong Yidong [Tue, 19 Feb 2008 18:07:04 +0000 (18:07 +0000)]
Regenerate.

16 years agoRegenerate.
Chong Yidong [Tue, 19 Feb 2008 17:47:10 +0000 (17:47 +0000)]
Regenerate.

16 years agoBump version to 22.1.91.
Chong Yidong [Tue, 19 Feb 2008 17:45:41 +0000 (17:45 +0000)]
Bump version to 22.1.91.

16 years ago(gdba): Recreate as an alias for gdb.
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).

16 years ago*** empty log message ***
Nick Roberts [Tue, 19 Feb 2008 09:48:00 +0000 (09:48 +0000)]
*** empty log message ***

16 years ago(verilog-mode-version, verilog-mode-release-date, erilog-mode-release-emacs,
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.

16 years ago(customize): Fix typo in error message.
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.

16 years ago(Fw32_shell_execute): Encode parameters.
Jason Rumney [Mon, 18 Feb 2008 11:34:29 +0000 (11:34 +0000)]
(Fw32_shell_execute): Encode parameters.

16 years ago*** empty log message ***
Jason Rumney [Mon, 18 Feb 2008 11:32:37 +0000 (11:32 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 18 Feb 2008 04:09:26 +0000 (04:09 +0000)]
*** empty log message ***

16 years ago(gud-def, gud-last-speedbar-stackframe): Doc fixes.
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.

16 years ago*** empty log message ***
Juanma Barranquero [Sun, 17 Feb 2008 21:54:41 +0000 (21:54 +0000)]
*** empty log message ***

16 years ago(ada-font-lock-syntactic-keywords):
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.

16 years ago(MS-DOS): Fix omission bug: Close quotes.
Thien-Thi Nguyen [Sun, 17 Feb 2008 19:09:15 +0000 (19:09 +0000)]
(MS-DOS): Fix omission bug: Close quotes.

16 years ago(vc-find-root): Remove initial loop because it's not
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.

16 years agoRevert previous change.
Juanma Barranquero [Sat, 16 Feb 2008 20:21:16 +0000 (20:21 +0000)]
Revert previous change.

16 years ago*** empty log message ***
Juanma Barranquero [Sat, 16 Feb 2008 20:20:32 +0000 (20:20 +0000)]
*** empty log message ***

16 years ago(vc-find-root): Don't loop forever on non-existent root.
Juanma Barranquero [Sat, 16 Feb 2008 18:16:55 +0000 (18:16 +0000)]
(vc-find-root): Don't loop forever on non-existent root.

16 years agoCX-TERM files no longer cause problems with DOS line-ends.
Jason Rumney [Fri, 15 Feb 2008 23:28:03 +0000 (23:28 +0000)]
CX-TERM files no longer cause problems with DOS line-ends.

16 years agoCygwin GCC builds that do not work are no longer recent.
Jason Rumney [Fri, 15 Feb 2008 23:26:11 +0000 (23:26 +0000)]
Cygwin GCC builds that do not work are no longer recent.

16 years agoFixed part of Cleartype problem.
Jason Rumney [Fri, 15 Feb 2008 23:24:04 +0000 (23:24 +0000)]
Fixed part of Cleartype problem.

16 years agoFixed Drew Adams 12 Aug problem
Jason Rumney [Fri, 15 Feb 2008 17:26:10 +0000 (17:26 +0000)]
Fixed Drew Adams 12 Aug problem

16 years ago(x_draw_glyph_string_background): Clear the background
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.

16 years agoAdd "Point before start of properties" bug.
Chong Yidong [Fri, 15 Feb 2008 16:07:51 +0000 (16:07 +0000)]
Add "Point before start of properties" bug.

16 years ago(sgml-mode): Fix comment syntax.
Stefan Monnier [Thu, 14 Feb 2008 02:42:45 +0000 (02:42 +0000)]
(sgml-mode): Fix comment syntax.

16 years ago** Simon.Marshall@misys.com, 8 Feb: Point before start of properties
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.

16 years ago(highlight-save-buffer-state): New macro.
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.