- 30 Mar, 2014 3 commits
-
-
Martin Rudalics authored
* frame.c (x_set_frame_parameters): Calculate default values of new frame sizes only after all other frame parameters have been processed (Bug#17142).
-
Glenn Morris authored
-
Jan Djärv authored
Fixes: debbugs:17118
-
- 29 Mar, 2014 1 commit
-
-
Juri Linkov authored
because its match data is used afterwards.
-
- 28 Mar, 2014 6 commits
-
-
Stefan Monnier authored
0 like nil.
-
Glenn Morris authored
It's just liable to get outdated.
-
Glenn Morris authored
-
Ken Brown authored
-
Glenn Morris authored
-
YAMAMOTO Mitsuharu authored
-
- 27 Mar, 2014 5 commits
-
-
YAMAMOTO Mitsuharu authored
src/w32term.c (x_draw_image_glyph_string): Fix computation of height and width of image background when it is displayed with a 'box' face.
-
Dmitry Gutov authored
special globals with font-lock-builtin-face. Fixes: debbugs:17057
-
Dmitry Gutov authored
* lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function): Don't propertize `?' or `!' as symbol constituent when after colon.
-
Juanma Barranquero authored
(frameset--restore-frame): Remove workaround for bug#14795 which is no longer needed and causes trouble in GTK builds.
-
Juanma Barranquero authored
(package--archive-contents-from-url): Use url-insert-file-contents; package-handle-response no longer exists.
-
- 26 Mar, 2014 6 commits
-
-
Paul Eggert authored
* editfns.c (Fchar_equal): In unibyte buffers, assume values in range 128-255 are raw bytes. Suggested by Eli Zaretskii. Fixes: debbugs:17011
-
Juanma Barranquero authored
(url-http-parse-response, url-http-end-of-headers, url-recreate-url) (url-http-target-url): Remove unused declarations. (package-handle-response): Remove. (package--with-work-buffer): Use url-insert-file-contents and simplify. (package--download-one-archive): Use current-buffer instead of dynamic binding of `buffer'. (describe-package-1): Do not decode readme-string. * lisp/url/url-handlers.el (url-http-parse-response): Add autoload. (url-insert-file-contents): Signal file-error in case of HTTP error.
-
Michael Albinus authored
-
Paul Eggert authored
* editfns.c (Fchar_equal): Do not use MAKE_CHAR_MULTIBYTE in unibyte buffers, as we can't tell whether the characters are actually unibyte. Fixes: debbugs:17011
-
Paul Eggert authored
This incorporates: 2014-03-26 strftime: wrap macros in "do {...} while(0)" * lib/strftime.c, doc/misc/texinfo.tex: Update from gnulib.
-
Paul Eggert authored
-
- 25 Mar, 2014 6 commits
-
-
Barry O'Reilly authored
* simple.el (primitive-undo): Correction to 2014-03-24 change. Fixes: debbugs:16818
-
Eli Zaretskii authored
doc/lispref/files.texi (Kinds of Files): Improve documentation of file-symlink-p. Add cross-references.
-
Michael Albinus authored
`rename' case, check whether source directory has set the sticky bit.
-
Michael Albinus authored
* net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change from 2014-03-07, it decreases performance unnecessarily. Let-bind `remote-file-name-inhibit-cache' to nil in the second pass. (tramp-find-executable): Do not call "which" on SunOS. (tramp-send-command-and-check): Fix docstring.
-
Michael Albinus authored
-
Barry O'Reilly authored
* simple.el (primitive-undo): Only process marker adjustments validated against their corresponding (TEXT . POS). Issue warning for lone marker adjustments in undo history. (Bug#16818) (undo-make-selective-list): Add marker adjustments to selective undo list based on whether their corresponding (TEXT . POS) is in the region. Remove variable adjusted-markers, which was unused and only non nil during undo-make-selective-list. (undo-elt-in-region): Return nil when passed a marker adjustment and explain in function doc. Have (MARKER . ADJUSTMENT) undo records always be immediately after their corresponding (TEXT . POS) record in undo list. (Bug#16818) * lisp.h (record-delete): New arg record_markers. (record_marker_adjustment): No longer needed outside undo.c. * insdel.c (adjust_markers_for_delete): Move calculation of marker adjustments to undo.c's record_marker_adjustments. Note that fileio.c's decide_coding_unwind is another caller to adjust_markers_for_delete. Because it has undo list bound to t, it does not rely on adjust_markers_for_delete to record marker adjustments. (del_range_2): Swap call to record_delete and adjust_markers_for_delete so as undo marker adjustments are recorded before current deletion's adjustments, as before. (adjust_after_replace): (replace_range): Pass value for new record_markers arg to delete_record. * undo.c (record_marker_adjustment): Renamed to record_marker_adjustments and made static. (record_delete): Check record_markers arg and call record_marker_adjustments. (record_change): Pass value for new record_markers arg to delete_record. (record_point): at_boundary calculation no longer needs to account for marker adjustments. * undo-tests.el (undo-test-marker-adjustment-nominal): (undo-test-region-t-marker): New tests of marker adjustments. (undo-test-marker-adjustment-moved): (undo-test-region-mark-adjustment): New tests to demonstrate bug#16818, which fail without the fix. * markers.texi (Moving Marker Positions): The 2014-03-02 doc change mentioning undo's inability to handle relocated markers no longer applies. See bug#16818. * text.texi (Undo): Expand documentation of (TEXT . POS) and (MARKER . ADJUSTMENT) undo elements.
-
- 24 Mar, 2014 7 commits
-
-
Dmitry Gutov authored
* lisp/emacs-lisp/package.el (package--add-to-archive-contents): Include already installed and built-in packages in `package-archive-contents'. (package-install): Don't include already installed packages in the options on interactive invocation.
-
Daniel Colascione authored
-
Juanma Barranquero authored
-
Nicolas Richard authored
-
Dmitry Gutov authored
* lisp/progmodes/ruby-mode.el (ruby-expression-expansion-re): Match special global variables without curlies, too. (ruby-font-lock-keywords): Simplify the matcher for special global variables. Don't require a non-word character after the variable. Fixes: debbugs:17057
-
Martin Rudalics authored
* w32term.c (x_set_window_size): Refine fix from 2014-03-14 (Bug#17077).
-
Michael Albinus authored
-
- 23 Mar, 2014 6 commits
-
-
Glenn Morris authored
Fixes: debbugs:17073
-
Stefan Monnier authored
overlay to make sure boundaries are visible. * src/buffer.c (struct sortvec): Add field `spriority'. (compare_overlays): Use it. (sort_overlays): Set it. Fixes: debbugs:15899
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/xdisp.c (redisplay_window): If all previous attempts to find the cursor row failed, try a few alternatives before falling back to the top-most row of the window. Use row_containing_pos.
-