aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Cleanup overlays checking.Dmitry Antipov2012-07-171-0/+8
* | Make insert-char interactive, and ucs-insert an obsolete alias for it.René Kyllingstad2012-07-171-0/+6
* | * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT.Paul Eggert2012-07-161-0/+6
* | * nsterm.m (keyDown): Interpret flags without left/right bitsJan Djärv2012-07-161-0/+5
* | Remove empty and useless init functions.Dmitry Antipov2012-07-161-0/+12
* | * gtkutil.h: Tiny cleanups.Dmitry Antipov2012-07-161-0/+6
* | Fix bug #11943 with slow redisplay in large paragraphs full of weak characters.Eli Zaretskii2012-07-151-0/+7
* | * src/gtkutil.c (xg_create_tool_bar): Apply "primary-toolbar" style toStefano Facchini2012-07-151-0/+7
* | Cleanup basic allocation variables and functions.Dmitry Antipov2012-07-151-0/+15