- 10 Jan, 2014 11 commits
-
-
Rüdiger Sonderfeld authored
* doc/lispref/hash.texi (Hash Tables): Add cindex entry for `subr-x' functions. * doc/lispref/strings.texi (Creating Strings, Text Comparison): Document functions from `subr-x'.
-
Eli Zaretskii authored
lisp/emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
-
Thien-Thi Nguyen authored
* admin/notes/bzr (Using git-bzr): New section.
-
Chong Yidong authored
-
Anders Lindgren authored
lisp/follow.el (follow-cache-command-list): Include right-char and left-char.
-
Glenn Morris authored
-
Paul Eggert authored
* mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro. * woman.el (woman-mark-horizontal-position): Rename from woman-mark-horizonal-position. Use changed.
-
Glenn Morris authored
* lisp/info.el (info-initialize): If running uninstalled, ensure our own info files are always found first, even if INFOPATH is set.
-
Glenn Morris authored
-
Glenn Morris authored
* etc/FTP: Mark as obsolete. * etc/ORDERS: Replace contents with pointer to emacs.info, mark obsolete. * doc/emacs/emacs.texi (Distrib): Add donate URL. Add anchor. * lisp/help.el (view-order-manuals): Open emacs.info rather than ORDERS.
-
Rüdiger Sonderfeld authored
* doc/emacs/dired.texi (Misc Dired Features): Document `dired-hide-details-mode', `dired-hide-details-hide-symlink-targets', and `dired-hide-details-hide-information-lines'.
-
- 09 Jan, 2014 23 commits
-
-
Rüdiger Sonderfeld authored
* doc/lispref/text.texi (Parsing HTML/XML): Document `shr-insert-document'.
-
Rüdiger Sonderfeld authored
* 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.
-
David Engster authored
-
David Engster authored
-
David Engster authored
* emacs-lisp/eieio-custom.el: * emacs-lisp/eieio-opt.el: Set generated autoload file to 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org. * emacs-lisp/eieio.el: Regenerate autoloads.
-
Glenn Morris authored
-
Glenn Morris authored
-
Ken Olum authored
Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg00539.html * lisp/gnus/message.el (message-bury): Call bury-buffer with no argument in the message-return-action case too.
-
Glenn Morris authored
-
Glenn Morris authored
* doc/emacs/trouble.texi (Service): * doc/man/emacs.1: Refer to online service directory rather than etc/SERVICE. * etc/SERVICE: Mark as obsolete.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Rüdiger Sonderfeld authored
* doc/emacs/building.texi (Lisp Libraries): Document `load-prefer-newer'. It is already documented in lispref.
-
Rüdiger Sonderfeld authored
* doc/lispref/strings.texi (Text Comparison): Document `string-suffix-p'.
-
Glenn Morris authored
Not a Debian bug; use format that bug-reference-mode understands
-
Eric S. Raymond authored
-
Eric S. Raymond authored
Fixes: debbugs:8756
-
Rüdiger Sonderfeld authored
* etc/NEWS: Better document the speed up, slow down, or reverse animation in Image Mode. * files.texi (File Conveniences): Document `image-next-frame', `image-previous-frame', `image-goto-frame', `image-increase-speed', `image-decrease-speed', `image-reverse-speed', and `image-reset-speed'.
-
Rüdiger Sonderfeld authored
See (info "(elisp) ImageMagick Images").
-
Stefan Monnier authored
(activate-mark): Add `no-tmm' argument. (set-mark, push-mark-command): Use it instead of running activate-mark-hook by hand. Fixes: debbugs:16382
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
- 08 Jan, 2014 6 commits
-
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
* version.el (emacs-bzr-version): Name changed to emacs-repository-version. * loadup.el: Follow through on this name change. * lisp/mail/emacsbug.el (report-emacs-bug): Factor out any assumption about the version control system in use.
-
David Engster authored
-
David Engster authored
* help-fns.el (help-fns-describe-function-functions): New variable to call functions for augmenting help buffers. (describe-function-1): Remove explicit calls to `help-fns--compiler-macro', `help-fns--parent-mode' and `help-fns--obsolete'. Put them in above new variable instead, and call them through `run-hook-with-args'. * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from `eieio-describe-class'. Not meant for interactive use anymore, but to augment existing help buffers. Remove optional second argument. Create proper button for file location. Rewrite function to use `insert' instead of `princ' and `prin1' where possible. (eieio-help-class-slots): Rename from `eieio-describe-class-slots'. (eieio-method-def, eieio-class-def): Move further up. (describe-method, describe-generic, eieio-describe-method): Remove aliases. (eieio-help-constructor, eieio-help-generic): Rename from `eieio-describe-constructor' and `eieio-describe-generic', resp. Rewrite to use `insert' in the current buffer and use proper help buttons. (eieio-help-find-method-definition) (eieio-help-find-class-definition): Also accept symbols as arguments. (eieio-help-mode-augmentation-maybee): Remove. (eieio-describe-class-sb): Use `describe-function'. * emacs-lisp/eieio.el (help-fns-describe-function-functions): Add `eieio-help-generic' and `eieio-help-constructor'.
-
Glenn Morris authored
(When reverting a change _immediately_ after making it, just delete the original ChangeLog entry, rather than adding a new one.)
-