- 08 Oct, 2012 15 commits
-
-
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 25 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
-
Stefan Merten authored
(rst-indent-literal-normal, rst-indent-literal-minimized) (rst-indent-comment): Correct :version tag.
-
Jan Djärv authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Jan Djärv authored
* configure.ac: Check that OSX is 10.4 or newer. * etc/NEWS (NextStep/OSX port changes): OSX 10.4 or newer is required. * src/nsfns.m (Fns_list_services): Remove comment and check for OSX < 10.4. (ns_do_applescript): Remove check for >= MAC_OS_X_VERSION_10_4. * src/nsimage.m (setPixmapData, getPixelAtX, setAlphaAtX): Remove onTiger. * src/nsmenu.m (fillWithWidgetValue:): Remove code for < MAC_OS_X_VERSION_10_2. * src/nsselect.m (ns_string_from_pasteboard): Remove check for >= MAC_OS_X_VERSION_10_4. * src/nsterm.h (MAC_OS_X_VERSION_10_3, onTiger): Remove. (EmacsApp): Remove check for >= MAC_OS_X_VERSION_10_4. (struct nsfont_info): Remove check for >= MAC_OS_X_VERSION_10_3.
-
Jan Djärv authored
(x_set_icon_name, ns_set_name, ns_set_name_as_filename): Remove ns_in_resize check. * nsterm.m (ns_in_resize): Remove. (ns_resize_handle_rect, mouseDown, mouseUp, mouseDragged): Remove. (ns_clear_frame, sendEvent, windowDidResize, drawRect:): Remove ns_in_resize check. (ns_clear_frame_area): Remove resize handle code. Fixes: debbugs:12479
-
Glenn Morris authored
-