| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| |
|
|
|
|
|
|
|
|
| |
* lisp/simple.el (just-one-space, cycle-spacing): Doc fixes.
* doc/emacs/killing.texi (Deletion): Mention cycle-spacing.
* doc/lispref/text.texi: Comment.
* etc/NEWS: Related edits.
|
| | |
|
| |
|
|
|
|
|
|
| |
* doc/emacs/text.texi (Fill Commands): Mention fill-single-char-nobreak-p.
* lisp/textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
* etc/NEWS: Related edit.
|
| |
|
|
| |
* etc/NEWS: Related markup.
|
| |
|
|
|
|
| |
(vc-editable-p, vc-checkout): Remove unused declarations.
* etc/NEWS: Small edits.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* doc/emacs/dired.texi (Misc Dired Features): Copyedits for hide-details.
* lisp/dired.el (dired-hide-details-hide-symlink-targets)
(dired-hide-details-hide-information-lines)
(dired-hide-details-mode): Doc fixes.
* lisp/emulation/cua-base.el (cua-mode): Doc fix.
* etc/NEWS: Related edits.
* lisp/ChangeLog: Comment changes do not need ChangeLog entries.
|
| |
|
|
|
|
| |
In general, it is not necessary for NEWS to repeat information from an
option's doc-string. All NEWS really has to do is advertise that the
option exists.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* lisp/progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
Doc fix. Make obsolete.
(opascal-mode): No longer mention opascal-tab-always-indents in doc.
* doc/emacs/ack.texi (Acknowledgments):
* doc/emacs/programs.texi (Program Modes):
Update for delphi.el -> opascal.el renaming.
* etc/NEWS: Edits.
|
| |
|
|
|
|
|
|
| |
* doc/emacs/killing.texi (Deletion): Mention delete-duplicate-lines.
* lisp/sort.el (delete-duplicate-lines): Doc fix.
* etc/NEWS: Related edit.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* 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/emacs/ack.texi (Acknowledgments): No longer mention obsolete xesam.el.
* lisp/woman.el (woman-default-faces, woman-monochrome-faces):
Fix obsolescence specification.
* etc/NEWS: Related markup.
|
| |
|
|
|
|
|
|
| |
* doc/lispref/control.texi (Handling Errors): Update with-demoted-errors.
* lisp/subr.el (with-demoted-errors): Doc fix.
* etc/NEWS: Related edit.
|
| |
|
|
| |
* etc/NEWS: Related edit.
|
| |
|
|
| |
* etc/NEWS: Related small edits.
|
| |
|
|
|
|
| |
of eval-expression, eval-last-sexp.
* etc/NEWS: Related edit.
|
| | |
|
| |
|
|
| |
downplay LessTif (Motif is free software now).
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
* lisp/ChangeLog: The installed change was based on this one:
http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00372.html
* etc/NEWS: Fix based on the fact that this does not work out of the box,
unless you fetch the notes, as described in
http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00015.html
Seems very non-intuitive to me...
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* lisp/version.el (emacs-repository-get-version):
Check either .bzr or .git, but not both.
Make the git case actually use the DIR argument, and return nil
rather than the empty string.
* etc/NEWS: Don't mention that emacs-repository-version works for git,
because it only returns nil (since it uses %N and there seem to be no
notes in the git version of the Emacs repo.)
No idea why this change is in trunk during a feature freeze anyway.
|
| |
|
|
|
|
|
|
|
| |
* doc/lispref/display.texi (ImageMagick Images):
Expand on image-format-suffixes.
* lisp/image.el (image-format-suffixes): Doc fix.
* etc/NEWS: Related markup.
|
| |
|
|
| |
* etc/NEWS: Related edit.
|
| |
|
|
|
|
|
| |
* lisp/emacs-lisp/authors.el (authors-valid-file-names):
(authors-renamed-files-alist): Additions.
* lisp/ChangeLog.5, etc/ChangeLog: Clarify old entries.
|
| |
|
|
| |
* lisp/emacs-lisp/authors.el (authors-valid-file-names): Related additions.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* doc/lispref/hash.texi (Other Hash): Do not mention subr-x.el functions;
reverts 2013-12-22 change.
* lisp/emacs-lisp/subr-x.el: Comment.
* etc/NEWS: Small related edits.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Fixes: debbugs:16442
|
| | |
|
| | |
|
| |
|
|
|
|
| |
thingy.
Makefile.in (src): Fix the computation of $vcswitness.
|
| |
|
|
|
|
|
|
|
| |
* 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.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
* 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.
|
| | |
|