Add Todo mode user manual.
* doc/misc/Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode. (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT)): (todo-mode.dvi, todo-mode.pdf): New rules. * doc/misc/todo-mode.texi: New file. * info/dir: Add todo-mode.
This commit is contained in:
parent
671d5c1654
commit
016d3f7ddc
5 changed files with 1786 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-08-04 Stephen Berman <stephen.berman@gmx.net>
|
||||
|
||||
* info/dir: Add todo-mode.
|
||||
|
||||
2013-08-04 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Fix some minor races in hosts lacking mkostemp (Bug#15015).
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
2013-08-04 Stephen Berman <stephen.berman@gmx.net>
|
||||
|
||||
* Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
|
||||
(todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT)):
|
||||
(todo-mode.dvi, todo-mode.pdf): New rules.
|
||||
|
||||
* todo-mode.texi: New file.
|
||||
|
||||
2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* gnus.texi (Basic Usage): Mention that warp means jump here.
|
||||
|
|
|
@ -48,7 +48,7 @@ INFO_TARGETS = ada-mode auth autotype bovine calc ccmode cl \
|
|||
flymake forms gnus emacs-gnutls htmlfontify idlwave ido info.info \
|
||||
mairix-el message mh-e newsticker nxml-mode \
|
||||
org pcl-cvs pgg rcirc remember reftex sasl \
|
||||
sc semantic ses sieve smtpmail speedbar srecode tramp \
|
||||
sc semantic ses sieve smtpmail speedbar srecode todo-mode tramp \
|
||||
url vip viper widget wisent woman
|
||||
|
||||
DVI_TARGETS = \
|
||||
|
@ -100,6 +100,7 @@ DVI_TARGETS = \
|
|||
smtpmail.dvi \
|
||||
speedbar.dvi \
|
||||
srecode.dvi \
|
||||
todo-mode.dvi \
|
||||
tramp.dvi \
|
||||
url.dvi \
|
||||
vip.dvi \
|
||||
|
@ -157,6 +158,7 @@ PDF_TARGETS = \
|
|||
smtpmail.pdf \
|
||||
speedbar.pdf \
|
||||
srecode.pdf \
|
||||
todo-mode.pdf \
|
||||
tramp.pdf \
|
||||
url.pdf \
|
||||
vip.pdf \
|
||||
|
@ -645,6 +647,15 @@ srecode.dvi: ${srcdir}/srecode.texi ${gfdl}
|
|||
srecode.pdf: ${srcdir}/srecode.texi ${gfdl}
|
||||
$(ENVADD) $(TEXI2PDF) ${srcdir}/srecode.texi
|
||||
|
||||
todo-mode : $(buildinfodir)/todo-mode$(INFO_EXT)
|
||||
$(buildinfodir)/todo-mode$(INFO_EXT): ${srcdir}/todo-mode.texi ${gfdl}
|
||||
$(mkinfodir)
|
||||
$(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ ${srcdir}/todo-mode.texi
|
||||
todo-mode.dvi: ${srcdir}/todo-mode.texi ${gfdl}
|
||||
$(ENVADD) $(TEXI2DVI) ${srcdir}/todo-mode.texi
|
||||
todo-mode.pdf: ${srcdir}/todo-mode.texi ${gfdl}
|
||||
$(ENVADD) $(TEXI2PDF) ${srcdir}/todo-mode.texi
|
||||
|
||||
tramp : $(buildinfodir)/tramp$(INFO_EXT)
|
||||
$(buildinfodir)/tramp$(INFO_EXT): ${srcdir}/tramp.texi ${srcdir}/trampver.texi ${gfdl}
|
||||
$(mkinfodir)
|
||||
|
|
1760
doc/misc/todo-mode.texi
Normal file
1760
doc/misc/todo-mode.texi
Normal file
File diff suppressed because it is too large
Load diff
3
info/dir
3
info/dir
|
@ -36,7 +36,7 @@ Emacs editing modes
|
|||
Java, Pike, AWK, and CORBA IDL code.
|
||||
* IDLWAVE: (idlwave). Major mode and shell for IDL files.
|
||||
* nXML Mode: (nxml-mode). XML editing mode with RELAX NG support.
|
||||
* Org Mode: (org). Outline-based notes management and organizer
|
||||
* Org Mode: (org). Outline-based notes management and organizer.
|
||||
|
||||
Emacs network features
|
||||
* EUDC: (eudc). Emacs client for directory servers (LDAP, PH).
|
||||
|
@ -86,6 +86,7 @@ Emacs misc features
|
|||
* Wisent: (wisent). Semantic Wisent parser development.
|
||||
* SES: (ses). Simple Emacs Spreadsheet.
|
||||
* Speedbar: (speedbar). File/Tag summarizing utility.
|
||||
* Todo Mode: (todo-mode). Make and maintain todo lists.
|
||||
* VIP: (vip). An older VI-emulation for Emacs.
|
||||
* VIPER: (viper). A VI-emulation mode for Emacs.
|
||||
* WoMan: (woman). Browse UN*X Manual Pages "W.O. (without) Man".
|
||||
|
|
Loading…
Add table
Reference in a new issue