- 18 Oct, 2011 8 commits
-
-
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 6 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.
-
Glenn Morris authored
* doc/misc/ert.texi (Introduction, How to Run Tests) (Running Tests Interactively, Expected Failures) (Tests and Their Environment, Useful Techniques) (Interactive Debugging, Fixtures and Test Suites): Minor rephrasings. (Running Tests Interactively, The @code{should} Macro): Add xrefs. (Running Tests in Batch Mode): Simplify loading instructions. (Test Selectors): Clarify some selectors. (Expected Failures, Useful Techniques): Make examples fit in 80 columns. Remove unused "LocalWords".
-
- 13 Oct, 2011 4 commits
-
-
Agustín Martín authored
flyspell-large-region was not setting extended character mode for the external ispell process. This was affecting ispell with 8bit charsets not being the default, like in german. Since extended character mode was not used, process used default 7bit pseudo-charset resulting in some messages like -> rterbuch - 68: word not found about words not found. This may be related to (Bug#1339).
-
Chong Yidong authored
* 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.
-
Dmitry Antipov authored
-
Eli Zaretskii authored
-