aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Doc updates re window-setup-hookGlenn Morris2014-06-064-17/+17
| | | | | | | | | | | | | * lisp/startup.el (window-setup-hook): Doc fix. * doc/lispref/display.texi (Window Systems): Remove window-setup-hook. * doc/lispref/os.texi (Startup Summary, Init File): Improve description of window-setup-hook. (Terminal-Specific): Update window-setup-hook cross-reference. * doc/lispref/hooks.texi (Standard Hooks): Update window-setup-hook cross-reference.
* Document incompatible overlay priority changeGlenn Morris2014-06-052-6/+14
| | | | | | | | * doc/lispref/display.texi (Overlay Properties): Update re priority. * etc/NEWS: Related edit. Fixes: debbugs:17234
* Spelling fixes.Paul Eggert2014-06-052-4/+4
|
* Some documentation for signing of packagesGlenn Morris2014-06-044-2/+82
| | | | | | | | | | | | * 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-022-0/+11
| | | | * etc/NEWS: Related markup.
* * doc/emacs/misc.texi: Small updates (no need to merge to trunk)Glenn Morris2014-06-012-5/+9
| | | | | * doc/emacs/misc.texi [iftex]: Update chapter summary. (Emulation): Remove ludicrously outdated claim.
* Do not mention individual ns options in the manualGlenn Morris2014-05-282-24/+9
| | | | | | | * 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-282-0/+23
| | | | | | | | | 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.
* Spelling fix.Paul Eggert2014-05-261-1/+1
|
* Doc updates re filter-buffer-substringGlenn Morris2014-05-263-29/+40
| | | | | | | | | | | | | * 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.
* Doc updates re completion-in-region-functionGlenn Morris2014-05-261-1/+0
| | | | | | | * lisp/minibuffer.el (completion-in-region-functions, completion-in-region) (completion--in-region): Doc fixes. * doc/lispref/hooks.texi: Update comment.
* Doc updates re abbrev-expand-functionGlenn Morris2014-05-265-26/+35
| | | | | | | | | | | * doc/emacs/abbrevs.texi (Expanding Abbrevs): Update re abbrev-expand-function. * doc/lispref/abbrevs.texi (Abbrev Expansion): Update for expand-abbrev changes. * doc/lispref/functions.texi (Advising Functions): Standardize menu case. * lisp/abbrev.el (abbrev-expand-functions, abbrev-expand-function) (expand-abbrev, abbrev--default-expand): Doc fixes.
* Specify coding if Latin-1 Emacs would misinterpret.Paul Eggert2014-05-243-0/+10
| | | | | | | * doc/misc/htmlfontify.texi, doc/misc/org.texi: * etc/ETAGS.EBNF, etc/NEWS, etc/ORG-NEWS: Add "coding: utf-8". Fixes: debbugs:17575
* todo-mode.el: Remove dependence on auto-mode-alist.Stephen Berman2014-05-232-44/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * calendar/todo-mode.el: Remove dependence on auto-mode-alist, to avoid errors when trying to create or visit a file foo.todo located outside to todo-directory, and to allow having such files without them being tied to Todo mode. (todo-show, todo-move-category, todo-merge-category, todo-find-archive) (todo-archive-done-item, todo-find-filtered-items-file) (todo-filter-items, todo-find-item, todo-diary-goto-entry) (todo-category-completions, todo-read-category): When visiting a Todo file, make sure we're in the right mode and the buffer local variables are set. (todo-make-categories-list, todo-reset-nondiary-marker) (todo-reset-done-string, todo-reset-comment-string): After processing all Todo files, kill the buffers of those files that weren't being visited before the processing. (todo-display-as-todo-file, todo-add-to-buffer-list) (todo-visit-files-commands): Comment out. (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook. (auto-mode-alist): Remove add-to-list calls making Todo file extensions unrestrictedly tied to Todo modes. * doc/misc/todo-mode.texi: Update in light of changes due to bug#17482. Replace numerous mistaken uses of literal quotes with proper Texinfo markup. (Todo Mode Entry Points): Comment out reference to using find-file or Dired to visit Todo files, since this has been disabled (bug#17482).
* Fix bug #17532 with unclear docs of setting frame's font.Eli Zaretskii2014-05-212-3/+14
| | | | | | | | lisp/frame.el (set-frame-font): Doc fix. lisp/menu-bar.el (menu-set-font): Doc fix. doc/emacs/frames.texi (Fonts): Clarify which frames are affected by setting font from the menu and in default-frame-alist.
* Fix bug #17511 with unclear documentation of line-move-ignore-invisible.Eli Zaretskii2014-05-172-6/+17
| | | | | | | lisp/simple.el (line-move-ignore-invisible): Doc fix. doc/lispref/display.texi (Invisible Text): Clarify the description of line-move-ignore-invisible.
* A better fix for bug #17479.Eli Zaretskii2014-05-122-2/+1
| | | | doc/emacs/mule.texi (Language Environments): Remove unused @anchor.
* Fix bug #17479 with spliced paragraphs in User manual.Eli Zaretskii2014-05-122-1/+6
| | | | doc/emacs/mule.texi (Language Environments): Fix @anchor placement.
* Bump version to 24.3.91Glenn Morris2014-05-112-2/+2
|
* * lisp/emacs-lisp/nadvice.el: Support adding a given function multiple times.Stefan Monnier2014-05-101-1/+2
| | | | | | | | | (advice--member-p): If name is given, only compare the name. (advice--remove-function): Don't stop at the first match. (advice--normalize-place): New function. (add-function, remove-function): Use it. (advice--add-function): Pass the name, if any, to advice--remove-function.
* * internals.texi (C Dialect): New section.Paul Eggert2014-05-072-7/+29
| | | | (C Integer Types): Mention bool_bf.
* Standardize case of "Front-Cover Texts" in texi file permissions notices.Glenn Morris2014-05-0761-61/+61
| | | | Ref: http://lists.gnu.org/archive/html/bug-texinfo/2014-05/msg00015.html
* * tramp.texi (Frequently Asked Questions): Mention HISTFILEMichael Albinus2014-05-062-0/+12
| | | | setting in ~/.ssh/environment.
* Update, improve exposition, add cross references, fix typos.Stephen Berman2014-05-022-341/+507
| | | | | | | * todo-mode.texi: Update, improve exposition, add cross references, fix typos. (Inserting New Items, Editing Item Headers and Text): Rewrite to document new user interface.
* Improve indexing in trouble-related sections of Emacs User manual.Eli Zaretskii2014-05-022-2/+27
| | | | | | | doc/emacs/trouble.texi (Lossage, DEL Does Not Delete, Stuck Recursive) (Screen Garbled, Text Garbled, After a Crash, Emergency Escape) (Bug Criteria, Understanding Bug Reporting, Checklist, Service): Improve indexing.
* Doc fixesGlenn Morris2014-05-014-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/autotype.texi (Skeleton Language): * doc/misc/message.texi (Header Commands): * lisp/allout-widgets.el (allout-widgets-tally) (allout-decorate-item-guides): * lisp/menu-bar.el (menu-bar-positive-p): * lisp/minibuffer.el (completion-pcm-complete-word-inserts-delimiters): * lisp/cedet/ede.el (ede-project-directories, ede-check-project-directory): * lisp/cedet/semantic/ia-sb.el (semantic-ia-sb-show-doc): * lisp/cedet/semantic/tag.el (semantic-tag-in-buffer-p): * lisp/cedet/semantic/bovine/c.el (semantic-tag-abstract-p): * lisp/gnus/gnus-registry.el (gnus-registry-install-p): Doc fix. * lisp/progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number): * lisp/progmodes/js.el (js--inside-param-list-p) (js--inside-dojo-class-list-p, js--forward-destructuring-spec): * lisp/progmodes/prolog.el (region-exists-p): * lisp/progmodes/verilog-mode.el (verilog-scan-cache-ok-p): * lisp/textmodes/reftex-parse.el (reftex-using-biblatex-p): * lisp/url/url-parse.el (url-generic-parse-url): * src/floatfns.c (Fisnan): * src/profiler.c (Fprofiler_cpu_running_p): Doc fixes (replace `iff'). Fixes: debbugs:17309
* One more doc fix for bug #17362.Eli Zaretskii2014-04-291-1/+1
|
* Few more doc fixes for bug #17362.Eli Zaretskii2014-04-2911-41/+43
|
* Fix bug #17362 with inconsistent usage of @key and @kbd, and key names.Eli Zaretskii2014-04-2928-169/+244
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc/emacs/trouble.texi (Quitting, DEL Does Not Delete, Emergency Escape) (Bug Criteria): Fix usage of @kbd and @key. (Bug#17362) doc/emacs/text.texi (Words, Pages, Foldout, HTML Mode): Fix usage of @kbd and @key. doc/emacs/search.texi (Special Isearch, Regexp Search): Fix usage of @kbd and @key. doc/emacs/screen.texi (Echo Area, Menu Bar): Fix usage of @kbd and @key. doc/emacs/rmail.texi (Rmail Scrolling): Fix usage of @kbd and @key. doc/emacs/programs.texi (Hungry Delete, Other C Commands): Fix usage of @kbd and @key. doc/emacs/picture-xtra.texi (Insert in Picture): Fix usage of @kbd and @key. doc/emacs/mule.texi (Unibyte Mode, Bidirectional Editing): Fix usage of @kbd and @key. doc/emacs/msdog.texi (Windows Keyboard, Windows Processes): Fix usage of @kbd and @key. doc/emacs/msdog-xtra.texi (MS-DOS Keyboard, MS-DOS Printing) (MS-DOS Processes): Fix usage of @kbd and @key. doc/emacs/misc.texi (Shell Ring, Printing Package): Fix usage of @kbd and @key. doc/emacs/mini.texi (Completion Commands, Minibuffer History): Fix usage of @kbd and @key. doc/emacs/kmacro.texi (Keyboard Macro Step-Edit): Fix usage of @kbd and @key. doc/emacs/killing.texi (Deletion, Rectangles, CUA Bindings): Fix usage of @kbd and @key. doc/emacs/indent.texi (Indentation Commands): Fix usage of @kbd and @key. doc/emacs/help.texi (Help Mode, Misc Help): Fix usage of @kbd and @key. doc/emacs/glossary.texi (Glossary): Fix usage of @kbd and @key. doc/emacs/frames.texi (Speedbar): Fix usage of @kbd and @key. doc/emacs/files.texi (Misc File Ops, File Name Cache, File Conveniences) (Filesets): Fix usage of @kbd and @key. doc/emacs/display.texi (View Mode): Fix usage of @kbd and @key. doc/emacs/dired.texi (Image-Dired): Fix usage of @kbd and @key. doc/emacs/custom.texi (Modifier Keys, Function Keys, Named ASCII Chars) (Init Syntax): Fix usage of @kbd and @key. doc/emacs/commands.texi (User Input): Fix usage of @kbd and @key. doc/emacs/calendar.texi (Counting Days, General Calendar): Fix usage of @kbd and @key. doc/emacs/building.texi (Threads Buffer): Fix usage of @kbd and @key. doc/emacs/buffers.texi (Select Buffer, Icomplete): Fix usage of @kbd and @key. doc/emacs/basic.texi (Inserting Text, Erasing, Arguments): Fix usage of @kbd and @key.
* * doc/lispref/processes.texi (Filter Functions, Sentinels):Stefan Monnier2014-04-292-3/+14
| | | | Advertise add-function.
* * lisp/textmodes/rst.el (electric-pair-pairs): Declare.Stefan Monnier2014-04-281-0/+5
| | | | | | (rst-mode): Set it. Fixes: debbugs:17131
* Fix bug #17308 with inaccurate description of mail signature handling.Eli Zaretskii2014-04-262-11/+22
| | | | | doc/emacs/sending.texi (Mail Signature): Document signature variables used by Message mode.
* Minor doc fix for string predicates.Eli Zaretskii2014-04-242-2/+10
| | | | | | doc/lispref/strings.texi (Text Comparison): Mention equal-including-properties for when text properties of the strings matter for comparison.
* Merge Org 8.2.6-1.Bastien Guerry2014-04-222-26/+65
| | | | | The last merge was from 8.2.5c, but many important bugs got fixed between 8.2.5c and 8.2.6-1.
* Minor fixes to the docs.Eli Zaretskii2014-04-217-12/+48
| | | | | | | | | | | doc/emacs/buffers.texi (Uniquify): Clarify the default uniquification. doc/emacs/indent.texi (Tab Stops): Improve wording. doc/emacs/cmdargs.texi (General Variables): Improve docs of EMACSLOADPATH. Index all the environment variables. (Misc Variables): Index all the environment variables. doc/lispref/text.texi (Registers): Document register-read-with-preview. doc/lispref/internals.texi (Building Emacs): Improve indexing.
* doc/emacs/ChangeLog: Typo fix.Eli Zaretskii2014-04-211-1/+1
|
* Spelling fixes.Paul Eggert2014-04-201-1/+1
|
* * src/buffer.c (Foverlays_at): Add argument `sorted'.Stefan Monnier2014-04-151-10/+13
| | | | | | | | | | | * 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'.
* Improve documentation of blink-cursor-mode and its customization variables.Eli Zaretskii2014-04-132-12/+26
| | | | | | | | | lisp/frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes. (blink-cursor-mode): Mention customization variables and the effect of 'blink-cursor-blinks'. doc/emacs/display.texi (Cursor Display): Explain better how to customize 'blink-cursor-blinks'.
* Bump version to 24.3.90; regenerate AUTHORSGlenn Morris2014-04-102-2/+2
|
* Minor doc updates related to dribble filesGlenn Morris2014-04-054-12/+13
| | | | | | | | | * doc/emacs/trouble.texi (Checklist): * doc/lispref/os.texi (Recording Input): Dribble files may contain passwords. * lisp/help.el (view-lossage): Doc tweak. * src/keyboard.c (Fopen_dribble_file): Doc tweak.
* Doc updates for buffer-stale-function now applying to file buffers tooGlenn Morris2014-04-034-4/+10
| | | | | | | | | | | | * 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-035-26/+34
| | | | | | | | | * 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.
* Merge from gnulib.Paul Eggert2014-03-252-12/+20
| | | | | | This incorporates: 2014-03-26 strftime: wrap macros in "do {...} while(0)" * lib/strftime.c, doc/misc/texinfo.tex: Update from gnulib.
* Improve doc of file-symlink-p per bug #17073.Eli Zaretskii2014-03-252-8/+51
| | | | | doc/lispref/files.texi (Kinds of Files): Improve documentation of file-symlink-p. Add cross-references.
* Undo in region after markers in undo history relocatedBarry O'Reilly2014-03-243-9/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * simple.el (primitive-undo): Only process marker adjustments validated against their corresponding (TEXT . POS). Issue warning for lone marker adjustments in undo history. (Bug#16818) (undo-make-selective-list): Add marker adjustments to selective undo list based on whether their corresponding (TEXT . POS) is in the region. Remove variable adjusted-markers, which was unused and only non nil during undo-make-selective-list. (undo-elt-in-region): Return nil when passed a marker adjustment and explain in function doc. Have (MARKER . ADJUSTMENT) undo records always be immediately after their corresponding (TEXT . POS) record in undo list. (Bug#16818) * lisp.h (record-delete): New arg record_markers. (record_marker_adjustment): No longer needed outside undo.c. * insdel.c (adjust_markers_for_delete): Move calculation of marker adjustments to undo.c's record_marker_adjustments. Note that fileio.c's decide_coding_unwind is another caller to adjust_markers_for_delete. Because it has undo list bound to t, it does not rely on adjust_markers_for_delete to record marker adjustments. (del_range_2): Swap call to record_delete and adjust_markers_for_delete so as undo marker adjustments are recorded before current deletion's adjustments, as before. (adjust_after_replace): (replace_range): Pass value for new record_markers arg to delete_record. * undo.c (record_marker_adjustment): Renamed to record_marker_adjustments and made static. (record_delete): Check record_markers arg and call record_marker_adjustments. (record_change): Pass value for new record_markers arg to delete_record. (record_point): at_boundary calculation no longer needs to account for marker adjustments. * undo-tests.el (undo-test-marker-adjustment-nominal): (undo-test-region-t-marker): New tests of marker adjustments. (undo-test-marker-adjustment-moved): (undo-test-region-mark-adjustment): New tests to demonstrate bug#16818, which fail without the fix. * markers.texi (Moving Marker Positions): The 2014-03-02 doc change mentioning undo's inability to handle relocated markers no longer applies. See bug#16818. * text.texi (Undo): Expand documentation of (TEXT . POS) and (MARKER . ADJUSTMENT) undo elements.
* * tramp.texi (Frequently Asked Questions): Add fish shell settings.Michael Albinus2014-03-242-4/+21
|
* * lispref/commands.texi (Defining Commands): Tweak previous change.Glenn Morris2014-03-221-2/+3
|
* * lispref/commands.texi (Defining Commands): List interactive-only values.Glenn Morris2014-03-222-1/+9
|
* doc/lispref/functions.texi (Core Advising Primitives): Fix cross-reference ↵Eli Zaretskii2014-03-222-1/+6
| | | | in last change.