* 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:
parent
74d1f848fa
commit
fda9126866
3 changed files with 893 additions and 414 deletions
6
etc/NEWS
6
etc/NEWS
|
@ -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
|
||||
|
|
|
@ -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
Loading…
Add table
Reference in a new issue