aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-propertyChong 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 activeEli 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 .elcGlenn 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
* Fix bug#16161: CHECK_LIST_CONS fails on nilTed Zlatanov2013-12-162-1/+7
* Fix recent w32_enable_frame_resize_hack and display-buffer-below-selected fixes.Martin Rudalics2013-12-162-1/+5
* * font.c (valid_font_driver) [ENABLE_CHECKING]: New functionDmitry Antipov2013-12-166-5/+58
* Fix bug with conditionals in expand-file-name on MS-Windows.Eli Zaretskii2013-12-152-2/+4
* Fix bug #16152 with crashes in process-send-eof on MS-Windows.Eli Zaretskii2013-12-152-13/+26
* Minor fix in Windows-specific code in decode_env_path.Eli Zaretskii2013-12-152-2/+8
* src/w32*.c: Silence compiler warnings.Juanma Barranquero2013-12-153-5/+10
* Fix bug #16151 with background of display margins.Eli Zaretskii2013-12-152-5/+89
* Fix session GUI startup.Eli Zaretskii2013-12-152-1/+6
* Add ChangeLog entry for previous checkin of gnutls.c.Paul Eggert2013-12-141-0/+5
* Use bool for boolean (GLYPH_DEBUG case).Paul Eggert2013-12-144-11/+11
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-1442-745/+863
* Fix bug #16148 with visual-mode cursor motion and whitespace-newline-mode.Eli Zaretskii2013-12-142-6/+18
* New verify-error GnuTLS interface for certificate validationTed Zlatanov2013-12-142-18/+37
* Hack frame resizing on Windows (Bug#16028).Martin Rudalics2013-12-142-21/+35
* Revert 2 last commits in src/alloc.c.Eli Zaretskii2013-12-142-9/+1
* Minor tweak of the last commit.Eli Zaretskii2013-12-141-1/+1
* Avoid crashing due to closing of font whose driver pointer is NULL.Eli Zaretskii2013-12-142-1/+9
* src/fileio.c: Remove redundant empty #ifdef.Eli Zaretskii2013-12-141-3/+0
* Fix copy-file on MS-Windows with file names outside of current locale.Eli Zaretskii2013-12-144-46/+137