summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2014-11-09Merge from emacs-24; up to 117698Glenn Morris
2014-11-09* lisp/help.el (view-lossage): Include the actual commands run.Stefan Monnier
2014-11-09Fix bug #18982 with assertion violations when reverting buffers.Eli Zaretskii
2014-11-09Fix bug #18995 with compiling w32heap.c with -funroll-loops.Eli Zaretskii
2014-11-09* nsterm.h (EmacsScroller): judge returns bool.Jan Djärv
2014-11-09Clean up merge error.Jan Djärv
2014-11-08* xgselect.c (xg_select): Don't assume n_gfds is nonnegativePaul Eggert
2014-11-08* frame.c (Fcan_run_window_configuration_change_hook): Return a value.Paul Eggert
2014-11-08Merge from emacs-24; up to 117689Glenn Morris
2014-11-08* nsterm.m (ns_set_vertical_scroll_bar): Don't call bar setPosition: unlessJan Djärv
2014-11-08Merge from emacs-24; up to 117687Glenn Morris
2014-11-08Attempt to fix NS hang. Will probably cause merge conflicts.Jan Djärv
2014-11-08Run `window-configuration-change-hook' only after all faces have been realized.Martin Rudalics
2014-11-08* nsterm.m (EmacsScroller.dealloc): Reinstate, removed at mergeJan Djärv
2014-11-07* src/keyboard.c: Call gui-set-selection instead of x-set-selection.Stefan Monnier
2014-11-07Uniquify the 'size' symbol.Paul Eggert
2014-11-07* callproc.c (encode_current_directory): Support handling of fileMichael Albinus
2014-11-07Improve inhibiting of implied frame resizes.Martin Rudalics
2014-11-06* src/syntax.c (back_comment): Fix off-by-one error.Alan Mackenzie
2014-11-05* src/xgselect.c (xg_select): Use g_main_context_acquire.Dima Kogan
2014-11-05* dired.c (Ffile_attributes): Return Qnil, if Fexpand_file_nameMichael Albinus
2014-11-03Merge from emacs-24; up to 2014-08-07T11:49:36Z!rrt@sc3d.orgGlenn Morris
2014-11-03Fix minor issues with functions that dump glyph matrices.Eli Zaretskii
2014-11-03* nsfns.m (ns_set_doc_edited): Check for FRAME_NS.Jan Djärv
2014-11-02Fix memory leakJan Djärv
2014-11-02* nsimage.m (ImageList, imageListNext, imageListSetNext:)Jan Djärv
2014-11-02Fix incorrect assertionAndreas Schwab
2014-11-01Clean up merge conflict.Jan Djärv
2014-11-01Merge from emacs-24; up to 117656Glenn Morris
2014-11-01Ignore BUFFER_SWITCH_EVENT events for the purposes of input-pending-p.Eli Zaretskii
2014-11-01nsselect.m cleanup, remove unused, declare vars static.Jan Djärv
2014-11-01* lisp/select.el (gui-get-selection): Comment: data-type ignored on NS.Jan Djärv
2014-10-31* macfont.m (macfont_glyph_extents): Turn off syntetic boldJan Djärv
2014-10-31* emacs.c (main): Don't chdir to $HOME on Cocoa if --chdir was given.Jan Djärv
2014-10-31* font.c (copy_font_spec): Redesign to avoid Fcopy_alistDmitry Antipov
2014-10-30* nsfns.m (ns_set_doc_edited): Do all logic (check frames) hereJan Djärv
2014-10-30* nsfns.m (x_icon): icon_top/left is int.Jan Djärv
2014-10-30Minor fix in bidi.c:bidi_cache_reset_to.Eli Zaretskii
2014-10-30* fontset.c (toplevel): Adjust comment to match 2014-06-19 change.Dmitry Antipov
2014-10-30* xfaces.c (Finternal_set_lisp_face_attribute): Don't try to realizeDmitry Antipov
2014-10-29* src/unexmacosx.c (copy_data_segment): Port to GCC 4.6+ (backport)Samuel Bronson
2014-10-29Merge from emacs-24; up to 117634Glenn Morris
2014-10-28xml.c:parse_region: Do not forget the first document child.Ulf Jasper
2014-10-28Fix bug #18873 with non-ASCII characters in user's HOME directory.Eli Zaretskii
2014-10-26Fix bug #18839 with incorrect image size returned by posn-at-point.Eli Zaretskii
2014-10-25* nsselect.m: pasteboard_changecount is new.Jan Djärv
2014-10-25Fix bug #18745 with invoking Windows batch files with embedded whitespace.Noam Postavsky
2014-10-24A possible fix for bug #18815 with assertion violations in bidi.c.Eli Zaretskii
2014-10-24Improve mouse dragging of frame edges.Martin Rudalics
2014-10-23Fix some doc-strings in frame.c (Bug#18789).Martin Rudalics