- 04 Oct, 2014 1 commit
-
-
Glenn Morris authored
* doc/emacs/killing.texi (Rectangles): Copyedits re rectangle-mark-mode. (CUA Bindings): Mention rectangle-mark-mode.
-
- 03 Oct, 2014 9 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Dmitry Gutov authored
* lisp/vc/vc-svn.el (vc-svn-ignore-completion-table): Implement. (vc-svn-ignore): Use it. Fixes: debbugs:18619
-
Martin Rudalics authored
* frame.el (toggle-frame-maximized, toggle-frame-fullscreen): In doc-string mention need of setting `frame-resize-pixelwise'. * frames.texi (Frame Commands): * cmdargs.texi (Window Size X): Mention the use of `frame-resize-pixelwise' to make frames truly fullscreen or maximized. * frames.texi (Size Parameters, Size and Position): Mention that with some window managers you have to set `frame-resize-pixelwise' in order make a frame truly fullscreen or maximized.
-
Bastien Guerry authored
-
Dmitry Antipov authored
(font_matching_entity): Likewise. If matching entity is found, insert 1-item vector with this entity instead of an entity itself (Bug#17125).
-
Stefan Monnier authored
similarly to Roger's 2010-06-12 change for the remote change. Fixes: debbugs:18605
-
- 02 Oct, 2014 4 commits
-
-
Paul Eggert authored
Fixes: debbugs:18612
-
Eli Zaretskii authored
src/xdisp.c (move_it_by_lines): Call reseat_1 after moving the iterator backwards, to resync the bidi iterator.
-
Glenn Morris authored
-
Glenn Morris authored
-
- 01 Oct, 2014 8 commits
-
-
Glenn Morris authored
See bug#17625#155.
-
Glenn Morris authored
-
Glenn Morris authored
* test/automated/package-test.el (with-package-test, package-test-signed): Also set HOME to a temp value, in case the real one is absent (e.g. hydra) or read-only. (package-test-signed): Use skip-unless rather than expected-result. Fixes: debbugs:18575
-
Jan Djärv authored
-
Jan Djärv authored
make a font_object from a tty frame. Fixes: debbugs:18573
-
Glenn Morris authored
-
Daiki Ueno authored
* mml.el (mml-parse-1): Error out if unknown mode is specified in <#secure> tag (bug#18513).
-
Stefan Monnier authored
Use python-shell--prompt-calculated-input-regexp from the process buffer. Don't assume that `line' comes from the process buffer. Fixes: debbugs:18582
-
- 30 Sep, 2014 4 commits
-
-
Leonardo Nobrega authored
Fixes: debbugs:18462
-
Eli Zaretskii authored
src/w32fns.c (w32_createwindow): Accept an additional argument, an array of 2 values specifying the coordinates of the frame's top-left corner. Use these values instead of calling x_get_arg, which can cons Lisp objects, and therefore cannot be called except from the main thread. Remove redundant tests for the default values. (my_create_window): Move the calculation of the coordinates of the frame's top-left edge here. Pass them to the input thread via the second parameter of the WM_EMACS_CREATEWINDOW message. See http://lists.gnu.org/archive/html/emacs-devel/2014-09/msg00892.html for the details.
-
Paul Eggert authored
-
Bill Wohler authored
* NEWS, MH-E-NEWS: Update for MH-E release 8.6. * mh-e.el (Version, mh-version): Update for release 8.6. * mh-comp.el (mh-insert-x-face): Ensure that mh-x-face-file is a string before trying to use it (closes SF #474). (mh-bare-components): New function to create a temporary initial components file; replaces mh-find-components. Improve the temp folder and file names as per a suggestion from Bill Wohler. Also address XEmacs compatibility issues: use mm-make-temp-file instead of make-temp-file, and only pass one argument to delete-directory. (mh-edit-again, mh-send-sub): Use mh-bare-components instead of mh-find-components (partially closes SF #468).
-
- 29 Sep, 2014 2 commits
-
-
Eli Zaretskii authored
src/xdisp.c (cursor_row_fully_visible_p): Update commentary. (redisplay_window): Treat the frame's frozen_window_starts flag the same way as the optional_new_start flag for the window: only obey it if the glyph row showing point will be fully visible. Likewise when the window start is in a continuation line. If, after trying everything under the 'force_start' label, point is still not fully visible, give up and scroll the window. Add debugging traces. src/window.c (Frecenter): Set the window's redisplay flag.
-
Fabrice Niessen authored
* themes/leuven-theme.el: Updates.
-
- 27 Sep, 2014 2 commits
-
-
Stefan Monnier authored
GPG is not available. (package-refresh-contents): Don't mess with the keyring if we won't check the signatures anyway.
-
Eli Zaretskii authored
-
- 24 Sep, 2014 3 commits
-
-
Stefan Monnier authored
if needed. Remove call to erc-modified-channels-object where we ignored the return value. (erc-modified-channels-update): Don't force-mode-line-update here any more. Fixes: debbugs:18510
-
Stefan Monnier authored
-
Eli Zaretskii authored
src/w32term.c (w32_read_socket): Don't use frame dimensions for resizing if GetClientRect returned an empty (0, 0, 0, 0) rectangle. Check the return value of GetClientRect, and don't use the results if it didn't succeed. src/dispnew.c (change_frame_size_1): Recompute the frame dimensions in columns and lines after correcting the pixel dimensions in check_frame_size. (adjust_decode_mode_spec_buffer): Add assertion to avoid passing negative values to xrealloc.
-
- 22 Sep, 2014 1 commit
-
-
Dmitry Antipov authored
* macfont.m (macfont_close): Release and free font-specific data only if it wasn't previously freed.
-
- 21 Sep, 2014 1 commit
-
-
David Caldwell authored
about load commands. * src/unexmacosx.c (dump_it): Improve error message. Fixes: debbugs:18505
-
- 19 Sep, 2014 2 commits
-
-
Dmitry Gutov authored
-
Dmitry Gutov authored
* lisp/url/url-http.el (url-http): Same. * lisp/url/url.el (url-retrieve-internal): Clarify the docstring. Fixes: debbugs:18116
-
- 18 Sep, 2014 3 commits
-
-
Juri Linkov authored
(Bug#10747, bug#18334)
-
David Engster authored
* ede/emacs.el (ede-emacs-version): Do not call 'egrep' to determine Emacs version (it was dead code anyway). Make sure that configure.ac or configure.in exist. (Bug#18476)
-
Eli Zaretskii authored
src/frame.c (Fmouse_position, Fset_mouse_position): Clarify the units in which the position is measured. (Bug#18493)
-