- 23 Sep, 2011 2 commits
-
-
Martin Rudalics authored
-
Martin Rudalics authored
* frames.texi (Frames and Windows): Move section and rename to Windows and Frames in windows.texi. * windows.texi (Windows): Restructure. (Basic Windows): Rewrite. Explain live and internal windows and normalization functions. (Windows and Frames): Move section here from frames.texi. Describe subwindows, window combinations, window tree, and corresponding functions including window-list here. (Window Sizes): Rename section from Size of Window and move it up in chapter. Describe total and body sizes and the corresponding functions. Explain new semantics of window-min-height/-width. (Resizing Windows): Move section up in chapter. Describe new resize functions. (Splitting Windows): Describe new behavior of split-window, split-window-above-each-other and split-window-side-by-side. Provide examples. Describe window-nest and window-splits options. (Deleting Windows): Minor rewrite. (Selecting Windows): Minor rewrite. Describe frame-selected-window and set-frame-selected-window here. (Cyclic Window Ordering): Minor rewrite. Describe window-list-1. (Buffers and Windows): Rewrite. Explain a window's previous and next buffers and the corresponding functions. * elisp.texi (Top): Update node listings for frames and windows sections.
-
- 21 Sep, 2011 3 commits
-
-
Lars Magne Ingebrigtsen authored
gnus.texi (Archived Messages): Note the default (bug#9552). message.el (message-indent-citation): Really make sure there's a newline at the end. nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows. Fix suggested by John Wiegley. pop3.el (pop3-open-server): Fix +OK end-of-command regexp. gnus-art.el (gnus-treat-hide-citation): Add doc. message.el (message-default-send-rename-function): Break out into its own function. ecomplete.el (ecomplete-display-matches): Revert patch since it doesn't work under XEmacs. nnimap.el (nnimap-map-port): New function to connect to 993 instead of "imaps" to word around Windows problems. (nnimap-open-connection-1): Use it. message.el (message-indent-citation): Revert last change which made `F' not work.
-
Bill Wohler authored
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.
-
Stefan Monnier authored
Fixes: debbugs:9564
-
- 19 Sep, 2011 1 commit
-
-
Lars Magne Ingebrigtsen authored
-
- 18 Sep, 2011 1 commit
-
-
Chong Yidong authored
* 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
-
- 17 Sep, 2011 3 commits
-
-
Chong Yidong authored
Suggested by Edward O'Connor.
-
Sven Joachim authored
-
Eli Zaretskii authored
doc/lispref/numbers.texi (Integer Basics): Add indexing for most-positive-fixnum and most-negative-fixnum.
-
- 15 Sep, 2011 1 commit
-
-
Chong Yidong authored
-
- 14 Sep, 2011 1 commit
-
-
Dani Moncayo authored
-
- 12 Sep, 2011 1 commit
-
-
Eric Hanchrow authored
Note that it only deletes frames on current terminal.
-
- 11 Sep, 2011 2 commits
-
-
Lars Magne Ingebrigtsen authored
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.
-
Juanma Barranquero authored
Fixes: debbugs:9233
-
- 10 Sep, 2011 1 commit
-
-
Gnus developers authored
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).
-
- 04 Sep, 2011 1 commit
-
-
Eli Zaretskii authored
doc/emacs/basic.texi (Inserting Text): Add index entries.
-
- 03 Sep, 2011 1 commit
-
-
Paul Eggert authored
-
- 30 Aug, 2011 1 commit
-
-
Chong Yidong authored
* 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.
-
- 29 Aug, 2011 1 commit
-
-
Chong Yidong authored
* 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.
-
- 28 Aug, 2011 5 commits
-
-
Chong Yidong authored
* doc/emacs/files.texi (File Archives): * doc/emacs/cal-xtra.texi (Diary Display): * doc/emacs/help.texi (Help Mode): Add xref to View Mode.
-
Chong Yidong authored
* 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.
-
Chong Yidong authored
* 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.
-
Dani Moncayo authored
-
Chong Yidong authored
* 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.
-
- 27 Aug, 2011 1 commit
-
-
Eli Zaretskii authored
doc/emacs/frames.texi (Frame Commands): Advise setting focus-follows-mouse even on MS-Windows. Fix a typo.
-
- 26 Aug, 2011 1 commit
-
-
Chong Yidong authored
* 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.
-
- 25 Aug, 2011 4 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
* 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.
-
Chong Yidong authored
* 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.
-
Eli Zaretskii authored
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.
-
- 24 Aug, 2011 1 commit
-
-
Eli Zaretskii authored
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.
-
- 23 Aug, 2011 1 commit
-
-
Eli Zaretskii authored
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.
-
- 18 Aug, 2011 3 commits
-
-
Glenn Morris authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
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.
-
- 16 Aug, 2011 4 commits
-
-
Eli Zaretskii authored
doc/lispref/modes.texi (Major Mode Conventions): Improve the documentation of `mode-class' `special' modes.
-
Eli Zaretskii authored
src/nonascii.texi (Character Properties): Document the `mirroring' property. Add index entries.
-
Eli Zaretskii authored
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.
-
Bastien Guerry authored
-