- 18 Oct, 2011 13 commits
-
-
Paul Eggert authored
-
Juanma Barranquero authored
Fixes: debbugs:9722
-
Ted Zlatanov authored
gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility. nnir.el (nnir-mode): Use it. nnmairix.el (nnmairix-determine-original-group-from-registry): Use it. nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy. nnmairix.el (gnus-registry-enabled): Ditto.
-
Stefan Monnier authored
to distinguish the author from the committer.
-
Michael Albinus authored
-
Daiki Ueno authored
-
Jirka Kosek authored
Add support for detecting encoding in HTML5 specified only as <meta charset="UTF-8">. Implementation just makes http-equiv and content-type parts from HTML4 encoding string optional. Fixes: debbugs:9716
-
Glenn Morris authored
* 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
-
Glenn Morris authored
* admin/notes/changelogs: Copy some info here from copyright. * admin/notes/copyright: Tiny update.
-
Chong Yidong authored
-
Chong Yidong authored
Also, remove the :foreground attributes from cursor faces in built-in themes, since that attribute is unmeaningful.
-
Jan Djärv authored
-
Chong Yidong authored
* 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.
-
- 17 Oct, 2011 15 commits
-
-
Ted Zlatanov authored
From Dave Abrahams <dave@boostpro.com>. gnus-registry.el (gnus-registry-enabled): Add new variable. (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask only while we need to find out if it should be t or nil. (gnus-registry-initialize): Don't set `gnus-registry-install' to t. (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when the registry is installed. Set it to nil when it's unloaded. (gnus-registry-install-p): Provide user guidance for the initial value of `gnus-registry-install' when it's 'ask, otherwise return its value. nnregistry.el (nnregistry-open-server, nnregistry-server-opened): Use `gnus-registry-enabled' instead of `gnus-registry-install'. nnmairix.el (nnmairix-determine-original-group-from-registry): Use `gnus-registry-enabled' instead of `gnus-registry-install'. nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of `gnus-registry-install'.
-
Chong Yidong authored
-
Ryan Barrett authored
prefixes, e.g. tramp-based remote shells. (Bug#9647)
-
Eli Zaretskii authored
src/xdisp.c (move_it_vertically_backward): Don't look for character position immediately after the newline when in a continuation line.
-
Ted Zlatanov authored
-
Glenn Morris authored
-
Stefan Monnier authored
-
Eli Zaretskii authored
for a line that begins with control characters. src/xdisp.c (push_display_prop): Determine whether to record string or buffer position by IT->string, not by IT->method. Allow GET_FROM_DISPLAY_VECTOR as IT->method on entry.
-
Stefan Monnier authored
* lisp/comint.el (comint-insert-input, comint-send-input) (comint-get-old-input-default, comint-backward-matching-input) (comint-next-prompt): Use nil instead of `input' for field property of past user input (bug#114). Fixes: debbugs:9160
-
Stefan Monnier authored
(minibuffer-complete-and-exit): Use it. Fixes: debbugs:114
-
Stefan Monnier authored
Fixes: debbugs:9160
-
Martin Rudalics authored
-
Martin Rudalics authored
-
Martin Rudalics authored
* menu-bar.el (menu-bar-file-menu): Add entry for making new window on right of selected. (Bug#6786) Reword other window entries and separate them from frame entries.
-
Daiki Ueno authored
mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the primary key is marked as disabled. mml1991.el (mml1991-epg-find-usable-key): Ditto. Thanks to Christian von Roques <roques@mti.ag>.
-
- 15 Oct, 2011 7 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Chong Yidong authored
for lack of TLS capability.
-
Chong Yidong authored
(View Mode): Add index entries.
-
Chong Yidong authored
* 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.
-
Chong Yidong authored
putting the argument choices in front and in bold.
-
Martin Rudalics authored
* window.c (coordinates_in_window): Rewrite and delabelize vertical border check. (Bug#5357) (Bug#9618)
-
- 14 Oct, 2011 5 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
empty buffer.
-
Stefan Monnier authored
unread-command-events rather than pushing yet-another event.
-
Stefan Monnier authored
errors in XSetWindowBorder. Fixes: debbugs:9310
-
Eli Zaretskii authored
lisp/mail/sendmail.el (sendmail-query-once): Improve the wording of the explanation of the possible choices. Make the options passed to completing-read shorter.
-