- 01 Feb, 2014 1 commit
-
-
Lars Ingebrigtsen authored
* subr.el (butlast): Document what an omitted N means. (nbutlast): Ditto. Fixes: debbugs:13437
-
- 31 Jan, 2014 16 commits
-
-
Lars Ingebrigtsen authored
(shr-tag-svg): Respect `shr-inhibit-images'. (shr-dom-to-xml): Respect `shr-blocked-images'. Fixes: debbugs:15882
-
Lars Ingebrigtsen authored
* net/shr.el (shr-generic): Make into a defsubst to make the stack depth shallower.
-
Dmitry Gutov authored
* etc/NEWS: Mention `ruby-align-chained-calls'. * lisp/progmodes/ruby-mode.el (ruby-align-chained-calls): Update the docstring and add :version tag. Fixes: debbugs:16593
-
Dmitry Gutov authored
* lisp/progmodes/ruby-mode.el (ruby-align-chained-calls): New option. (ruby-smie-grammar): Make "." right-associative. Make its priority lower than the ternary and all binary operators. (ruby-smie-rules): Indent "(" relative to the first non-"." parent, or the first "." parent at indentation. Use `ruby-align-chained-calls' for indentation of "." tokens. * test/automated/ruby-mode-tests.el (ruby-align-chained-calls): New test. Fixes: debbugs:16593
-
Lars Ingebrigtsen authored
lisp/gnus/nnimap.el (nnimap-transform-headers): Partially revert mistakenly checked-in test code from last checkin
-
Juri Linkov authored
* doc/lispref/searching.texi (String Search): Incremental word search fixes. * lisp/sort.el (delete-duplicate-lines): Remove `:weakness 'key' from `make-hash-table'. * lisp/textmodes/ispell.el (ispell-init-process): Change message format to be consistent with other messages.
-
Lars Ingebrigtsen authored
-
Glenn Morris authored
* lisp/delsel.el (delete-selection-mode): Doc fix. * doc/misc/efaq.texi (Replacing highlighted text): Update delete-selection-mode doc. * etc/NEWS: Related edit.
-
Glenn Morris authored
* lisp/emacs-lisp/trace.el (trace--read-args, trace-function-foreground) (trace-function-background): Doc fixes. Commentary update for this package now using nadvice.el, not advice.el. * etc/NEWS: Related edits.
-
Glenn Morris authored
* etc/NEWS: Related markup.
-
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 1 commit
-
-
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.
-