1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

92 Commits

Author SHA1 Message Date
Richard M. Stallman
3a05b1e422 (Other Font Lock Variables): Document font-lock-lines-before. 2005-03-21 17:52:30 +00:00
Richard M. Stallman
8caa135619 (Mode Line Format): Get rid of "Emacs 21".
(Mode Line Data, Properties in Mode, Header Lines): Likewise.
2005-03-06 18:20:49 +00:00
Lute Kamstra
f24be0a762 (Defining Minor Modes): Explain that INIT-VALUE, LIGHTER, and KEYMAP
can be omitted when KEYWORD-ARGS are used.
2005-02-24 14:20:14 +00:00
Lute Kamstra
8dc811d38a (Defining Minor Modes): define-minor-mode can be used to define global
minor modes as well.
2005-02-23 09:13:14 +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
Lute Kamstra
1f9ad95a99 (Example Major Modes): Fix typos. 2005-02-06 15:59:39 +00:00
Richard M. Stallman
ec9b08823d (Major Mode Conventions): Mention "system abbrevs".
Mode inheritance applies only when default-major-mode is nil.
Clarifications.
(Example Major Modes): Update Text mode and Lisp mode examples.
(Minor Mode Conventions): Mention define-minor-mode at top.
(Defining Minor Modes): In Hungry example, don't define C-M-DEL.
(Mode Line Format): Update mode line face display info.
(Properties in Mode): Mention effect of risky vars.
(Imenu): Define imenu-add-to-menubar.
(Font Lock Mode): Add descriptions to menu lines.
(Faces for Font Lock): Add font-lock-doc-face.
2005-02-06 10:49:35 +00:00
Kim F. Storm
f2dfc85629 (Emulating Mode Line): Update format-mode-line entry. 2005-01-13 09:39:32 +00:00
Richard M. Stallman
0fee24ae7c (Emulating Mode Line): Doc FACE arg in format-header-line. 2005-01-12 05:11:05 +00:00
Richard M. Stallman
0a54d76e11 (Emulating Mode Line): format-mode-line requires 1 arg. 2005-01-06 17:42:58 +00:00
Richard M. Stallman
4ac594cd84 (Emulating Mode Line): Document format's BUFFER arg. 2004-12-27 16:58:07 +00:00
Thien-Thi Nguyen
10980463d7 (Font Lock Basics): Fix typo. 2004-11-15 09:55:51 +00:00
Luc Teirlinck
a3ee0299ed Various minor changes in addition to:
(Major Mode Conventions): Final call to `run-mode-hooks' should
not be inside the `delay-mode-hooks' form.
(Mode Hooks): New node.
(Hooks): Delete obsolete example.
Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
node "Mode Hooks".
2004-09-25 02:21:51 +00:00
Richard M. Stallman
e0dbfecc41 (Major Mode Conventions): Discuss rebinding of standard key bindings. 2004-08-22 17:41:15 +00:00
Richard M. Stallman
4d3867280e (Minor Mode Conventions): (-) has no special meaning
as arg to a minor mode command.
2004-05-29 15:41:06 +00:00
Thien-Thi Nguyen
022cb16265 (Search-based Fontification): Fix typo. 2004-05-19 14:27:21 +00:00
Juanma Barranquero
1074a8812c (Mode Line Variables): Fix description of global-mode-string, which is now after
which-func-mode, not the buffer name.
2004-05-10 17:58:20 +00:00
Lars Hansen
f730cc626c (Desktop Save Mode): Add.
(Modes): Add menu entry Desktop Save Mode.
2004-05-07 18:02:13 +00:00
Richard M. Stallman
2a2331727a Minor fixes. 2004-02-17 01:12:00 +00:00
Richard M. Stallman
3ab66863d3 (Search-based Fontification): Explain that
face specs are symbols with face names as values.
2003-12-29 21:27:13 +00:00
Eli Zaretskii
ad800164c8 Replace @sc{foo} with @acronym{FOO}. 2003-11-02 06:29:59 +00:00
Stefan Monnier
8ba2808bb6 Document the existance of font-lock-syntactic-face-function and
font-lock-multiline.
2003-10-30 22:15:20 +00:00
Lute Kamstra
0ad8cce8a4 (Mode Line Format): Mention force-mode-line-update's argument. 2003-10-16 13:15:09 +00:00
Richard M. Stallman
da3178e26d (Hooks): Don't explain local hook details here.
Clarify run-hooks and run-hook-with-args a little.
Clean up add-hook and remove-hook.
2003-10-13 19:25:50 +00:00
Lute Kamstra
f008b925a9 (Imenu): Mention imenu-create-index-function's default value.
Explain submenus better.
2003-10-07 12:44:48 +00:00
Lute Kamstra
c22c5da6e0 (Faces for Font Lock): Fix typo.
(Hooks): Explain how buffer-local hook variables can refer to
global hook variables.
Various minor clarifications.
2003-10-07 12:11:21 +00:00
Lute Kamstra
10ee4e9019 (Major Mode Conventions): Mention third way to set up Imenu.
(Imenu): A number of small fixes.
Delete documentation of internal variable imenu--index-alist.
Document the return value format of imenu-create-index-function
functions.
2003-10-03 11:49:22 +00:00
Lute Kamstra
a232a240af (Mode Line Data): Explain when symbols in mode-line
constructs should be marked as risky.
Change cons cell into proper list.
(Mode Line Variables): Change cons cell into proper list.
2003-09-29 10:19:05 +00:00
Lute Kamstra
0686237448 (Mode Line Data): Document the :propertize construct.
(Mode Line Variables): Reorder the descriptions of the variables
to match their order in the default mode-line-format.
Describe the new variables mode-line-position and mode-line-modes.
Update the default values of mode-line-frame-identification,
minor-mode-alist, and default-mode-line-format.
(Properties in Mode): Mention the :propertize construct.
2003-09-26 12:15:32 +00:00
Lute Kamstra
0862202862 (%-Constructs): Document new %i' and %I' constructs. 2003-09-08 07:59:06 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
John Paul Wallington
3ebe0346b2 *** empty log message *** 2003-08-14 05:43:15 +00:00
John Paul Wallington
78cfbedf27 (Emulating Mode Line): Subsection, not section. 2003-08-14 04:43:49 +00:00
Richard M. Stallman
bda7c6ddc5 (Emulating Mode Line): New node.
(Search-based Fontification): Font Lock uses font-lock-face property.
(Other Font Lock Variables): Likewise.
2003-08-13 17:23:22 +00:00
Richard M. Stallman
5a5d2aecd8 (Imenu): Add xref to Emacs Manual node on Imenu.
Remove spurious indent in example.
2003-07-22 15:24:39 +00:00
Richard M. Stallman
fdba9ef4da (Major Mode Conventions): Explain about run-mode-hooks and about derived modes.
(Minor Modes): Add minor-mode-list.
(Defining Minor Modes): Keyword args for define-minor-mode.
(Search-based Fontification): Explain managing other properties.
(Other Font Lock Variables): Add font-lock-extra-managed-props.
(Faces for Font Lock): Add font-locl-preprocessor-face.
(Hooks): Add run-mode-hooks and delay-mode-hooks.
2003-07-14 15:59:12 +00:00
Richard M. Stallman
8cd4f01871 (Minor Mode Conventions): Specify only some kinds
of list values as args to minor modes.
2003-07-07 20:49:02 +00:00
Richard M. Stallman
6fe508678c Minor Texinfo usage fix. 2003-06-30 10:43:01 +00:00
Richard M. Stallman
ace41f7d6e Index mode-class using @kindex. 2003-05-16 13:34:07 +00:00
Dave Love
f8cecb20b3 (font-lock-syntactic-keywords): Fix/expand description. 2003-04-24 16:16:56 +00:00
Juanma Barranquero
177c0ea743 Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
Pavel Janík
5fe3b9bcb4 Fix typo. 2002-12-07 11:37:22 +00:00
Richard M. Stallman
44607ed465 Mention define-generic-mode. 2002-08-15 20:32:05 +00:00
Colin Walters
0ab0c48162 (Precalcuated Fontification): Note how to use `font-lock-core-only'. 2002-06-09 00:43:09 +00:00
Colin Walters
651f7556c1 (Precalcuated Fontification): New node, describing `font-lock-face'. 2002-06-08 20:26:37 +00:00
Richard M. Stallman
22c94cf2a6 (Major Modes): Explain major mode functions, how they work, and how
long the effect lasts.
2002-03-03 20:27:25 +00:00
Stefan Monnier
89cda0c5e9 *** empty log message *** 2002-02-12 19:33:46 +00:00
Richard M. Stallman
a1112b37b9 (Mode Line Format): Short windows can suppress the mode line and header line. 2002-01-20 23:17:16 +00:00
Richard M. Stallman
8e0f7b5b48 Explain mode line redisplay better. 2001-12-24 16:28:22 +00:00
Richard M. Stallman
07f7b41c2f Improve doc of font-lock-keywords. 2001-12-11 06:10:32 +00:00