bpt/emacs.git
16 years ago(pbm_load): Allow color values up to 65535.
Jason Rumney [Fri, 28 Mar 2008 14:59:22 +0000 (14:59 +0000)]
(pbm_load): Allow color values up to 65535.
Throw an error if max_color_idx is outside the supported range.
Report an error when image size is invalid.
Read two bytes at a time when raw images have max_color_idx above 255.

16 years ago(Display Custom): Mention overlay-margin in text.
Jason Rumney [Fri, 28 Mar 2008 11:17:05 +0000 (11:17 +0000)]
(Display Custom): Mention overlay-margin in text.

16 years ago(EXTEND_BUFFER): Change order of pointer addition operations, to avoid
Chong Yidong [Wed, 26 Mar 2008 22:57:42 +0000 (22:57 +0000)]
(EXTEND_BUFFER): Change order of pointer addition operations, to avoid
having the difference between pointers overflow.

16 years ago* regex.c (EXTEND_BUFFER): Change order of pointer addition
Chong Yidong [Wed, 26 Mar 2008 22:57:32 +0000 (22:57 +0000)]
* regex.c (EXTEND_BUFFER): Change order of pointer addition
operations, to avoid having the difference between pointers
overflow.

16 years ago(readdir): If FindFirstFile/FindNextFile return in cFileName a file name that
Eli Zaretskii [Wed, 26 Mar 2008 19:06:04 +0000 (19:06 +0000)]
(readdir): If FindFirstFile/FindNextFile return in cFileName a file name that
includes `?' characters, use the 8+3 alias in cAlternateFileName instead.

16 years agoBump version to 22.2.50.
Chong Yidong [Wed, 26 Mar 2008 16:49:50 +0000 (16:49 +0000)]
Bump version to 22.2.50.

16 years agoRegenerate.
Chong Yidong [Wed, 26 Mar 2008 13:50:48 +0000 (13:50 +0000)]
Regenerate.

16 years agoBump version to 22.2
Chong Yidong [Wed, 26 Mar 2008 13:49:17 +0000 (13:49 +0000)]
Bump version to 22.2

16 years agoRegenerate.
Chong Yidong [Wed, 26 Mar 2008 13:48:18 +0000 (13:48 +0000)]
Regenerate.

16 years agoBump version to 22.2.
Chong Yidong [Wed, 26 Mar 2008 13:47:40 +0000 (13:47 +0000)]
Bump version to 22.2.

16 years ago*** empty log message ***
Kenichi Handa [Wed, 26 Mar 2008 10:23:31 +0000 (10:23 +0000)]
*** empty log message ***

16 years ago(Info-isearch-search): Always return point.
Johan Bockgård [Tue, 25 Mar 2008 14:48:24 +0000 (14:48 +0000)]
(Info-isearch-search): Always return point.

16 years ago** Emacs 22 lockup + CCL: Quited.
Chong Yidong [Tue, 25 Mar 2008 03:14:54 +0000 (03:14 +0000)]
** Emacs 22 lockup + CCL: Quited.
http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg00994.html
Apparently fixed:
http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg01071.html

16 years ago(message-cite-original-without-signature): Mention
Reiner Steib [Mon, 24 Mar 2008 18:35:18 +0000 (18:35 +0000)]
(message-cite-original-without-signature): Mention
stripping of the signatur in doc string.

16 years ago(menu-bar-showhide-fringe-ind-menu) [customize]: Add radio button.
Andreas Schwab [Sun, 23 Mar 2008 11:59:46 +0000 (11:59 +0000)]
(menu-bar-showhide-fringe-ind-menu) [customize]: Add radio button.

16 years ago*** empty log message ***
Andreas Schwab [Sun, 23 Mar 2008 11:39:33 +0000 (11:39 +0000)]
*** empty log message ***

16 years ago(menu-bar-showhide-fringe-ind-menu): Fix radio
Andreas Schwab [Sun, 23 Mar 2008 11:22:53 +0000 (11:22 +0000)]
(menu-bar-showhide-fringe-ind-menu): Fix radio
button condition.
(menu-bar-showhide-fringe-ind-menu): Likewise.

16 years ago(incoming mail files): Add version.
Reiner Steib [Sat, 22 Mar 2008 10:13:32 +0000 (10:13 +0000)]
(incoming mail files): Add version.

16 years agoUpdate date for expected 22.2 release.
Jason Rumney [Fri, 21 Mar 2008 22:41:40 +0000 (22:41 +0000)]
Update date for expected 22.2 release.

16 years ago* gnus.texi (Gnus Development): Clarify difference between ding and
Reiner Steib [Fri, 21 Mar 2008 21:00:45 +0000 (21:00 +0000)]
* gnus.texi (Gnus Development): Clarify difference between ding and
gnu.emacs.gnus.
(MIME Commands, Using MIME, RSS): Fix markup.

* gnus-faq.texi ([8.4]): Ditto.

16 years ago(add_registry): Cast return value of alloca.
Jason Rumney [Thu, 20 Mar 2008 14:17:21 +0000 (14:17 +0000)]
(add_registry): Cast return value of alloca.

16 years ago*** empty log message ***
Jason Rumney [Thu, 20 Mar 2008 14:12:50 +0000 (14:12 +0000)]
*** empty log message ***

16 years ago(Emacsen): Remove obsolete stuff.
Reiner Steib [Thu, 20 Mar 2008 12:39:32 +0000 (12:39 +0000)]
(Emacsen): Remove obsolete stuff.

16 years ago(vc-bzr-print-log): Ensure it works when passed a
Dan Nicolaescu [Thu, 20 Mar 2008 07:48:08 +0000 (07:48 +0000)]
(vc-bzr-print-log): Ensure it works when passed a
single file argument.
(vc-bzr-show-log-entry): Fix typo.

16 years ago(verilog-easy-menu-filter): New function.
Dan Nicolaescu [Thu, 20 Mar 2008 06:15:05 +0000 (06:15 +0000)]
(verilog-easy-menu-filter): New function.
(verilog-stmt-menu, verilog-menu): Add :help.
(verilog-customize, verilog-font-customize)
(electric-verilog-backward-sexp, electric-verilog-forward-sexp)
(verilog-mode): Update documentation strings to match tool tips.
(verilog-auto-search-do, verilog-auto-re-search-do)
(verilog-skip-forward-comment-or-string): Fix verilog-auto
expansion when a .* appears inside a string.
(verilog-re-search-forward, verilog-re-search-backward): Add
comment to recall how this works.

16 years ago(Oort Gnus): Add version info WRT `mail-source-delete-incoming'.
Reiner Steib [Wed, 19 Mar 2008 22:28:51 +0000 (22:28 +0000)]
(Oort Gnus): Add version info WRT `mail-source-delete-incoming'.

16 years agoFix version number in previous commit.
Reiner Steib [Wed, 19 Mar 2008 22:22:49 +0000 (22:22 +0000)]
Fix version number in previous commit.

16 years ago(Top): Add "Other related manuals" and version info in
Reiner Steib [Wed, 19 Mar 2008 22:08:51 +0000 (22:08 +0000)]
(Top): Add "Other related manuals" and version info in
`iftex' output.
(Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
gnus-balloon-face-0 and the corresponding format specifiers.

16 years ago(open-tls-stream): Reindent.
Reiner Steib [Wed, 19 Mar 2008 21:29:41 +0000 (21:29 +0000)]
(open-tls-stream): Reindent.

16 years ago(open-tls-stream): Use with-current-buffer.
Reiner Steib [Wed, 19 Mar 2008 21:21:38 +0000 (21:21 +0000)]
(open-tls-stream): Use with-current-buffer.

16 years ago[ Merge from Gnus v5-10 ]
Reiner Steib [Wed, 19 Mar 2008 21:01:37 +0000 (21:01 +0000)]
[ Merge from Gnus v5-10 ]

2008-03-19  Nils Ackermann  <nils@ackermath.info>  (tiny change)

* nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
parameter.

* message.el (message-disassociate-draft): Specify drafts group name
fully.

2008-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>

* mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
Incoming* files.

2008-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>

* nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
(nntp-open-via-telnet-and-telnet): Make sure the nntp port to specify
is a string.

16 years agoSync 2007-11-04 change from trunk, plus the related comments that came after.
Glenn Morris [Wed, 19 Mar 2008 07:08:48 +0000 (07:08 +0000)]
Sync 2007-11-04 change from trunk, plus the related comments that came after.

Don't require rx when compiling.
(tls-end-of-info): Rewrite without using rx.

16 years ago*** empty log message ***
Dan Nicolaescu [Wed, 19 Mar 2008 04:13:46 +0000 (04:13 +0000)]
*** empty log message ***

16 years ago(font-lock-comment-face): Set the foreground for
Dan Nicolaescu [Wed, 19 Mar 2008 04:00:52 +0000 (04:00 +0000)]
(font-lock-comment-face): Set the foreground for
the light background 8 colors case.

16 years ago(vc-bzr-print-log): Insert a file marker. Run the log
Dan Nicolaescu [Wed, 19 Mar 2008 03:49:09 +0000 (03:49 +0000)]
(vc-bzr-print-log): Insert a file marker.  Run the log
command for each file in the list.
(vc-bzr-log-view-mode): Recognize the file marker.
(vc-bzr-show-log-entry): Make regexp match more cases.

16 years ago(verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
Dan Nicolaescu [Wed, 19 Mar 2008 03:43:11 +0000 (03:43 +0000)]
(verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.

16 years ago(For Clauses): Fix loop over key-seq to match code.
Stefan Monnier [Wed, 19 Mar 2008 02:38:44 +0000 (02:38 +0000)]
(For Clauses): Fix loop over key-seq to match code.

16 years ago(vc-bzr-log-view-mode, vc-bzr-annotate-command)
Stefan Monnier [Tue, 18 Mar 2008 20:52:17 +0000 (20:52 +0000)]
(vc-bzr-log-view-mode, vc-bzr-annotate-command)
(vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
Revision numbers can include ".".

16 years ago(diff-end-of-hunk): Be careful not to overlook trailing
Stefan Monnier [Tue, 18 Mar 2008 20:49:52 +0000 (20:49 +0000)]
(diff-end-of-hunk): Be careful not to overlook trailing
"+" lines not accounted for by counting "-" and context lines.

16 years agoM-x term does not work on Windows.
Jason Rumney [Mon, 17 Mar 2008 23:34:55 +0000 (23:34 +0000)]
M-x term does not work on Windows.

16 years ago*** empty log message ***
Juri Linkov [Sun, 16 Mar 2008 16:16:28 +0000 (16:16 +0000)]
*** empty log message ***

16 years ago(dired-warn-writable): Rename to `dired-perm-write'.
Juri Linkov [Sun, 16 Mar 2008 16:10:01 +0000 (16:10 +0000)]
(dired-warn-writable): Rename to `dired-perm-write'.
(dired-perm-write): Renamed from `dired-warn-writable'.
Change parent face from `font-lock-warning-face' to
`font-lock-comment-delimiter-face'.
(dired-warn-writable-face): Rename to `dired-perm-write-face'.
(dired-perm-write-face): Renamed from `dired-warn-writable-face'.
(dired-font-lock-keywords): Replace `dired-warn-writable-face'
with `dired-perm-write-face'.

16 years ago(mac-service-open-file): Use file URL instead of file name string.
YAMAMOTO Mitsuharu [Sun, 16 Mar 2008 09:16:08 +0000 (09:16 +0000)]
(mac-service-open-file): Use file URL instead of file name string.

16 years ago(vc-bzr-registered): Fail if `bzr' is not installed.
Stefan Monnier [Fri, 14 Mar 2008 19:38:46 +0000 (19:38 +0000)]
(vc-bzr-registered): Fail if `bzr' is not installed.
(vc-bzr-annotate-command): Preserve line alignment.
(vc-bzr-annotate-time): Accept space used to preserve alignment.

16 years ago(font-lock-comment-face): Move from 22.1 to 22.2
Glenn Morris [Fri, 14 Mar 2008 17:47:50 +0000 (17:47 +0000)]
(font-lock-comment-face): Move from 22.1 to 22.2

16 years ago(mouse-yank-secondary): Nice error msg if no secondary sel.
Richard M. Stallman [Thu, 13 Mar 2008 15:29:18 +0000 (15:29 +0000)]
(mouse-yank-secondary): Nice error msg if no secondary sel.

16 years ago(defadvice): Add usage pattern.
Richard M. Stallman [Thu, 13 Mar 2008 15:28:04 +0000 (15:28 +0000)]
(defadvice): Add usage pattern.

16 years agoMore details of font-lock-comment-delimiter-face and related issues.
Glenn Morris [Thu, 13 Mar 2008 02:59:51 +0000 (02:59 +0000)]
More details of font-lock-comment-delimiter-face and related issues.

16 years agoRefer to node name `Init Rebinding' instead of title.
Reiner Steib [Wed, 12 Mar 2008 23:11:29 +0000 (23:11 +0000)]
Refer to node name `Init Rebinding' instead of title.

16 years agoAdd `referenced in the tutorial' comments.
Reiner Steib [Wed, 12 Mar 2008 23:09:54 +0000 (23:09 +0000)]
Add `referenced in the tutorial' comments.

16 years agoRemove even more discussion of flow control.
Reiner Steib [Wed, 12 Mar 2008 22:38:26 +0000 (22:38 +0000)]
Remove even more discussion of flow control.

16 years agoUpdate to new org-mode website.
Chong Yidong [Wed, 12 Mar 2008 14:37:46 +0000 (14:37 +0000)]
Update to new org-mode website.

16 years ago* org.texi: Update to new org-mode website.
Chong Yidong [Wed, 12 Mar 2008 14:37:39 +0000 (14:37 +0000)]
* org.texi: Update to new org-mode website.

16 years agoRemove discussion of flow control.
Chong Yidong [Wed, 12 Mar 2008 13:36:10 +0000 (13:36 +0000)]
Remove discussion of flow control.

16 years ago* TUTORIAL, TUTORIAL.fr, TUTORIAL.ro, TUTORIAL.bg, TUTORIAL.it:
Chong Yidong [Wed, 12 Mar 2008 13:34:10 +0000 (13:34 +0000)]
* TUTORIAL, TUTORIAL.fr, TUTORIAL.ro, TUTORIAL.bg, TUTORIAL.it:
* TUTORIAL.ru, TUTORIAL.cn, TUTORIAL.ja, TUTORIAL.sk:
* TUTORIAL.cs, TUTORIAL.ko, TUTORIAL.sl, TUTORIAL.de:
* TUTORIAL.nl, TUTORIAL.sv, TUTORIAL.eo, TUTORIAL.pl, TUTORIAL.th:
* TUTORIAL.es, TUTORIAL.pt_BR: Remove discussion of flow control.

16 years ago* simple.el (set-mark-command): Doc fix.
Chong Yidong [Tue, 11 Mar 2008 01:58:48 +0000 (01:58 +0000)]
* simple.el (set-mark-command): Doc fix.

16 years agoDoc fix.
Chong Yidong [Tue, 11 Mar 2008 01:57:57 +0000 (01:57 +0000)]
Doc fix.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 10 Mar 2008 22:53:10 +0000 (22:53 +0000)]
*** empty log message ***

16 years agoAdd advice about using Cygwin GDB (from a
Nick Roberts [Mon, 10 Mar 2008 22:43:56 +0000 (22:43 +0000)]
Add advice about using Cygwin GDB (from a
thread in [h-e-w]).

16 years ago*** empty log message ***
Nick Roberts [Mon, 10 Mar 2008 22:41:28 +0000 (22:41 +0000)]
*** empty log message ***

16 years ago(Finsert_file_contents): Don't make CCL program to
Kenichi Handa [Mon, 10 Mar 2008 12:21:09 +0000 (12:21 +0000)]
(Finsert_file_contents): Don't make CCL program to
append "CCL: Quitted" when the decoding is quitted, but just
signal `quit'.

16 years ago(ccl_driver): If ccl->quit_silently is nonzero, don't
Kenichi Handa [Mon, 10 Mar 2008 12:18:02 +0000 (12:18 +0000)]
(ccl_driver): If ccl->quit_silently is nonzero, don't
append "CCL: Quitted" when the CCL program is quitted.
(setup_ccl_program): Initialize ccl->quit_silently to zero.

16 years ago(struct ccl_program): New member quit_silently.
Kenichi Handa [Mon, 10 Mar 2008 12:16:47 +0000 (12:16 +0000)]
(struct ccl_program): New member quit_silently.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 10 Mar 2008 02:39:57 +0000 (02:39 +0000)]
Merge from gnus--rel--5.10

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

16 years ago** Emacs 22 lockup + CCL: Quited.
Chong Yidong [Mon, 10 Mar 2008 01:49:40 +0000 (01:49 +0000)]
** Emacs 22 lockup + CCL: Quited.

16 years agoFix typo.
Chong Yidong [Mon, 10 Mar 2008 01:48:00 +0000 (01:48 +0000)]
Fix typo.

16 years ago(WINDOWS SUPPORT BUGS): Add two issues.
Reiner Steib [Sun, 9 Mar 2008 13:28:23 +0000 (13:28 +0000)]
(WINDOWS SUPPORT BUGS): Add two issues.

16 years ago(while-no-input): Don't splice BODY directly into the `or' form.
Johan Bockgård [Sat, 8 Mar 2008 16:00:20 +0000 (16:00 +0000)]
(while-no-input): Don't splice BODY directly into the `or' form.

16 years ago(struct Lisp_Process): Declare bit field as unsigned.
Andreas Schwab [Sat, 8 Mar 2008 15:55:51 +0000 (15:55 +0000)]
(struct Lisp_Process): Declare bit field as unsigned.

16 years agoUpdate for change of `mail-source-delete-incoming'.
Reiner Steib [Sat, 8 Mar 2008 15:53:31 +0000 (15:53 +0000)]
Update for change of `mail-source-delete-incoming'.

16 years ago(Mail Source Customization, Gnus Development, Oort Gnus):
Reiner Steib [Sat, 8 Mar 2008 15:51:24 +0000 (15:51 +0000)]
(Mail Source Customization, Gnus Development, Oort Gnus):
Update for change of `mail-source-delete-incoming'.

16 years ago(mail-source-delete-old-incoming-confirm): Change
Reiner Steib [Sat, 8 Mar 2008 12:06:58 +0000 (12:06 +0000)]
(mail-source-delete-old-incoming-confirm): Change
default to nil.
(mail-source-delete-old-incoming): Make confirmation prompt more clear.

16 years ago** slow editing in .h files
Chong Yidong [Fri, 7 Mar 2008 17:34:48 +0000 (17:34 +0000)]
** slow editing in .h files

16 years agoRegenerate.
Chong Yidong [Fri, 7 Mar 2008 16:49:48 +0000 (16:49 +0000)]
Regenerate.

16 years agoBump to version 22.1.92
Chong Yidong [Fri, 7 Mar 2008 16:46:49 +0000 (16:46 +0000)]
Bump to version 22.1.92

16 years agoRegenerate.
Chong Yidong [Fri, 7 Mar 2008 16:26:15 +0000 (16:26 +0000)]
Regenerate.

16 years ago(Fsubstitute_in_file_name): Fix up computation of maximum
Stefan Monnier [Fri, 7 Mar 2008 15:42:30 +0000 (15:42 +0000)]
(Fsubstitute_in_file_name): Fix up computation of maximum
size of resulting string.

16 years agoRemove `+++'.
Glenn Morris [Fri, 7 Mar 2008 03:54:03 +0000 (03:54 +0000)]
Remove `+++'.

16 years agoCopyedit.
Chong Yidong [Thu, 6 Mar 2008 19:32:55 +0000 (19:32 +0000)]
Copyedit.

16 years agoMove deprecation message to Installation Changes and rewrite it.
Chong Yidong [Thu, 6 Mar 2008 19:29:30 +0000 (19:29 +0000)]
Move deprecation message to Installation Changes and rewrite it.

16 years ago*** empty log message ***
Juanma Barranquero [Thu, 6 Mar 2008 08:49:25 +0000 (08:49 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Kim F. Storm [Thu, 6 Mar 2008 00:08:22 +0000 (00:08 +0000)]
*** empty log message ***

16 years ago(describe-gnu-project): Rename from describe-project. Change users.
Kim F. Storm [Thu, 6 Mar 2008 00:08:01 +0000 (00:08 +0000)]
(describe-gnu-project): Rename from describe-project. Change users.

16 years ago(view-emacs-todo): Rename from view-todo. Change users.
Kim F. Storm [Thu, 6 Mar 2008 00:07:41 +0000 (00:07 +0000)]
(view-emacs-todo): Rename from view-todo. Change users.
(describe-gnu-project): Rename from describe-project. Change users.
Define obsolete function aliases for the old names.

16 years ago(Help Files): Rename view-todo to view-emacs-toto.
Kim F. Storm [Thu, 6 Mar 2008 00:07:15 +0000 (00:07 +0000)]
(Help Files): Rename view-todo to view-emacs-toto.
Rename describe-project to describe-gnu-project.

16 years ago*** empty log message ***
Kim F. Storm [Thu, 6 Mar 2008 00:06:44 +0000 (00:06 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 5 Mar 2008 23:37:11 +0000 (23:37 +0000)]
*** empty log message ***

16 years ago(gnus-print-buffer): Honor ps-print-color-p.
Reiner Steib [Wed, 5 Mar 2008 22:06:39 +0000 (22:06 +0000)]
(gnus-print-buffer): Honor ps-print-color-p.
Suggested by <chris.anderton@zetnet.co.uk>.

16 years ago** Bug in etags ".." code
Chong Yidong [Wed, 5 Mar 2008 21:02:56 +0000 (21:02 +0000)]
** Bug in etags ".." code

16 years ago(parens-require-spaces): Doc fix.
Chong Yidong [Wed, 5 Mar 2008 20:53:40 +0000 (20:53 +0000)]
(parens-require-spaces): Doc fix.
Reported by Drew Adams <drew.adams@oracle.com>.

16 years ago* emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
Chong Yidong [Wed, 5 Mar 2008 20:53:01 +0000 (20:53 +0000)]
* emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
Reported by Drew Adams <drew.adams@oracle.com>.

16 years ago(iswitchb-use-faces): Doc fix.
Juanma Barranquero [Wed, 5 Mar 2008 11:45:32 +0000 (11:45 +0000)]
(iswitchb-use-faces): Doc fix.
(iswitchb-buffer-ignore, iswitchb-read-buffer): Fix typos in docstrings.

16 years agoRevert last change.
Jason Rumney [Wed, 5 Mar 2008 10:09:03 +0000 (10:09 +0000)]
Revert last change.

16 years ago(adjust_glyph_matrix): Initialize window_height.
Jason Rumney [Wed, 5 Mar 2008 00:51:12 +0000 (00:51 +0000)]
(adjust_glyph_matrix): Initialize window_height.

16 years ago(Fexpand_file_name): Decode home directory names.
Jason Rumney [Wed, 5 Mar 2008 00:20:52 +0000 (00:20 +0000)]
(Fexpand_file_name): Decode home directory names.
(Fsubstitute_in_file_name): Decode substituted variables.

16 years ago(comment-kill): Docstring improvement.
Stefan Monnier [Mon, 3 Mar 2008 21:20:21 +0000 (21:20 +0000)]
(comment-kill): Docstring improvement.

16 years ago(verilog-highlight-grouping-keywords):
Dan Nicolaescu [Mon, 3 Mar 2008 20:31:04 +0000 (20:31 +0000)]
(verilog-highlight-grouping-keywords):
Fix typo.
(verilog-type-font-keywords): Reindent.

16 years ago(handle_single_display_spec): Undo 2007-10-16 changes.
YAMAMOTO Mitsuharu [Mon, 3 Mar 2008 09:25:30 +0000 (09:25 +0000)]
(handle_single_display_spec): Undo 2007-10-16 changes.
Don't pretend as if characters with display property haven't been
consumed for string-replacing-string case.

16 years ago* verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
Dan Nicolaescu [Mon, 3 Mar 2008 08:52:49 +0000 (08:52 +0000)]
* verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
grouping-keyword regular expression.
(verilog-font-lock-keywords): Allow users to toggle special
highlight of grouping-keywords.
(verilog-highlight-grouping-keywords): The toggle for special
highlighting of grouping keywords.

16 years agoFix typo in previous.
Glenn Morris [Mon, 3 Mar 2008 03:28:33 +0000 (03:28 +0000)]
Fix typo in previous.