aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Tweak the value returned from Fgarbage_collect again.Dmitry Antipov2012-07-192-25/+48
* | Compact buffers when idle.Dmitry Antipov2012-07-194-35/+67
* | New macro to iterate over all buffers, miscellaneous cleanups.Dmitry Antipov2012-07-197-89/+98
* | Fix bug that created negative-length intervals.Andreas Schwab2012-07-182-9/+17
* | * alloc.c (Fmake_bool_vector): Fix off-by-8 bugPaul Eggert2012-07-182-1/+5
* | Remove some struct layout assumptions in bool vectors.Paul Eggert2012-07-182-27/+39
* | * src/eval.c (Fdefvar): Don't check constants since we only set the var ifStefan Monnier2012-07-182-12/+3
* | * src/lisp.h (last_undo_boundary): Declare new var.Stefan Monnier2012-07-184-10/+30
* | * w32font.c (Qsymbol): Remove local definition.Andreas Schwab2012-07-182-2/+6
* | Fix sweep_vectors to handle large bool vectors correctly.Dmitry Antipov2012-07-182-5/+27
* | Revert bogus change in 2011-07-28T21:49:16Z!eggert@cs.ucla.edu.Chong Yidong2012-07-182-2/+7
* | Return more descriptive data from Fgarbage_collect.Dmitry Antipov2012-07-184-64/+122
* | * alloc.c (Fmemory_free): Account for memory-free's own storage.Paul Eggert2012-07-172-23/+30
* | Restore old code in allocate_string_data to avoid Faset breakage.Dmitry Antipov2012-07-172-2/+27
* | Merge from emacs-24Stefan Monnier2012-07-175-19/+39
|\ \ | |/
| * Don't use FILE_SYSTEM_CASE in MS-DOS, or anywhere else.Eli Zaretskii2012-07-144-13/+12
| * Fixes: debbugs:11917Andreas Schwab2012-07-122-6/+16
* | Cleanup and convert miscellaneous checks to eassert.Dmitry Antipov2012-07-175-160/+38
* | Document insert-char changes.Chong Yidong2012-07-172-15/+26
* | Fix previous change to make Fmemory_free always accurate.Dmitry Antipov2012-07-172-13/+26
* | Simple free memory accounting feature.Dmitry Antipov2012-07-172-2/+52
* | Cleanup overlays checking.Dmitry Antipov2012-07-173-43/+15
* | Make insert-char interactive, and ucs-insert an obsolete alias for it.René Kyllingstad2012-07-172-2/+27
* | * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT.Paul Eggert2012-07-162-1/+7
* | * nsterm.m (keyDown): Interpret flags without left/right bitsJan Djärv2012-07-162-6/+30
* | Remove empty and useless init functions.Dmitry Antipov2012-07-168-46/+12
* | * gtkutil.h: Tiny cleanups.Dmitry Antipov2012-07-162-5/+7
* | Fix bug #11943 with slow redisplay in large paragraphs full of weak characters.Eli Zaretskii2012-07-152-4/+23
* | * src/gtkutil.c (xg_create_tool_bar): Apply "primary-toolbar" style toStefano Facchini2012-07-152-0/+30
* | Cleanup basic allocation variables and functions.Dmitry Antipov2012-07-154-98/+21
* | Use zero_vector where appropriate.Dmitry Antipov2012-07-155-27/+29
* | Add news for exclamation-mark and flymakeLeo Liu2012-07-152-1/+5
* | Add a new bitmap exclamation-markLeo Liu2012-07-142-0/+21
* | Improve commentary in src/systime.h.Eli Zaretskii2012-07-141-6/+16
* | Adapt the MS-DOS build to the latest configury changes.Eli Zaretskii2012-07-143-31/+17
* | * nt/config.nt: Sync with autogen/config.in.Juanma Barranquero2012-07-142-7/+4
* | Fix typos in ChangeLogs.Juanma Barranquero2012-07-141-4/+4
* | Move GC_SETJMP_WORKS, GC_MARK_STACK from src/s to configureGlenn Morris2012-07-139-36/+6
* | Move GC_MARK_SECONDARY_STACK from src/s to configureGlenn Morris2012-07-132-10/+2
* | Move SETUP_SLAVE_PTY from src/s to configureGlenn Morris2012-07-133-10/+5
* | Remove compiler warnings in objective-C files.Jan Djärv2012-07-137-168/+190
* | * nsmenu.m (ns_update_menubar): Exchange place of argument 2 and 3 toJan Djärv2012-07-132-2/+7
* | * image.c (Fimagemagick_types): Initialize ex with GetExceptionInfoJan Djärv2012-07-132-1/+11
* | * nt/config.nt: Sync with autogen/config.in.Juanma Barranquero2012-07-132-7/+20
* | Fix bs-show when the right fringe is off.Eli Zaretskii2012-07-132-4/+15
* | * xdisp.c (produce_special_glyphs): Now static.Paul Eggert2012-07-123-2/+7
* | Remove some src/s files that are now emptyGlenn Morris2012-07-125-47/+3
* | Move "system type" macros from src/s to configureGlenn Morris2012-07-1212-98/+15
* | ChangeLog fixGlenn Morris2012-07-121-2/+1
* | * nsfont.m (ns_charset_covers): Don't abort if no bitmap.Paul Eggert2012-07-122-0/+10