aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * xfaces.c (Finternal_set_lisp_face_attribute): Added FIXME comment.Jan Djärv2014-10-012-0/+8
* * xfaces.c (Finternal_set_lisp_face_attribute): Don't try toJan Djärv2014-10-012-11/+19
* Fix creation of frames on MS-Windows: don't cons Lisp objects in input thread.Eli Zaretskii2014-09-302-17/+44
* Spelling fix.Paul Eggert2014-09-291-1/+1
* Fix bug #18545 with lack of scrolling a window when point goes out of view.Eli Zaretskii2014-09-293-11/+64
* Fix bug #18528 with crashes at startup during frameset restoration.Eli Zaretskii2014-09-243-32/+58
* On OSX, do not free font-specific data more than once (Bug#18501).Dmitry Antipov2014-09-222-13/+24
* * configure.ac: Increase headerpad_extra to 1000, update the commentDavid Caldwell2014-09-212-1/+7
* * src/image.c (imagemagick_load_image): Add delay to imagemagick metadata.Juri Linkov2014-09-182-0/+11
* Clarify the doc strings of mouse-position and set-mouse-position.Eli Zaretskii2014-09-182-6/+10
* Fix bug #18490 with redisplay of other windows showing a narrowed buffer.Eli Zaretskii2014-09-182-0/+11
* Fix display of hollow-box and hbar cursors on r2L lines.Eli Zaretskii2014-09-163-4/+31
* Fix block cursor display in R2L lines.Eli Zaretskii2014-09-163-2/+10
* Prefer ptrdiff_t to int and avoid integer overflows.Dmitry Antipov2014-09-164-3/+9
* Always use matched specpdl entry to record call arguments (Bug#18473).Dmitry Antipov2014-09-163-34/+40
* src/dispextern.h: Commentary fix.Eli Zaretskii2014-09-151-1/+3
* Fix display of R2L lines in partial-width windows.Eli Zaretskii2014-09-152-13/+57
* Fix bug #18420 with deadlocks communicating with subprocess on MS-Windows.Eli Zaretskii2014-09-142-8/+55
* Fix expansion and encoding of sound file names on MS-Windows.Eli Zaretskii2014-09-133-8/+25
* In Fresize_mini_window_internal set w->total_lines from w->pixel_height (Bug#...Martin Rudalics2014-09-112-2/+7
* src/xdisp.c (pos_visible_p): Don't assign a boolean value to an int var.Eli Zaretskii2014-09-091-1/+1
* * nsterm.m (updateFrameSize:, initFrameFromEmacs:)Jan Djärv2014-09-092-7/+16
* Fix the row number mistakenly reported by pos_visible_p in rare cases.Eli Zaretskii2014-09-092-6/+16
* Fix bug #18419 with disappearing line numbers when minibuffer is resized.Eli Zaretskii2014-09-072-4/+9
* Fix bug #18331 with "C-h k C-g" not showing documentation on Windows.Eli Zaretskii2014-09-042-4/+10
* src/sysdep.c (emacs_full_write): Fix a typo in a comment.Eli Zaretskii2014-09-031-1/+1
* Fix bug #18384 with incorrect reporting of row number by posn-col-row.Eli Zaretskii2014-09-022-8/+15
* * eval.c (internal_lisp_condition_case): Don't overrun the stackPaul Eggert2014-09-012-1/+6
* Fix cursor display on the fringe of R2L screen lines.Eli Zaretskii2014-08-312-0/+10
* * src/conf_post.h (strnicmp) [CYGWIN && HAVE_NTGUI]: Define. (Bug#18366)Ken Brown2014-08-302-0/+9
* Fix bug #18339 with segfault when $ is typed into empty LaTeX buffer.Eli Zaretskii2014-08-282-4/+12
* 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
* * src/gmalloc.c (_malloc_mutex, _aligned_blocks_mutex) [CYGWIN]: Use ERRORCHE...Ken Brown2014-08-112-1/+25
* 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 bug with an attempt to select uninitialized frame (Bug#18161).Dmitry Antipov2014-08-032-21/+28
* Fix bug with clang + directory_files_internal + GC.Paul Eggert2014-08-022-0/+12
* Avoid 100% CPU utilization on ssh session exit.Paul Eggert2014-08-023-5/+15
* Fix display of R2L lines when the last character fits only partially.Eli Zaretskii2014-08-012-1/+32
* Fix hscroll of R2L lines that begin with a TAB or another wide glyph.Eli Zaretskii2014-07-292-3/+38
* Fixes: debbugs:18140Andreas Schwab2014-07-292-0/+7
* Fix another part of bug #18035 with redisplay of line-prefix and linum-mode.Eli Zaretskii2014-07-282-4/+27