- 07 Oct, 2012 36 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
-
Glenn Morris authored
* lisp/mail/rmailmm.el (rmail-mime-process-multipart): Do not confuse a multipart message with an epilogue with a "truncated" one; fixes 2011-06-27 change. Fixes: debbugs:10101
-
Fabián Ezequiel Gallina authored
* progmodes/python.el (inferior-python-mode): (python-shell-make-comint): Fix initialization of comint-prompt-regexp from copied file local variables. (python-shell-fetched-lines): Remove var. (python-shell-output-filter-in-progress): Rename from python-shell-fetch-lines-in-progress. (python-shell-output-filter-buffer): Rename from python-shell-fetch-lines-string. (python-shell-fetch-lines-filter): Delete function. (python-shell-output-filter): New function. (python-shell-send-string-no-output): Use them.
-
Paul Eggert authored
* configure.ac (sys_siglist): Look for its decl in <signal.h>. Otherwise, it's not found in either Fedora 17 or Solaris 11. * src/sysdep.c (sys_siglist, init_signals): Use _sys_siglist if it's defined as a macro, as is done in Solaris. (sys_siglist_entries): New macro. (save_strsignal): Use it. * src/syssignal.h (safe_strsignal): Now ATTRIBUTE_CONST, to pacify GCC 4.7.2 on Fedora 17 with the fixed sys_siglist detection.
-
Glenn Morris authored
-
Deniz Dogan authored
Fixes: debbugs:11186
-
Glenn Morris authored
Fixes: debbugs:4443
-
Antoine Levitt authored
* lisp/erc/erc-stamp.el (erc-format-timestamp): Don't apply intangible property to invisible stamps. Fixes: debbugs:11706
-
Glenn Morris authored
Fixes: debbugs:12002
-
Glenn Morris authored
* admin/admin.el (cusver-new-version): Set default. (cusver-check): Improve interactive argument reading.
-
Glenn Morris authored
Fixes: debbugs:7161
-
Glenn Morris authored
-
- 06 Oct, 2012 4 commits
-
-
Glenn Morris authored
Fixes: debbugs:10917
-
Glenn Morris authored
Fixes: debbugs:10917
-
Glenn Morris authored
-
Glenn Morris authored
* admin/admin.el (cusver-new-version): New variable. (cusver-scan): Check if containing group has a :version. (cusver-check): Add VERSION argument.
-