- 28 Jan, 2012 7 commits
-
-
Chong Yidong authored
Fixes: debbugs:10550
-
Chong Yidong authored
Fixes: debbugs:10541
-
Lars Ingebrigtsen authored
-
Gnus developers authored
shr.el (shr-browse-url): Fix the name of the `browse-url-mail' function call. gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to seconds, and make the repeat clause with HH:MM specs work as documented.
-
Chong Yidong authored
-
Chong Yidong authored
(rmail-mail-return): Switch to NEWBUF only if it is non-nil. Fixes: debbugs:10625
-
Chong Yidong authored
Fixes: debbugs:10542
-
- 27 Jan, 2012 10 commits
-
-
Eduard Wiebe authored
Fixes: debbugs:10445
-
Glenn Morris authored
This is due to their use of EMACSLOADPATH; see http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6401#48 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10208#25
-
Mike Lamb authored
* lisp/pcmpl-unix.el (pcmpl-ssh-known-hosts): Handle [host]:port syntax. Fixes: debbugs:10533
-
Glenn Morris authored
* doc/lispref/makefile.w32-in (texinputdir): Fix (presumed) typo. (VERSION, manual): Remove, unused.
-
Lars Ingebrigtsen authored
gnus-start.el (gnus-get-unread-articles): Clear out "early" methods so that previous errors don't prohibit getting new news. nnimap.el (nnimap-retrieve-group-data-early): Ditto. nntp.el (nntp-retrieve-group-data-early): Ditto.
-
Bastien Guerry authored
-
Alex Harsanyi authored
Fixes: debbugs:10405
-
Chong Yidong authored
* doc/lispref/commands.texi (Command Overview): Minor clarification (Bug#10384).
-
Dani Moncayo authored
* doc/emacs/buffers.texi (Select Buffer): Clarify explanation of switching to new buffers. Fix description of next-buffer and previous-buffer (Bug#10334). (Misc Buffer): Add xref to View Mode. * doc/emacs/text.texi (Fill Commands): Fix description of sentence-end-double-space.
-
Katsumi Yamaoka authored
-
- 26 Jan, 2012 11 commits
-
-
Katsumi Yamaoka authored
-
Gnus developers authored
gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction bound in old Emacsen and XEmacsen. gnus.el (gnus-group-find-parameter): Check for liveness of the buffer, not of the string which is its name. gnus-sum.el (gnus-summary-move-article): Don't propagate marks to non-server-marks groups. (gnus-group-make-articles-read): Ditto. gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral methods (bug#9676). gnus.el (gnus-method-ephemeral-p): New function.
-
Eli Zaretskii authored
-
Chong Yidong authored
Fixes: debbugs:10503
-
Chong Yidong authored
* doc/lispref/searching.texi (String Search): Document negative repeat count. * src/search.c (Fsearch_forward, Fsearch_backward): Document negative repeat counts (Bug#10507).
-
Glenn Morris authored
-
Lars Ingebrigtsen authored
nnimap.el (nnir-search-thread): Autoload to avoid a compilation warning. gnus-sum.el (gnus-summary-line-format-alist): Don't try to macroexpand the nnir things, since they haven't been defined yet, and nnir requires gnus-sum.
-
Katsumi Yamaoka authored
-
Glenn Morris authored
Ref http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00543.html * doc/lispref/variables.texi (Using Lexical Binding): Mention that lexical-binding should be set in the first line. * src/lread.c (syms_of_lread): Doc fix. * lisp/emacs-lisp/tabulated-list.el, lisp/progmodes/f90.el: Move lexical-binding file-local to line one. * etc/NEWS: lexical-binding should be ine the first line.
-
Glenn Morris authored
For an example of the problems NOT doing this might cause, see eg http://lists.gnu.org/archive/html/bug-gnu-emacs/2006-07/msg00000.html Eg after: (global-set-key (kbd "C-u") ctl-x-map) (global-set-key (kbd "C-x") 'universal-argument) just loading dired-x.el or term.el would give an error. * lisp/dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map. * lisp/term.el (term-raw-escape-map): Use Control-X-prefix. * lisp/vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.
-
Lars Ingebrigtsen authored
* macros.texi (Defining Macros): Don't claim that `declare' only affects Edebug and indentation.
-
- 25 Jan, 2012 11 commits
-
-
Lars Ingebrigtsen authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Martin Rudalics authored
* window.el (window-state-get, window--state-get-1): Don't deal with fixed-sizeness of windows. Simplify code.
-
Jérémy Compostella authored
* window.el (window--state-get-1, window--state-put-2): Don't save and restore the mark.
-
Glenn Morris authored
* lisp/dired.el (dired-goto-file): Handle some of the more common characters that `ls -b' escapes. Fixes: debbugs:10596
-
Mats Lidell authored
-
Chong Yidong authored
-
Chong Yidong authored
* lisp/custom.el (custom-variable-p): Doc fix. * src/eval.c (Fuser_variable_p): Doc fix; mention custom-variable-p.
-
Glenn Morris authored
* lisp/progmodes/compile.el (compilation-next-error-function): Respect compilation-first-column in the "*compilation*" buffer. * lisp/progmodes/grep.el (grep-first-column): New variable.
-
Glenn Morris authored
-
- 24 Jan, 2012 1 commit
-
-
Glenn Morris authored
-