aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * doc/misc/sem-user.texi (Create System Databases): Markup fix.Xue Fuqiao2014-03-021-0/+4
|
* Remove no-longer-relevant text about writing Info nodes by handGlenn Morris2014-02-271-0/+4
| | | | | | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00359.html * doc/misc/info.texi (Further Reading): Rename node from Expert Info. Remove stuff about writing Info nodes by hand. (Help-Cross): Move node from (mainly deleted) chapter 3 to chapter 1.
* * doc/misc/info.texi: Nuke hand-written node pointers.Glenn Morris2014-02-271-0/+4
|
* Add H binding to info, for compatibility with standalone infoKarl Berry2014-02-271-0/+4
| | | | | | | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00309.html * lisp/info.el (Info-mode-map): Add H for describe-mode, to synchronize with standalone Info. * doc/misc/info.texi (Top): Mention H for a summary of all commands.
* Doc updates related to tty-setup-hookGlenn Morris2014-02-251-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/custom.texi (Terminal Init): Replace term-setup-hook with tty-setup-hook. * doc/lispref/display.texi (Window Systems): * doc/lispref/hooks.texi (Standard Hooks): Replace term-setup-hook with tty-setup-hook. * doc/lispref/os.texi (Startup Summary, Init File, Terminal-Specific): Replace term-setup-hook with tty-setup-hook, and update. * doc/misc/edt.texi (Quick start, Starting emulation): * doc/misc/efaq.texi (Fullscreen mode on MS-Windows) (Terminal setup code works after Emacs has begun): Update hook details. * doc/misc/vip.texi (Loading VIP): Fix hook example. * lisp/faces.el (tty-setup-hook, tty-run-terminal-initialization): Doc fixes. * lisp/startup.el (term-setup-hook): Doc fix. Make obsolete. * lisp/emulation/edt.el: Comment update. * lisp/term/sun.el (sun-raw-prefix-hooks): Use tty-setup-hook instead of term-setup-hook. (terminal-init-sun): Construct message from bytecomp plist. * lisp/term/wyse50.el (enable-arrow-keys): Doc fix. * etc/refcards/vipcard.tex: Hook fix. * etc/NEWS: Related edit.
* In doc/, use add-hook rather than setq for hooksGlenn Morris2014-02-241-0/+4
| | | | | * doc/lispintro/emacs-lisp-intro.texi (X11 Colors): * doc/misc/efaq-w32.texi (Bash): Don't use setq with hooks.
* Merge from gnulib.Paul Eggert2014-02-231-0/+4
| | | | | | 2014-02-21 timer: fix uClibc detection of threading 2014-02-21 maintainer-makefiles: provide AC_PROG_SED for older autoconf * texinfo.tex: Update from gnulib.
* Some remember docXue Fuqiao2014-02-231-0/+5
| | | | | * doc/misc/remember.texi (Quick Start): Add an index. (Function Reference, Quick Start): Add cross-references.
* Some doc updates for default process sentinels and filters not being nilGlenn Morris2014-02-211-0/+7
| | | | | | | | | | | | | | | | | | | * doc/lispref/internals.texi (Process Internals): * doc/lispref/processes.texi (Deleting Processes, Output from Processes) (Process Buffers, Filter Functions, Accepting Output, Sentinels) (Network, Network Servers, Network Processes, Serial Ports): Filters and sentinels can no longer be nil. * doc/lispref/elisp.texi (Top): Menu update. * doc/misc/flymake.texi (Starting the syntax check process): Grammar fix. * doc/misc/tramp.texi (External packages): Grammar fix. Reword for default sentinel not being nil any more. * src/process.c (Fprocess_buffer, Faccept_process_output) (Finternal_default_process_filter, Finternal_default_process_sentinel): Doc fixes.
* * trampver.texi: Update release number.Michael Albinus2014-02-191-0/+4
|
* Some remember docGlenn Morris2014-02-191-0/+6
| | | | | | | | | | | | * doc/misc/remember.texi: Copyedits. (Quick Start): No need for manual autoloads. Mention remember-notes. (Function Reference): Update arguments. Add new commands. * lisp/textmodes/remember.el: Set maintainer to emacs-devel according to remember.texi. Move provide statement to end. (remember-mode-map, remember-notes-mode-map, remember-notes-mode) (remember-notes): Doc fixes.
* Some remember docGlenn Morris2014-02-181-0/+7
| | | | | | | | | | | | | | | * doc/misc/remember.texi (copying): Bump remember mode version. (Installation): Remove unnecessary chapter. (Quick Start): No need to explicitly load remember.el. (Separate Text Files): New section. * lisp/textmodes/remember.el (remember-data-directory) (remember-directory-file-name-format, remember-store-in-files) (remember-notes-initial-major-mode, remember-notes-bury-on-kill) (remember-notes-save-and-bury-buffer) (remember-notes--kill-buffer-query): Doc fixes. * etc/NEWS: Related edit.
* Some doc updates for eieio-describe-class/genericGlenn Morris2014-02-171-1/+5
| | | | | | | * doc/misc/eieio.texi (Class Values, CLOS compatibility): Remove references to deleted eieio-describe-class/generic. * lisp/cedet/ede/cpp-root.el: Comment update.
* Sync with Tramp 2.2.9.Michael Albinus2014-02-161-0/+4
| | | | | | | | | | * doc/misc/trampver.texi: Update release number. * lisp/net/trampver.el: Update release number. * test/automated/tramp-tests.el (password-cache-expiry): Set to nil. (tramp-test28-shell-command): Make a while loop when waiting for process exit.
* * efaq-w32.texi (Tramp ssh): Remove also pscp1 and pscp2.Michael Albinus2014-02-161-0/+4
|
* lisp/calc/calc-menu.el (calc-vectors-menu): Remove menu item forJay Belanger2014-02-131-0/+5
| | | | | | | incorrect keybinding. doc/misc/calc.texi (Single-Variable Statistics): Remove mention of incorrect keybinding.
* Fix typos in Changelogs.Juanma Barranquero2014-02-131-4/+4
|
* * texinfo.tex: Update from gnulib.Paul Eggert2014-02-121-0/+4
|
* auth-sources doc fixesGlenn Morris2014-02-071-0/+5
| | | | | | | | | * doc/misc/auth.texi (GnuPG and EasyPG Assistant Configuration): Be agnostic about authinfo/authinfo.gpg default order. * lisp/gnus/auth-source.el (auth-sources): Doc fix. Fixes: debbugs:16642
* Move iswitchb.el to obsolete/Glenn Morris2014-02-061-0/+4
| | | | | | | | | | | | | | | | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00501.html * lisp/obsolete/iswitchb.el: Move to obsolete/. * lisp/simple.el (iswitchb-mode): Add manual autoloads to ease transition, since obsolete/ is not scanned for autoloads. * lisp/emacs-lisp/authors.el (authors-valid-file-names): Add iswitchb.el. * doc/emacs/ack.texi (Acknowledgments): No longer mention obsolete files. * doc/misc/viper.texi (File and Buffer Handling): Prefer ido to iswitchb. * etc/NEWS: Related edits.
* Some doc for epa-mail-aliasesGlenn Morris2014-02-051-0/+2
| | | | | | | | * doc/misc/epa.texi (Mail-mode integration): Mention epa-mail-aliases. * lisp/epa.el (epa-mail-aliases): Doc fix. * etc/NEWS: Related edit.
* Replace some colons in Texinfo index entriesGlenn Morris2014-02-051-0/+4
| | | | | | | | * doc/lispintro/emacs-lisp-intro.texi (Recursive Patterns): * doc/misc/mh-e.texi, doc/misc/viper.texi: Do not use colons in index entries. Fixes: debbugs:16652
* Merge from gnulib.Paul Eggert2014-02-051-0/+4
| | | | | | | | | 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.
* * doc/misc/epa.texi: Add indices.Glenn Morris2014-02-051-0/+2
|
* Some doc for url-cookie-listGlenn Morris2014-02-041-0/+4
| | | | | | | | * lisp/url/url-cookie.el (url-cookie-list): Doc fix. * doc/misc/url.texi (Cookies): Mention url-cookie-list command. * etc/NEWS: Related edit.
* * doc/misc/cl.texi (Blocks and Exits): Mention cl-tagbody.Glenn Morris2014-02-021-0/+4
| | | | * etc/NEWS: Related edit.
* * doc/misc/efaq-w32.texi (Tramp ssh): Remove deleted tramp methods.Glenn Morris2014-02-011-0/+4
| | | | * etc/NEWS: Related edits.
* Delete Selection mode doc updatesGlenn Morris2014-01-301-0/+5
| | | | | | | | | * lisp/delsel.el (delete-selection-mode): Doc fix. * doc/misc/efaq.texi (Replacing highlighted text): Update delete-selection-mode doc. * etc/NEWS: Related edit.
* * doc/misc/sem-user.texi (Include paths): Fix a Texinfo command.Xue Fuqiao2014-01-301-0/+4
|
* Doc, comment, etc updates for increased use of locate-user-emacs-fileGlenn Morris2014-01-261-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* * doc/misc/cc-mode.texi (Minor Modes): Minor fix.Xue Fuqiao2014-01-251-0/+4
|
* Fix references in EIEIO documentation.David Engster2014-01-241-0/+4
| | | | * eieio.texi (Introduction): Fix references.
* Misc small doc updatesGlenn Morris2014-01-231-0/+3
| | | | | | | | | * 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.
* * doc/misc/emacs-mime.texi (time-date): Use float-time.Glenn Morris2014-01-231-0/+4
| | | | * etc/NEWS: Related edit.
* Update EIEIO documentation.David Engster2014-01-221-0/+8
| | | | | | | | * 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.
* ChangeLog fixesGlenn Morris2014-01-211-4/+4
|
* ChangeLog fixesGlenn Morris2014-01-201-0/+20
|
* ChangeLog fixesGlenn Morris2014-01-161-4/+19
|
* Small doc/ copyeditsGlenn Morris2014-01-151-0/+4
| | | | | | | | | * 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.
* ChangeLog fixesGlenn Morris2014-01-151-1/+1
|
* ChangeLog fixesGlenn Morris2014-01-141-5/+10
|
* ChangeLog fixesGlenn Morris2014-01-141-1/+11
|
* Update EIEIO documentation because of namespace cleanup.David Engster2014-01-121-0/+6
| | | | | | | | | * 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.
* * tramp.texi (all): Doc fix according to GNU Coding Standards.Michael Albinus2014-01-121-0/+6
| | | | | Use "file name" instead of "filename" or "path". Use "host" instead of "machine".
* Rename eww-download-path to eww-download-directory.Xue Fuqiao2014-01-121-0/+4
| | | | | | * 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).
* Replace doc references to deleted etc/ filesGlenn Morris2014-01-111-0/+6
| | | | | | | | | | * 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.
* ChangeLog fixesGlenn Morris2014-01-101-8/+20
|
* * doc/lispref/functions.texi (Advising Functions): New section.Stefan Monnier2014-01-101-42/+46
| | | | | | | | | | | * 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.
* Document EWW.RĂ¼diger Sonderfeld2014-01-101-0/+5
| | | | | | | * 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.
* Fix some superscript typos in doc/Glenn Morris2014-01-071-0/+4
| | | | | | * doc/lispref/files.texi (File Attributes): * doc/misc/efaq.texi (Problems with very large files): Fix superscript typo.