aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Don't run timers in input-pending-p. Its new check-timers paramBarry O'Reilly2013-10-182-5/+14
* | Make some functions static in non-Microsoft builds.Paul Eggert2013-10-1615-94/+163
* | Make VALMASK visible to GDB even if clang is used.Paul Eggert2013-10-163-8/+33
* | bool vector int width fixesPaul Eggert2013-10-162-4/+14
* | * process.h (conv_sockaddr_to_lisp): New decl, for newly-extern func.Paul Eggert2013-10-162-0/+7
* | * nsselect.m (ns_string_from_pasteboard): Remove Fquit, just returnJan Djärv2013-10-162-6/+6
* | Implement network-interface-* functions for MS-Windows (bug #15610).Eli Zaretskii2013-10-164-19/+349
* | Fix bug #15629 with GUI menus on NS.Eli Zaretskii2013-10-162-1/+6
* | * fns.c (Fstring_as_unibyte): Fix last change.Dmitry Antipov2013-10-161-1/+1
* | * fns.c (Fstring_as_unibyte): Use xlispstrdup.Dmitry Antipov2013-10-162-4/+6
* | * print.c (print_object): Print " ..." when truncating bool vectors.Paul Eggert2013-10-152-0/+8
* | Support mouse wheel on MS-Windows text-mode console.Eli Zaretskii2013-10-153-92/+128
* | Disallow bool vector operations on mixed-length operands.Paul Eggert2013-10-152-23/+48
* | * keyboard.c, keyboard.h (all_kboards): Now static.Paul Eggert2013-10-153-4/+5
* | Add usage note of buffer-invisibility-spec.Xue Fuqiao2013-10-152-1/+8
* | Space after comma in ChangeLogs.Paul Eggert2013-10-141-11/+11
* | * nsterm.h (struct ns_display_info): Remove set-but-unusedDmitry Antipov2013-10-153-5/+7
* | Attempt to fix time_t related problems with MinGW 4.0 runtime.Eli Zaretskii2013-10-143-0/+7
* | Implement scrolling of TTY menus when the screen is too short.Eli Zaretskii2013-10-142-41/+89
* | * termhooks.h (FRAME_MUST_WRITE_SPACES, FRAME_LINE_INS_DEL_OK)Dmitry Antipov2013-10-148-60/+69
* | * xfaces.c (PT_PER_INCH): Remove unused macro.Dmitry Antipov2013-10-147-13/+11
* | * lisp.h (bool_vector_size): New function.Paul Eggert2013-10-147-36/+44
* | ChangeLog fixes prompted by M-x authorsGlenn Morris2013-10-121-1/+1
* | Avoid compilation warnings in image.c.Eli Zaretskii2013-10-122-13/+19
* | Support frame dimension changes while TTY menus are displayed.Eli Zaretskii2013-10-114-4/+19
* | * term.c (tty_menu_show): Never return with unbalancedDmitry Antipov2013-10-112-9/+16
* | Menu item selection on TTYs is now cyclical.Eli Zaretskii2013-10-112-1/+11
* | Support GnuTLS v3 and set up its audit logging properly.Ted Zlatanov2013-10-112-0/+28
* | * dispnew.c (redraw_frame): Remove useless #ifdef becauseDmitry Antipov2013-10-113-4/+8
* | Fix bug #15575 with crashes in TTY menus.Eli Zaretskii2013-10-113-3/+28
* | * lisp.h (eassume): New macro.Paul Eggert2013-10-1011-34/+64
* | * xdisp.c (deep_copy_glyph_row): Remove unused locals.Dmitry Antipov2013-10-112-1/+4
* | * src/fileio.c (Fsubstitute_in_file_name): Use substitute-env-in-file-name.Stefan Monnier2013-10-102-138/+29
* | Attempt to fix crashes per bug #15575.Eli Zaretskii2013-10-103-57/+16
* | * image.c: Pacify --enable-gcc-warnings.Paul Eggert2013-10-102-12/+23
* | MS-Windows follow-up to 2013-10-10T01:03:11Z!rgm@gnu.org: support giflib 5.x.Eli Zaretskii2013-10-102-11/+59
* | * keyboard.c (last_event_timestamp): Remove. For X selection andDmitry Antipov2013-10-107-31/+26
* | * keyboard.c (init_kboard): Now static. Add argDmitry Antipov2013-10-107-41/+43
* | Handle giflib 5 changes (tiny change)Barry Fishman2013-10-092-0/+21
* | * fns.c (sxhash_bool_vector): Fix buffer read overrun.Paul Eggert2013-10-092-1/+7
* | Fix minor problems in text-mode menu display.Eli Zaretskii2013-10-092-1/+8
* | * nsfns.m (Fns_convert_utf8_nfd_to_nfc): Check input for valid UTF-8Jan Djärv2013-10-092-5/+21
* | * intervals.c (temp_set_point_both): Move test into 'eassert',Paul Eggert2013-10-092-2/+4
* | * lisp.h (eassert): Don't use 'assume'.Paul Eggert2013-10-092-6/+14
* | Doc tweaks for condGlenn Morris2013-10-092-4/+8
* | Fix bug #15565 with assertion violations in x_free_gc.Eli Zaretskii2013-10-092-2/+7
* | * lisp/profiler.el: Create a more coherent calltree from partial backtraces.Stefan Monnier2013-10-082-6/+9
* | Fix minor problems found by static checking.Paul Eggert2013-10-088-63/+67
* | Attempt to fix broken compilation on several systems due to menu.h.Eli Zaretskii2013-10-081-0/+4
* | Support menus on text-mode terminals.Eli Zaretskii2013-10-0827-547/+2169
|\ \