aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Explicitly free restriction data that are not needed anymore.Dmitry Antipov2012-07-261-0/+5
* Autoload more carefully from Lisp. Follow aliases for function properties.Stefan Monnier2012-07-251-0/+5
* Use typedef for EMACS_INT, EMACS_UINT.Paul Eggert2012-07-251-0/+9
* * nsterm.m (ns_read_socket): Return early if there is a modal window.Jan Djärv2012-07-251-0/+5
* Add advertised calling convention for redirect-frame-focus (Bug#12030).Martin Rudalics2012-07-251-0/+5
* Adjust buffer text indirection counters at the end of Fkill_buffer.Dmitry Antipov2012-07-251-1/+10
* Fix display of tooltips damaged by enhancements for bug #11832.Eli Zaretskii2012-07-241-0/+6
* Simplify copy_overlay.Dmitry Antipov2012-07-241-0/+6
* Fix bug #12025 with a crash when displaying tooltips.Eli Zaretskii2012-07-231-0/+8
* Cleanup miscellaneous objects allocation and initialization.Dmitry Antipov2012-07-231-1/+12
* Swap buffer text indirection counters in Fbuffer_swap_text.Dmitry Antipov2012-07-231-0/+7
* * nsmenu.m (Popdown_data): New struct.Jan Djärv2012-07-221-0/+10
* Adjust consing_since_gc when objects are explicitly freed.Dmitry Antipov2012-07-221-0/+7
* Simplify and cleanup markers positioning code.Dmitry Antipov2012-07-221-0/+8
* * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,Paul Eggert2012-07-211-0/+5
* Fix previous change in w32menu.c.Eli Zaretskii2012-07-211-1/+1
* Bind language-change in special-event-map.Eli Zaretskii2012-07-211-0/+5
* Fix data type casting when setting up menus on Windows.Eli Zaretskii2012-07-211-0/+6
* * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.Jan Djärv2012-07-211-0/+1
* * nsterm.m (conversationIdentifier): Return value is NSInteger.Jan Djärv2012-07-211-0/+1
* * nsterm.m (accessibilityAttributeValue): New function..Jan Djärv2012-07-211-0/+4
* Disallow windows on dead frames in decode_any_window.Chong Yidong2012-07-211-0/+5
* Add indirection counting to speed up Fkill_buffer.Dmitry Antipov2012-07-201-0/+11
* Extend the value returned by Fgarbage_collect with heap statistics.Dmitry Antipov2012-07-201-0/+11
* Make maybe_gc inline.Dmitry Antipov2012-07-201-0/+12
* Simple wrapper for make_unibyte_string, adjust font_open_by_name.Dmitry Antipov2012-07-201-0/+11
* Cleanup calls to Fgarbage_collect.Dmitry Antipov2012-07-201-0/+14
* * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.Paul Eggert2012-07-191-0/+9
* * lisp/emacs-lisp/chart.el: Use lexical-binding.Stefan Monnier2012-07-191-0/+4
* Tweak the value returned from Fgarbage_collect again.Dmitry Antipov2012-07-191-0/+13
* Compact buffers when idle.Dmitry Antipov2012-07-191-0/+9
* New macro to iterate over all buffers, miscellaneous cleanups.Dmitry Antipov2012-07-191-1/+14
* Fix bug that created negative-length intervals.Andreas Schwab2012-07-181-0/+8
* * alloc.c (Fmake_bool_vector): Fix off-by-8 bugPaul Eggert2012-07-181-0/+4
* Remove some struct layout assumptions in bool vectors.Paul Eggert2012-07-181-0/+11
* * src/eval.c (Fdefvar): Don't check constants since we only set the var ifStefan Monnier2012-07-181-0/+3
* * src/lisp.h (last_undo_boundary): Declare new var.Stefan Monnier2012-07-181-0/+7
* * w32font.c (Qsymbol): Remove local definition.Andreas Schwab2012-07-181-0/+5
* Fix sweep_vectors to handle large bool vectors correctly.Dmitry Antipov2012-07-181-0/+6
* Revert bogus change in 2011-07-28T21:49:16Z!eggert@cs.ucla.edu.Chong Yidong2012-07-181-0/+5
* Return more descriptive data from Fgarbage_collect.Dmitry Antipov2012-07-181-0/+20
* * alloc.c (Fmemory_free): Account for memory-free's own storage.Paul Eggert2012-07-171-0/+5
* Restore old code in allocate_string_data to avoid Faset breakage.Dmitry Antipov2012-07-171-0/+8
* Merge from emacs-24Stefan Monnier2012-07-171-0/+31
|\
| * Don't use FILE_SYSTEM_CASE in MS-DOS, or anywhere else.Eli Zaretskii2012-07-141-0/+12
| * Fixes: debbugs:11917Andreas Schwab2012-07-121-0/+8
* | Cleanup and convert miscellaneous checks to eassert.Dmitry Antipov2012-07-171-0/+16
* | Document insert-char changes.Chong Yidong2012-07-171-0/+4
* | Fix previous change to make Fmemory_free always accurate.Dmitry Antipov2012-07-171-0/+11
* | Simple free memory accounting feature.Dmitry Antipov2012-07-171-0/+9