summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* * mh-e.texi: (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update formh-e-doc-8.3Bill Wohler2011-09-202-9/+21
| | | | | | | release 8.3. (Preface): Updated support information. (From Bill Wohler): Reset text to original version. As a historical quote, the tense should be correct in the time that it was written.
* * doc/lispref/display.texi (Face Functions): `face-list' returns faces.Stefan Monnier2011-09-202-1/+5
| | | | Fixes: debbugs:9564
* * errors.texi (Standard Errors): Remove apparent placeholder text (bug#9491).Lars Magne Ingebrigtsen2011-09-192-3/+5
|
* Fix handling of X resource for window icons.Chong Yidong2011-09-185-9/+20
| | | | | | | | | | | | | | * src/xfns.c (Fx_create_frame): Handle bitmapIcon resource as a boolean. * doc/emacs/cmdargs.texi (Icons X): Fix description of Emacs icon. * doc/emacs/xresources.texi (Table of Resources): Fix documentation of bitmapIcon. * doc/lispref/frames.texi (Management Parameters): Fix description of icon-type parameter. Fixes: debbugs:9154
* * doc/lispref/tips.texi: Don't bind a key sequence ending in C-g.Chong Yidong2011-09-172-0/+9
| | | | Suggested by Edward O'Connor.
* * doc/man/emacs.1: Escape a dash.Sven Joachim2011-09-172-1/+5
|
* Fix bug #9525 with indexing most-positive/negative-fixnum.Eli Zaretskii2011-09-172-0/+9
| | | | | doc/lispref/numbers.texi (Integer Basics): Add indexing for most-positive-fixnum and most-negative-fixnum.
* * doc/emacs/package.texi (Package Menu): Add package-menu-mark-upgrades.Chong Yidong2011-09-142-0/+10
|
* * doc/lispref/lists.texi (Sets And Lists): Fix typo. (tiny change)Dani Moncayo2011-09-132-1/+5
|
* * doc/emacs/frames.texi (Frame Commands): Doc fix for delete-other-frames.Eric Hanchrow2011-09-122-3/+14
| | | | Note that it only deletes frames on current terminal.
* Merge changes made in Gnus trunk.Lars Magne Ingebrigtsen2011-09-112-9/+22
| | | | | | | | gnus.texi (Listing Groups): Explain `gnus-group-list-limit'. (Finding the News): Doc clarification. (Terminology): Mention naming. gnus-group.el (gnus-group-list-limit): Explain what the command does. gnus-sum.el (gnus-fetch-headers): Bump message level.
* * processes.texi (Network Servers): Clarify what the process buffer is used for.Juanma Barranquero2011-09-112-3/+8
| | | | Fixes: debbugs:9233
* Merge changes made in Gnus trunk.Gnus developers2011-09-102-19/+12
| | | | | | | | | | | | | | | | | | gnus.texi: Remove mentions of `recent', which are now obsolete. (Interactive): Document `quiet'. nnimap.el: Redo the charset handling. Let Gnus encode the names, as it does with all other backends, but decode the names immediately after getting them. gnus-group.el (gnus-group-name-charset): Always return `utf-7' when decoding nnimap groups. gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the newsrc file. It doesn't seem like an important optimisation any more. nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to overflows. gnus.el (gnus-article-mark-lists): Remove `recent'. (gnus-interactive-exit): Extend to `quiet'. gnus-sum.el (gnus-offer-save-summaries): Use it. gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the string. plstore.el (plstore--get-buffer): Silence compiler warnings by renaming function arguments from `this'. gnus-sum.el (gnus-newsgroup-recent): Removed. gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right' has been renamed. (gnus-lrm-string-p): Include RLM and PDF, too. gnus-int.el (gnus-open-server): Make the "denied" message clearer (bug#9225).
* Add to sendmail.el a new command mail-add-attachment.Eli Zaretskii2011-09-102-2/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | etc/NEWS: Document the new command and the alias for mail-insert-file. lisp/mail/sendmail.el (mml-to-mime, mml-attach-file) (mm-default-file-encoding): Remove autoload forms, they are replaced with autoload cookies in mml.el and mm-encode.el. (mail-add-attachment): New command. (mail-mode-map): Add a menu-bar item for mail-add-attachment. (mail-mode): Mention mail-insert-file and mail-add-attachment in the doc string. (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare. lisp/gnus/mm-encode.el (mm-default-file-encoding): Add autoload cookie. lisp/gnus/mml.el (mml-to-mime, mml-attach-file): Add autoload cookies. doc/emacs/sending.texi (Mail Misc): Document mail-add-attachment.
* \ Merge from trunk.Paul Eggert2011-09-042-1/+7
|\ \
| * | Fix bug #9433 with indexing of C-x 8 RET.Eli Zaretskii2011-09-042-1/+7
| | | | | | | | | | | | doc/emacs/basic.texi (Inserting Text): Add index entries.
* | | Merge from gnulib.Paul Eggert2011-09-031-3/+11
|/ /
* | Merge changes from emacs-23 branchChong Yidong2011-08-302-1/+5
|\ \
| * | * dic/lispref/lists.texi (Building Lists): Fix typo.Dani Moncayo2011-08-282-1/+5
| | |
* | | Document new Emacs 24 faces in Lisp manual.Chong Yidong2011-08-306-36/+74
| | | | | | | | | | | | | | | | | | | | | * doc/lispref/display.texi (Basic Faces): New node. Document new faces. * doc/lispref/modes.texi (Major Mode Conventions): Move some text there. (Mode Help): Remove major-mode var, duplicated in Major Modes.
* | | Update and edit manual sections on major modes.Chong Yidong2011-08-297-179/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/modes.texi (Choosing Modes): auto-mode-case-fold is now t. * doc/lispref/modes.texi (Basic Major Modes): New node. Callers updated. (Major Modes): Document fundamental-mode and major-mode. (Major Mode Basics): Node deleted; text moved to Major Modes. (Derived Modes): Document derived-mode-p.
* | | Add xrefs to View Mode node to Emacs manual.Chong Yidong2011-08-287-29/+21
| | | | | | | | | | | | | | | | | | * doc/emacs/files.texi (File Archives): * doc/emacs/cal-xtra.texi (Diary Display): * doc/emacs/help.texi (Help Mode): Add xref to View Mode.
* | | Document copy-directory and related changes in manuals.Chong Yidong2011-08-287-96/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/buffers.texi (Misc Buffer): Move view-buffer to View Mode. * doc/emacs/display.texi (View Mode): New node. Move view-file here from Misc File Ops. Move view-buffer here from Misc Buffer. * doc/emacs/files.texi (Misc File Ops): Document new delete-by-moving-to-trash behavior. Remove view-file. * doc/lispref/files.texi (Changing Files, Create/Delete Dirs): Document new arguments for delete-file, delete-directory, and copy-directory.
* | | Document trash changes in manual.Chong Yidong2011-08-286-59/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/dired.texi (Dired Deletion): Shorten description of Trash. * doc/emacs/files.texi (Misc File Ops): Document new delete-by-moving-to-trash behavior. * doc/lispref/files.texi (Changing Files, Create/Delete Dirs): Document TRASH argument.
* | | Update manuals for some Emacs 24 changes.Chong Yidong2011-08-288-67/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/misc.texi (emacsclient Options): Document server-port. * doc/lispref/display.texi (Progress): Document spinner functionality. * doc/lispref/frames.texi (Layout Parameters): The defaults for the menu-bar-lines and tool-bar-lines parameters depend on the mode. * doc/lispref/objects.texi (Symbol Type): Document ## print representation. * doc/lispref/os.texi (Killing Emacs): Note that kill-emacs can be called by operating system signals. Refer to save-buffers-kill-terminal instead of save-buffers-kill-emacs.
* | | Minor fix of documenting for focus-follows-mouse.Eli Zaretskii2011-08-272-3/+10
| | | | | | | | | | | | | | | doc/emacs/frames.texi (Frame Commands): Advise setting focus-follows-mouse even on MS-Windows. Fix a typo.
* | | Document package manager in Emacs manual.Chong Yidong2011-08-269-7/+253
| | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/package.texi: New file, documenting the package manager. * doc/emacs/emacs.texi: Include it. * doc/emacs/help.texi (Help Summary): Add describe-package.
* | | Fix Emacs manual chapter numbers in last change.Chong Yidong2011-08-256-250/+178
| | |
* | | Relocate some additional Emacs manual nodes.Chong Yidong2011-08-256-181/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/display.texi (Narrowing): Move into display chapter. * doc/emacs/picture-xtra.texi (Picture Mode): Group with Editing Binary Files section. Convert from chapter into section. * doc/emacs/text.texi (Two-Column): Move into Text chapter.
* | | Rearrange manual chapters to group mail, rmail, and gnus together.Chong Yidong2011-08-256-56/+63
| | | | | | | | | | | | | | | | | | | | | | | | * sending.texi (Sending Mail): * rmail.texi (Rmail): * misc.texi (Gnus, Document View): * dired.texi (Dired): * emacs.texi: Group the mail, rmail, and gnus chapters together.
* | | Handle `(space ...)' display spec as paragraph separator.Eli Zaretskii2011-08-252-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/xdisp.c (compute_display_string_pos): Return 2 in DISP_PROP when the display spec is of the form `(space ...)'. (handle_display_spec): Return the value returned by handle_single_display_spec, not just 1 or zero. (handle_single_display_spec): If the display spec is of the form `(space ...)', and specifies display in the text area, return 2 rather than 1. src/dispextern.h (struct bidi_it): Rename the disp_prop_p member into disp_prop; all users changed. src/bidi.c (bidi_fetch_char): If compute_display_string_pos returns DISP_PROP = 2, substitute the u+2029 PARAGRAPH SEPARATOR character for the text covered by the display property. lisp/buff-menu.el (Buffer-menu-buffer+size): Remove calls to bidi-string-mark-left-to-right; they are unnecessary now. doc/lispref/display.texi (Specified Space): Mention that `space' specs influence bidi reordering. (Bidirectional Display): Explain how to use `(space . PROPS)' for separating fields with bidirectional content.
* | | Fix current-bidi-paragraph-direction and its doc.Eli Zaretskii2011-08-242-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | src/xdisp.c (Fcurrent_bidi_paragraph_direction): For unibyte buffers, return left-to-right. doc/lispref/display.texi (Bidirectional Display): Document return value in buffers that are not bidi-reordered for display, and in unibyte buffers.
* | | Followup for character properties in 2011-08-23T11:48:07Z!handa@m17n.org.Eli Zaretskii2011-08-232-15/+43
| |/ |/| | | | | | | | | | | | | | | | | | | src/bidi.c (bidi_get_type): Abort if we get zero as the bidi type of a character. admin/unidata/unidata-gen.el (unidata-prop-alist): Update the default values of bidi-class according to DerivedBidiClass.txt from the latest UCD. lisp/international/uni-bidi.el: Regenerated. doc/lispref/nonascii.texi (Character Properties): Document the values for unassigned codepoints.
* | Restore clobbered changes to Org copyright years.Glenn Morris2011-08-181-2/+1
| |
* | Rename string-mark-left-to-right to bidi-string-mark-left-to-right in the ↵Eli Zaretskii2011-08-182-6/+7
| | | | | | | | manual.
* | Improve documentation of bidi in ELisp manual.Eli Zaretskii2011-08-183-17/+106
| | | | | | | | | | | | | | | | | | | | | | | | doc/lispref/nonascii.texi (Character Properties): Document use of `bidi-class' and `mirroring' properties as part of reordering. Provide cross-references to "Bidirectional Display". doc/lispref/display.texi (Bidirectional Display): Document the pitfalls of concatenating strings with bidirectional content, with possible solutions. Document string-mark-left-to-right. Mention paragraph direction in modes that inherit from prog-mode. Document use of `bidi-class' and `mirroring' properties as part of reordering. etc/NEWS: Mark string-mark-left-to-right as documented.
* | Improve documentation of `special' modes.Eli Zaretskii2011-08-162-8/+16
| | | | | | | | | | doc/lispref/modes.texi (Major Mode Conventions): Improve the documentation of `mode-class' `special' modes.
* | Document the new "mirroring" Unicode character property.Eli Zaretskii2011-08-162-0/+15
| | | | | | | | | | src/nonascii.texi (Character Properties): Document the `mirroring' property. Add index entries.
* | Improve documentation of regexp search for categories.Eli Zaretskii2011-08-163-1/+33
| | | | | | | | | | | | | | | | | | doc/lispref/searching.texi (Regexp Backslash): Document how to display existing categories. Mention the possibility of adding categories, and add an xref to where this is described. Add an index entry. doc/lispref/syntax.texi (Categories): Add an example of defining a new category and category table.
* | Fix Org ChangeLog entries and remove arch-tag.Bastien Guerry2011-08-163-76/+69
| |
* | Add org.texi and orgcard.tex for Org version 7.7.Bastien Guerry2011-08-151-640/+1475
| |
* | Fix misformatted ChangeLog entries for Org.Bastien Guerry2011-08-151-0/+4
| |
* | Note in Lisp manual that mouse-face cannot change the text size.Chong Yidong2011-08-093-1/+15
| | | | | | | | | | | | | | | | * doc/lispref/text.texi (Special Properties): * doc/lispref/display.texi (Overlay Properties): Note that mouse-face cannot change the text size. Fixes: debbugs:8530
* | Fix explanation about setting the time zone in Lisp manual.Chong Yidong2011-08-082-19/+22
| | | | | | | | | | * doc/lispref/os.texi (Time of Day): Remove set-time-zone-rule, and recommend using setenv instead.
* | Minor doc fixes. Remove duplicate ChangeLog entries.Juri Linkov2011-08-072-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/dired.texi (Operating on Files): Rewrite according to the fact that `dired-do-chmod' doesn't use the `chmod' program anymore. * lisp/faces.el (list-faces-display): Remove extra angle bracket from `help-mode-map'. * lisp/info.el (Info-history-toc-nodes): Doc fix. * lisp/longlines.el (longlines-mode): Doc fix. * src/editfns.c (Fformat_time_string): Doc fix, add tag `usage:' to show the arg `TIME' instead of `TIMEVAL'.
* | * trampver.texi: Update release number.Michael Albinus2011-08-032-1/+5
| |
* | * mini.texi (Minibuffer File): Insert a reference to Tramp forMichael Albinus2011-07-302-1/+10
| | | | | | | | remote file name completion. (Bug#9197)
* | Sync with Tramp 2.2.2.Michael Albinus2011-07-302-1/+7
| | | | | | | | * trampver.texi: Update release number.
* | Turn on bidi-display-reordering by default.Eli Zaretskii2011-07-284-2/+12
| | | | | | | | | | | | | | | | | | src/buffer.c (init_buffer_once, syms_of_buffer): Set bidi-display-reordering to t by default. doc/emacs/mule.texi (Bidirectional Editing): Document the fact that bidi-display-reordering is t by default. lispref/display.texi (Bidirectional Display): Document the fact that bidi-display-reordering is t by default.
* | Merge changes from Org 7.4 to current Org 7.7.Bastien Guerry2011-07-281-0/+265
| |