aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lread.c (load_path_default): Prototype.Paul Eggert2013-12-132-1/+5
* Unconditionally reset load-path after dumpingGlenn Morris2013-12-132-131/+94
* * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m,Dmitry Antipov2013-12-1311-47/+19
* * font.c (font_close_object): Check for live frame (Bug#16128).Dmitry Antipov2013-12-132-2/+10
* * gnutls.c, gnutls.h (emacs_gnutls_record_check_pending):Paul Eggert2013-12-123-7/+26
* Fix bug in previous regex.c change, which broke a\{2,}.Paul Eggert2013-12-121-5/+5
* Remove stale comment from fileio.c.Eli Zaretskii2013-12-121-1/+0
* Spelling fixes.Paul Eggert2013-12-121-4/+4
* Avoid undefined behavior with huge regexp interval counts.Paul Eggert2013-12-122-11/+17
* Support MS-Windows file names that use characters outside of ANSI codepage.Eli Zaretskii2013-12-1220-1294/+2690
|\
| * One more change by Ken Brown to avoid breaking Cygwin.Eli Zaretskii2013-12-111-1/+4
| * Merge from trunk.Eli Zaretskii2013-12-1111-53/+69
| |\
| * | Another fix for Cygwin.Eli Zaretskii2013-12-101-0/+2
| * | Merge from trunk.Eli Zaretskii2013-12-105-4/+22
| |\ \
| * | | Fixed problems in Cygwin build reported by Ken Brown.Eli Zaretskii2013-12-101-15/+19
| * | | Fixed a bug in w32-long-file-name.Eli Zaretskii2013-12-091-1/+10
| * | | Doc fix for w32-unicode-filenames.Eli Zaretskii2013-12-091-3/+1
| * | | Fixed file-truename when w32-unicode-filenames is nil, fixed its doc.Eli Zaretskii2013-12-092-5/+17
| * | | Merge from trunk.Eli Zaretskii2013-12-0917-62/+170
| |\ \ \
| * | | | Converted and tested w32notify.c.Eli Zaretskii2013-12-081-43/+53
| * | | | Fixed a bug in get_long_basename which broke creation of new files.Eli Zaretskii2013-12-071-1/+1
| * | | | Merge from trunk.Eli Zaretskii2013-12-0774-2073/+4497
| |\ \ \ \