1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

38 Commits

Author SHA1 Message Date
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
Nick Roberts
d91362c9e0 Update copyright for 2006. 2006-02-10 09:00:31 +00:00
Masatake YAMATO
9a8ee44887 * progmodes/cpp.el (cpp-edit-load): Make the order of listed conditions in a base C code buffer and its associate CPP Edit buffer the same. 2006-01-19 10:57:44 +00:00
Richard M. Stallman
6728475c5c (cpp-face-none-list): Use cpp-face instead of face. 2005-12-25 18:59:47 +00:00
Juri Linkov
cf717a0d24 (cpp-face): New widget.
(cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
2005-12-14 07:48:11 +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
Lute Kamstra
3a35cf56e7 Update FSF's address. 2005-07-04 17:55:18 +00:00
Juanma Barranquero
bb27ac6f32 (cpp-face-light-name-list, cpp-face-dark-name-list): Fix spellings in
docstrings.
2005-06-10 14:15:10 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Stefan Monnier
2d045c916b (cpp-make-overlay-hidden): Don't make intangible. 2003-05-13 21:43:08 +00:00
Juanma Barranquero
d7e170b3d2 (cpp-edit-list): Don't quote nil and t in docstrings. 2003-05-06 17:41:48 +00:00
Juanma Barranquero
a1506d2977 Trailing whitepace deleted. 2003-02-04 13:24:35 +00:00
Stefan Monnier
4ead48d7c5 (cpp-choose-symbol): Don't cons unnecessarily. 2002-05-20 18:48:58 +00:00
Pavel Janík
275cffa758 (cpp-choose-face): Fix typo. 2001-11-12 22:37:48 +00:00
Pavel Janík
e8af40eed4 Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
Eli Zaretskii
3c0a21c03d (cpp-make-button): Add help-echo to mouse-highlighted text. 2001-06-17 11:21:48 +00:00
Eli Zaretskii
25ef2b06eb (toplevel): Support faces on tty's. 2000-07-31 15:36:50 +00:00
Dave Love
2279eb90bb Change customization group to c' from C'. 2000-04-01 14:36:01 +00:00
Andreas Schwab
0b44343bfb (cpp-face-light-list, cpp-face-dark-list): Fix
customize type.
1998-09-18 09:17:45 +00:00
Richard M. Stallman
3478257bc1 (cpp-edit-reset): Add a close-quote after the file name. 1997-08-04 06:18:23 +00:00
Richard M. Stallman
212a75c49a (cpp-create-bg-face): Don't really make a face.
Just make (background-color . COLOR).
(cpp-highlight-buffer): Don't die if buffer-invisibility-spec is t.
(cpp-face-default-list): Doc fix, fix custom type.
1997-08-04 06:10:46 +00:00
Richard M. Stallman
487e6fcbdd Customized. 1997-07-27 19:53:27 +00:00
Richard M. Stallman
7393255738 (cpp-highlight-buffer): Make sure
buffer-invisibility-spec contains `cpp'.
(cpp-make-overlay-hidden): Use `cpp' as an invisible property.
1997-05-31 07:16:13 +00:00
Per Abrahamsen
d6d920176a Update address. 1997-05-27 21:24:07 +00:00
Richard M. Stallman
e9286904ef (cpp-edit-load): Don't load anything if init-file-user is nil.
(cpp-edit-save): Doc fix.
1996-12-15 07:30:24 +00:00
Karl Heuer
8995e09e9b (cpp-parse-error): Fix error format string. 1996-01-29 23:11:17 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
44fb78c092 (cpp-unknown-face, cpp-face-mono-list, cpp-face-all-list):
Doc fix.
1996-01-04 23:31:45 +00:00
Richard M. Stallman
21590f63ea (cpp-config-file): New variable.
(cpp-edit-load): Use `cpp-config-file'.
(cpp-edit-save): Use `cpp-config-file'.
1996-01-01 23:47:49 +00:00
Richard M. Stallman
dfc4f59b16 (cpp-edit-reset): Fix typo.
(cpp-signal-read-only, cpp-grow-overlay): Update to new calling conventions.
(cpp-make-overlay-hidden): Don't allow insertion before a read-only overlay.
1995-04-19 06:37:49 +00:00
Richard M. Stallman
2e922f0b7a (cpp-edit-list): Move definition toward start of file.
(cpp-face-type-list, cpp-writable-list, cpp-button-event)
(cpp-edit-buffer, cpp-branch-list, cpp-face-default-list)
(cpp-face-light-name-list, cpp-face-dark-name-list)
(cpp-face-light-list, cpp-face-dark-list, cpp-face-mono-list)
(cpp-face-none-list, cpp-face-all-list, cpp-overlay-list): Likewise.

(cpp-highlight-buffer): Rename stack to cpp-state-stack.
(cpp-parse-open, cpp-parse-close): Likewise.
(cpp-push-button, cpp-choose-symbol): Rename data to cpp-callback-data.
(cpp-state-stack, cpp-callback-data): Add defvars.
1995-04-18 07:21:52 +00:00
Richard M. Stallman
f3a69d8f62 (cpp-parse-open): Delete comments that go past end of line.
(cpp-edit-reset): Clean up the four standard buttons.
(cpp-parse-buffer): Name was undefined--use cpp-highlight-buffer.
1995-04-15 02:04:41 +00:00
Richard M. Stallman
daf4206baf entered into RCS 1994-09-14 18:48:45 +00:00
Richard M. Stallman
fe441eb769 *** empty log message *** 1994-09-14 18:29:11 +00:00
Richard M. Stallman
7930d72229 *** empty log message *** 1994-09-14 09:05:48 +00:00
Richard M. Stallman
20f5d14570 Initial revision 1994-09-14 09:03:27 +00:00