Glenn Morris
1fecc8feb6
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 04:34:22 +00:00
Miles Bader
59ce725a3b
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
12dc447f2a
Add 2008 to copyright years.
2008-01-07 02:23:04 +00:00
Dan Nicolaescu
d31e8e871c
* calculator.el:
...
* dframe.el:
* iswitchb.el:
* whitespace.el:
* winner.el:
* emacs-lisp/checkdoc.el:
* mail/feedmail.el:
* net/quickurl.el:
* obsolete/fast-lock.el:
* play/5x5.el:
* progmodes/delphi.el:
* progmodes/idlw-shell.el:
* progmodes/idlwave.el:
* textmodes/artist.el:
* textmodes/ispell.el:
* textmodes/texinfmt.el:
* textmodes/texinfo.el: Remove obsolete definitions of backward
compatibility macros for defcustom, defgroup, defface, when,
unless, with-current-buffer and with-temp-message.
2007-12-25 19:21:38 +00:00
Stefan Monnier
2db33a18b6
Remove spurious * in docstrings.
...
(texinfo-mode-syntax-table, texinfo-mode-map): Initialize in the declaration.
2007-09-10 04:02:09 +00:00
Glenn Morris
5a9dffec38
Switch license to GPLv3 or later.
2007-07-25 04:24:43 +00:00
Glenn Morris
d7a0267c8d
Add 2007 to copyright years.
2007-01-21 03:53:13 +00:00
Thien-Thi Nguyen
ceb4c4d303
Update years in copyright notice; nfc.
2006-02-06 12:31:40 +00:00
Juri Linkov
8ec3bce045
Add :link (custom-group-link font-lock-faces) to defgroup.
2005-11-17 07:40:11 +00:00
Juri Linkov
fdd0c2288f
(texinfo-mode): Change charset of one quotation mark
...
from [mule-unicode-0100-24ff] to [japanese-jisx0208].
2005-10-25 16:14:44 +00:00
Stefan Monnier
bc6785f3f2
(texinfo-mode): Use real chars, so as not to unnecessarily expose
...
emacs-mule's internal char codes.
2005-10-25 04:58:35 +00:00
Richard M. Stallman
bb66398d91
(texinfo-mode): Set sentence-end-base.
2005-10-21 18:58:08 +00:00
Juanma Barranquero
366fb0ab88
(outline-heading-alist): Add defvar.
2005-08-31 10:32:55 +00:00
Thien-Thi Nguyen
3731a85096
Update years in copyright notice; nfc.
2005-08-06 17:48:15 +00:00
Lute Kamstra
4fc5845fe8
Update FSF's address.
2005-07-04 16:49:24 +00:00
Juanma Barranquero
dbc868a104
(texinfo): Finish `defgroup' description with period.
...
(texinfo-insert-quote): "?\ " -> "?\s".
2005-07-04 03:45:56 +00:00
Juanma Barranquero
16f4391084
(texinfo-insert-@item): Change space constants "protected" from end of line by a
...
comment to "?\s".
2005-06-29 13:58:00 +00:00
Miles Bader
e639491a87
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-393
...
Remove "-face" suffix from texinfo-heading face
2005-06-10 Miles Bader <miles@gnu.org>
* lisp/textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
from face name.
(texinfo-heading-face): New backward-compatibility alias for
renamed face.
(texinfo-heading-face): Use renamed texinfo-heading face.
2005-06-10 10:46:19 +00:00
Lute Kamstra
3ec0e90395
(texinfo-heading-face): Specify customization group.
2005-05-27 13:09:37 +00:00
Richard M. Stallman
7e63064822
(texinfo-mode): Use mode-require-final-newline.
2004-12-31 14:58:20 +00:00
Robert J. Chassell
98a864f024
Changed copyright years so all include centuries.
2004-11-02 18:45:01 +00:00
Eli Zaretskii
235de37296
(texinfo-insert-@item): Look for the current
...
Texinfo environment, using the same method as in texinfo-insert-@end,
and insert a space rather than a newline if point in a `table' environment.
2004-02-21 13:51:34 +00:00
Stefan Monnier
4ae1fdf63a
(texinfo-mode): Remove ^ from outline-regexp.
...
(texinfo-show-structure): Explicitly add ^, and simplify.
2004-01-21 03:09:06 +00:00
Karl Berry
887a2f771a
Use "Texinfo" consistently, no "TeXinfo" or "TexInfo".
2004-01-20 01:28:15 +00:00
Karl Berry
4e9957bd03
(texinfo-mode): define outline-regexp to start
...
with ^, since that's what texinfo-show-structure
documentation says (plus it works much better in texinfo.txi).
2004-01-19 15:18:01 +00:00
Simon Josefsson
630dd25087
Change maintainer to FSF. Suggested by
...
karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
have only been distributed with Emacs for some years.
(texinfo-mode-hook): Customize.
2003-12-30 10:59:36 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Juanma Barranquero
76b7c63712
(texinfo-section-list): Append appendixsection; a synonym for appendixsec.
2003-07-13 17:15:47 +00:00
Stefan Monnier
ffa5b3a3ff
(texinfo-enable-quote-macros): Fix thinko.
...
(texinfo-insert-@table): Remove unused arg.
(texinfo-show-structure): Remove unused var `source-buffer'.
2003-06-08 01:17:04 +00:00
Stefan Monnier
f412245b47
(texinfo-outline-level): Remove.
...
(texinfo-mode): Set outline-heading-alist instead.
(texinfo-section-list): Reorder for the needs of outline-heading-alist.
(texinfo-insert-block): Don't cons needlessly.
(texinfo-enable-quote-macros, texinfo-enable-quote-envs): New vars.
(texinfo-insert-quote): Use them.
2003-03-14 22:29:13 +00:00
Juanma Barranquero
db95369be0
Trailing whitespace deleted.
2003-02-04 13:30:45 +00:00
Juanma Barranquero
e1a68e89f4
(texinfo-environments): Add environment; copying, documentdescription,
...
ifplaintext, ifnotplaintext, and verbatim.
2002-10-29 07:52:32 +00:00
Stefan Monnier
287360825e
(texinfo-font-lock-keywords): Disable the automatic environment name update.
...
(texinfo-clone-environment): Fix it not to incorrectly match prefixes.
2002-07-07 20:14:28 +00:00
Robert J. Chassell
481b0db7f7
Cause `texinfo-insert-@node' to insert a carriage return after the
...
comment line. This change does not affect normal use. On the one
hand, it causes the command to insert a blank line when invoked on the
line preceeding the @section line. This is a fault. On the other
hand, it causes the command to format the output properly when you
invoke the command on the same line as the @chapter or similar line.
This is beneficial.
2002-04-29 12:59:26 +00:00
Andreas Schwab
64a1ba1846
Revert last change.
2002-03-09 20:11:46 +00:00
Andreas Schwab
6b997f0825
Change Maintainer to FSF.
2002-03-08 19:31:38 +00:00
Eli Zaretskii
62993ed664
(texinfo-insert-@end): Fix the change from 2001-10-24.
2002-01-04 13:10:23 +00:00
Robert J. Chassell
aae61ef390
(texinfo-show-structure): Display the line showing the current location
...
in the middle of the window.
2001-12-25 16:16:22 +00:00
Stefan Monnier
3bd171d52c
(font-lock-keywords): Make sure texinfo-clone-environment is called.
2001-10-25 05:22:30 +00:00
Stefan Monnier
8fe6d67f58
(texinfo-environments, texinfo-environment-regexp): Hoisted.
...
(texinfo-font-lock-keywords): Use `italic' and `bold' faces.
Only highlight the menu name in menu items.
Setup `@foo ... @end foo' as text clones.
(texinfo-clone-environment): New function.
(texinfo-mode): Simplify auto-fill-inhibit-regexp.
(texinfo-insert-block): Simplify.
(texinfo-insert-quote): Insert a plain " if preceded by \ or if
the command is repeated.
(texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
(texinfo-insert-@end): Simplify.
2001-10-25 03:54:21 +00:00
Pavel Janík
e8af40eed4
Some fixes to follow coding conventions.
2001-07-16 12:23:00 +00:00
Miles Bader
21ae6d3bc4
(texinfo-mode-syntax-table): Change syntax of " and \ to "." (punctuation).
2001-06-14 02:53:38 +00:00
Eli Zaretskii
e38af9bd2d
(texinfo-font-lock-keywords): Add
...
fontification for @value, @dfn, @dmn, @acronym, @anchor, and
@inforef. Add an OVERRIDE of `keep' to highlight specs of
keywords whose arguments routinely include @@.
2001-04-11 08:02:51 +00:00
Gerd Moellmann
48bb9196de
(texinfo-mode): Use backward-paragraph
...
as font-lock-beginning-of-syntax-function in font-lock-defaults.
2001-01-19 16:49:04 +00:00
Gerd Moellmann
14ec09d77e
(texinfo-mode): Set fill-column to 70.
2000-12-27 16:12:51 +00:00
Stefan Monnier
a11609d8c3
Move the (require 'cl) to the front of the
...
file where it's more visible.
(texinfo-filter, texinfo-chapter-level-regexp): New variables
moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
(texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
(texinfo-inside-macro-p): Only catch `scan-error's.
(texinfo-inside-env-p): Make better use of the match info.
(texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
(texinfo-insert-@end): Slight re-organization.
Also remove useless `looking-at' call.
2000-12-08 16:31:50 +00:00
Dave Love
08f9e2545c
Require tex-mode when compiling.
...
(texinfo-update-node): Doc fix.
(texinfo-imenu-generic-expression): Add @anchor.
(texinfo-font-lock-keywords): Add @uref.
(texinfo-inside-macro-p): Don't use ignore-errors.
(texinfo-insert-quote): Match more contexts.
2000-12-06 19:34:15 +00:00
Eli Zaretskii
9768eaa75d
(texinfo-open-quote, texinfo-close-quote):
...
New defcustoms.
(texinfo-insert-quote): Don't call tex-insert-quote, to avoid
autoloading tex-mode; instead, do the same manually. Use
texinfo-open-quote and texinfo-close-quote. Insert literal quote
with numeric argument. Docstring fix.
(toplevel): Require cl when compiling.
2000-12-02 15:33:30 +00:00
Eli Zaretskii
4fb0a34c57
(texinfo-insert-@uref): Renamed from
...
texinfo-insert-@url.
(texinfo-insert-@url): A defalias for texinfo-insert-@uref.
(texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
2000-11-15 13:57:50 +00:00
Stefan Monnier
d7fa3319f5
(texinfo-block-default): New var.
...
(texinfo-insert-block): Use it. Insert a newline if needed.
2000-11-10 11:55:06 +00:00