- 08 Oct, 2012 22 commits
-
-
Eli Zaretskii authored
src/image.c (CHECK_LIB_AVAILABLE): Remove, no longer used.
-
Eli Zaretskii authored
src/emacs.c (DAEMON_MUST_EXEC) [HAVE_NTGUI]: Define this only on Cygwin.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
msdos/sed1v2.inp (W32_LIBS, W32_OBJ): Edit to empty.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Daniel Colascione authored
-
Daniel Colascione authored
-
Daniel Colascione authored
-
Daniel Colascione authored
-
Glenn Morris authored
* lisp/url/url-methods.el (url-scheme-get-property): url-https.el was merged into url-http.el, so load the latter for https. Fixes: debbugs:12599
-
Glenn Morris authored
-
Glenn Morris authored
* etc/NEWS: No need to mention a simple customization option whose default has changed, since the :version tag does that.
-
Glenn Morris authored
-
Glenn Morris authored
* doc/emacs/cal-xtra.texi (Calendar Customizing): Mention calendar-month-header. * etc/NEWS: Related edit.
-
Glenn Morris authored
-
Glenn Morris authored
* doc/emacs/calendar.texi (Writing Calendar Files): Mention cal-html-holidays. * etc/NEWS: Related edit.
-
Glenn Morris authored
-
Martin Rudalics authored
* emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split the minibuffer window (Bug#10851).
-
Fabián Ezequiel Gallina authored
* progmodes/python.el (python-nav-beginning-of-statement) (python-nav-end-of-statement): Return point-marker. (python-nav-forward-sexp): lisp-like forward-sexp behavior. (python-info-current-symbol) (python-info-statement-starts-block-p): Rename from python-info-beginning-of-block-p. (python-info-statement-ends-block-p): Rename from python-info-end-of-block-p. (python-info-beginning-of-statement-p) (python-info-end-of-statement-p) (python-info-beginning-of-block-p, python-info-end-of-block-p): New functions.
-
Stefan Monnier authored
frame-selected-windows.
-
- 07 Oct, 2012 18 commits
-
-
Daniel Colascione authored
-
Stefan Monnier authored
(read-passwd): Remove a few more potential sources of leaks. Fixes: debbugs:12597
-
Fabián Ezequiel Gallina authored
(python-shell-make-comint): Fixed initialization of local variables copied from parent buffer.
-
Eli Zaretskii authored
src/ralloc.c (relinquish): If a heap is ready to be relinquished, but it still has blocs in it, don't return it to the system, instead of aborting. (Bug#12402)
-
David Engster authored
-
David Engster authored
(semantic-ctxt-current-assignment): New overrides, simply returning nil. The defaults do not work correctly and can send the parser in an inifinite loop (bug#12458).
-
David Engster authored
compilation after introduction of %provide statement.
-
David Engster authored
function for `f90-mode', since the parser only exists upstream.
-
Jan Djärv authored
nsfns.m. (ns-respond-to-change-font): Change fontsize separatly so we are sure it is set when font is acted upon.
-
Jan Djärv authored
-
Fabián Ezequiel Gallina authored
* lisp/progmodes/python.el (python-indent-context): Give priority to inside-string context. Make comments indentation markers. (python-indent-region): Do not mess with strings, unless it's the enclosing set of quotes.
-
Stefan Monnier authored
(internal--after-save-selected-window): New functions extracted from save-selected-window. Make sure we return the `alist' we construct. (save-selected-window): Use them. * lisp/textmodes/tex-mode.el (tex-recenter-output-buffer): Use with-selected-window.
-
Stefan Monnier authored
forms that define macros. Fixes: debbugs:12593
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Stefan Merten authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-