- 28 Feb, 2014 1 commit
-
-
Karl Berry authored
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.
-
- 25 Feb, 2014 2 commits
-
-
Glenn Morris authored
* 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.
-
Glenn Morris authored
* doc/lispintro/emacs-lisp-intro.texi (X11 Colors): * doc/misc/efaq-w32.texi (Bash): Don't use setq with hooks.
-
- 24 Feb, 2014 1 commit
-
-
Paul Eggert authored
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.
-
- 22 Feb, 2014 1 commit
-
-
Xue Fuqiao authored
* doc/misc/remember.texi (Quick Start): Add an index. (Function Reference, Quick Start): Add cross-references.
-
- 21 Feb, 2014 1 commit
-
-
Glenn Morris authored
* 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.
-
- 19 Feb, 2014 2 commits
-
-
Michael Albinus authored
-
Glenn Morris authored
* 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.
-
- 18 Feb, 2014 1 commit
-
-
Glenn Morris authored
* 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.
-
- 17 Feb, 2014 1 commit
-
-
Glenn Morris authored
* doc/misc/eieio.texi (Class Values, CLOS compatibility): Remove references to deleted eieio-describe-class/generic. * lisp/cedet/ede/cpp-root.el: Comment update.
-
- 16 Feb, 2014 2 commits
-
-
Michael Albinus authored
* 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.
-
Michael Albinus authored
-
- 14 Feb, 2014 1 commit
-
-
Jay Belanger authored
incorrect keybinding. doc/misc/calc.texi (Single-Variable Statistics): Remove mention of incorrect keybinding.
-
- 13 Feb, 2014 1 commit
-
-
Juanma Barranquero authored
-
- 12 Feb, 2014 1 commit
-
-
Paul Eggert authored
-
- 08 Feb, 2014 1 commit
-
-
Glenn Morris authored
* 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
-
- 07 Feb, 2014 1 commit
-
-
Glenn Morris authored
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.
-
- 06 Feb, 2014 2 commits
-
-
Glenn Morris authored
* doc/misc/epa.texi (Mail-mode integration): Mention epa-mail-aliases. * lisp/epa.el (epa-mail-aliases): Doc fix. * etc/NEWS: Related edit.
-
Glenn Morris authored
* 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
-
- 05 Feb, 2014 3 commits
-
-
Paul Eggert authored
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.
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/url/url-cookie.el (url-cookie-list): Doc fix. * doc/misc/url.texi (Cookies): Mention url-cookie-list command. * etc/NEWS: Related edit.
-
- 03 Feb, 2014 1 commit
-
-
Glenn Morris authored
* etc/NEWS: Related edit.
-
- 02 Feb, 2014 1 commit
-
-
Glenn Morris authored
* etc/NEWS: Related edits.
-
- 31 Jan, 2014 1 commit
-
-
Glenn Morris authored
* lisp/delsel.el (delete-selection-mode): Doc fix. * doc/misc/efaq.texi (Replacing highlighted text): Update delete-selection-mode doc. * etc/NEWS: Related edit.
-
- 30 Jan, 2014 1 commit
-
-
Xue Fuqiao authored
-
- 27 Jan, 2014 1 commit
-
-
Glenn Morris authored
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.
-
- 25 Jan, 2014 1 commit
-
-
Xue Fuqiao authored
-
- 24 Jan, 2014 3 commits
-
-
David Engster authored
* eieio.texi (Introduction): Fix references.
-
Glenn Morris authored
* 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.
-
Glenn Morris authored
* etc/NEWS: Related edit.
-
- 22 Jan, 2014 1 commit
-
-
David Engster authored
* 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.
-
- 21 Jan, 2014 1 commit
-
-
Glenn Morris authored
-
- 20 Jan, 2014 1 commit
-
-
Glenn Morris authored
-
- 16 Jan, 2014 1 commit
-
-
Glenn Morris authored
-
- 15 Jan, 2014 3 commits
-
-
Glenn Morris authored
* 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.
-
Glenn Morris authored
-
Glenn Morris authored
-
- 14 Jan, 2014 1 commit
-
-
Glenn Morris authored
-
- 12 Jan, 2014 1 commit
-
-
David Engster authored
* 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.
-