aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* src/ChangeLog: Fix a typo.Eli Zaretskii2014-07-281-1/+1
* Fix GDB xwindow command.Eli Zaretskii2014-07-282-9/+7
* src/window.c (window_resize_check, window_resize_apply): Fix typos in comments.Eli Zaretskii2014-07-271-2/+2
* src/dispnew.c (allocate_matrices_for_frame_redisplay): Fix typo in a comment.Eli Zaretskii2014-07-271-1/+1
* * macfont.h (macfont_update_antialias_threshold): Declare.Jan Djärv2014-07-205-1/+36
* Fix last commit of src/w16select.c.Eli Zaretskii2014-07-171-1/+1
* Fix src/ChangeLog entry of last commit.Eli Zaretskii2014-07-171-1/+0
* Fix setting up coding-systems for clipboard access on MS-Windows and MS-DOS.Eli Zaretskii2014-07-173-2/+11
* Fix assertion violation when restoring hscrolled window configurations.Eli Zaretskii2014-07-172-0/+10
* Fix part of bug #18035 with overlay strings on invisible text.Eli Zaretskii2014-07-172-1/+26
* Fix bug #18036 with infloop in redisplay with huge fringes.Eli Zaretskii2014-07-162-2/+8
* Fix bug #17986 with infloop in redisplay when default-directory is nil.Eli Zaretskii2014-07-132-2/+11
* Attempt to fix bug #17962 with SIGSEGV in display_line.Eli Zaretskii2014-07-122-1/+7
* Document the behavior of file selection dialogs on Windows 7 (bug #17950).Eli Zaretskii2014-07-123-3/+24
* Fix bug #17969 with vertical-motion through continuation lines with TABs.Eli Zaretskii2014-07-082-0/+25
* src/xdisp.c (pos_visible_p): Fix inaccurate comment.Eli Zaretskii2014-07-051-1/+3
* Fix bug #17944 with pos-visible-in-window-p when there's image at window start.Eli Zaretskii2014-07-052-1/+3
* A better fix for bug #17942.Eli Zaretskii2014-07-052-4/+4
* Fix bug #17942 with pos-visible-in-window-p and image and BOB.Eli Zaretskii2014-07-052-1/+8
* * src/syntax.c (find_defun_start): Try the cache evenStefan Monnier2014-07-042-15/+31
* Backport from trunk.Jan Djärv2014-07-042-49/+106
* Fix bug #17905 with display of point in partially visible line at end of window.Eli Zaretskii2014-07-043-0/+48
* src/w32.c (network_interface_info): Make sure the argument is a Lisp string.Eli Zaretskii2014-07-042-0/+6
* src/dispnew.c: Fix a typo in a comment.Eli Zaretskii2014-07-011-1/+1
* Fix bug #17892 with mode/header line and display margins.Eli Zaretskii2014-07-015-12/+65
* Fix ChangeLog entryDmitry Antipov2014-07-011-1/+1
* * menu.c (Fx_popup_dialog): Set Vmenu_updating_frame to avoid crashDmitry Antipov2014-07-012-0/+7
* * xfaces.c (init_frame_faces): Always realize basic faces (#Bug17889).Dmitry Antipov2014-07-012-13/+7
* Fix bug #17875 with changing TTY frame size, then selecting new frame.Eli Zaretskii2014-06-302-3/+19
* Fixes: debbugs:17865Andreas Schwab2014-06-282-1/+6
* ChangeLog fixGlenn Morris2014-06-251-1/+1
* * src/puresize.h (BASE_PURESIZE): Add 1%, for safety.Glenn Morris2014-06-251-1/+1
* * src/puresize.h (BASE_PURESIZE): Bump by another 1K.Glenn Morris2014-06-252-1/+5
* src/dispextern.h: Fix commentary to it's hpos member.Eli Zaretskii2014-06-211-1/+2
* Fix bug #17823 with vertical-motion in lines with line-prefix.Eli Zaretskii2014-06-212-12/+10
* Improve documentation of how vertical-motion interprets columns.Eli Zaretskii2014-06-212-3/+10
* Port to OS X ACLs.Paul Eggert2014-06-212-1/+10
* * src/keyboard.c (read_key_sequence): Don't invoke Vprefix_help_commandStefan Monnier2014-06-182-12/+19