aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spelling fix.Paul Eggert2014-01-041-1/+1
* Spelling fixes.Paul Eggert2014-01-043-5/+9
* Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343).Paul Eggert2014-01-042-3/+12
* Fix maximization behavior on Windows (Bug#16300).Martin Rudalics2014-01-043-15/+25
* Port to C89.Paul Eggert2014-01-027-10/+33
* Whitespace fixes for recently-added code.Paul Eggert2014-01-021-2/+3
* Remove the dynamic-docstring-function feature.Chong Yidong2014-01-032-15/+4
* Further adjust frame/window scrollbar width calculations.Martin Rudalics2014-01-027-42/+62
* Prefer ASCII in doc and comments when the difference does not matter.Paul Eggert2014-01-011-1/+1
* * lisp.h (EMACS_INT): Configure based on INTPTR_MAX, not LONG_MAX.Paul Eggert2014-01-012-10/+20
* Fix bug #16265 with buffer caches when modifying text in indirect buffers.Eli Zaretskii2014-01-017-52/+164
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01202-207/+214
* Fix last change of grow_mini_window.Martin Rudalics2013-12-312-8/+12
* * nsterm.m (windowDidResignKey:): Set mouse_moved to 0.Jan Djärv2013-12-312-0/+5
* Minor fixes for MinGW64 build.Fabrice Popineau2013-12-315-19/+31
* Fix typo in a comment in the last commit in w2.c.Eli Zaretskii2013-12-311-1/+1
* Fall back on SetNamedSecurityInfo if SetFileSecurity fails in acl_set_file.Fabrice Popineau2013-12-312-5/+115
* Some more fixes following pixelwise resize changes including one for Bug#16306.Martin Rudalics2013-12-317-40/+106
* src/fileio.c: Silence compiler warnings.Juanma Barranquero2013-12-302-2/+7
* Fix bug #16299 with assertion violation in set-default-file-modes on Windows.Eli Zaretskii2013-12-302-0/+33
* Fix Bug#16284.Martin Rudalics2013-12-302-2/+6
* 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 defaultJulien Danjou2013-12-272-2/+7
* More doc updatesChong 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-newerGlenn 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-propertyChong Yidong2013-12-202-9/+21