Glenn Morris
ae940284fa
Add 2009 to copyright years.
2009-01-05 03:18:22 +00:00
Glenn Morris
b1fc2b5014
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 07:25:26 +00:00
Dan Nicolaescu
61acee9902
* progmodes/asm-mode.el (asm-mode-map):
...
* progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
* progmodes/m4-mode.el (m4-mode-map): Add menu.
2008-04-21 05:02:06 +00:00
Stefan Monnier
cbee283dd7
Fix up comment convention on the arch-tag lines.
2008-04-10 14:10:46 +00:00
Glenn Morris
4e643dd23c
Add 2008 to copyright years.
2008-01-07 02:11:00 +00:00
Dan Nicolaescu
187e9721c7
(asm-mode-map): Add a major mode menu.
2007-12-25 20:00:12 +00:00
Glenn Morris
1a484753b2
Switch license to GPLv3 or later.
2007-07-25 04:29:40 +00:00
Glenn Morris
d7a0267c8d
Add 2007 to copyright years.
2007-01-21 03:53:13 +00:00
Masatake YAMATO
0db097a557
(asm-mode, asm-mode-syntax-table): Add
...
support for "//" style comments. Remove `b' flag
from ?* in `asm-mode-syntax-table'.
2006-04-26 07:03:20 +00:00
Nick Roberts
d91362c9e0
Update copyright for 2006.
2006-02-10 09:00:31 +00:00
Masatake YAMATO
4076cbf66c
2006-01-06 Masatake YAMATO <jet@gyve.org>
...
* font-lock.el (cpp-font-lock-keywords): Font lock keywords for
C preprocessor forward ported from GNU Emacs 21.2.
* progmodes/asm-mode.el (asm-font-lock-keywords): Use
`cpp-font-lock-keywords'.
* progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
* progmodes/ld-script.el (auto-mode-alist): Use \\> instead
of $ for "\\.ld[s]?".
2006-01-11 14:29:44 +00:00
Juri Linkov
8ec3bce045
Add :link (custom-group-link font-lock-faces) to defgroup.
2005-11-17 07:40:11 +00:00
Nick Roberts
034babe1e1
Update copyright for release of 22.1 for progmodes directory.
2005-08-01 08:43:45 +00:00
Richard M. Stallman
434fc2d3ee
(asm-comment): Use with-no-warnings.
2005-07-16 18:41:15 +00:00
Lute Kamstra
3a35cf56e7
Update FSF's address.
2005-07-04 17:55:18 +00:00
Kim F. Storm
bf247b6ed0
Change release version from 21.4 to 22.1 throughout.
...
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
Nick Roberts
f4733d22e6
(asm-font-lock-keywords): Use font-lock-variable-name-face for registers.
2004-10-23 22:04:13 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Masatake YAMATO
c1b559329f
* progmodes/asm-mode.el (asm-font-lock-keywords): Support
...
labels starting with "." and directives starting with ".".
2003-06-25 06:52:04 +00:00
Stefan Monnier
dfc42f38c1
(asm-calculate-indentation, asm-indent-line): New functions.
...
(asm-mode): Use them in indent-line-function.
Set tab-always-indent to nil to stay closer to previous tab behavior.
Set comment-add. Remove space at end of comment-add.
(asm-newline): Obsolete. Use newline-and-indent instead.
(asm-mode-map): Remove TAB binding.
(asm-code-level-empty-comment-pattern)
(asm-flush-left-empty-comment-pattern)
(asm-inline-empty-comment-pattern): Remove.
(asm-comment): Use newcomment functions instead.
(asm-colon): Don't tab if colon is not after a label.
(asm-line-matches, asm-pop-comment-level): Remove.
2003-04-02 16:48:11 +00:00
Stefan Monnier
c7d565f4dc
(asm-mode-syntax-table): Setup entries that do not depend on asm-comment-char.
...
(asm-mode-map): Declare and init at the same time.
(asm-code-level-empty-comment-pattern)
(asm-flush-left-empty-comment-pattern)
(asm-inline-empty-comment-pattern): Use \s< so they do not depend
on asm-comment-char. Turn them into constants.
(asm-mode): Simplify.
(asm-line-matches): Remove unused arg.
2003-04-01 23:09:13 +00:00
Juanma Barranquero
3d29fd3365
(asm-mode): Support skipping C lang style comments.
2003-03-31 20:16:01 +00:00
Andreas Schwab
769c4c6377
(asm-font-lock-keywords): Allow arbitrary
...
words separated by dots. Match optional parenthesized word at
start of line.
2003-02-02 17:35:47 +00:00
Juanma Barranquero
1825567708
(asm-mode): Added syntax table entries for /* */ comments.
2003-01-23 09:12:03 +00:00
Stefan Monnier
5bf9c8a0c9
(asm-mode): Don't gratuitously override the default for comment-column.
2000-09-29 03:31:36 +00:00
Richard M. Stallman
6f9a5d90c6
(asm-mode): Set comment-start properly from asm-comment-char.
...
(asm-font-lock-keywords): Recognize instruction width suffixes.
1999-09-02 04:48:09 +00:00
Karl Heuer
1ce965febf
(asm-mode): Doc fix.
...
(asm-comment-char): Escape literal semicolon.
1998-09-23 23:38:11 +00:00
Andreas Schwab
28d16ed35b
Customized.
1998-01-26 11:29:46 +00:00
Richard M. Stallman
896546cd9b
Add provide call.
1997-06-22 18:57:55 +00:00
Erik Naggum
16bba9cabc
(asm-mode-map): Fix typo.
1996-06-22 02:14:01 +00:00
Richard M. Stallman
6c58b173c9
(asm-mode-map): Bind C-c ; to comment-region.
1996-06-21 20:58:52 +00:00
Erik Naggum
b578f267af
Update FSF's address.
1996-01-14 07:34:30 +00:00
Richard M. Stallman
f45a220ab3
(asm-mode): Make a per-buffer child keymap here.
...
Use asm-comment-char to specify which character to define.
(asm-mode-map): Don't bind `;' at load time.
1995-03-23 20:57:04 +00:00
Richard M. Stallman
148d2a8dec
Doc fixes.
1995-03-22 21:31:08 +00:00
Simon Marshall
788a3a2b22
* asm-mode.el: (asm-mode): Set font-lock-defaults.
1994-10-12 08:06:09 +00:00
Richard M. Stallman
a4d8ed20e2
(asm-font-lock-keywords): New variable.
...
(asm-mode): Set font-lock-keywords locally.
1994-10-07 10:07:02 +00:00
Karl Heuer
24768ef9ce
(asm-comment): Don't match newline.
1994-05-07 01:58:40 +00:00
Richard M. Stallman
18e3ab4119
(asm-mode): Doc fix.
1994-03-22 20:48:30 +00:00
Richard M. Stallman
8a68f868d1
(asm-mode): Don't mess with auto-fill mode.
1993-12-23 03:16:25 +00:00
Richard M. Stallman
1d928d6939
Doc fix.
1993-05-05 22:47:54 +00:00
Eric S. Raymond
1bd6009347
entered into RCS
1992-07-24 21:00:38 +00:00
Eric S. Raymond
f961a17c44
*** empty log message ***
1992-07-17 07:10:46 +00:00
Richard M. Stallman
15ece07de6
*** empty log message ***
1992-07-16 21:43:09 +00:00
Eric S. Raymond
c0274f385f
*** empty log message ***
1992-05-30 23:54:21 +00:00
Jim Blandy
0231f2dce8
Initial revision
1991-12-21 08:23:15 +00:00