aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* .gitignore cleanup.Paul Eggert2014-11-171-8/+0
* Define MINGW_W64 and use it instead of _W64Oscar Fuentes2014-11-173-5/+11
* * src/frame.c (Fhandle_switch_frame): Deactivate shift-region (bug#19003).Stefan Monnier2014-11-162-1/+5
* Backport: Fix for 18993.Jan D2014-11-152-0/+20
* Fix bug #19060 with inaccurate pixel-based scrolling.Eli Zaretskii2014-11-152-4/+19
* Fix getting frame size wrong when restoring desktop.Jan D2014-11-152-0/+8
* Fixes: 18757Jan D2014-11-152-1/+4
* src/window.h (WINDOW_FRAME_LINE_HEIGHT): Fix a typo in a comment.Eli Zaretskii2014-11-151-1/+1
* Fixes: 19036Jan Djärv2014-11-142-3/+26
* Fix bug #18982 with assertion violations when reverting buffers.Eli Zaretskii2014-11-092-2/+8
* Fix bug #18995 with compiling w32heap.c with -funroll-loops.Eli Zaretskii2014-11-092-2/+7
* * nsterm.h (EmacsScroller): judge returns bool.Jan Djärv2014-11-093-10/+19
* * nsterm.m (ns_set_vertical_scroll_bar): Don't call bar setPosition: unlessJan Djärv2014-11-082-1/+8
* Attempt to fix NS hang. Will probably cause merge conflicts.Jan Djärv2014-11-083-4/+20
* * callproc.c (encode_current_directory): Encode dir at the end.Michael Albinus2014-11-071-2/+3
* * src/callproc.c (encode_current_directory): Fix thinko in previous.Glenn Morris2014-11-071-1/+1
* * callproc.c (encode_current_directory): Support handling of fileMichael Albinus2014-11-072-1/+10
* * src/syntax.c (back_comment): Fix off-by-one error.Alan Mackenzie2014-11-062-1/+5
* * src/xgselect.c (xg_select): Use g_main_context_acquire.Dima Kogan2014-11-052-3/+19
* * dired.c (Ffile_attributes): Return Qnil, if Fexpand_file_nameMichael Albinus2014-11-052-1/+9
* src/window.c (window_scroll_pixel_based): Fix a typo in a comment.Eli Zaretskii2014-11-031-2/+2
* Fix minor issues with functions that dump glyph matrices.Eli Zaretskii2014-11-032-3/+17
* * nsfns.m (ns_set_doc_edited): Check for FRAME_NS.Jan Djärv2014-11-032-2/+10
* * macfont.m (macfont_glyph_extents): Turn off syntetic boldJan Djärv2014-10-312-3/+9
* * emacs.c (main): Don't chdir to $HOME on Cocoa if --chdir was given.Jan Djärv2014-10-312-4/+9
* * nsfns.m (ns_set_doc_edited): Do all logic (check frames) hereJan Djärv2014-10-304-15/+28
* * nsfns.m (x_icon): icon_top/left is int.Jan Djärv2014-10-304-67/+53
* * src/unexmacosx.c (copy_data_segment): Port to GCC 4.6+ (backport)Samuel Bronson2014-10-292-0/+26
* Fix bug #18873 with non-ASCII characters in user's HOME directory.Eli Zaretskii2014-10-282-2/+7
* Fix bug #18839 with incorrect image size returned by posn-at-point.Eli Zaretskii2014-10-262-1/+7
* * xdisp.c (erase_phys_cursor): Fix confusion between window-relative and text...YAMAMOTO Mitsuharu2014-10-222-5/+9
* * xdisp.c (draw_glyphs): Set clipping to highlight boundaries. [Backport]YAMAMOTO Mitsuharu2014-10-222-4/+17
* * src/minibuf.c (history-length): Increase default from 30 to 100.Glenn Morris2014-10-202-3/+7
* * src/xdisp.c (redisplay_window): Re-run pre-redisplay-function after weStefan Monnier2014-10-202-25/+37
* Add 24.4 release ChangeLog entriesemacs-24.4Glenn Morris2014-10-201-0/+4
* Fix display on X of 1-pixel R2L characters.Eli Zaretskii2014-10-172-1/+9
* Tabify recent ChangeLog changeGlenn Morris2014-10-151-1/+1
* Rewrite ChangeLog release notes to be less confusingGlenn Morris2014-10-151-1/+1
* Fix mailaddressJan Djärv2014-10-111-1/+1
* Fix port to Debian GNU/kFreeBSD 7 (wheezy).Paul Eggert2014-10-102-0/+8
* Spelling fixes.Paul Eggert2014-10-091-1/+1
* * src/frame.c (Fmouse_pixel_position): Call Vmouse_position_function.Stefan Monnier2014-10-092-4/+14
* Doc tweaksGlenn Morris2014-10-082-2/+2
* Fix bug #18610 with crashes when visiting files with ESC and 8-bit bytes.Kenichi Handa2014-10-082-8/+31
* * font.c (font_list_entities): Do not add empty vector to font cache.Dmitry Antipov2014-10-032-16/+25
* Fix bug #18584 with assertion violations while scrolling.Eli Zaretskii2014-10-022-0/+6
* ChangeLog whitespace triviaGlenn Morris2014-10-011-2/+2
* * 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