aboutsummaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Spelling fixes.Paul Eggert2011-11-262-2/+2
|
* Spelling fixes.Paul Eggert2011-11-241-1/+1
|
* Fix case of "GnuTLS" in docs.Glenn Morris2011-11-231-2/+2
| | | | | | * doc/misc/gnus.texi, doc/misc/smtpmail.texi: * etc/NEWS: * lisp/gnus/starttls.el, lisp/net/tls.el: Fix case of "GnuTLS".
* * lisp/mail/rmail.el (rmail-message-filter): Mark as obsolete. Glenn Morris2011-11-221-0/+5
| | | | | | * etc/NEWS: Mention this. Fixes: debbugs:2624
* Spelling fixes.Paul Eggert2011-11-223-57/+57
|
* * etc/NEWS: Mention debug-on-event.Stefan Monnier2011-11-221-0/+2
|
* * NEWS, MH-E-NEWS: Update for MH-E release 8.3.1.Bill Wohler2011-11-203-3/+12
|
* Fix typos.Juanma Barranquero2011-11-204-6/+6
|
* Spelling fixes.Paul Eggert2011-11-194-5/+5
|
* Fix typos.Juanma Barranquero2011-11-205-5/+5
|
* Spelling fixes.Paul Eggert2011-11-195-7/+5
|
* Spelling fixes.Paul Eggert2011-11-192-4/+4
|
* Spelling fixes.Paul Eggert2011-11-183-4/+4
|
* Spelling fixes.Paul Eggert2011-11-171-1/+1
|
* Rename window-splits to window-combination-resize.Martin Rudalics2011-11-171-8/+9
| | | | | | | | | | | | | | * window.c (Vwindow_splits): Rename to Vwindow_combination_resize. Suggested by Juri Linkov. (Fsplit_window_internal): Use Vwindow_combination_resize instead of Vwindow_splits. * window.el (window-resize, delete-window, split-window): Replace window-splits by window-combination-resize. * cus-start.el (window-splits): Replace by window-combination-resize. * windows.texi (Resizing Windows, Splitting Windows) (Deleting Windows): Use term window-combination-resize instead of window-splits.
* Spelling fixes.Paul Eggert2011-11-171-3/+3
|
* Fix typos.Juanma Barranquero2011-11-165-10/+10
|
* Spelling fixes.Paul Eggert2011-11-144-9/+8
|
* Spelling fixes.Paul Eggert2011-11-147-10/+7
|
* Fix typos.Juanma Barranquero2011-11-142-1/+5
|
* Spelling fixes.Paul Eggert2011-11-144-9/+7
|
* Spelling fixes.Paul Eggert2011-11-133-5/+4
|
* Spelling fixes.Paul Eggert2011-11-111-1/+1
|
* * lisp/progmodes/compile.el: Better handle TABs.Stefan Monnier2011-11-091-0/+4
| | | | | | | | (compilation-internal-error-properties) (compilation-next-error-function): Obey the target buffer's compilation-error-screen-columns. Fixes: debbugs:9749
* Fix permissions inadvertently changed in ↵Paul Eggert2011-11-082-0/+0
| | | | 2011-10-31T00:37:[email protected].
* Manual updates for window changes.Chong Yidong2011-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/windows.texi (Basic Window): Add xref to Cursor Display. (Split Window): Document negative arg for splitting commands. (Other Window): Document mouse-1 in text area of window. (Change Window): Don't mention window attributes, since they aren't defined. C-x 1 can't be used with minibuffer windows. Windows are no longer auto-deleted. (Window Choice): Add xref to Choosing Window in Lisp manual. (Window Convenience): Note that windmove disables shift-selection. Move M-x compare-windows here from Other Window node. * doc/emacs/custom.texi (Mouse Buttons): * doc/emacs/search.texi (Isearch Scroll): * doc/emacs/windows.texi (Split Window): Use new names split-window-below and split-window-right. * doc/lispref/windows.texi (Basic Windows): Clarify various definitions. Treat window-normalize-* as internal; don't document them. (Windows and Frames): Various clarifications, e.g. non-live windows also belong to frames. Fix window-list description. Simplify window nesting example. (Splitting Windows, Window Configurations): Use split-window-below.
* * lisp/window.el (window-valid-p): Rename from window-any-p.Chong Yidong2011-11-051-12/+5
| | | | | (window-normalize-any-window, window-size-ignore) (window-state-get): Callers changed.
* Increase required GnuTLS version (bug#9929)Glenn Morris2011-11-041-0/+2
| | | | | | | * configure.in: Increase minimum GnuTLS version to 2.6.6. Do not include GnuTLS version info in final summary message. * etc/NEWS: Add FIXME related to GnuTLS version.
* Bump version to 24.0.91.Chong Yidong2011-10-311-66/+77
| | | | Regenerate AUTHORS and ldefs-boot.el.
* Disable whitespace-newline-mode properly.Vinicius Jose Latorre2011-10-302-0/+0
|
* Rename split-window-{above-each-other|split-window-side-by-side}Chong Yidong2011-10-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to split-window-below and split-window-right. * lisp/window.el (split-window-below, split-window-right): Rename from split-window-above-each-other and split-window-side-by-side respectively. All callers changed. (split-window-sensibly, split-window-sensibly): Use them. (split-window-keep-point): Doc fix. * lisp/isearch.el: Add isearch-scroll property to split-window-below and split-window-right. * lisp/follow.el (follow-mode): * lisp/vc/pcvs-util.el (cvs-pop-to-buffer-same-frame): * lisp/progmodes/ada-xref.el (ada-gdb-application): * lisp/emulation/vip.el (vip-buffer-in-two-windows): * lisp/image-dired.el (image-dired-dired-with-window-configuration): * lisp/dired-x.el (dired-do-find-marked-files): * lisp/dired.el (dired-pop-to-buffer): * lisp/bs.el (bs--show-with-configuration): * lisp/vc/emerge.el (emerge-setup-windows): * lisp/textmodes/two-column.el (2C-two-columns): * lisp/textmodes/reftex-toc.el (reftex-toc): * lisp/progmodes/gdb-mi.el (gdb-setup-windows): * lisp/progmodes/fortran.el (fortran-window-create): * lisp/net/newst-treeview.el (newsticker--treeview-window-init): * lisp/emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode): * lisp/emulation/tpu-edt.el (tpu-gold-map): * lisp/emulation/crisp.el (crisp-mode-map): * lisp/calendar/calendar.el (calendar-basic-setup): Callers changed.
* etc/themes/wombat-theme.el: Add a coding cookie. (Bug#9905)Eli Zaretskii2011-10-292-1/+5
|
* * etc/NEWS: Document the disappearance of binding caches.Stefan Monnier2011-10-282-0/+7
| | | | Fixes: debbugs:9899
* Replace fundamental-mode-hook with change-major-mode-after-body-hook.Chong Yidong2011-10-271-7/+14
| | | | | | | | | | | | * lisp/simple.el (fundamental-mode): * lisp/emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28 change introducing fundamental-mode-hook. * lisp/subr.el (change-major-mode-after-body-hook): New hook. (run-mode-hooks): Run it. * lisp/emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Use change-major-mode-before-body-hook.
* * lisp/term/w32-win.el (w32-default-color-map): Declare obsolete.Juanma Barranquero2011-10-261-0/+2
| | | | | | * src/w32fns.c (w32_default_color_map): New function, extracted from Fw32_default_color_map. (Fw32_default_color_map, Fx_open_connection): Use it.
* 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.