Paul Eggert
06c2ec4946
Merge from gnulib.
...
This incorporates:
2014-01-23 pthread: work around winpthread header pollution on mingw
* lib/time.in.h: Update from gnulib.
* doc/misc/texinfo.tex: Update from texinfo.
2014-02-05 11:41:03 -08:00
Glenn Morris
6222d672a5
* doc/misc/epa.texi: Add indices.
2014-02-05 00:35:24 -08:00
Glenn Morris
645586dcd8
Some doc for url-cookie-list
...
* lisp/url/url-cookie.el (url-cookie-list): Doc fix.
* doc/misc/url.texi (Cookies): Mention url-cookie-list command.
* etc/NEWS: Related edit.
2014-02-04 23:46:40 -08:00
Glenn Morris
f16a3d523a
* doc/misc/cl.texi (Blocks and Exits): Mention cl-tagbody.
...
* etc/NEWS: Related edit.
2014-02-02 18:58:13 -08:00
Glenn Morris
65bc4bb587
* doc/misc/efaq-w32.texi (Tramp ssh): Remove deleted tramp methods.
...
* etc/NEWS: Related edits.
2014-02-01 17:16:18 -08:00
Glenn Morris
a69ecd19fe
Delete Selection mode doc updates
...
* lisp/delsel.el (delete-selection-mode): Doc fix.
* doc/misc/efaq.texi (Replacing highlighted text):
Update delete-selection-mode doc.
* etc/NEWS: Related edit.
2014-01-30 23:28:17 -08:00
Xue Fuqiao
ba74a2c0f2
* doc/misc/sem-user.texi (Include paths): Fix a Texinfo command.
2014-01-30 11:41:34 +08:00
Glenn Morris
ece4bae50f
Doc, comment, etc updates for increased use of locate-user-emacs-file
...
This should have been a prerequisite for making these changes in the
first place.
* doc/emacs/calendar.texi (Time Intervals):
* doc/misc/idlwave.texi (Lesson III---User Catalog, Online Help)
(Starting the Shell, Catalogs, User Catalog):
* doc/misc/remember.texi (Quick Start):
* doc/misc/viper.texi:
* doc/misc/vip.texi (Customization, Customizing Constants)
(Customizing Key Bindings): Update for files being in ~/.emacs.d/.
* lisp/ido.el (ido-save-directory-list-file):
* lisp/saveplace.el (save-place-file):
* lisp/calendar/timeclock.el (timeclock-file):
* lisp/net/quickurl.el (quickurl-url-file):
* lisp/obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
* lisp/progmodes/idlwave.el (idlwave-config-directory):
* lisp/textmodes/remember.el (remember-data-file):
Bump :version.
* lisp/shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
* lisp/strokes.el (strokes-file): Doc fix. Bump :version.
(strokes-help): Doc fix.
* lisp/emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
* lisp/emulation/viper.el (viper): Doc fix for custom group.
(top-level): Remove oh-so-no-longer-relevant text about vip.
* lisp/obsolete/otodo-mode.el (todo-prefix): Doc fix.
* etc/NEWS: Related edits.
2014-01-26 18:02:28 -08:00
Xue Fuqiao
caece7c393
* doc/misc/cc-mode.texi (Minor Modes): Minor fix.
2014-01-25 12:53:33 +08:00
David Engster
c13b1a2dbf
Fix references in EIEIO documentation.
...
* eieio.texi (Introduction): Fix references.
2014-01-24 23:15:29 +01:00
Glenn Morris
5ace6c29b9
Misc small doc updates
...
* doc/emacs/ack.texi (Acknowledgments): No longer mention obsolete terminal.el.
* doc/misc/efaq.texi (Termcap/Terminfo entries for Emacs):
Use M-x term rather than M-x terminal-emulator.
* etc/NEWS: Related markup.
2014-01-23 23:36:34 -08:00
Glenn Morris
96c983e0d3
* doc/misc/emacs-mime.texi (time-date): Use float-time.
...
* etc/NEWS: Related edit.
2014-01-23 19:57:53 -08:00
David Engster
45d9ec7571
Update EIEIO documentation.
...
* eieio.texi (Introduction): Move introductory paragraph about
EIEIO and CLOS from 'Building Classes' to here.
(Documentation): Remove, since eieio-doc is not part of Emacs.
(Class Values, CLOS compatibility): Mention that
`describe-function' will also give information about classes.
2014-01-22 22:50:47 +01:00
Glenn Morris
38942b9cf5
ChangeLog fixes
2014-01-21 00:49:46 -08:00
Glenn Morris
2fb6d9c6d6
ChangeLog fixes
2014-01-20 17:39:59 -05:00
Glenn Morris
d967cd184c
ChangeLog fixes
2014-01-16 00:34:43 -08:00
Glenn Morris
630395d1f6
Small doc/ copyedits
...
* doc/emacs/files.texi (File Conveniences):
* doc/emacs/misc.texi (EWW): Copyedits.
* doc/misc/Makefile.in (eww_deps): Does not depend on emacsver.texi.
* doc/misc/eww.texi: Comment.
2014-01-15 13:27:51 -05:00
Glenn Morris
c6c863df8d
ChangeLog fixes
2014-01-15 00:49:38 -08:00
Glenn Morris
39c871402f
ChangeLog fixes
2014-01-14 22:06:07 -05:00
Glenn Morris
689c9ca51e
ChangeLog fixes
2014-01-14 00:13:13 -08:00
David Engster
194a9710e3
Update EIEIO documentation because of namespace cleanup.
...
* eieio.texi (Introduction): `class-of' is obsolete.
(Predicates, Basic Methods): Adapt function names to namespace
cleanup.
* NEWS: Add missing renames to EIEIO section. Also, no functions
were removed but only made obsolete. Class field accessors were
always purely internal, so remove that remark. Add markup.
2014-01-12 17:50:54 +01:00
Michael Albinus
c5eb43237d
* tramp.texi (all): Doc fix according to GNU Coding Standards.
...
Use "file name" instead of "filename" or "path". Use "host"
instead of "machine".
2014-01-12 16:19:07 +01:00
Xue Fuqiao
e6344e177a
Rename eww-download-path to eww-download-directory.
...
* lisp/net/eww.el (eww-download-directory): Rename from
`eww-download-path' (Bug#16419).
* doc/misc/eww.texi (Basics): Use "directory" instead of "path" (Bug#16419).
2014-01-12 22:25:10 +08:00
Glenn Morris
4efa3f1e0e
Replace doc references to deleted etc/ files
...
* README: Replace reference to etc/MAILINGLISTS.
* doc/man/emacs.1: Replace reference to etc/MAILINGLISTS.
* doc/misc/efaq.texi (Guidelines for newsgroup postings)
(Informational files for Emacs):
Remove references to etc/MAILINGLISTS, etc/INTERVIEW.
2014-01-11 17:35:51 -08:00
Glenn Morris
a12bf61ed4
ChangeLog fixes
2014-01-10 19:55:50 -08:00
Stefan Monnier
122ff675df
* doc/lispref/functions.texi (Advising Functions): New section.
...
* doc/lispref/modes.texi (Running Hooks): Don't document with-wrapper-hook and
run-hook-wrapped any more.
(Hooks): Link to the new Advising Functions node.
* doc/lispref/elisp.texi (Top): Don't include advice.texi.
* doc/lispref/advice.texi: Remove.
* doc/lispref/makefile.w32-in (srcs):
* doc/lispref/Makefile.in (srcs): Adjust accordingly.
* doc/misc/cl.texi (Function Bindings): Fix incorrect description of cl-let.
2014-01-10 14:40:32 -05:00
Rüdiger Sonderfeld
548a1b28ff
Document EWW.
...
* doc/emacs/emacs.texi: Add EWW.
* doc/emacs/misc.texi (EWW): Document EWW.
* doc/misc/Makefile.in: Add eww.texi.
* doc/misc/eww.texi: New file.
2014-01-10 00:21:56 +01:00
Glenn Morris
d831c9b864
Fix some superscript typos in doc/
...
* doc/lispref/files.texi (File Attributes):
* doc/misc/efaq.texi (Problems with very large files):
Fix superscript typo.
2014-01-07 13:50:49 -05:00
Glenn Morris
cfdaa15006
ChangeLog fixes
2014-01-07 08:55:17 -08:00
Bastien Guerry
3c8b09ca2e
Merge Org version 8.2.5c.
2014-01-07 14:22:53 +01:00
Glenn Morris
ff4a5a419e
Merge some info from etc/MORE.STUFF into efaq.texi
...
* doc/misc/efaq.texi (Basic editing, Packages that do not come with Emacs):
Merge in some info from etc/MORE.STUFF.
2014-01-07 00:35:29 -08:00
Paul Eggert
c6ab4664a6
Specify .texi encoding.
...
* emacs-lisp-intro.texi:
* back.texi, book-spine.texi, lay-flat.texi:
* ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
* cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
* ede.texi, ediff.texi, edt.texi, efaq.texi, eieio.texi:
* emacs-gnutls.texi, epa.texi, erc.texi, ert.texi:
* eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi:
* gnus-faq.texi, htmlfontify.texi, idlwave.texi, ido.texi, info.texi:
* message.texi, mh-e.texi, newsticker.texi, nxml-mode.texi:
* octave-mode.texi, org.texi, pcl-cvs.texi, pgg.texi, rcirc.texi:
* reftex.texi, remember.texi, sasl.texi, sc.texi, semantic.texi:
* ses.texi, sieve.texi, smtpmail.texi, speedbar.texi, srecode.texi:
* todo-mode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
* widget.texi, wisent.texi, woman.texi:
Add @documentencoding.
2014-01-05 21:25:46 -08:00
Aidan Gauland
22db5dd5ed
* eshell.texi (What Eshell is not): Clean up confusing clause.
2014-01-04 12:14:16 +13:00
Vincent Belaïche
e9c04e8bf2
Reverted 2014-01-02T21:05:34Z!vincentb1@users.sourceforge.net.
2014-01-03 15:18:24 +01:00
Michael Albinus
ba05e912ae
Fix typo.
2014-01-03 05:10:07 +01:00
Glenn Morris
de229ee3d4
* doc/misc/efaq-w32.texi, reftex.texi: Use @insertcopying in non-TeX.
2014-01-02 19:15:01 -08:00
Glenn Morris
75b76b8763
* ede.texi, eieio.texi, semantic.texi, srecode.texi: Add copyright notice
...
to titlepage.
2014-01-02 19:13:58 -08:00
Glenn Morris
4a970ff58d
* doc/misc/dbus.texi, nxml-mode.texi, widget.texi: Add titlepage.
2014-01-02 19:07:20 -08:00
Glenn Morris
33306400fb
* doc/misc/ert.texi: Add a titlepage. Use @insertcopying.
2014-01-02 19:00:39 -08:00
Glenn Morris
fdf52fd4f6
* doc/misc/calc.texi (Top): Use @top rather than @chapter.
2014-01-02 18:53:29 -08:00
Aidan Gauland
8f9740f0e7
* eshell.text (top): Fix incorrect use of xref.
2014-01-03 14:55:15 +13:00
Vincent Belaïche
b66b98fe41
Add support for local printer functions in SES.
2014-01-02 22:05:34 +01:00
Aidan Gauland
112720b181
* eshell.text (top): Fix incorrect info filename in an xref.
2014-01-03 09:17:19 +13:00
Glenn Morris
c28426f9f5
* doc/misc/Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps.
2014-01-02 11:19:20 -08:00
Aidan Gauland
f2299e89bc
* eshell.text (Command Basics): Removed `Command basics' chapter.
2014-01-02 22:32:20 +13:00
Aidan Gauland
94ee87197f
* eshell.text (What is Eshell?): Add section about what not to use Eshell for.
2014-01-02 22:27:46 +13:00
Paul Eggert
ba3189039a
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
Eli Zaretskii
634425957a
Revert @documentencoding changes in the docs.
2013-12-30 19:08:32 +02:00
Paul Eggert
dcd812be6a
Specify info encoding and language.
...
* emacs.texi, emacs-xtra.texi:
* emacs-lisp-intro.texi:
* back.texi, book-spine.texi, elisp.texi, lay-flat.texi:
* ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
* cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
* ede.texi, ediff.texi, edt.texi, efaq-w32.texi, efaq.texi:
* eieio.texi, emacs-gnutls.texi, emacs-mime.texi, epa.texi, erc.texi:
* ert.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi:
* gnus-coding.texi, gnus-faq.texi, gnus.texi, htmlfontify.texi:
* idlwave.texi, ido.texi, info.texi, mairix-el.texi, message.texi:
* mh-e.texi, newsticker.texi, nxml-mode.texi, octave-mode.texi:
* org.texi, pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi:
* remember.texi, sasl.texi, sc.texi, semantic.texi, ses.texi:
* sieve.texi, smtpmail.texi, speedbar.texi, srecode.texi:
* todo-mode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
* widget.texi, wisent.texi, woman.texi:
Add @documentencoding, @documentlanguage as needed.
Fixes: debbugs:16292
2013-12-29 19:19:25 -08:00
Glenn Morris
8449dd1f65
authors.el updates and ChangeLog fixes
...
* lisp/emacs-lisp/authors.el (authors-ignored-files)
(authors-valid-file-names, authors-renamed-files-alist): Additions.
2013-12-27 16:31:33 -08:00