aboutsummaryrefslogtreecommitdiffstats
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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.emacs-pretest-24.0.90Chong 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
| | |
* | | TUTORIAL.he: Use LRE instead of LRO.Eli Zaretskii2011-08-271-9/+9
| | |
* | | Re-order NEWS items.Chong Yidong2011-08-261-399/+337
| | |
* | | Document package manager in Emacs manual.Chong Yidong2011-08-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | | * etc/refcards/refcard.tex: Add a few more commands. (tiny change)Steve Chapel2011-08-242-3/+21
| | | | | | | | | | | | Fixes: debbugs:9343
* | | * etc/compilation.txt: Add more samples of output and non-output switches ↵Juri Linkov2011-08-222-2/+9
| | | | | | | | | | | | (bug#9319).
* | | * lisp/progmodes/compile.el (compilation-mode-font-lock-keywords):Juri Linkov2011-08-221-3/+12
| | | | | | | | | | | | | | | Revert regexp that highlights output switches to its old pre-2010-10-28 value and remove one `?' from it (bug#9319).
* | | Update some tutorial key bindings; ref bug#8739.Glenn Morris2011-08-201-1/+1
|/ / | | | | | | | | | | | | | | * lisp/tutorial.el (tutorial--default-keys): Update some default bindings. * etc/NEWS: delete-forward-char is not bound to C-d. * lisp/bindings.el, lisp/windows.el: Comments.
* | Adapt themes to new error/warning/success faces.Chong Yidong2011-08-185-5/+21
| | | | | | | | | | | | | | * etc/themes/dichromacy-theme.el: * etc/themes/wheatgrass-theme.el: * etc/themes/tango-theme.el: * etc/themes/tango-dark-theme.el: Add error, warning, and success faces.
* | Restore clobbered changes to Org copyright years.Glenn Morris2011-08-181-2/+2
| |
* | Add L and R categories to standard category table, and use them.Chong Yidong2011-08-181-6/+7
| | | | | | | | | | | | | | | | | | * lisp/international/characters.el: Add L and R categories. * lisp/subr.el (bidi-string-mark-left-to-right): Rename from string-mark-left-to-right. Use category search. * lisp/buff-menu.el (Buffer-menu-buffer+size): Callers changed.
* | * lisp/faces.el (error, warning, success): New faces with definitionsJuri Linkov2011-08-181-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | copied from old default values of `font-lock-warning-face', `compilation-warning', `compilation-info'. * lisp/font-lock.el (font-lock-warning-face): Inherit from `error'. * lisp/progmodes/compile.el (compilation-error): Inherit from `error'. (compilation-warning): Inherit from `warning'. (compilation-info): Inherit from `success'. * lisp/dired.el (dired-marked): Inherit from `warning'. (dired-flagged): Inherit from `error'. Fixes: debbugs:6117
* | Improve documentation of bidi in ELisp manual.Eli Zaretskii2011-08-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Fix Org ChangeLog entries and remove arch-tag.Bastien Guerry2011-08-162-13/+13
| |
* | Add rmail-epa-decrypt command.Richard M. Stallman2011-08-151-0/+5
| |
* | Add org.texi and orgcard.tex for Org version 7.7.Bastien Guerry2011-08-151-6/+10
| |
* | Move etc/grammars to admin/grammars.Chong Yidong2011-08-129-4681/+0
| |
* | Fix behavior of string-mark-left-to-right.Chong Yidong2011-08-121-5/+9
| | | | | | | | | | * lisp/subr.el (string-mark-left-to-right): Search the entire string for RTL script, not just the terminating character. Doc fix.
* | New function `string-mark-left-to-right' for handling LRMs.Chong Yidong2011-08-101-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | * lisp/subr.el (string-mark-left-to-right): New function. * lisp/buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument. Use string-mark-left-to-right. (list-buffers-noselect): Caller changed. * lisp/emacs-lisp/tabulated-list.el (tabulated-list-print-entry): Use string-mark-left-to-right. (tabulated-list-print): Recenter after moving point.
* | Tweak grammar files to match up with variable names used in parser files.Chong Yidong2011-07-319-33/+38
| |
* | Fix copyrights for javascript and python grammars.Chong Yidong2011-07-302-32/+106
| | | | | | | | | | | | Since these grammars were transcribed from the ECMAScript spec (BSD licensed) and Python sources (PSL) respectively, the copyright and license notices must be included in these files.
* | Fix copyright headers for grammar filesChong Yidong2011-07-306-86/+77
| | | | | | | | authored by Eric M. Ludlam, David Ponce, and Klaus Berndl (assignments on file).
* | Fix require statement in semantic/grammar.el.Chong Yidong2011-07-291-0/+4
| | | | | | | | | | * lisp/semantic/grammar.el (semantic-grammar-insert-defanalyzers): Fix require.
* | Add Semantic grammar files to etc/grammarsChong Yidong2011-07-299-0/+4611
| |
* | Update NEWSAndreas Schwab2011-07-282-0/+9
| |
* | Turn on bidi-display-reordering by default.Eli Zaretskii2011-07-281-2/+5
| | | | | | | | | | | | | | | | | | 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.