- 31 Jan, 2014 6 commits
-
-
Glenn Morris authored
Reset :version, since the default value has not changed. * etc/NEWS: Related edits.
-
Glenn Morris authored
* lisp/register.el (register-preview-delay, register-read-with-preview): Doc fixes. * etc/NEWS: Related edits.
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/mail/reporter.el (reporter-dump-variable): In case of void-variable, do not mess with mail-buffer position (fixes 2009-11-03 change). * lisp/progmodes/cc-mode.el (c-submit-bug-report): Check auto-fill-mode is bound. Fixes: debbugs:16592
-
Darren Hoo authored
* lisp/startup.el (fancy-splash-image-file): New function, split from fancy-splash-head. (fancy-splash-head, use-fancy-splash-screens-p): Use it, so that we are both using the same image. Fixes: debbugs:16574
-
Gnus developers authored
2014-01-31 Alex Schroeder <alex@gnu.org> (tiny change) * gnus-tut.txt (Message-ID): Typo fix (bug#15556). 2014-01-31 Dave Abrahams <dave@boostpro.com> * gnus-salt.el (gnus-tree-highlight-article): Don't move point around in the summary buffer (bug#13769). 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org> * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer name if we're using a single article buffer. Otherwise, it may point to a killed buffer (bug#13756). 2014-01-30 Lars Ingebrigtsen <larsi@gnus.org> * nnmail.el (nnmail-split-it): Instead of redoing the search to restore the match data, just save and restore it explictly (bug#12375). * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if that's needed. * spam.el (spam-initialize): Allow calling repeatedly, but only run the the code once (bug#9069).
-
- 30 Jan, 2014 11 commits
-
-
Eli Zaretskii authored
-
Andreas Schwab authored
* process.c (create_process): Reset SIGPROF handler in the child. * callproc.c (call_process): Likewise.
-
Martin Rudalics authored
* mouse.el (mouse-drag-line): When window-resize-pixelwise is nil call adjust-window-trailing-edge with suitable arguments (Bug#16594).
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/emacs-lisp/eldoc.el: Related commentary.
-
Glenn Morris authored
* etc/NEWS: Add missing entry.
-
Glenn Morris authored
* lisp/hexl.el (hexl-mode-hook): * lisp/ielm.el (ielm-mode-hook): * lisp/emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook) (lisp-interaction-mode-hook): * lisp/progmodes/cfengine.e (cfengine3-documentation-function): Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'. * lisp/emacs-lisp/eldoc.el: Same in commentary.
-
Stefan Monnier authored
Fixes: debbugs:16584
-
Stefan Monnier authored
is a symbol. Fixes: debbugs:16584
-
Xue Fuqiao authored
-
Glenn Morris authored
-
- 29 Jan, 2014 11 commits
-
-
Paul Eggert authored
-
Eli Zaretskii authored
src/.gdbinit (xprintstr, xprintbytestr): Don't use repetition count of zero to print strings, GDB doesn't like it.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/print.c (print_object): Use FETCH_STRING_CHAR_ADVANCE, not STRING_CHAR_AND_LENGTH, so that if the string is relocated by GC, we still use correct addresses.
-
Kenichi Handa authored
-
Kenichi Handa authored
Fix bug#16286 by the different way than 2014-01-26T00:32:30Z!eggert@cs.ucla.edu to preserve the code detection behavior of 24.3.
-
Martin Rudalics authored
* w32fns.c (x_set_tool_bar_lines): Don't clear area on frames that are not visible.
-
Glenn Morris authored
-
Glenn Morris authored
Remove pointless+wrong "last change" header. Set Maintainer to FSF, since original author has made no changes in 16+ years.
-
Glenn Morris authored
* lisp/simple.el (just-one-space, cycle-spacing): Doc fixes. * doc/emacs/killing.texi (Deletion): Mention cycle-spacing. * doc/lispref/text.texi: Comment. * etc/NEWS: Related edits.
-
Jan Djärv authored
is grabbed. Fixes: debbugs:16565
-
- 28 Jan, 2014 10 commits
-
-
Martin Rudalics authored
* xdisp.c (last_max_ascent): Re-remove after erroneously reintroducing it on 2013-11-30 and abolishing Dmitry's removal from 2013-03-29. (move_it_to): Re-remove reference to last_max_ascent. (Fwindow_text_pixel_size): Add iterator's max_ascent and max_descent here instead of calling line_bottom_y. Fix doc-string. * window.el (fit-frame-to-buffer): Fix calculations for margins and height constraints.
-
Dmitry Antipov authored
-
Luke Lee authored
expressions and operator precedence. Also apply code review changes. * lisp/progmodes/hideif.el : Related enhancements.
-
Dmitry Antipov authored
(init_initial_terminal): Install new hook to free face cache on initial frame and avoid memory leak. For details, see <http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01974.html>.
-
Glenn Morris authored
-
Glenn Morris authored
* doc/emacs/text.texi (Fill Commands): Mention fill-single-char-nobreak-p. * lisp/textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak. * etc/NEWS: Related edit.
-
Glenn Morris authored
-
Glenn Morris authored
* etc/NEWS: Related markup.
-
Glenn Morris authored
* doc/lispref/text.texi (Indent Tabs): Update related to tab-stops. * lisp/indent.el (tab-stop-list): Doc fix. Add :version.
-
Glenn Morris authored
(vc-editable-p, vc-checkout): Remove unused declarations. * etc/NEWS: Small edits.
-
- 27 Jan, 2014 2 commits
-
-
Glenn Morris authored
-
Paul Eggert authored
-