summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Plain copy-file no longer chmods an existing destination....Paul Eggert2013-12-292-68/+111
* * src/emacs.c (main): [DAEMON_MUST_EXEC]: Restore close-on-exec after exec....Paul Eggert2013-12-281-0/+1
* Fix pipe bug with OS X emacs --daemon (Bug#16262)....Paul Eggert2013-12-282-0/+8
* Fix a thinko in last commit.Eli Zaretskii2013-12-281-1/+2
* Fix bug #14739 with creation of GUI frames from TTY session on Windows....Eli Zaretskii2013-12-282-0/+8
* ChangeLog fixes for font-lockingGlenn Morris2013-12-271-3/+3
* Fix ChangeLog typos.Juanma Barranquero2013-12-281-9/+9
* Shell completion for filenames from current directory, related docs....Jarek Czekalski2013-12-272-1/+9
* Enable ns-use-srgb-colorspace by default...Julien Danjou2013-12-272-2/+7
* More doc updates...Chong Yidong2013-12-272-2/+6
* Some more tinkering with Bug#16051....Martin Rudalics2013-12-263-39/+64
* Fix core dumps with gcc -fsanitize=address and GNU/Linux....Paul Eggert2013-12-263-18/+87
* Fix bug #16252 with 'mailto:' documents passed to w32-shell-execute....Eli Zaretskii2013-12-252-2/+18
* Doc updates for several Emacs 24.4 changes....Chong Yidong2013-12-253-7/+15
* Attempt to catch backtrace of segfault in bug #16234.Eli Zaretskii2013-12-241-0/+1
* Minor fixes in w32-shell-execute....Eli Zaretskii2013-12-242-21/+18
* Last portion of fix for bug #16051 with redisplay loops....Eli Zaretskii2013-12-232-10/+30
* Fix most of bug #16051 with redisplay loops when resizing tool-bar....Eli Zaretskii2013-12-232-13/+34
* * src/conf_post.h: Use unsigned it for bool_bf if GNUSTEP....Jan Djärv2013-12-232-2/+7
* Some documenting of load-prefer-newer...Glenn Morris2013-12-222-0/+8
* Handle Bug#16207 by being more restrictive when running hooks....Martin Rudalics2013-12-222-14/+36
* Spelling fix.Paul Eggert2013-12-211-1/+1
* * src/lread.c (syms_of_lread) <load_prefer_newer>: Doc fix.Xue Fuqiao2013-12-222-2/+7
* Changelog for previous checkin, missed to mark.Jan Djärv2013-12-211-0/+10
* Customize ns-use-srgb-colorspace on OSX >= 10.7 to use sRGB....Jan Djärv2013-12-213-11/+66
* Fix compilation warning on MS-Windows in my_png_error....Eli Zaretskii2013-12-212-1/+7
* Remove fringe background extension code on W32....YAMAMOTO Mitsuharu2013-12-213-123/+27
* Some more fixes for pixelwise resizing....Martin Rudalics2013-12-2011-56/+79
* Add/fix docs for add-face-text-property...Chong Yidong2013-12-202-9/+21
* Fix last commit for TTYs.Eli Zaretskii2013-12-191-5/+2
* Fix bug #16192 with highlight of display margins when region is active...Eli Zaretskii2013-12-192-10/+20
* Fix bug #16190 with documentation of capitalize-word....Eli Zaretskii2013-12-192-3/+21
* Make NS port use the normal dnd functions....Jan Djärv2013-12-193-77/+69
* Redo size constraint for NS so frames can span screens....Jan Djärv2013-12-193-17/+71
* Generate HORIZ_WHEEL_EVENT....Jan Djärv2013-12-192-2/+16
* Add comment to my previous lread.c change.Paul Eggert2013-12-181-1/+4
* Minor fixes for recent openp changes....Paul Eggert2013-12-189-25/+62
* Avoid compiler warnings in w32fns.c:emacs_abort....Eli Zaretskii2013-12-182-1/+11
* * src/lread.c (openp): Further fix for previous.Glenn Morris2013-12-171-2/+3
* * src/lread.c (openp): Fix previous change (don't leak file descriptors)Glenn Morris2013-12-171-0/+1
* Add load-prefer-newer option, to load .el if newer than .elc...Glenn Morris2013-12-1711-57/+124
* * src/emacs.c (standard_args) [HAVE_NS]: Remove -disable-font-backend.Glenn Morris2013-12-172-1/+4
* Fix minor problems in Windows emulation of getloadavg....Eli Zaretskii2013-12-172-1/+23
* Fix some warnings in w32 specific code....Eli Zaretskii2013-12-177-12/+41
* Fix problems with CANNOT_DUMP and EMACSLOADPATH....Paul Eggert2013-12-162-2/+13
* Fix compilation errors introduced by changes in extend_face_to_end_of_line....Eli Zaretskii2013-12-162-1/+6
* A better fix for bug #16148 and related issues....Eli Zaretskii2013-12-163-31/+64
* * font.h (valid_font_driver) [!ENABLE_CHECKING]: Define a dummy....Paul Eggert2013-12-162-0/+18
* Fix bug #16165 with memory corruption by extend_face_to_end_of_line....Eli Zaretskii2013-12-162-12/+25
* * gnutls.c (Fgnutls_boot): Properly check Flistp return value.Andreas Schwab2013-12-162-1/+5