- 30 Jan, 2014 10 commits
-
-
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 9 commits
-
-
Glenn Morris authored
-
Paul Eggert authored
-
Glenn Morris authored
-
Glenn Morris authored
since it cannot be used outside Dired buffers anyway.
-
Glenn Morris authored
* doc/emacs/dired.texi (Misc Dired Features): Copyedits for hide-details. * lisp/dired.el (dired-hide-details-hide-symlink-targets) (dired-hide-details-hide-information-lines) (dired-hide-details-mode): Doc fixes. * lisp/emulation/cua-base.el (cua-mode): Doc fix. * etc/NEWS: Related edits. * lisp/ChangeLog: Comment changes do not need ChangeLog entries.
-
Glenn Morris authored
In general, it is not necessary for NEWS to repeat information from an option's doc-string. All NEWS really has to do is advertise that the option exists.
-
Michael Albinus authored
Do not skip when the local test has failed. They are unrelated. (file-notify--wait-for-events): Use `sit-for'. Let-bind `noninteractive' to nil, otherwise `sit-for' could be degraded to `sleep-for'. (file-notify-test02-events): Check for `file-remote-p' instead of `file-notify--test-remote-enabled'.
-
Reuben Thomas authored
Fixes bug #16564, from change of 2013-03-10.
-
Paul Eggert authored
-