summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2012-07-25Use typedef for EMACS_INT, EMACS_UINT.Paul Eggert
2012-07-25* nsterm.m (ns_read_socket): Return early if there is a modal window.Jan Djärv
2012-07-25Add advertised calling convention for redirect-frame-focus (Bug#12030).Martin Rudalics
2012-07-25Adjust buffer text indirection counters at the end of Fkill_buffer.Dmitry Antipov
2012-07-24Fix display of tooltips damaged by enhancements for bug #11832.Eli Zaretskii
2012-07-24Simplify copy_overlay.Dmitry Antipov
2012-07-23Fix bug #12025 with a crash when displaying tooltips.Eli Zaretskii
2012-07-23Cleanup miscellaneous objects allocation and initialization.Dmitry Antipov
2012-07-23Swap buffer text indirection counters in Fbuffer_swap_text.Dmitry Antipov
2012-07-22* nsmenu.m (Popdown_data): New struct.Jan Djärv
2012-07-22Adjust consing_since_gc when objects are explicitly freed.Dmitry Antipov
2012-07-22Simplify and cleanup markers positioning code.Dmitry Antipov
2012-07-21* buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,Paul Eggert
2012-07-21Fix previous change in w32menu.c.Eli Zaretskii
2012-07-21Bind language-change in special-event-map.Eli Zaretskii
2012-07-21Fix data type casting when setting up menus on Windows.Eli Zaretskii
2012-07-21* nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.Jan Djärv
2012-07-21* nsterm.m (conversationIdentifier): Return value is NSInteger.Jan Djärv
2012-07-21* nsterm.m (accessibilityAttributeValue): New function..Jan Djärv
2012-07-21Disallow windows on dead frames in decode_any_window.Chong Yidong
2012-07-20Add indirection counting to speed up Fkill_buffer.Dmitry Antipov
2012-07-20Extend the value returned by Fgarbage_collect with heap statistics.Dmitry Antipov
2012-07-20Make maybe_gc inline.Dmitry Antipov
2012-07-20Simple wrapper for make_unibyte_string, adjust font_open_by_name.Dmitry Antipov
2012-07-20Cleanup calls to Fgarbage_collect.Dmitry Antipov
2012-07-19* buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.Paul Eggert
2012-07-19* lisp/emacs-lisp/chart.el: Use lexical-binding.Stefan Monnier
2012-07-19Tweak the value returned from Fgarbage_collect again.Dmitry Antipov
2012-07-19Compact buffers when idle.Dmitry Antipov
2012-07-19New macro to iterate over all buffers, miscellaneous cleanups.Dmitry Antipov
2012-07-19Avoid two crashes involving windows on dead frames.Chong Yidong
2012-07-18Fix bug that created negative-length intervals.Andreas Schwab
2012-07-18* alloc.c (Fmake_bool_vector): Fix off-by-8 bugPaul Eggert
2012-07-18Remove some struct layout assumptions in bool vectors.Paul Eggert
2012-07-18* src/eval.c (Fdefvar): Don't check constants since we only set the var ifStefan Monnier
2012-07-18* src/lisp.h (last_undo_boundary): Declare new var.Stefan Monnier
2012-07-18* w32font.c (Qsymbol): Remove local definition.Andreas Schwab
2012-07-18Fix sweep_vectors to handle large bool vectors correctly.Dmitry Antipov
2012-07-18Revert bogus change in 2011-07-28T21:49:16Z!eggert@cs.ucla.edu.Chong Yidong
2012-07-18Return more descriptive data from Fgarbage_collect.Dmitry Antipov
2012-07-17* alloc.c (Fmemory_free): Account for memory-free's own storage.Paul Eggert
2012-07-17Restore old code in allocate_string_data to avoid Faset breakage.Dmitry Antipov
2012-07-17Merge from emacs-24Stefan Monnier
2012-07-17Cleanup and convert miscellaneous checks to eassert.Dmitry Antipov
2012-07-17Document insert-char changes.Chong Yidong
2012-07-17Fix previous change to make Fmemory_free always accurate.Dmitry Antipov
2012-07-17Simple free memory accounting feature.Dmitry Antipov
2012-07-17Cleanup overlays checking.Dmitry Antipov
2012-07-17Make insert-char interactive, and ucs-insert an obsolete alias for it.René Kyllingstad
2012-07-16* floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT.Paul Eggert