Miles Bader
7f22a76506
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 97-100)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 246-247)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-860
2007-08-27 04:00:19 +00:00
Stefan Monnier
1c232e1069
(\,): Calrify it's not a new-style unquote.
2007-08-23 18:37:20 +00:00
Miles Bader
9aecacd08a
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* Relicense all FSF files to GPLv3 or later.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
2007-07-26 05:28:10 +00:00
Glenn Morris
5a9dffec38
Switch license to GPLv3 or later.
2007-07-25 04:24:43 +00:00
Stefan Monnier
36c6bc15c8
(texinfo-raisesections-alist, texinfo-lowersections-alist): Merge definition
...
and declaration.
(texinfo-start-of-header, texinfo-end-of-header): Remove.
(texinfo-format-syntax-table): Merge init into declaration.
(texinfo-format-parse-line-args, texinfo-format-parse-args)
(texinfo-format-parse-defun-args, texinfo-format-node)
(texinfo-push-stack, texinfo-multitable-widths)
(texinfo-define-info-enclosure, texinfo-alias)
(texinfo-format-defindex, batch-texinfo-format): Use push.
(texinfo-footnote-number): Remove duplicate declaration.
2007-06-27 18:06:14 +00:00
Glenn Morris
d7a0267c8d
Add 2007 to copyright years.
2007-01-21 03:53:13 +00:00
Juanma Barranquero
2b8749129c
(batch-texinfo-format): Fix typo in docstring.
2006-11-06 02:18:40 +00:00
Robert J. Chassell
783dab628f
* textmodes/texinfmt.el: Finally remember to set texinfmt-version
...
to new date and version number.
2006-07-11 10:14:08 +00:00
Robert J. Chassell
1a3e2c5912
* textmodes/texinfmt.el (texinfo-format-separate-node):
...
Insert a string before point, which fits documentation, not after.
(texinfo-multitable-item): In a multitable row, insert any
additional needed @tabs and spaces.
2006-07-07 16:36:29 +00:00
Thien-Thi Nguyen
ceb4c4d303
Update years in copyright notice; nfc.
2006-02-06 12:31:40 +00:00
Robert J. Chassell
2cd2e4c5db
(texinfo-format-region):
...
[on behalf of Lennart Borgman <lennart.borgman.073@student.lu.se>]
Set buffer to read-only except for texinfo-format-region evaluation.
2005-12-14 21:57:31 +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
027a4b6b3f
Replace string-to-int' by
string-to-number'.
2005-05-16 11:34:49 +00:00
Robert J. Chassell
edc7140ab2
(texinfo-append-refill): Redefine the types of line to which @refill
...
is not appended by replacing a search for `@refill\\|@bye' with
`@refill\\|^[ \t]*@'. The intent is to solve both the `@end
itemize@refill' bug and the unfilled long lines bug.
(texinfmt-version): update number and date.
2005-03-04 13:54:44 +00:00
Robert J. Chassell
5fe9405724
Update copyright notice to 2005.
2005-03-01 12:28:24 +00:00
Robert J. Chassell
470ba11f43
(texinfo-no-refill-regexp): commented out inclusion of "itemize\\|",
...
which may be unnecessary, is certainly inelegant, and stops refilling in
itemize lists when formatting Japanese Texinfo files to Info.
2005-02-28 15:06:13 +00:00
Richard M. Stallman
e4e8e01e8d
(texinfo-format-buffer-1): Call buffer-disable-undo.
2004-12-27 16:08:57 +00:00
John Paul Wallington
62c2539ec8
(texinfo-indexvar-alist): Declare as variable instead of constant.
2004-05-25 20:06:06 +00:00
Juri Linkov
28633019fc
(texinfo-print-index): Print index line numbers in the new Texinfo 4.7 format.
2004-05-23 20:55:28 +00:00
Eli Zaretskii
01cf96d518
(texinfo-pre-format-hook): New variable.
...
(texinfo-format-region): Use it.
(texinfo-format-buffer-1): Ditto.
2003-11-01 17:12:02 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Juanma Barranquero
4a15fdc6c8
(texinfo-format-scan): Silence `whitespace-cleanup'.
2003-06-12 22:09:06 +00:00
Stefan Monnier
6147e72553
(texinfo-format-iftex, texinfo-format-ifhtml)
...
(texinfo-format-ifplaintext, texinfo-format-tex, texinfo-format-html)
(texinfo-format-ifnotinfo, texinfo-format-titlepage)
(texinfo-format-titlespec, texinfo-format-ignore, texinfo-if-set)
(texinfo-if-clear): Use re-search-forward's return value.
(texinfo-sort-startkeyfun, texinfo-format-buffer-1)
(texinfo-format-region): Use line-{end,beginning}-position.
(texinfo-append-refill, texinfo-alias): Use match-string-no-properties.
2003-02-11 00:37:28 +00:00
Juanma Barranquero
db95369be0
Trailing whitespace deleted.
2003-02-04 13:30:45 +00:00
Richard M. Stallman
d02677ab1c
(tex-start-of-header, tex-end-of-header): Add defvars.
2002-12-22 22:04:01 +00:00
Robert J. Chassell
d79abb6984
Installed on behalf of TAKAHASHI Kaoru <kaoru@kaisei.org>
...
(@verb, @image): new commands
(@kbdinputstyle, @vskip, @evenfooting, @evenheading, @oddfooting,
@oddheading, @everyfooting, @everyheading, @documentdescription):
Add these commands, none of which should appear in an Info
environment; but if they do, these definitions should cause
them to be discarded.
2002-12-10 19:01:36 +00:00
Robert J. Chassell
6b9bfa954b
Fix typos found by TAKAHASHI Kaoru <kaoru@kaisei.org>.
2002-12-08 23:03:47 +00:00
Robert J. Chassell
a66ccdcf77
(texinfo-format-scan) Handle new functions for copyright
...
notice and copying permissions.
(texinfo-copying, texinfo-insertcopying): New functions.
Installed for TAKAHASHI Kaoru <kaoru@kaisei.org>
(texinfo-format-xml): New function.
(ifxml, ifnotxml): New aliases.
2002-12-06 19:43:49 +00:00
Robert J. Chassell
124ff501ef
Fix typos.
2002-11-28 14:12:31 +00:00
Robert J. Chassell
718402b21a
Updated texinfmt-version number and date.
2002-11-24 02:35:49 +00:00
Robert J. Chassell
2a64dfcec3
(texinfo-no-refill-regexp): add "itemize\\|" because of a problem with
...
@end itemize@refill, but worry whether this causes other problems.
2002-11-24 02:18:01 +00:00
Robert J. Chassell
289df0fc4c
(texinfo-format-separate-node): Handle node names with
...
properties and with regular expression symbols in them.
2002-11-24 01:39:02 +00:00
Juanma Barranquero
2b6a2afe1d
(texinfo-format-ifplaintext): New function.
...
(ifplaintext, ifnotplaintext)
(afourpaper, afivepaper, afourlatex, afourwide)
(documentlanguage, documentencoding): New aliases.
2002-10-29 07:53:08 +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
25cacfa7f0
No change. Error by bob, not eliz, logging change for wrong file.
2001-10-27 14:57:00 +00:00
Pavel Janík
e8af40eed4
Some fixes to follow coding conventions.
2001-07-16 12:23:00 +00:00
Miles Bader
72190a54f6
(texinfo-format-syntax-table): Revert previous change.
2001-06-15 00:57:40 +00:00
Miles Bader
2205884371
(texinfo-format-syntax-table): Change syntax of " and \ to "." (punctuation).
2001-06-14 02:54:34 +00:00
Gerd Moellmann
8bb6eb14be
(texinfo-format-parse-args): Don't
...
consume a newline following `}'.
(texinfo-format-email): New function.
(toplevel): Use texinfo-format-email for @email.
(texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp): Add
`display'.
(texinfo-sort-region): Goto point-min before sorting.
(texinfo-set): Remove leading white space from value.
From yagi@is.titech.ac.jp .
2001-05-02 11:44:27 +00:00
Eli Zaretskii
4ff163fdcd
Fix a typo in a comment.
2001-02-22 18:13:41 +00:00
Eli Zaretskii
9238a8df8a
(texinfo-format-scan): Signal an error if
...
@ follows an accent command such as @'. Support optional braces
in commands that insert accents, like makeinfo does.
2001-02-22 13:30:58 +00:00
Gerd Moellmann
11595aa959
(texinfo-format-xref): Don't try to insert nil.
2000-04-27 18:58:13 +00:00
Gerd Moellmann
9ed79f5d1a
(texinfo-format-scan): Use ?\n instead
...
of a real newline.
2000-01-09 18:21:26 +00:00
Karl Heuer
5762abecd3
Fix maintainer address.
1999-08-16 04:04:27 +00:00
Karl Heuer
7220ca11af
Handle @ifnottex.
1999-08-16 03:17:09 +00:00
Karl Heuer
95012c62d5
(texinfo-format-direntry): Avoid blank line.
1999-05-29 19:22:00 +00:00
Richard M. Stallman
69c6eff89b
(texinfo-format-var): Handle other nested constructs, using
...
texinfo-parse-expanded-arg and texinfo-discard-command, not
texinfo-parse-arg-discard.
1999-05-19 21:30:58 +00:00
Richard M. Stallman
294500f232
(texinfo-anchor): Don't delete a non-speace after the @anchor command.
1999-05-19 01:40:23 +00:00