aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2014-07-02T00:57:53Z!juri@jurta.orgGlenn Morris2014-08-275-21/+96
|\
| * Fix unoptimized build on MSDOS.Eli Zaretskii2014-08-252-7/+4
| * src/xdisp.c (handle_stop): Improve commentary.Eli Zaretskii2014-08-182-0/+44
| * Fix bug #18276 with vertical motion through a display property.Eli Zaretskii2014-08-182-8/+28
| * Avoid inflooping in redisplay caused by hscrolled R2L lines.Eli Zaretskii2014-08-172-3/+15
| * Fix bug #18277 with mouse clicks on R2L lines.Eli Zaretskii2014-08-172-3/+11
* | * sysdep.c (LC_COLLATE, LC_COLLATE_MASK): Give individual defaults.Paul Eggert2014-08-272-1/+9
* | Fix bug #18339 with segfault when $ is typed into empty LaTeX buffer.Eli Zaretskii2014-08-272-4/+12
* | Improve robustness of new string-collation code.Paul Eggert2014-08-272-40/+101
* | * lisp.h (str_collate):Michael Albinus2014-08-273-3/+12
* | * src/keyboard.c (Vtop_level_message): Rename toDmitry Antipov2014-08-272-4/+8
* | Fix some glitches in previous change.Dmitry Antipov2014-08-273-12/+29
* | ChangeLog fixesGlenn Morris2014-08-261-3/+4
* | * sysdep.c (init_sigsegv) [HAVE_STACK_OVERFLOW_HANDLING]: Add comment.Dmitry Antipov2014-08-261-0/+3
* | Handle C stack overflow caused by too nested Lisp evaluation.Dmitry Antipov2014-08-264-2/+126
* | * configure.ac (G_SLICE_ALWAYS_MALLOC): Remove obsolete macro.Ken Brown2014-08-252-6/+5
* | Implement locale-sensitive string collation for MS-Windows. (Bug#18051)Eli Zaretskii2014-08-256-6/+194
* | One more minor cleanup of font subsystem.Dmitry Antipov2014-08-2510-191/+163
* | Minor cleanups of str_collate fix.Paul Eggert2014-08-244-30/+43
* | Add string collation.Michael Albinus2014-08-243-1/+163
* | Fix bug #18302 with minor issues in the MSYS2/MinGW64 build.Karol Ostrovsky2014-08-232-1/+10
* | Remove 16-bit limitations in scroll bar position reporting on MS-Windows.Eli Zaretskii2014-08-202-50/+57
* | Fix horizontal scroll bar dragging in R2L paragraphs.Eli Zaretskii2014-08-192-1/+10
* | * xdisp.c (erase_phys_cursor): Fix confusion between window-relativeYAMAMOTO Mitsuharu2014-08-192-5/+12
* | Avoid overwriting the reversed_p flags in the glyph matrices.Eli Zaretskii2014-08-172-4/+23
* | * xdisp.c (set_horizontal_scroll_bar): Don't use uninitialized local.Paul Eggert2014-08-162-1/+5
* | Preliminary attempt to fix horizontal scroll bar dragging with bidi text.Martin Rudalics2014-08-163-13/+31
* | Merge from emacs-24; up to 2014-06-29T18:32:35Z!michael.albinus@gmx.deGlenn Morris2014-08-142-1/+25
|\ \ | |/
| * * src/gmalloc.c (_malloc_mutex, _aligned_blocks_mutex) [CYGWIN]: Use ERRORCHE...Ken Brown2014-08-112-1/+25
* | In set_menu_bar_lines call change_frame_size instead of set_menu_bar_lines_1.Martin Rudalics2014-08-122-26/+9
* | Fix default width not being 80, but 77.Jan Djärv2014-08-112-10/+11
* | Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.orgGlenn Morris2014-08-106-36/+107
|\ \ | |/
| * Revert 2013-01-31 change that decides coding system before backing upGlenn Morris2014-08-102-25/+20
| * Second attempt to fix some doc-strings in window.c.Martin Rudalics2014-08-092-15/+26
| * Fix some doc-strings in window.c (Bug#18112) (Bug#18194).Martin Rudalics2014-08-082-8/+61
| * Fix bug #18162 with assertion violations due to empty face cache.Eli Zaretskii2014-08-072-0/+9
| * src/coding.c: Fix typos in comments and doc strings.Eli Zaretskii2014-08-061-3/+3
| * Fix bug with uninitialized undo list of an indirect buffer (Bug#18180).Dmitry Antipov2014-08-052-0/+9
* | Fix a couple of recent inadvertent breaks of the MSDOS port.Reuben Thomas2014-08-103-0/+11
* | Fix handling of menu bar line on TTY frames (Bug#18136) (Bug#18196).Martin Rudalics2014-08-107-32/+71
* | src/alloc.c: remove a stray braceReuben Thomas2014-08-092-1/+1
* | Add changelog entry missing from previous commitReuben Thomas2014-08-091-0/+1
* | src/process.c: fix a comment typoReuben Thomas2014-08-091-1/+1
* | Remove support for DJGPP < 2.02Reuben Thomas2014-08-093-112/+5
* | * widget.c (DEFAULT_FACE_FONT, EmacsFrameSetValues, setup_frame_gcs)Jan Djärv2014-08-093-183/+12
* | * xterm.c (x_delete_terminal): Plug file descriptor leak.Paul Eggert2014-08-072-1/+8
* | Fix a few ``MS-DOG''s overlooked in the previous commit.Reuben Thomas2014-08-073-2/+10
* | Don't redeem scroll bars that have been turned off.Martin Rudalics2014-08-053-4/+10
* | * keyboard.c (safe_run_hooks): Follow the convenient style to bindDmitry Antipov2014-08-052-10/+20
* | Fix scroll bar handling for non-toolkit builds.Martin Rudalics2014-08-047-37/+79