- 22 Nov, 2011 5 commits
-
-
Glenn Morris authored
* lisp/mail/rmailmm.el (test-rmail-mime-handler) (test-rmail-mime-bulk-handler) (test-rmail-mime-multipart-handler): Move tests to test/ directory. * test/rmailmm.el: New file, split from lisp/mail/rmailmm.el.
-
Katsumi Yamaoka authored
-
Glenn Morris authored
-
Yavor Doganov authored
Do not install arch-dependent files in the app bundle if --disable-ns-self-contained is requested. * configure.in (exec_prefix, libexecdir): Define relative to ns_appbindir' only if configured for a self-contained app. * Makefile.in (install-arch-dep): Test for the existence of libexec in the Emacs.app bundle before executing commands. Fixes: debbugs:1335
-
Lars Magne Ingebrigtsen authored
shr.el (shr-table-horizontal-line): Revert infinite loops introduced by Paul Eggert's spellfixes two days ago.
-
- 21 Nov, 2011 10 commits
-
-
Juri Linkov authored
Fixes: debbugs:10018
-
Lars Magne Ingebrigtsen authored
mm-view.el (mm-display-inline-fontify): Make the font-lock variables buffer-local instead of binding them to avoid warnings. Also demote errors (bug#10063).
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:10094
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
Some versions of the GnuTLS library doesn't respons to poll reliably. Work around this by checking all GnuTLS sockets explicitly from the idle loop.
-
Jan Djärv authored
-
Stefan Monnier authored
-
Martin Rudalics authored
-
Chong Yidong authored
Fixes: debbugs:10032
-
Chong Yidong authored
* doc/lispref/windows.texi (Splitting Windows): Fix error in documentation of window-combination-limit. (Cyclic Window Ordering): Minor fixes to next-window, one-window-p, and get-lru-window docs. Don't document window-list-1. (Buffers and Windows): Copyedits. (Choosing Window): Document special handling of special-display-*. (Choosing Window Options): Fix display-buffer-reuse-frames doc. Don't document even-window-heights, which is going away. Clarify which options are obeyed by which action functions. * src/window.c (Fnext_window, Fprevious_window): Doc fix.
-
- 20 Nov, 2011 22 commits
-
-
Bill Wohler authored
-
Bill Wohler authored
-
Stefan Monnier authored
Fixes: debbugs:10072
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Glenn Morris authored
* doc/misc/gnus.texi (Group Information): Remove gnus-group-fetch-faq, command deleted 2010-09-24.
-
Juanma Barranquero authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Martin Rudalics authored
* window.c (Fset_window_combination_limit): Rename argument STATUS to LIMIT. (Vwindow_combination_limit): Remove "status" from doc-string. * windows.texi (Resizing Windows, Splitting Windows): Remove term "status" when talking about combination limits.
-
Andreas Schwab authored
-
Andreas Schwab authored
* admin/CPP-DEFINES (VIRT_ADDR_VARIES): Remove. * src/m/ibms390.h: Remove. * src/m/ibms390x.h: Don't include "ibms390.h".
-
Paul Eggert authored
-
Chong Yidong authored
(Probably inadvertently removed when converting to Lisp.)
-
Stefan Monnier authored
-
Stefan Monnier authored
Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
-
Stefan Monnier authored
(byte-compile-global-not-obsolete-vars): New var. (byte-compile-check-variable, byte-compile-make-obsolete-variable): Use it. (byte-compile-warn-obsolete): Align text with the one in *Help*.
-
Juanma Barranquero authored
-
Paul Eggert authored
Otherwise, valgrind does not work on some platforms. Problem reported by Andreas Schwab in <http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00081.html>. * puresize.h (pure, PURE_P): Always behave as if VIRT_ADDR_VARIES is set, removing the need for VIRT_ADDRESS_VARIES. (PURE_P): Use a more-efficient implementation that needs just one comparison, not two: on x86-64 with GCC 4.6.2, this cut down the number of instructions from 6 (xorl, cmpq, jge, xorl, cmpq, setge) to 4 (xorl, subq, cmpq, setbe). * alloc.c (pure): Always extern now, since that's the VIRT_ADDR_VARIES behavior. (PURE_POINTER_P): Use a single comparison, not two, for consistency with the new puresize.h. * lisp.h (PNTR_COMPARISON_TYPE): Remove; no longer needed. * m/ibms390.h, m/intel386.h, m/template.h, s/cygwin.h, s/hpux10-20.h: Remove VIRT_ADDR_VARIES no longer needed. Fixes: debbugs:10042
-
Paul Eggert authored
-
Paul Eggert authored
-
Glenn Morris authored
* lisp/mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom. (rmail-insert-mime-forwarded-message-function, rmail-mime-feature): Doc fixes. (rmail-decode-mime-charset): Mark as obsolete. * lisp/mail/rmailsum.el (rmail-message-regexp-p-1): * lisp/mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend): Before using mime functions, check they are set. Fixes: debbugs:10077
-
- 19 Nov, 2011 3 commits
-
-
Juri Linkov authored
of `package-alist'. Use node names formed by the pattern "Keyword " and the keyword name.
-
Andreas Schwab authored
bash.
-
Juri Linkov authored
Add `revert-buffer' to defcustom `Info-hide-node-references'. * lisp/info.el (Info-hide-note-references): Add `:set' tag to `defcustom' that calls `revert-buffer' on all Info buffers. (Info-revert-find-node): Remove let-bindings `old-buffer-name', `old-history', `old-history-forward'. Add let-binding `window-selected'. Remove calls to `kill-buffer', `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil before calling `Info-find-node', so `Info-find-node-2' will reread the Info file. Restore window positions only when `window-selected' is non-nil. Fixes: debbugs:9915
-