aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* NEWS copyeditsGlenn Morris2014-06-141-24/+22
|
* NEWS cleanup: Remove +++/--- markup, reorder, copyedits, etcGlenn Morris2014-06-081-683/+377
|
* Doc edits re uniquifyGlenn Morris2014-06-081-0/+4
| | | | | | | | | | | | | | | | | | * doc/emacs/buffers.texi (Uniquify): Copyedits. * doc/emacs/files.texi (Visiting): Update for uniquify changes. * doc/lispref/files.texi (Subroutines of Visiting): Mention uniquify. * doc/misc/vip.texi (Files): Defer to Emacs manual for uniquify details. * lisp/bookmark.el (bookmark-load): Doc fix. * lisp/uniquify.el (uniquify-buffer-name-style): Doc fix. * lisp/files.el: Comment. * etc/NEWS: Related edit.
* Document incompatible overlay priority changeGlenn Morris2014-06-051-2/+6
| | | | | | | | * doc/lispref/display.texi (Overlay Properties): Update re priority. * etc/NEWS: Related edit. Fixes: debbugs:17234
* Some documentation for signing of packagesGlenn Morris2014-06-041-3/+14
| | | | | | | | | | | | * doc/emacs/package.texi (Package Menu, Package Installation): Mention signed packages. * doc/lispref/package.texi (Package Archives): Mention signing packages. * lisp/emacs-lisp/package.el (package-check-signature) (package-unsigned-archives): Doc fixes. * etc/NEWS: Related edits.
* * emacs/package.texi (Package Installation): Mention package-pinned-packages.Glenn Morris2014-06-021-0/+1
| | | | * etc/NEWS: Related markup.
* * lisp/emacs-lisp/package.el (package-pinned-packages): Doc fix.Glenn Morris2014-06-021-2/+2
| | | | * etc/NEWS: Related edit.
* * etc/NEWS: Add placeholders for undocumented package.el changes.Glenn Morris2014-06-011-0/+6
|
* Do not mention individual ns options in the manualGlenn Morris2014-05-281-2/+2
| | | | | | | * doc/emacs/macos.texi (Mac / GNUstep Customization): Mention ns custom group. (Customization options specific to Mac OS / GNUstep): Remove section. * etc/NEWS: Related markup.
* Try to document some OS X changesGlenn Morris2014-05-281-9/+11
| | | | | | | | | I can't test any of this, but no-one else seems to care, so this is what you get. * doc/emacs/macos.texi (Mac / GNUstep Customization): Mention some new features. * etc/NEWS: Related edits.
* Doc updates re filter-buffer-substringGlenn Morris2014-05-261-0/+1
| | | | | | | | | | | | | * lisp/simple.el (filter-buffer-substring-functions) (filter-buffer-substring-function, buffer-substring-filters) (filter-buffer-substring, buffer-substring--filter): Doc fixes. * doc/lispref/text.texi (Buffer Contents): Update for filter-buffer-substring changes. * doc/lispref/hooks.texi: Remove old comment. * etc/NEWS: Related markup.
* NEWS markup fixGlenn Morris2014-05-241-1/+0
|
* Specify coding if Latin-1 Emacs would misinterpret.Paul Eggert2014-05-241-0/+1
| | | | | | | * doc/misc/htmlfontify.texi, doc/misc/org.texi: * etc/ETAGS.EBNF, etc/NEWS, etc/ORG-NEWS: Add "coding: utf-8". Fixes: debbugs:17575
* Mention that overlay priority doesn't have to be nil or an integer.Eli Zaretskii2014-04-211-0/+9
| | | | Fixes: debbugs:17234
* Improve NEWS entry for dired-hide-details-mode.Eli Zaretskii2014-04-201-1/+3
|
* * src/buffer.c (Foverlays_at): Add argument `sorted'.Stefan Monnier2014-04-151-0/+2
| | | | | | | | | | | * doc/lispref/display.texi (Overlay Properties): Reword the doc of `priority'. (Finding Overlays): Document new arg of `overlays-at'. * lisp/obsolete/lucid.el (extent-at): * lisp/htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of overlays-at. (hfy-fontify-buffer): Remove unused var `orig-ovls'. * lisp/ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted' arg of overlays-at. Use `invisible-p'.
* Doc updates for buffer-stale-function now applying to file buffers tooGlenn Morris2014-04-031-1/+4
| | | | | | | | | | | | * doc/emacs/arevert-xtra.texi (Supporting additional buffers): * doc/lispref/backups.texi (Reverting): Update for buffer-stale-function also applying to file-buffers. * lisp/autorevert.el (auto-revert-buffers): * lisp/files.el (buffer-stale--default-function) (buffer-stale-function, revert-buffer--default): Doc tweaks. * etc/NEWS: Related edits.
* Doc updates for default values of some -function vars no longer being nilGlenn Morris2014-04-031-0/+2
| | | | | | | | | * doc/emacs/files.texi (Backup Names): * doc/emacs/arevert-xtra.texi (Supporting additional buffers): * doc/lispref/backups.texi (Making Backups, Reverting): Update for default values of some -function vars no longer being nil. * etc/NEWS: Related edits.
* Refix previous NEWS fixGlenn Morris2014-04-031-1/+1
|
* Tweak previous NEWS changeGlenn Morris2014-04-031-4/+6
|
* Doc updates related to changes in revert-buffer function variablesGlenn Morris2014-04-031-3/+4
| | | | | | | | | | | | | | | | * lisp/files.el (make-backup-file-name-function) (make-backup-file-name, make-backup-file-name--default-function) (make-backup-file-name-1, find-backup-file-name) (revert-buffer-function, revert-buffer-insert-file-contents-function) (buffer-stale--default-function, buffer-stale-function) (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p) (revert-buffer, revert-buffer--default) (revert-buffer-insert-file-contents--default-function): Doc fixes related to defaults no longer being nil. (make-backup-file-name-function): Bump :version. Restore nil as a valid but deprecated custom type. * etc/NEWS: Related edit.
* NEWS small editsGlenn Morris2014-04-021-7/+10
|
* Backport NEWS tweak from trunkGlenn Morris2014-03-271-2/+3
|
* Truly maximize w32 frames with odd fonts and some texi fixes.Martin Rudalics2014-03-211-0/+10
| | | | | | | | | | | * w32fns.c (w32_wnd_proc): For WM_WINDOWPOSCHANGING don't constrain frame size in SW_SHOWMAXIMIZED case so we can truly maximize a frame for odd default fonts. * frames.texi (Size and Position): In `frame-resize-pixelwise' description drop remark about frame maximization. * windows.texi (Display Action Functions): Add description for `display-buffer-no-window' and explain use of `allow-no-window' alist entries.
* Add NEWS markup for CEDET.David Engster2014-03-181-0/+3
|
* * doc/lispref/modes.texi (Auto-Indentation): Mention electric-indent variables.Stefan Monnier2014-03-181-0/+1
| | | | | | | * doc/misc/cc-mode.texi (Indentation Commands): Remove C-j, since it's not defined by CC-mode but globally. (FAQ): Tweak text about RET and auto-indentation. * doc/misc/vip.texi (Other Vi Commands): Adjust doc of C-j.
* Update `blink-matching-paren' in the manualDmitry Gutov2014-03-151-0/+1
| | | | | | | | * doc/emacs/programs.texi (Matching): Update WRT to the new `blink-matchin-paren' behavior. * doc/lispref/display.texi (Blinking): Update WRT to the new `blink-matchin-paren' behavior.
* * NEWS: Fix the last change.Dmitry Gutov2014-03-141-1/+0
| | | | Author:
* Support the old `blink-matching-paren' behaviorDmitry Gutov2014-03-141-0/+5
| | | | | | | | * lisp/simple.el (blink-matching-paren): Describe the new value, `jump', enabling the old behavior. (blink-matching-open): Use that value. Fixes: debbugs:17008
* Some doc edits related to desktop-restore-framesGlenn Morris2014-03-121-4/+4
| | | | | | | | | | | | | * doc/emacs/misc.texi (Saving Emacs Sessions): Be briefer about desktop's handling of frames. The manual does not need to mention every option, nor should it just repeat the doc-strings. * lisp/desktop.el (desktop-restore-frames) (desktop-restore-in-current-display, desktop-restore-forces-onscreen) (desktop-restore-reuses-frames): Doc tweaks. * etc/NEWS: Related edits.
* * emacs/indent.texi (Indent Convenience): Mention electric-indent-local-mode.Glenn Morris2014-03-111-0/+1
| | | | | | * lisp/electric.el (electric-indent-mode): Doc fix. * etc/NEWS: Related markup.
* Add missing NEWS entryGlenn Morris2014-03-101-0/+2
|
* Spelling and wording fixes.Paul Eggert2014-03-071-2/+2
|
* More window code related fixes and documentation changes.Martin Rudalics2014-03-061-6/+10
| | | | | | | | | | | | | | | | | | * window.c (Fother_window_for_scrolling): Check that Vother_window_scroll_buffer is a buffer. * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins): Fix doc-strings. (fit-frame-to-buffer): New argument ONLY. Remove dependency on fit-frame-to-buffer variable. Fix doc-string. (fit-window-to-buffer): Set ONLY argument in call of fit-frame-to-buffer. Fix doc-string. * frames.texi (Size and Position): Rewrite entries for `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'. Add description for `fit-frame-to-buffer-sizes'. * windows.texi (Resizing Windows): Add descriptions for pixelwise resizing. Add entries for `window-resize-pixelwise' and `fit-window-to-buffer-horizontally'. Rewrite `fit-window-to-buffer' entry.
* * lisp/simple.el (newline): Doc tweak.Glenn Morris2014-03-051-2/+4
| | | | * etc/NEWS: Related edit.
* * etc/NEWS: Fix paren typo from earlier changeGlenn Morris2014-03-051-1/+1
|
* Try to document some smie changesGlenn Morris2014-03-041-1/+7
| | | | | | | | * doc/lispref/modes.texi (SMIE Customization): New section. * doc/lispref/elisp.texi (Top): Update detailed menu. * etc/NEWS: Related edits.
* Fix some window code related doc-string and info entries.Martin Rudalics2014-03-041-0/+6
| | | | | | * window.el (window-in-direction): Fix doc-string. * windows.texi (Windows and Frames): Add some missing &optional designators. Adjust description of window-in-direction.
* Small smie.el doc and fixGlenn Morris2014-03-041-3/+8
| | | | | | | | * lisp/emacs-lisp/smie.el (smie-config-guess): Doc fix. Explicit error if no grammar. (smie-config-save): Doc fix. Fix quote typo. * etc/NEWS: Related edit.
* * etc/NEWS: Tweak previous change.Glenn Morris2014-03-021-1/+3
|
* * etc/NEWS: Minor editGlenn Morris2014-03-021-1/+3
|
* Minor doc tweaks for display-*-width, heightGlenn Morris2014-03-021-1/+2
| | | | | | | | | | | * lisp/frame.el (display-pixel-height, display-pixel-width) (display-mm-dimensions-alist, display-mm-height) (display-mm-width): Doc tweaks. * doc/lispref/frames.texi: Remove FIXME comments. The x- versions of these functions are internal details that do not need documenting. * etc/NEWS: Related markup.
* Document `rectangle-mark-mode'.Xue Fuqiao2014-03-021-0/+1
| | | | | | | * doc/emacs/mark.texi (Mark): * doc/emacs/killing.texi (Rectangles): Document `rectangle-mark-mode'. * etc/NEWS: Related edit.
* Document zlib-decompress-regionGlenn Morris2014-03-011-0/+1
| | | | | | | | * doc/lispref/text.texi (Decompression): New node. * doc/lispref/elisp.texi (Top): Update detailed menu. * etc/NEWS: Related markup.
* * lisp/subr.el (with-wrapper-hook): Tweak obsolescence message.Glenn Morris2014-02-281-0/+1
| | | | | | * lisp/simple.el: Remove mistaken FIXME comment. * etc/NEWS: Markup.
* * doc/lispref/display.texi (Forcing Redisplay): Mention pre-redisplay-function.Glenn Morris2014-02-281-0/+1
| | | | * etc/NEWS: Related markup.
* Some doc related to search-invisible and query replaceGlenn Morris2014-02-281-0/+1
| | | | | | | | | | | * doc/emacs/search.texi (Query Replace): Mention search-invisible. * doc/emacs/text.texi (Outline Visibility): Mention search-invisible also affects query-replace. * lisp/isearch.el (search-invisible): Doc fix. * etc/NEWS: Related markup.
* * etc/NEWS: Minor edits.Glenn Morris2014-02-281-3/+5
|
* * etc/NEWS: Minor editsGlenn Morris2014-02-281-10/+17
|
* * etc/NEWS: Minor editGlenn Morris2014-02-271-5/+4
|