aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | * dbusbind.c (XD_DBUS_VALIDATE_BUS_ADDRESS): Canonicalize sessionMichael Albinus2012-07-271-0/+6
* | Fix listn introduced in 2012-07-27T06:04:35Z!dmantipov@yandex.ru.Eli Zaretskii2012-07-271-0/+3
* | Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii2012-07-271-0/+7
* | Revert last save_excursion_save and save_excursion_restore changes.Dmitry Antipov2012-07-271-1/+7
* | Fix recently-introduced typos in Windows port.Dmitry Antipov2012-07-271-0/+7
* | Improve GDB symbol export.Paul Eggert2012-07-261-0/+17
* | Utility function to make a list from specified amount of objects.Dmitry Antipov2012-07-271-0/+19
* | Fast save_excursion_save and save_excursion_restore.Dmitry Antipov2012-07-271-0/+17
* | * emacs.c: Do not include <verify.h>; no longer needed.Paul Eggert2012-07-261-1/+2
* | Fix export of symbols to GDB.Paul Eggert2012-07-261-0/+21
* | src/makefile.w32-in ($(BLD)/emacs.$(O)): Update dependencies.Juanma Barranquero2012-07-261-0/+4
* | Add Bug#1995-05-30T23:07:27Z!kwzh@gnu.org to latest ChangeLog entry.Paul Eggert2012-07-261-1/+1
* | Simplify export of symbols to GDB; fix related .gdbinit bugs.Paul Eggert2012-07-261-0/+37
* | 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