- 08 Aug, 2014 2 commits
-
-
Martin Rudalics authored
* window.c (Fwindow_valid_p): Fix doc-string (Bug#18194). (Fwindow_new_total, Fwindow_normal_size, Fwindow_new_normal) (Fwindow_new_pixel, Fset_window_new_pixel) (Fset_window_new_total, Fset_window_new_normal) (Fwindow_resize_apply): Fix doc-strings (see Bug#18112).
-
Bastien Guerry authored
-
- 07 Aug, 2014 3 commits
-
-
Stefan Monnier authored
Fixes: debbugs:18212
-
Eli Zaretskii authored
src/fontset.c (Finternal_char_font): Recompute basic faces if the frame's face cache was cleared.
-
Glenn Morris authored
No need to merge this to trunk.
-
- 06 Aug, 2014 1 commit
-
-
Eli Zaretskii authored
-
- 05 Aug, 2014 2 commits
-
-
Eli Zaretskii authored
lisp/simple.el (default-line-height): A floating-point value of line-spacing means a fraction of the default frame font's height, not of the font currently used by the 'default' face. Truncate the pixel value, like the display engine does. (window-screen-lines): Use window-inside-pixel-edges for determining the window height in pixels.
-
Dmitry Antipov authored
* buffer.c (Fmake_indirect_buffer): Initialize undo list with the base buffer's undo list.
-
- 03 Aug, 2014 2 commits
-
-
Dmitry Antipov authored
* xfns.c (Fx_create_frame): Move call to change_frame_size to a section where Lisp evaluation is disabled. This way a pointer to uninitialized frame is not accessible from Lisp, which becomes critical if following call to x_figure_window_size throws an error.
-
Glenn Morris authored
Do not merge this to trunk.
-
- 02 Aug, 2014 2 commits
-
-
Paul Eggert authored
* src/dired.c (directory_files_internal): Use a volatile variable to prevent the compiler from optimizing away all copies of a local. I wonder how many other GC-related bugs like this lurk elsewhere? Fixes: debbugs:16986
-
Paul Eggert authored
* src/xterm.h (struct x_display_info): New member 'connection'. * src/xterm.c (x_term_init, x_delete_terminal): Set and use it, so that x_delete_terminal has a file descriptor to pass to delete_keyboard_wait_descriptor. Fixes: debbugs:17691
-
- 01 Aug, 2014 3 commits
-
-
Paul Eggert authored
-
Glenn Morris authored
-
Eli Zaretskii authored
See http://lists.gnu.org/archive/html/emacs-devel/2014-07/msg00476.html for the details. src/xdisp.c (extend_face_to_end_of_line): If the last glyph of an R2L row is visible only partially, give the row a negative x offset. (display_line): Fix the calculation of the glyph whose pixel width is used to decide whether the last produced glyph fits on the line. When the last glyph fits only partially, give the row a negative x offset.
-
- 29 Jul, 2014 3 commits
-
-
Eli Zaretskii authored
lisp/tutorial.el (tutorial--display-changes): Accept punctuation characters before the key binding. (Bug#18146)
-
Eli Zaretskii authored
src/xdisp.c (append_stretch_glyph): In a R2L glyph row, decrease the pixel width of the first glyph that is hscrolled from display. (display_line): In R2L glyph rows, don't give a negative offset to row->x when the first glyph begins before first_visible_x.
-
Andreas Schwab authored
* macros.c (Fstart_kbd_macro): Initialize kbd_macro_ptr and kbd_macro_end together with kbd_macro_buffer.
-
- 28 Jul, 2014 4 commits
-
-
Eli Zaretskii authored
src/xdisp.c (display_line): If called with iterator set up to write to a marginal area, delay the call to handle_line_prefix until we switch back to the text area.
-
Tassilo Horn authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/.gdbinit (xwindow): The members total_cols, total_lines, left_col, and top_line are C integers (and has been so for the last 1.5 years).
-
- 27 Jul, 2014 5 commits
-
-
Eli Zaretskii authored
lisp/window.el (window--pixel-to-total): Use FRAME's root window, not that of the selected frame.
-
Eli Zaretskii authored
-
Andreas Schwab authored
* textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
-
Eli Zaretskii authored
-
Fabián Ezequiel Gallina authored
-
- 26 Jul, 2014 1 commit
-
-
Eli Zaretskii authored
etc/DEBUG: Improve wording.
-
- 25 Jul, 2014 5 commits
-
-
Stephen Berman authored
not a character, ignore it instead of raising an error.
-
Stephen Berman authored
* todo-mode.texi (Marked Items): Correct omission of item deletion from commands applying to both todo and done items. * calendar/todo-mode.el: Fix handling of marked items and make minor code improvements. (todo-edit-item): If there are marked items, ensure user can only invoke editing commands that work with marked items. (todo-edit-item--text): When there are marked items, make it a noop if invoked with point not on an item; otherwise, ensure it applies only to item at point. (todo-item-undone): If there are marked not-done items, return point to its original position before signaling user error. (todo--user-error-if-marked-done-item): New function. (todo-edit-item--header, todo-edit-item--diary-inclusion) (todo-item-done): Use it.
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/files.el (toggle-read-only): Re-add basic doc-string. * lisp/vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
-
Glenn Morris authored
Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-07/msg00228.html * lisp/progmodes/prolog.el (prolog-mode-keybindings-edit): Replace missing `switch-to-prolog' with `run-prolog'. (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
-
- 22 Jul, 2014 1 commit
-
-
Stephen Berman authored
of file-wide setting when changing category-wide setting.
-
- 21 Jul, 2014 5 commits
-
-
Paul Eggert authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* progmodes/hideif.el (hide-ifdef-mode-submap): Also substitute read-only-mode. * bindings.el (mode-line-toggle-read-only): * bs.el (bs-toggle-readonly): * buff-menu.el (Buffer-menu-toggle-read-only): * dired.el (dired-toggle-read-only): * files.el (view-read-only, find-file-read-only) (find-file-read-only-other-window) (find-file-read-only-other-frame): * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only): Doc fixes re toggle-read-only. * view.el: Comment updates.
-
Glenn Morris authored
Fixes: debbugs:18040
-
- 20 Jul, 2014 1 commit
-
-
Fabián Ezequiel Gallina authored
solutions for missing/delayed output in inferior Python shells. Fixes: debbugs:17304
-