- 27 Aug, 2014 4 commits
-
-
Michael Albinus authored
-
Michael Albinus authored
-
Glenn Morris authored
-
João Távora authored
use url-expand-file-name. Fixes: debbugs:18310
-
- 25 Aug, 2014 2 commits
-
-
Eli Zaretskii authored
msdos/sedlibmk.inp (gl_LIBOBJS): Add execinfo.o. Reported by Juan Manuel Guerrero <juan.guerrero@gmx.de>. src/conf_post.h (_GL_EXECINFO_INLINE) [MSDOS]: Don't define.
-
Glenn Morris authored
Fixes: debbugs:18309
-
- 23 Aug, 2014 1 commit
-
-
Eli Zaretskii authored
msdos/sed2v2.inp [DJGPP <= 2.03]: Add a prototype for snprintf, to avoid compilation warning from newer GCC versions that have snprintf as a built-in. Reported by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
-
- 22 Aug, 2014 1 commit
-
-
Ken Brown authored
Backport: * configure.ac (HAVE_XPM): Explain the use of CPPFLAGS in the Cygwin-w32 build. (Bug#18302)
-
- 19 Aug, 2014 1 commit
-
-
Eli Zaretskii authored
doc/lispref/display.texi (Bidirectional Display): Update the Emacs's class of bidirectional conformance.
-
- 18 Aug, 2014 5 commits
-
-
Glenn Morris authored
for today's python.el changes.
-
Stefan Monnier authored
executable-find. Fixes: debbugs:18244
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/indent.c (Fvertical_motion): Fix vertical motion up through a display property after a newline.
-
Stefan Monnier authored
-
- 17 Aug, 2014 2 commits
-
-
Eli Zaretskii authored
src/xdisp.c (display_line): Don't assume that the call to reseat_at_next_visible_line_start ends up at a character immediately following the newline on the previous line. Avoids setting the ends_at_zv_p flag on screen lines that are not at or beyond ZV, which causes infloop in redisplay. For the details, see http://lists.gnu.org/archive/html/emacs-devel/2014-08/msg00368.html.
-
Eli Zaretskii authored
src/dispnew.c (buffer_posn_from_coords): Fix mirroring of X coordinate for hscrolled R2L screen lines.
-
- 15 Aug, 2014 1 commit
-
-
Glenn Morris authored
-
- 14 Aug, 2014 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
- 13 Aug, 2014 1 commit
-
-
Leo Liu authored
elements from imenu.
-
- 11 Aug, 2014 3 commits
-
-
Ken Brown authored
* src/gmalloc.c (_malloc_mutex, _aligned_blocks_mutex) [CYGWIN]: Use ERRORCHECK mutexes. (Bug#18222)
-
Glenn Morris authored
-
Glenn Morris authored
It causes a more serious problem than the one it solves. This closes bug#18141, and reopens bug#13522. * lisp/files.el (basic-save-buffer-2): Revert 2013-01-31 change. * src/fileio.c: Revert 2013-01-31 change. (choose_write_coding_system): No longer callable from Lisp. Move last piece back here from Fwrite_region. (Fwrite_region, syms_of_fileio): Update for above changes. * test/automated/data/files-bug18141.el.gz: New file. * test/automated/files.el (files-test-bug-18141-file): New variable and test.
-
- 10 Aug, 2014 3 commits
-
-
Paul Eggert authored
Fixes: debbugs:18232
-
Paul Eggert authored
This fix relies on having the 'fchdir' function, and on having "." be searchable (or at least readable, on platforms lacking O_SEARCH), but that's good enough to handle the vast majority of cases and the remaining folks can just live with the annoyance of file systems that occasionally can't be unmounted. * configure.ac (fchdir): New function to check for. * lib/save-cwd.c: Copy from gnulib, except omit the part that allocates memory, since that can cause problems in Emacs. * lib/save-cwd.h: Copy from gnulib. Fixes: debbugs:18232
-
Martin Rudalics authored
* window.el (window-total-size): Make doc-string more self-contained.
-
- 09 Aug, 2014 2 commits
-
-
Martin Rudalics authored
In display-buffer-below-selected reuse window below selected if it shows buffer already (Bug#18181). * window.el (display-buffer-below-selected): Restore original behavior if buffer is already displayed in the window below the selected one (Bug#18181).
-
Martin Rudalics authored
* window.c (Fwindow_new_total, Fwindow_new_normal) (Fwindow_new_pixel, Fset_window_new_pixel) (Fset_window_new_total, Fset_window_new_normal): Second attempt to fix the doc-strings of these functions. See: http://lists.gnu.org/archive/html/bug-gnu-emacs/2014-08/msg00287.html
-
- 08 Aug, 2014 4 commits
-
-
Stefan Monnier authored
event. Fixes: debbugs:18212
-
Eli Zaretskii authored
-
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.
-