aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid marking too deep portions of stack in mark_stack.Eli Zaretskii2014-05-242-72/+103
* * xfns.c (x_window_property_intern): New function (code fromJan Djärv2014-05-242-52/+103
* Supply malloc and alloc_size attributes for extern allocators.Paul Eggert2014-05-225-14/+41
* Don't assume that ImageMagick uses a 16-bit quantum.Paul Eggert2014-05-212-3/+10
* * doc/lispref/sequences.texi (Sequence Functions): Update nreverse.Leo Liu2014-05-212-6/+9
* * dbusbind.c (xd_signature): Revert last 2 patches.Michael Albinus2014-05-202-2/+6
* Allow any non-nil value to count as true in bool-vector.Paul Eggert2014-05-195-13/+15
* * font.c (font_matching_entity): Extract font-entity objectDmitry Antipov2014-05-192-1/+4
* * src/lisp.h (CHECK_BOOLEAN): New function.Dmitry Antipov2014-05-195-4/+38
* Assume C99 or later.Paul Eggert2014-05-177-31/+23
* Always map new memory for buffers after dumping.Fabrice Popineau2014-05-172-10/+16
* * src/fns.c (Fnreverse): Allow vectors and bool vectors.Dmitry Antipov2014-05-152-15/+46
* * src/fns.c (Freverse): Allow vectors, bool vectors and strings.Dmitry Antipov2014-05-152-6/+62
* Minor cleanup for terminal setup.Dmitry Antipov2014-05-147-59/+29
* * keyboard.c (Qdeactivate_mark): Now static.Paul Eggert2014-05-132-1/+5
* If available, use Xfixes extension to do pointer blanking.Dmitry Antipov2014-05-135-46/+120
* * xdisp.c (draw_glyphs): Set clipping to highlight boundaries.YAMAMOTO Mitsuharu2014-05-122-4/+16
* Merge from emacs-24; up to 2014-05-12T06:15:[email protected]Glenn Morris2014-05-113-6/+29
|\
| * * src/fileio.c (Ffile_executable_p): Doc tweak.Glenn Morris2014-05-102-1/+7
| * * xsettings.c (init_gsettings): Use g_settings_schema_source_lookupJan Djärv2014-05-102-5/+22
* | Merge from emacs-24; up to 2014-05-08T03:34:[email protected]Glenn Morris2014-05-075-17/+52
|\|
| * * minibuf.c (read_minibuf): Avoid C99ism in previous patch.Paul Eggert2014-05-072-5/+11
| * Fix initialization of minibuffer history variable, bug #17430.Jarek Czekalski2014-05-072-7/+13
| * * src/keyboard.c (Frecursive_edit): Ensure inc&dec of command_loop_levelSamuel Bronson2014-05-062-5/+13
| * Fix tooltips pulling Emacs window to front on windows-nt, bug #17408.Jarek Czekalski2014-05-062-4/+12
| * * nsselect.m (Fx_selection_exists_p): Just return Qnil if window systemJan Djärv2014-05-052-1/+8
* | * image.c: Include <png.h> before <setjmp.h>.Paul Eggert2014-05-072-2/+10
* | * image.c: Do not use libpng if HAVE_NS, as NS does its own thing.Paul Eggert2014-05-062-59/+40
* | Consult libpng-config more consistently.Paul Eggert2014-05-043-15/+7
* | Merge from emacs-24; up to 2014-05-04T21:18:[email protected]Paul Eggert2014-05-048-69/+124
|\|
| * Revert recent libpng changes.Paul Eggert2014-05-043-2/+10
| * Handle systems without WCONTINUED consistently.Paul Eggert2014-05-033-5/+12
| * Minor fixes for comments.Eli Zaretskii2014-05-032-11/+16
| * Consult libpng-config more consistently.Paul Eggert2014-05-023-4/+10
| * Doc fixesGlenn Morris2014-05-013-4/+8
| * src/term.c (tty_menu_activate): A better initialization for cursor coordinates.Eli Zaretskii2014-05-012-4/+9
| * * src/intervals.c: Tighten assertions.Stefan Monnier2014-05-012-45/+65
* | Merge from emacs-24; up to 2014-05-01T10:21:[email protected]Juanma Barranquero2014-04-303-1/+45
|\|
| * * term.c (tty_menu_activate): Don't assume row and col are initialized.Paul Eggert2014-04-302-1/+10
| * Place hardware TTY cursor at the active menu item when displaying a menu.Eli Zaretskii2014-04-292-0/+27
| * * src/process.c (handle_child_signal): Handle systems without WCONTINUEDGlenn Morris2014-04-292-3/+11
* | * src/window.c (struct saved_window): Remove mark.Stefan Monnier2014-04-292-33/+15
* | Use bits_word for gcmarkbits.Paul Eggert2014-04-283-21/+26
* | Avoid undefined behavior in signed left shift.Paul Eggert2014-04-275-14/+40
* | Merge from emacs-24; up to 2014-04-25T10:35:[email protected]Juanma Barranquero2014-04-252-19/+43
|\|
| * Fix debugging code for checking the newline cache.Eli Zaretskii2014-04-232-19/+43
* | * src/window.c (Fset_window_configuration): Deactivate the mark beforeStefan Monnier2014-04-236-24/+34
* | * conf_post.h (ADDRESS_SANITIZER_WORKAROUND): Port to GCC 4.9.0Paul Eggert2014-04-232-7/+14
* | Merge from emacs-24; up to 2014-04-22T20:19:[email protected]Paul Eggert2014-04-226-18/+213
|\|
| * Port to GCC 4.9.0 with --enable-gcc-warnings.Paul Eggert2014-04-222-9/+8