Simplify export of symbols to GDB; fix related .gdbinit bugs.
[bpt/emacs.git] / src / ChangeLog
2012-07-26 Paul EggertSimplify export of symbols to GDB; fix related .gdbinit...
2012-07-26 Dmitry AntipovExplicitly free restriction data that are not needed...
2012-07-26 Stefan MonnierAutoload more carefully from Lisp. Follow aliases...
2012-07-25 Paul EggertUse typedef for EMACS_INT, EMACS_UINT.
2012-07-25 Jan Djärv* nsterm.m (ns_read_socket): Return early if there...
2012-07-25 Martin RudalicsAdd advertised calling convention for redirect-frame...
2012-07-25 Dmitry AntipovAdjust buffer text indirection counters at the end...
2012-07-24 Eli ZaretskiiFix display of tooltips damaged by enhancements for...
2012-07-24 Dmitry AntipovSimplify copy_overlay.
2012-07-23 Eli ZaretskiiFix bug #12025 with a crash when displaying tooltips.
2012-07-23 Dmitry AntipovCleanup miscellaneous objects allocation and initializa...
2012-07-23 Dmitry AntipovSwap buffer text indirection counters in Fbuffer_swap_text.
2012-07-22 Jan Djärv* nsmenu.m (Popdown_data): New struct.
2012-07-22 Dmitry AntipovAdjust consing_since_gc when objects are explicitly...
2012-07-22 Dmitry AntipovSimplify and cleanup markers positioning code.
2012-07-22 Paul Eggert* buffer.h (struct buffer.indirections): Now ptrdiff_t...
2012-07-21 Eli ZaretskiiFix previous change in w32menu.c.
2012-07-21 Eli ZaretskiiBind language-change in special-event-map.
2012-07-21 Eli ZaretskiiFix data type casting when setting up menus on Windows.
2012-07-21 Jan Djärv* nsterm.m (accessibilityAttributeValue): Surround...
2012-07-21 Jan Djärv* nsterm.m (conversationIdentifier): Return value is...
2012-07-21 Jan Djärv* nsterm.m (accessibilityAttributeValue): New function..
2012-07-21 Chong YidongDisallow windows on dead frames in decode_any_window.
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-20 Dmitry AntipovAdd indirection counting to speed up Fkill_buffer.
2012-07-20 Dmitry AntipovExtend the value returned by Fgarbage_collect with...
2012-07-20 Dmitry AntipovMake maybe_gc inline.
2012-07-20 Dmitry AntipovSimple wrapper for make_unibyte_string, adjust font_ope...
2012-07-20 Dmitry AntipovCleanup calls to Fgarbage_collect.
2012-07-19 Paul Eggert* buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buf...
2012-07-19 Stefan Monnier* lisp/emacs-lisp/chart.el: Use lexical-binding.
2012-07-19 Dmitry AntipovTweak the value returned from Fgarbage_collect again.
2012-07-19 Dmitry AntipovCompact buffers when idle.
2012-07-19 Dmitry AntipovNew macro to iterate over all buffers, miscellaneous...
2012-07-19 Chong YidongAvoid two crashes involving windows on dead frames.
2012-07-18 Andreas SchwabFix bug that created negative-length intervals.
2012-07-18 Paul Eggert* alloc.c (Fmake_bool_vector): Fix off-by-8 bug
2012-07-18 Paul EggertRemove some struct layout assumptions in bool vectors.
2012-07-18 Stefan Monnier* src/eval.c (Fdefvar): Don't check constants since...
2012-07-18 Stefan Monnier* src/lisp.h (last_undo_boundary): Declare new var.
2012-07-18 Andreas Schwab* w32font.c (Qsymbol): Remove local definition.
2012-07-18 Dmitry AntipovFix sweep_vectors to handle large bool vectors correctly.
2012-07-18 Chong YidongRevert bogus change in 2011-07-28T21:49:16Z!eggert...
2012-07-18 Dmitry AntipovReturn more descriptive data from Fgarbage_collect.
2012-07-17 Paul Eggert* alloc.c (Fmemory_free): Account for memory-free's...
2012-07-17 Dmitry AntipovRestore old code in allocate_string_data to avoid Faset...
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-17 Dmitry AntipovCleanup and convert miscellaneous checks to eassert.
2012-07-17 Chong YidongDocument insert-char changes.
2012-07-17 Dmitry AntipovFix previous change to make Fmemory_free always accurate.
2012-07-17 Dmitry AntipovSimple free memory accounting feature.
2012-07-17 Dmitry AntipovCleanup overlays checking.
2012-07-17 René KyllingstadMake insert-char interactive, and ucs-insert an obsolet...
2012-07-17 Paul Eggert* floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT.
2012-07-16 Jan Djärv* nsterm.m (keyDown): Interpret flags without left...
2012-07-16 Dmitry AntipovRemove empty and useless init functions.
2012-07-16 Dmitry Antipov* gtkutil.h: Tiny cleanups.
2012-07-15 Eli ZaretskiiFix bug #11943 with slow redisplay in large paragraphs...
2012-07-15 Stefano Facchini* src/gtkutil.c (xg_create_tool_bar): Apply "primary...
2012-07-15 Dmitry AntipovCleanup basic allocation variables and functions.
2012-07-15 Dmitry AntipovUse zero_vector where appropriate.
2012-07-15 Leo LiuAdd news for exclamation-mark and flymake
2012-07-14 Leo LiuAdd a new bitmap exclamation-mark
2012-07-14 Eli ZaretskiiDon't use FILE_SYSTEM_CASE in MS-DOS, or anywhere else.
2012-07-14 Eli ZaretskiiAdapt the MS-DOS build to the latest configury changes.
2012-07-14 Juanma Barranquero* nt/config.nt: Sync with autogen/config.in.
2012-07-14 Juanma BarranqueroFix typos in ChangeLogs.
2012-07-14 Glenn MorrisMove GC_SETJMP_WORKS, GC_MARK_STACK from src/s to configure
2012-07-13 Glenn MorrisMove GC_MARK_SECONDARY_STACK from src/s to configure
2012-07-13 Glenn MorrisMove SETUP_SLAVE_PTY from src/s to configure
2012-07-13 Jan DjärvRemove compiler warnings in objective-C files.
2012-07-13 Jan Djärv* nsmenu.m (ns_update_menubar): Exchange place of argum...
2012-07-13 Jan Djärv* image.c (Fimagemagick_types): Initialize ex with...
2012-07-13 Juanma Barranquero* nt/config.nt: Sync with autogen/config.in.
2012-07-13 Eli ZaretskiiFix bs-show when the right fringe is off.
2012-07-13 Paul Eggert* xdisp.c (produce_special_glyphs): Now static.
2012-07-13 Glenn MorrisRemove some src/s files that are now empty
2012-07-13 Glenn MorrisMove "system type" macros from src/s to configure
2012-07-13 Glenn MorrisChangeLog fix
2012-07-13 Paul Eggert* nsfont.m (ns_charset_covers): Don't abort if no bitmap.
2012-07-13 Glenn MorrisMove NSIG_MINIMUM from src/s to configure
2012-07-13 Glenn MorrisMove ULIMIT_BREAK_VALUE from src/s to configure
2012-07-13 Glenn MorrisRemove macro MIN_PTY_KERNEL_VERSION, only used in one...
2012-07-13 Glenn MorrisMove darwin.h's SYSTEM_PURESIZE_EXTRA setting to configure
2012-07-12 Glenn MorrisRename init_process rather than working around it on...
2012-07-12 Glenn MorrisMove NO_EDITRES from src/s to configure
2012-07-12 Glenn MorrisDo not unconditionally define HAVE_XRMSETDATABASE on...
2012-07-12 Eli ZaretskiiImprove fix for bug #11832 with truncated/continued...
2012-07-12 Glenn MorrisMove UNIX98_PTYS from src/s to configure
2012-07-12 Paul EggertFix typos that broke OS X build.
2012-07-12 Glenn MorrisMove PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF from src...
2012-07-12 Andreas SchwabFixes: debbugs:11917
2012-07-12 Glenn MorrisMove PTY_OPEN from src/s to configure
2012-07-12 Glenn MorrisMove FIRST_PTY_LETTER, PTY_ITERATION from src/s to...
2012-07-12 Dmitry AntipovUse empty_unibyte_string where applicable.
2012-07-12 Glenn MorrisMove more things from src/s to configure
2012-07-12 Glenn MorrisMove more stuff from src/s to configure
2012-07-12 Glenn MorrisMove some AIX defines from src/s to configure
2012-07-12 Glenn MorrisMove NO_ABORT from src/s to configure
2012-07-12 Glenn MorrisMove setting of NO_MATHERR for Darwin from src/s to...
next