- 05 Jul, 2014 4 commits
-
-
Eli Zaretskii authored
src/xdisp.c (pos_visible_p): Fix condition for finding CHARPOS by the first call to move_it_to.
-
Eli Zaretskii authored
src/xdisp.c (pos_visible_p): If CHARPOS is at beginning of window, and there is a display property at that position, don't call move_it_to to move to a position before window start.
-
Eli Zaretskii authored
src/xdisp.c (pos_visible_p): If CHARPOS is at BEGV, and there is a display property at BEGV, don't call move_it_to to move to a position before BEGV.
-
Stefan Monnier authored
if !open_paren_in_column_0_is_defun_start. (back_comment): If find_defun_start was pessimistic, use the scan_sexps_forward result to improve the cache. Fixes: debbugs:16526
-
- 04 Jul, 2014 7 commits
-
-
Stephen Berman authored
that Emacs recognizes todo files by their extension, since this feature has been removed due to bug#17482.
-
Stephen Berman authored
refer to the Todo mode Info manual. Update the comment on requiring cl-lib. (todo-find-filtered-items-file): Add todo-prefix overlays. (todo-filter-items): Reorder a let-bound variable to avoid a wrong-type-argument error on canceling the file choice dialog.
-
Jan Djärv authored
* xfns.c (create_frame_xic): Pass XNStatusAttributes to XCreateIC only if xic_style calls for it. This change allows Emacs to work with ibus. Also, don't leak resources if create_frame_xic fails, and stop caching xic_style across different displays. (supported_xim_styles): Make const. (best_xim_style): Remove first parameter: it's always just supported_xim_styles. Change to look at supported_xim_styles directly. Fixes: debbugs:17928
-
Eli Zaretskii authored
src/xdisp.c (redisplay_window): If redisplay of a window ends up with point in a partially visible line at end of the window, make sure the amended position of point actually has smaller Y coordinate; if not, give up and scroll the display. src/window.c (window_scroll_pixel_based): When point ends up at the last fully visible line, don't let move_it_to stop at the left edge of the line and dupe us into thinking point is inside the scroll margin.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
etc/TODO: Remove items that were already done. Rearrange a few items that are closely related. Update a couple of items with new information. etc/NEWS: Mention 'network-interface-list' and 'network-interface-info' being available on MS-Windows.
-
Stefan Monnier authored
Set comint-input-ring-size to a number. Fixes: debbugs:17912
-
- 03 Jul, 2014 3 commits
-
-
Juri Linkov authored
not active in regexp search by default now. Fixes: debbugs:17901
-
Juri Linkov authored
and `isearch-mode' associated with nil. Fixes: debbugs:17849
-
Stefan Monnier authored
-
- 02 Jul, 2014 3 commits
-
-
Juri Linkov authored
Doc fix. Fixes: debbugs:17873
-
Stefan Monnier authored
Fixes: debbugs:17271
-
Leo Liu authored
Support lexical-binding.
-
- 01 Jul, 2014 10 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/dispnew.c (prepare_desired_row): Accept 2 additional arguments: the window whose glyph row is being prepared and a flag whether it is for mode/header line. Make sure the glyph row's marginal areas are in sync with what the window wants. src/xdisp.c (display_line, display_mode_line): Call prepare_desired_row with additional arguments, as appropriate. src/dispextern.h (prepare_desired_row): Adjust prototype. src/window.h: Improve commentary of the marginal columns.
-
Stefan Monnier authored
(log-edit--match-first-line): Use it. Fixes: debbugs:17861
-
Dmitry Antipov authored
-
Glenn Morris authored
-
Dmitry Antipov authored
caused by xw_popup_dialog in daemon mode (Bug#17891).
-
Dmitry Antipov authored
-
Glenn Morris authored
-
Fabián Ezequiel Gallina authored
Enhancements to electric indentation behavior inside parens. * test/automated/python-tests.el (python-tests-self-insert): New function. (python-triple-quote-pairing): Use it. (python-util-forward-comment-1): New test. (Bug#17658)
-
Stefan Monnier authored
buffer-invisibility-spec. Fixes: debbugs:17867
-
- 30 Jun, 2014 1 commit
-
-
Eli Zaretskii authored
src/frame.c (do_switch_frame): When switching to another TTY frame, make sure FrameCols and FrameRows are in sync with the new frame's data.
-
- 29 Jun, 2014 3 commits
-
-
Andreas Schwab authored
pass "-a".
-
Glenn Morris authored
* doc/emacs/help.texi (Misc Help): * doc/emacs/trouble.texi (Checklist): * doc/lispintro/emacs-lisp-intro.texi (Note for Novices, Finding More) (Conclusion): * doc/lispref/help.texi (Help Functions): * doc/misc/info.texi, doc/misc/mh-e.texi: * etc/refcards/calccard.tex (section{Getting Help}): * lisp/cus-edit.el (help): * lisp/finder.el (finder-known-keywords): * lisp/help.el (help-for-help-internal): * lisp/vc/ediff-mult.el (ediff-meta-buffer-verbose-message) (ediff-redraw-registry-buffer): * lisp/vc/ediff-ptch.el (ediff-patch-file-internal): Doc fixes re "online" help. Fixes: debbugs:17803
-
Glenn Morris authored
* doc/misc/idlwave.texi (Introduction): Comment out dead http screenshot links. * lisp/progmodes/idlwave.el (idlwave): Update url-link for custom group. (idlwave-mode): Doc URL update.
-
- 28 Jun, 2014 3 commits
-
-
Andreas Schwab authored
* coding.c (encode_coding_utf_8): Correctly count produced_chars also in unibyte case.
-
Glenn Morris authored
-
Leo Liu authored
Fixes: debbugs:17556
-
- 27 Jun, 2014 6 commits
-
-
Michael Albinus authored
(dbus-test02-register-service-session): Replace `dbus-ping' calls by `dbus-list-known-names'. Fixes: debbugs:17858
-
Stephen Berman authored
account for file-wide setting of todo-top-priorities-overrides. Make code a bit cleaner.
-
Glenn Morris authored
-
http://debbugs.gnu.org/17556Leo Liu authored
* lisp/calc/calc.el (math-bignum): Handle most-negative-fixnum.
-
Glenn Morris authored
Fixes: debbugs:17860
-
Glenn Morris authored
Since the change was just quickly reverting a change that does not have a ChangeLog entry of its own, it's confusing and unnecessary for the reversion to have a ChangeLog entry.
-