summaryrefslogtreecommitdiff
path: root/lisp/progmodes/vhdl-mode.el
Commit message (Collapse)AuthorAgeFilesLines
* (vhdl-mode-abbrev-table-init): Do not clear abbrev table, else savedGlenn Morris2006-12-051-1/+0
| | | | abbrevs will not be restored.
* Fix Copyright format.Glenn Morris2006-12-031-2/+3
| | | | Update package URL.
* (vhdl-reset-active-high, vhdl-clock-rising-edge): Improve previous docGlenn Morris2006-11-111-2/+2
| | | | fixes.
* (vhdl-reset-active-high, vhdl-clock-rising-edge): Doc fix (Nil -> nil).Glenn Morris2006-11-101-2/+2
|
* (vhdl-speedbar-display-directory, vhdl-speedbar-display-projects):Richard M. Stallman2006-07-311-3/+3
| | | | Update old obsolete speedbar variable names.
* (vhdl-generate-makefile-1): Use add-to-history.Kim F. Storm2006-05-051-2/+1
|
* Update copyright for 2006.Nick Roberts2006-02-101-1/+1
|
* (speedbar-attached-frame): Add defvar.Juanma Barranquero2005-10-061-0/+2
|
* * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)Chong Yidong2005-10-031-11/+11
| | | | | | | | | | | (speedbar-ignored-path-expressions, speedbar-buffers-line-path) (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path) (speedbar-path-line): Define obsolete aliases. (speedbar-line-directory): Doc fix. * progmodes/vhdl-mode.el (vhdl-speedbar-initialize) (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory instead of speedbar-line-path.
* (vhdl-font-lock-prompt-face)Juri Linkov2005-09-291-16/+8
| | | | | | | | (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face) (vhdl-font-lock-function-face, vhdl-font-lock-directive-face) (vhdl-font-lock-reserved-words-face) (vhdl-font-lock-translate-off-face, syntax-alist): Remove group `font-lock-highlighting-faces'.
* Message format fixes, commit no. 3Deepak Goel2005-09-181-7/+7
|
* (conf-alist, conf-entry, conf-key, ent-alist): Add defvar.Juanma Barranquero2005-09-131-9/+12
|
* * term/xterm.el (terminal-init-xterm): Add eval-when-compile toDan Nicolaescu2005-09-021-6/+8
| | | | | | | | | fix compilation warning. Reorder the key definitions to group together keys emitted by the current version of xterm. * progmodes/vhdl-mode.el (vhdl-highlight-faces) (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face): Reorder predicates to correct min-color usage.
* Merge vhdl-mode.el version 3.33.6, from Reto Zimmermann <reto@gnu.org>.Romain Francoise2005-08-311-755/+1144
|
* (compilation-file-regexp-alist, itimer-version, lazy-lock-defer-contextually,Juanma Barranquero2005-08-301-0/+6
| | | | lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly): Add defvars.
* (vhdl-emacs-21): Set t for Emacs 21, 22, and so on.Thien-Thi Nguyen2005-08-151-5/+5
|
* *** empty log message ***Richard M. Stallman2005-08-091-1/+1
|
* Reto Zimmermann seems to have disappeared.Richard M. Stallman2005-08-091-2/+1
|
* Update copyright for release of 22.1 for progmodes directory.Nick Roberts2005-08-011-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (vhdl-testbench): Fix typo in docstring.Juanma Barranquero2005-07-041-1/+1
|
* (vhdl-beginning-of-libunit): Fix spelling in docstrings.Juanma Barranquero2005-06-161-2/+2
|
* (zone-mode-update-serial): Don't use `format' on `error' arguments.Juanma Barranquero2005-06-161-3/+3
|
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-415Miles Bader2005-06-141-103/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* (vhdl-speedbar-place-component): Follow error conventions.Juanma Barranquero2005-06-141-3/+3
|
* (vhdl-fill-region): Test ARG, not INTERACTIVE.Richard M. Stallman2005-05-311-7/+11
| | | | | | | (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.
* * progmodes/ada-mode.el (ada-mode):Lute Kamstra2005-05-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* (vhdl-font-lock-match-item): Simplify regexp.Stefan Monnier2005-05-201-3/+3
|
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-161-4/+4
|
* (vhdl-mode-map-init): Don't override defaultStefan Monnier2005-04-101-148/+149
| | | | | | | | | | | 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.
* * mh-customize.el (mh-speedbar-selected-folder-face): Special caseDan Nicolaescu2005-04-081-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* * progmodes/cperl-mode.el, progmodes/idlw-shell.el,Werner LEMBERG2005-03-251-2/+2
| | | | | progmodes/idlwave.el, progmodes/vhdl-mode.el: Replace `legal' with `valid'.
* (vhdl-mode): Use mode-require-final-newline.Richard M. Stallman2004-12-311-1/+2
|
* (vhdl-fill-region, vhdl-beginning-of-statement): Don't use interactive-p.Richard M. Stallman2004-11-011-7/+7
|
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196Miles Bader2004-04-101-1/+0
| | | | | | | | | | | | | | | | | | | 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.
* Add arch taglinesMiles Bader2003-09-011-1/+2
|
* Version 3.32.12 released. Major revision.Juanma Barranquero2003-03-051-3166/+8848
|
* (vhdl-comment-uncomment-region): Remove two comment characters at startFrancesco Potortì2003-03-041-1/+1
| | | | of line instead of one.
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-1/+1
|
* (defgroup vhdl-related): Declare the members here rather than withMarkus Rost2002-11-191-28/+22
| | | | | | 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.
* (vhdl-progress-interval, vhdl-corresponding-begin): Fix spacing.Juanma Barranquero2002-09-061-2/+2
|
* Comment change.Richard M. Stallman2002-01-251-1/+1
|
* (various face definitions): Use :weight and :slant.Richard M. Stallman2001-12-311-8/+8
|
* (vhdl-mode-abbrev-table-init): Mark all the predefined abbrevs as "system"Pavel Janík2001-12-301-124/+124
| | | | abbrevs.
* Doc fixes.Pavel Janík2001-12-201-2/+2
|
* Use new backquote syntax.Gerd Moellmann1999-11-161-66/+65
|
* (vhdl-port-copy): Fix parsing bug.Karl Heuer1999-06-121-8/+7
| | | | | | (vhdl-port-paste-generic-map): Fix indentation bug. (vhdl-port-paste-port-map): Fix indentation bug. (vhdl-scan-file-contents): Make scanning case insensitive.
* Completely revised and massively extended.Karl Heuer1999-05-151-3181/+7958
|
* (vhdl-add-index-menu): reverse order in imenu-generic-expression.Richard M. Stallman1998-10-141-18/+28
| | | | | | | | | | | (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.
* (vhdl-header-file): Fix customize type.Andreas Schwab1998-09-181-1/+1
|