aboutsummaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Document with-wrapper-hook.Chong Yidong2011-10-261-1/+7
| | | | | | * doc/emacs/modes.texi (Running Hooks): Document with-wrapper-hook. * lisp/subr.el (with-wrapper-hook): Rewrite doc.
* Document scroll-up-line and scroll-down-line in Emacs manual.Chong Yidong2011-10-241-1/+1
| | | | | | | | | * doc/emacs/display.texi (Scrolling): Document scroll-up-line and scroll-down-line. Document scroll-command property. (Recentering): New node, split off from Scrolling. Also, minor copyedits to standardize on the phrase "key binding" rather than "keybinding" in the manual.
* Document scroll bar changes in Emacs manual.Chong Yidong2011-10-231-12/+7
| | | | | | | * doc/emacs/buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only. * doc/emacs/frames.texi (Scroll Bars): GTK uses right scroll bars now. (Tool Bars): Copyedits.
* Make vc-toggle-read-only an alias for toggle-read-only.Chong Yidong2011-10-231-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | It hasn't worked in a VC sense since 2008-05-02T07:12:[email protected], though this was not documented at the time (grr). * lisp/vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias for toggle-read-only. Note that this hasn't called vc-next-action since 2008-05-02, though it wasn't documented at the time. * lisp/files.el (toggle-read-only): Remove obsolete comment about version control. * doc/emacs/buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only. * lisp/cedet/ede.el (ede-maybe-checkout): Function deleted; vc-toggle-read-only does not do version control now. * lisp/cedet/ede/project-am.el (project-remove-file, project-add-file) (project-new-target): Don't call ede-maybe-checkout. * lisp/cedet/ede/util.el (ede-make-buffer-writable): Don't use vc-toggle-read-only. * lisp/vc/ediff-init.el (ediff-toggle-read-only-function): Use toggle-read-only.
* Update Files chapter of Emacs manual.Chong Yidong2011-10-211-4/+6
| | | | | | | | | | | | | | Plus miscellaneous minor speling fixes in other manual files. * doc/emacs/files.texi (File Names, Visiting, Interlocking): Copyedits. (Backup Copying): backup-by-copying-when-mismatch is now t. (Customize Save): Fix description of require-final-newline. (Reverting): Note that revert-buffer can't be undone. Mention VC. (Auto Save Control): Clarify. (File Archives): Add 7z. (Remote Files): ange-ftp-make-backup-files defaults to nil. * doc/emacs/arevert-xtra.texi (Autorevert): Copyedits.
* etc/PROBLEMS: Mention crashes on MS-Windows when compiled with GCC 4.6.1.Eli Zaretskii2011-10-211-0/+8
|
* Update Search chapter in Emacs manual.Chong Yidong2011-10-191-1/+2
| | | | | | | * doc/emacs/search.texi (Repeat Isearch, Error in Isearch): Add kindex entries. (Isearch Yank): Document isearch-yank-pop. (Isearch Scroll): Refer to C-l instead of unbound `recenter'. (Other Repeating Search): Document Occur Edit mode.
* More edits to Display chapter of Emacs manual.Chong Yidong2011-10-181-2/+6
| | | | | | | | | | | | | | | * doc/emacs/display.texi (Fringes): Move overflow-newline-into-fringe here, from Line Truncation node. (Standard Faces): Note that only the background of the cursor face has an effect. (Cursor Display): Fix descriptions of cursor face and bar cursor blinking. (Text Display): Document nobreak-char-display more clearly. (Line Truncation): Add xref to Split Window node. (Display Custom): Don't bother documenting baud-rate or no-redraw-on-reenter. * doc/emacs/search.texi (Slow Isearch): Node removed.
* 2 GiB, not 4 GiB, for buffer sizes.Paul Eggert2011-10-181-2/+2
|
* Mention buffer size limit --with-wide-int on 32-bit hosts.Paul Eggert2011-10-181-0/+2
|
* Doc fixes related to vc-initial-comment.Glenn Morris2011-10-171-0/+4
| | | | | | | | | | | | * doc/emacs/maintaining.texi (Registering): Remove vc-initial-comment. * lisp/vc/vc.el (vc-initial-comment): Mark as obsolete. * lisp/ChangeLog.15: Fix old entry. * etc/NEWS: Mention this. Fixes: debbugs:9745
* * lisp/faces.el (cursor): Doc fix.Chong Yidong2011-10-188-8/+8
| | | | | Also, remove the :foreground attributes from cursor faces in built-in themes, since that attribute is unmeaningful.
* Edits to Display chapter of Emacs manual.Chong Yidong2011-10-171-3/+4
| | | | | | | | | | | | | | | | | | | | * doc/emacs/display.texi (Faces): Simplify discussion. Move documentation of list-faces-display here, from Standard Faces node. Note special role of `default' background. (Standard Faces): Note special role of `default' background. Note that region face may be taken fom GTK. Add xref to Text Display. (Text Scale): Rename from "Temporary Face Changes". Callers changed. Don't bother documenting variable-pitch-mode. (Font Lock): Copyedits. Remove font-lock-maximum-size. (Useless Whitespace): Simplify description of delete-trailing-whitespace. Note active region case. (Text Display): Fix description of escape-glyph face assignment. Remove unibye mode discussion. Update some parts for Unicode. Move glyphless chars documentation to Lisp manual. * doc/emacs/frames.texi (Tooltips): Document x-gtk-use-system-tooltips. * doc/lispref/display.texi (Glyphless Chars): New node.
* * lisp/font-lock.el (font-lock-maximum-size): Mark as obsolete.Chong Yidong2011-10-171-2/+4
|
* Two minor manual updates.Chong Yidong2011-10-151-0/+2
| | | | | | | * doc/emacs/killing.texi (Deletion): Document negative prefix arg to M-SPC. * doc/emacs/regs.texi (Text Registers): C-x r i does not activate the mark. (Bookmarks): Document new default bookmark location.
* Update Killing chapter in Emacs manual. Other misc manual tweaks.Chong Yidong2011-10-131-3/+5
| | | | | | | | | | | | | | | | | | | * doc/emacs/killing.texi (Deletion): Add xref to Using Region. (Yanking): Move yank-excluded-properties to Lisp manual. Move C-y description here. Recommend C-u C-SPC for jumping to mark. (Kill Ring): Move kill ring variable documentation here. (Primary Selection): Copyedits. (Rectangles): Document new command rectangle-number-lines. (CUA Bindings): Note that this disables the mark-even-if-inactive behavior for C-x and C-c. * doc/emacs/mark.texi (Mark): Mention "active region" terminology. (Using Region): Document delete-active-region. * doc/lispref/text.texi (Yanking): Document yank-excluded-properties. * doc/lispref/package.texi (Packaging Basics): The commentary should say how to begin using the package.
* etc/NEWS: Fix a typo.Eli Zaretskii2011-10-131-2/+2
|
* Add NEWS entry wrt which window gets selected after deletionMartin Rudalics2011-10-111-0/+4
|
* Describe frame-auto-hide-function and related issues.Martin Rudalics2011-10-091-0/+5
| | | | | | | | | * buffers.texi (The Buffer List): Describe how bury-buffer deals with the selected window. * windows.texi (Buffers and Windows): Reformulate text on how replace-buffer-in-windows deals with a window. (Quitting Windows): Describe how quit-window deals with a standalone frame. Describe new option frame-auto-hide-function.
* * doc/emacs/mini.texi (Completion Options): Document completion-cycle-threshold.Chong Yidong2011-10-081-8/+8
|
* Rework count-words-region. New command count-words.Chong Yidong2011-10-081-1/+4
| | | | | | | | | | | | | | | | | | | See discussion at http://lists.gnu.org/archive/html/emacs-devel/2011-10/msg00193.html * lisp/simple.el (count-words-region): Always count in the region. Report the number of lines and characters too. (count-words): New command, which counts in the buffer if the region is inactive, as count-words-region used to. (count-words--message): New function. Handle plurals. (count-lines-region): Make it an alias for count-words-region. * lisp/bindings.el (esc-map): Replace count-lines-region with count-words-region. * doc/emacs/basic.texi (Position Info): Omit page commands. Document count-words-region and count-words. * doc/emacs/text.texi (Pages): Move what-page documentation here.
* Document completion styles in Emacs manual; copyedits.Chong Yidong2011-10-081-2/+2
| | | | | | | | | | | | | | | | | * doc/emacs/mini.texi (Minibuffer File): Minor copyedits. Use xref to Remote Files node instead of linking directly to the Tramp manual. (Minibuffer Edit): Add xref to Blank Lines. (Completion): Add xref to Symbol Completion. Remove redundant example, which is repeated in the next node. (Completion Commands): Minor clarifications. (Completion Styles): New node, split from Completion Commands. Document substring and initials styles. (Strict Completion): Remove information duplicated in other nodes. (Completion Options): Consolidate case difference discussion here. * doc/emacs/files.texi (File Names): Add index entries. * doc/emacs/help.texi (Help Mode): Fix kindex entries.
* Copyedits and updates for Emacs manual's first few chapters.Chong Yidong2011-10-071-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/basic.texi (Inserting Text): Add xref to Completion. Add ucs-insert example, and document prefix argument. (Moving Point): Fix introduction; C-f/C-b are no longer equivalent to left/right. Tweak left-char and right-char descriptions. M-left and M-right are now bound to left-word/right-word. (Erasing): Document delete-forward-char. * doc/emacs/commands.texi (User Input): Define "input event" more clearly. (Keys): Add xref to Echo Area. (Commands): Clarify relation between commands and functions. * doc/emacs/entering.texi (Entering Emacs): Define "startup screen". Document window-splitting behavior with command-line inputs. (Exiting): Remove obsolete paragraph about shells without suspend functionality. * doc/emacs/frames.texi (Non-Window Terminals): Index just "text-only terminal", which is used throughout the manual now. * doc/emacs/screen.texi (Screen, Menu Bar): Copyedits. (Point): Remove duplicate paragraph on cursors, also in Screen. (Mode Line): Trailing dashes no longer shown on X displays.
* etc/NEWS: Fix typo. Remove duplicate info.Juanma Barranquero2011-10-022-9/+6
|
* Fix manual description of display-buffer-pop-up-window.Chong Yidong2011-10-011-7/+11
| | | | | | | Also, tweaks to NEWS. * doc/lispref/windows.texi (Display Action Functions): Fix description of display-buffer-pop-up-window.
* Document some Emacs 24 scrolling changes.Chong Yidong2011-10-011-2/+6
| | | | | | | | | | | | | | | * doc/emacs/basic.texi (Moving Point): * doc/emacs/custom.texi (Mouse Buttons): * doc/emacs/rmail.texi (Rmail Scrolling): * doc/emacs/search.texi (Isearch Scroll): * doc/emacs/display.texi (Scrolling): Replace scroll-up/down with scroll-up/down-command. Fix scroll-preserve-screen-position description. Document scroll-error-top-bottom. * doc/lispref/windows.texi (Textual Scrolling): Document scroll-up-command, scroll-down-command, scroll-error-top-bottom, and the scroll-command symbol property.
* Fix NEWS entry for M-SPC change.Chong Yidong2011-09-261-1/+1
| | | | Fixes: debbugs:9604
* Bump version to 24.0.90.Chong Yidong2011-09-251-527/+1007
| | | | Regenerate AUTHORS and ldefs-boot.el.
* Add NEWS entries for quit-window, window-state functions, and ↵Martin Rudalics2011-09-251-2/+12
| | | | ignore-window-parameters.
* Document display-buffer and other window changes in Lisp manual.Chong Yidong2011-09-241-0/+1
| | | | | | | | | | | * doc/lispref/windows.texi (Window History): New node. Move text here from Buffers and Windows. (Switching Buffers): Rename from Displaying Buffers, since we don't document display-buffer here; callers changed. Document FORCE-SAME-WINDOW arg to switch-to-buffer and switch-to-buffer-other-frame. Delete duplicate replace-buffer-in-windows doc. (Choosing Window): Document display actions.
* * etc/PROBLEMS: Very long lines being slow is a known issue.Glenn Morris2011-09-241-0/+6
|
* Window-related updates to NEWS and Emacs manual.Chong Yidong2011-09-241-29/+59
| | | | | | | | | | | | | | | | * etc/NEWS: Reorganize, placing user options in Changes section. * doc/emacs/buffers.texi (Select Buffer): Clarify description of buffer-switching commands. Add xref to Window Display node. Don't repeat confirm-nonexistent-file-or-buffer description from Visiting node. Remove even-window-heights. * doc/emacs/frames.texi (Special Buffer Frames): Add xref to Window Choice. * doc/emacs/windows.texi (Pop Up Window): Defer discussion of window splitting to the Window Choice node. Add index entries. (Force Same Window): Node deleted. (Displaying Buffers, Window Choice): New nodes.
* Change the default value of redisplay-dont-pause to t.Eli Zaretskii2011-09-241-0/+7
| | | | | | | | src/dispnew.c (syms_of_display) <redisplay-dont-pause>: Default value is now t. Doc fix. doc/lispref/display.texi (Forcing Redisplay): Update the description of redisplay-dont-pause due to change in the default value. etc/NEWS: Mention the change of the default value.
* Document some window code changes in NEWS.Martin Rudalics2011-09-232-0/+95
|
* * NEWS, MH-E-NEWS: Update for MH-E release 8.3.Bill Wohler2011-09-193-25/+18
|
* * lisp/replace.el (occur-mode-map): Rebind occur-edit-mode to "e".Chong Yidong2011-09-171-1/+1
| | | | | | | | | | | | (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to occur-mode-display-occurrence. (occur-edit-mode): Add usage message. (occur-cease-edit): New command. (occur-after-change-function): Use text properties to find the position of the prefix text. (occur-engine): Set stickiness of prefix text properties. Fixes: debbugs:8463
* Remove inadvertent x permissions from 4 images.Paul Eggert2011-09-164-0/+0
|
* * themes/adwaita-theme.el: New file.William Stevenson2011-09-124-6/+117
|
* Two new themes from Scott Frazer.Scott Frazer2011-09-123-0/+217
| | | | | * themes/whiteboard-theme.el: * themes/deeper-blue-theme.el (deeper-blue): New files.
* NEWS: fix typo: s/an prefix/a prefix/Jim Meyering2011-09-111-1/+1
|
* Add to sendmail.el a new command mail-add-attachment.Eli Zaretskii2011-09-101-0/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Grep related fixes.Juri Linkov2011-09-052-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * etc/grep.txt: Add `eval' to the Local Variables section that emulates `grep-filter'. * lisp/progmodes/grep.el (grep-filter): Avoid incomplete processing by keeping point where processing of grep matches begins, and continue to delete remaining escape sequences from the same point. (grep-filter): Make leading zero optional in "0?1;31m" because git-grep emits "\033[1;31m" escape sequences unlike expected "\033[01;31m" as GNU Grep does. (grep-process-setup): Replace obsolete "ml=" with newer "sl=". Fixes: debbugs:9408
* | Document new Emacs 24 faces in Lisp manual.Chong Yidong2011-08-301-0/+1
| | | | | | | | | | | | | | * 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.
* | * MACHINES: Remove obsolete info and update a bit (Bug#9404).Paul Eggert2011-08-292-229/+49
| |
* | * PROBLEMS: Remove obsolete comment re Yellow Dog (Bug#9403).Paul Eggert2011-08-292-37/+4
| |
* | Update and edit manual sections on major modes.Chong Yidong2011-08-291-8/+7
| | | | | | | | | | | | | | | | | | * 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.
* | Document copy-directory and related changes in manuals.Chong Yidong2011-08-281-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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-281-8/+10
| | | | | | | | | | | | | | | | | | | | * 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-281-11/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | etc/NEWS: Fix entries related to bidirectional support.Eli Zaretskii2011-08-271-11/+19
| |