* lisp/progmodes/vhdl-mode.el: Sync with upstream 3.33.28.

http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
This commit is contained in:
Reto Zimmermann 2012-05-27 23:42:18 -04:00 committed by Stefan Monnier
parent 74d1f848fa
commit fda9126866
3 changed files with 893 additions and 414 deletions

View file

@ -95,6 +95,12 @@ character when doing minibuffer filename prompts.
* Changes in Specialized Modes and Packages in Emacs 24.2
** VHDL-mode
- Support for ghdl (free vhdl compiler). Now default.
- Add/update support for VHDL-AMS packages.
- Update to VHDL'02 standard.
- Accept \r and \f as whitespace.
** Diff mode
Faces for changes now use the same diff color scheme as in modern VCSes

View file

@ -1,3 +1,8 @@
2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2012-05-27 Juanma Barranquero <lekktu@gmail.com>
* version.el (motif-version-string, gtk-version-string)
@ -14,9 +19,9 @@
2012-05-27 Eli Zaretskii <eliz@gnu.org>
* mail/sendmail.el (mail-yank-region): Recognize
rmail-yank-current-message in addition to insert-buffer. Fixes
mail-mode's "C-c C-r" that otherwise does nothing when invoked in
* mail/sendmail.el (mail-yank-region):
Recognize rmail-yank-current-message in addition to insert-buffer.
Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
a *mail* buffer created through rmail-start-mail with sendmail as
mail-user-agent.

File diff suppressed because it is too large Load diff