Juanma Barranquero
354617b5fa
(compilation-file-regexp-alist, itimer-version, lazy-lock-defer-contextually,
...
lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly): Add defvars.
2005-08-30 11:18:41 +00:00
Thien-Thi Nguyen
9e5538bc21
(vhdl-emacs-21): Set t for Emacs 21, 22, and so on.
2005-08-15 13:54:33 +00:00
Richard M. Stallman
61298e176c
*** empty log message ***
2005-08-09 12:11:00 +00:00
Richard M. Stallman
4026bd74b2
Reto Zimmermann seems to have disappeared.
2005-08-09 11:44:07 +00:00
Nick Roberts
034babe1e1
Update copyright for release of 22.1 for progmodes directory.
2005-08-01 08:43:45 +00:00
Lute Kamstra
3a35cf56e7
Update FSF's address.
2005-07-04 17:55:18 +00:00
Juanma Barranquero
bc25429ac8
(vhdl-testbench): Fix typo in docstring.
2005-07-04 04:00:00 +00:00
Juanma Barranquero
a3dd3c0e01
(vhdl-beginning-of-libunit): Fix spelling in docstrings.
2005-06-16 16:21:50 +00:00
Juanma Barranquero
ec3ec9cc72
(zone-mode-update-serial): Don't use format' on
error' arguments.
2005-06-16 14:40:46 +00:00
Miles Bader
63a5fd6303
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-415
...
Remove "-face" suffix from vhdl-mode faces
2005-06-14 Miles Bader <miles@gnu.org>
* lisp/progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
(vhdl-function, vhdl-directive, vhdl-reserved-word)
(vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
names.
(vhdl-speedbar-entity, vhdl-speedbar-architecture)
(vhdl-speedbar-configuration, vhdl-speedbar-package)
(vhdl-speedbar-library, vhdl-speedbar-instantiation)
(vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
(vhdl-speedbar-architecture-selected)
(vhdl-speedbar-configuration-selected)
(vhdl-speedbar-package-selected)
(vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
names.
(vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
Use renamed faces.
(vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
(vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
(vhdl-translate-off-face): Variables renamed to remove "font-lock-".
Use renamed faces.
(syntax-alist): Don't use "font-lock-" or "-face" in generated face
names.
(vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
(vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
(vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
(vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
(vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
(vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
2005-06-14 23:56:26 +00:00
Juanma Barranquero
5bb5087f3c
(vhdl-speedbar-place-component): Follow error conventions.
2005-06-14 15:31:10 +00:00
Richard M. Stallman
f35aff821d
(vhdl-fill-region): Test ARG, not INTERACTIVE.
...
(vhdl-emacs-21): Doc fix.
(vhdl-mode): Unconditionally set comment-padding.
(vhdl-fixup-whitespace-region): Insert spaces only where there are none.
(vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
2005-05-31 04:23:29 +00:00
Lute Kamstra
9a9691963d
* progmodes/ada-mode.el (ada-mode):
...
* progmodes/antlr-mode.el (antlr-mode):
* progmodes/autoconf.el (autoconf-mode):
* progmodes/dcl-mode.el (dcl-mode):
* progmodes/delphi.el (delphi-mode):
* progmodes/ebrowse.el (ebrowse-tree-mode)
(ebrowse-electric-list-mode, ebrowse-member-mode)
(ebrowse-electric-position-mode):
* progmodes/f90.el (f90-mode):
* progmodes/fortran.el (fortran-mode):
* progmodes/icon.el (icon-mode):
* progmodes/idlw-help.el (idlwave-help-mode):
* progmodes/idlw-shell.el (idlwave-shell-mode):
* progmodes/idlwave.el (idlwave-mode):
* progmodes/inf-lisp.el (inferior-lisp-mode):
* progmodes/m4-mode.el (m4-mode):
* progmodes/meta-mode.el (metafont-mode, metapost-mode):
* progmodes/modula2.el (modula-2-mode):
* progmodes/octave-inf.el (inferior-octave-mode):
* progmodes/octave-mod.el (octave-mode):
* progmodes/pascal.el (pascal-mode):
* progmodes/sh-script.el (sh-mode):
* progmodes/sql.el (sql-mode, sql-interactive-mode):
* progmodes/vhdl-mode.el (vhdl-mode):
* progmodes/xscheme.el (scheme-interaction-mode): Use run-mode-hooks.
2005-05-26 16:43:37 +00:00
Stefan Monnier
4e19eff09a
(vhdl-font-lock-match-item): Simplify regexp.
2005-05-20 13:33:13 +00:00
Juanma Barranquero
027a4b6b3f
Replace string-to-int' by
string-to-number'.
2005-05-16 11:34:49 +00:00
Stefan Monnier
4bcb9c95c1
(vhdl-mode-map-init): Don't override default
...
TAB binding so tab-always-indent is obeyed.
(vhdl-minibuffer-local-map): Move initialization into declaration.
(vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
(vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
(vhdl-hooked-abbrev): Avoid test for XEmacs.
(vhdl-current-line): Use line-beginning-position.
(vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
with-output-to-temp-buffer, so the current position can be recorded.
2005-04-10 18:15:43 +00:00
Dan Nicolaescu
ea81d57ec5
* 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.
2005-04-08 14:26:13 +00:00
Werner LEMBERG
2e8b9c7d51
* progmodes/cperl-mode.el, progmodes/idlw-shell.el,
...
progmodes/idlwave.el, progmodes/vhdl-mode.el: Replace `legal' with
`valid'.
2005-03-25 10:06:23 +00:00
Richard M. Stallman
cf98062af0
(vhdl-mode): Use mode-require-final-newline.
2004-12-31 14:58:03 +00:00
Richard M. Stallman
8d422bd5a5
(vhdl-fill-region, vhdl-beginning-of-statement): Don't use interactive-p.
2004-11-01 07:37:24 +00:00
Miles Bader
1f3ddf11e8
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196
...
Remove RCS keywords
2004-04-10 Miles Bader <miles@gnu.org>
RCS keyword removal (only non-comment changes are enumerated here):
* lisp/emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
(byte-compile-insert-header): Don't use `byte-compile-version'.
* lisp/url/url-vars.el (url-version): Use the constant string "Emacs"
instead of calculating something from the RCS `State' keyword
[the latter is almost entirely useless anyway].
* lisp/forms.el (forms-version): Variable removed.
(forms-mode): Don't use `forms-version'.
* lisp/recentf.el (recentf-version): Variable removed.
* lisp/progmodes/delphi.el (delphi-version): Variable removed.
* lisp/progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
2004-04-10 05:55:49 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Juanma Barranquero
3dcb36b717
Version 3.32.12 released. Major revision.
2003-03-05 07:51:51 +00:00
Francesco Potortì
e3c46ed647
(vhdl-comment-uncomment-region): Remove two comment characters at start
...
of line instead of one.
2003-03-04 14:43:03 +00:00
Juanma Barranquero
a1506d2977
Trailing whitepace deleted.
2003-02-04 13:24:35 +00:00
Markus Rost
a152344b14
(defgroup vhdl-related): Declare the members here rather than with
...
custom-add-to-group. This is the intended way of using defgroup and
also lets custom-make-dependencies do its job.
(defgroup vhdl-highlight-faces): Ditto.
2002-11-19 17:22:52 +00:00
Juanma Barranquero
9b61eea1d0
(vhdl-progress-interval, vhdl-corresponding-begin): Fix spacing.
2002-09-06 07:17:28 +00:00
Richard M. Stallman
a5a08b1f3b
Comment change.
2002-01-25 05:06:14 +00:00
Richard M. Stallman
58b64ac7d9
(various face definitions): Use :weight and :slant.
2001-12-31 20:43:36 +00:00
Pavel Janík
610e1e8045
(vhdl-mode-abbrev-table-init): Mark all the predefined abbrevs as "system"
...
abbrevs.
2001-12-30 22:14:41 +00:00
Pavel Janík
0ff9b955fe
Doc fixes.
2001-12-20 18:59:32 +00:00
Gerd Moellmann
d4a5b6443d
Use new backquote syntax.
1999-11-16 13:25:42 +00:00
Karl Heuer
5d31462e65
(vhdl-port-copy): Fix parsing bug.
...
(vhdl-port-paste-generic-map): Fix indentation bug.
(vhdl-port-paste-port-map): Fix indentation bug.
(vhdl-scan-file-contents): Make scanning case insensitive.
1999-06-12 04:33:08 +00:00
Karl Heuer
5eabfe721e
Completely revised and massively extended.
1999-05-15 06:04:46 +00:00
Richard M. Stallman
1c20c5890a
(vhdl-add-index-menu): reverse order in imenu-generic-expression.
...
(vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
(vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
(vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
(vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
(vhdl-when): Fix indentation problem.
(vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
(vhdl-get-port, vhdl-get-generic): Bug fix in template.
(vhdl-hooked-abbrev): Bug fix in hooked abbrev.
1998-10-14 19:55:35 +00:00
Andreas Schwab
d2ef1f6239
(vhdl-header-file): Fix customize type.
1998-09-18 09:18:40 +00:00
Richard M. Stallman
2f4027021e
(vhdl-customize-colors):
...
Renamed from vhdl-use-default-colors, and sense reversed.
(vhdl-customize-faces):
Renamed from vhdl-use-default-faces, and sense reversed.
(vhdl-font-lock-init, vhdl-ps-init): Implement those changes.
(vhdl-submit-bug-report): Use new variable names.
1998-05-23 19:59:27 +00:00
Dan Nicolaescu
daa02ea5db
*** empty log message ***
1998-04-18 20:43:38 +00:00
Dan Nicolaescu
42dfe0ad13
*** empty log message ***
1998-04-18 19:48:40 +00:00
Karl Heuer
23cec91f9a
(vhdl-loop, vhdl-while-loop): Add backslash.
1998-04-10 09:28:12 +00:00
Dan Nicolaescu
1c36bac652
*** empty log message ***
1998-04-09 05:47:28 +00:00
Karl Heuer
d2ddb97469
Initial revision
1998-01-18 03:39:09 +00:00