summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #15260 with building and installing Emacs in non-ASCII directories.Eli Zaretskii2013-11-048-35/+107
* Port to stricter C99 platforms.Paul Eggert2013-11-0328-177/+240
* * src/emacs.c (usage_message): Mention that `-L :...' appends.Glenn Morris2013-11-032-1/+5
* * src/Makefile.in (bootstrap_exe): Use relative filename.Glenn Morris2013-11-022-2/+4
* Use relative filenames in TAGS files.Glenn Morris2013-11-022-13/+18
* * src/Makefile.in (lispdir): Remove.Glenn Morris2013-11-022-3/+5
* Small Makefile cleanup mainly related to tags file generationGlenn Morris2013-11-022-14/+32
* * xfaces.c (realize_default_face): Set DISTANT_FOREGROUND to unspecified_fg.Jan Djärv2013-11-022-1/+2
* * xfaces.c (check_lface_attrs, realize_default_face): AddJan Djärv2013-11-022-0/+11
* * emacs.c (original_pwd): Remove global var by making it local.Paul Eggert2013-11-012-6/+13
* Add :distant-foreground to faces.Jan Djärv2013-11-013-29/+101
* Fix whitespace in src/casefiddle.c.Eli Zaretskii2013-11-011-1/+1
* Fix ChangeLog entry of last commit.Claudio Bley2013-11-011-1/+2
* Fix handling of comments in NetPBM image files.Claudio Bley2013-11-012-22/+33
* Support newer versions of libjpeg on MS-Windows.Claudio Bley2013-11-012-5/+19
* * emacs.c (main): Skip -psn args on OSX even if ! isatty (0).Jan Djärv2013-10-312-1/+5
* Fix setting of invocation-directory with --chdir and relative argv[0]Glenn Morris2013-10-312-7/+23
* Cleanup namespace of dos-w32.el.Stefan Monnier2013-10-291-3/+3
* * src/keyboard.c (command_loop_1): If command is nil, call `undefined'.Stefan Monnier2013-10-292-21/+6
* * insdel.c: Fix minor problems found by static checking.Paul Eggert2013-10-292-7/+9
* Add pre-redisplay-function and rectangular regionStefan Monnier2013-10-298-187/+70
* Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.Dmitry Antipov2013-10-2910-16/+33
* * src/eval.c (run_hook_with_args): Use FUNCTIONP.Stefan Monnier2013-10-293-13/+17
* * 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