summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * xterm.h (struct x_output): For 'black_relief' and 'white_relief'Dmitry Antipov2013-10-298-34/+34
* * dispextern.h, image.c (x_bitmap_height, x_bitmap_width): Now static.Paul Eggert2013-10-284-20/+12
* * dispextern.h (struct face): Use bitfields for 'underline_type'Dmitry Antipov2013-10-284-19/+27
* * xftfont.c (struct xftfont_info): Remove set-but-unusedDmitry Antipov2013-10-272-7/+7
* Fix part of bug #15260 with from directory with a non-ASCII name.Eli Zaretskii2013-10-262-1/+10
* Doc fix for set-fringe-bitmap-face.Xue Fuqiao2013-10-262-0/+6
* Another fix for the MS-Windows build broken 4 revisions ago.Eli Zaretskii2013-10-252-1/+4
* Fix the MS-Windows build broken 2013-10-25T04:35:56Z!dgutov@yandex.ru.Eli Zaretskii2013-10-254-2/+14
* Perform font-specific cleanup when font object is swept by GC. SeeDmitry Antipov2013-10-253-4/+25
* Omit unused frame argument of font API's close function.Dmitry Antipov2013-10-2510-67/+102
* ChangeLog fixesGlenn Morris2013-10-242-4/+4
* Fix whitespace in previous Makefile.in changesGlenn Morris2013-10-231-1/+2
* Attempt at a fix for mingw CPPFLAGSGlenn Morris2013-10-232-0/+5
* Fix ChangeLog entry.Dmitry Antipov2013-10-231-2/+2
* Tweak last font-related changes to fix bug#15686.Dmitry Antipov2013-10-232-2/+21
* Make building in directories with whitespace possibleGlenn Morris2013-10-222-5/+12
* Port to Solaris 10 and its bundled GCC.Paul Eggert2013-10-222-6/+13
* Do not allow font caches to grow too large.Dmitry Antipov2013-10-212-65/+137
* * emacs.c (main): On Cocoa, if GUI session and 0 is not a tty,Jan Djärv2013-10-202-3/+9
* * src/nsterm.m (ns_get_color): Make selection color work for GNUStep also.Jan Djärv2013-10-202-4/+5
* Fix GNUStep specific menu items.Jan Djärv2013-10-202-0/+12
* Fix clicks on the menu bar when GPM mouse is in use.Eli Zaretskii2013-10-182-50/+16
* Remove port-specific display name lists to avoid extraDmitry Antipov2013-10-1812-145/+73
* 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