- 03 Aug, 2011 8 commits
-
-
Andrew Cohen authored
nnir.el (nnir-read-server-parm): Add an argument to restrict to server-variables only. This should fix a bug introduced with commit e1889675b7f4adf057833c5513c9374134c4e053. (nnir-run-query): 'nnir-search-engine should not be set from the global environment.
-
Stefan Monnier authored
* lisp/subr.el (make-composed-keymap): Move from C. Change calling convention, and improve docstring to bring attention to a subtle point. * lisp/minibuffer.el (completing-read-default): Adjust accordingly.
-
Paul Eggert authored
so that it is not optimized away.
-
Michael Albinus authored
-
Michael Albinus authored
(tramp-open-shell): Use `tramp-shell-quote-argument'. * net/trampver.el: Update release number.
-
Glenn Morris authored
-
Paul Eggert authored
-
Stefan Monnier authored
Fixes: debbugs:9190
-
- 02 Aug, 2011 15 commits
-
-
Gnus developers authored
nnir.el (nnir-search-thread): Position point on referring article line. (nnir-warp-to-article): Clean up summary buffers. nnimap.el (nnimap-request-thread): Whitespace fix. nnimap.el (nnimap-get-groups): Decode "&" correctly.
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:9074
-
Eli Zaretskii authored
src/dispextern.h (struct bidi_it): New member disp_prop_p. src/xdisp.c: Remove one-slot cache of display string positions. (compute_display_string_pos): Accept an additional argument DISP_PROP_P; callers changed. Scan at most 5K characters forward for a display string or property. If found, set DISP_PROP_P non-zero. src/bidi.c (bidi_fetch_char): Accept an additional argument DISP_PROP_P, and pass it to compute_display_string_pos. Only handle text covered by a display string if DISP_PROP_P is returned non-zero. All callers of bidi_fetch_char changed.
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:6117
-
Lars Magne Ingebrigtsen authored
(dolist): Mention that there's a nil block
-
Stefan Monnier authored
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
* mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25 before 587, since it appears that that's more likely to work for more people.
-
Lars Magne Ingebrigtsen authored
When running under emacs -q, always refuse to save the customisations, even if the .emacs file doesn't exist. This makes it easier to reproduce testing runs under "emacs -Q" more reliably.
-
Don March authored
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
(starttls-available-p): Renamed from `starttls-any-program-available' and changed return convention.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 01 Aug, 2011 7 commits
-
-
Martin Rudalics authored
* window.el (display-buffer-in-window): Don't set dedicated status of window here (Bug#9215). (display-buffer-pop-up-window, display-buffer-pop-up-frame) (display-buffer-pop-up-side-window) (display-buffer-in-side-window): Set dedicated status of window here.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/xdisp.c (forward_to_next_line_start): Accept additional argument BIDI_IT_PREV, and store into it the state of the bidi iterator had on the newline. (reseat_at_next_visible_line_start): Use the bidi iterator state returned by forward_to_next_line_start to restore the state of it->bidi_it after backing up to previous newline. (Bug#9212)
-
Stefan Monnier authored
before binding generated-autoload-file.
-
Deniz Dogan authored
-
Glenn Morris authored
-
Chong Yidong authored
-
- 31 Jul, 2011 3 commits
-
-
Gnus developers authored
nnmaildir.el (nnmaildir-request-accept-article): Don't call `unix-sync' unless it's defined. gnus-art.el (gnus-article-stop-animations): Use `elt' instead of `aref' for XEmacs compatibiltiy. spam.el (spam-fetch-field-fast): Rewrite slightly for clarity. gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't closures, quote the form properly (bug#9194). gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly. (gnus-summary-insert-new-articles): Protect against servers that are down.
-
Juanma Barranquero authored
-
Chong Yidong authored
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.
-
- 30 Jul, 2011 7 commits
-
-
Chong Yidong authored
authored by Eric M. Ludlam, David Ponce, and Klaus Berndl (assignments on file).
-
Carsten Dominik authored
-
Michael Albinus authored
remote file name completion. (Bug#9197)
-
Michael Albinus authored
* trampver.texi: Update release number.
-
Michael Albinus authored
* net/trampver.el: Update release number.
-
Andreas Schwab authored
(re_exec): Fix return type. (regexec): Fix type of `ret'.
-
Glenn Morris authored
-