aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename cygwin_convert_path* to cygwin_convert_file_name*Daniel Colascione2012-11-183-12/+23
* * nsterm.m (ns_select): Send SIGIO only to self, not to process group.Paul Eggert2012-11-172-2/+6
* Merge from emacs-24; up to 2012-11-15T23:31:37Z!dancol@dancol.orgGlenn Morris2012-11-175-2/+48
|\
| * Fix bug #12878 with compilation failure with Visual C++ 11.0.Eli Zaretskii2012-11-173-1/+28
| * * nsterm.m (hold_event): Set send_appdefined to YES.Jan Djärv2012-11-172-0/+14
| * * src/unexelf.c (ELFSIZE) [__NetBSD__ && _LP64]: Set to 64enami tsugutomo2012-11-162-1/+6
* | src/w32proc.c (waitpid): Remove unused label get_result.Juanma Barranquero2012-11-182-1/+4
* | lib-src/makefile.w32-in, src/makefile.w32-in: Update dependencies.Juanma Barranquero2012-11-182-4/+12
* | Assume POSIX 1003.1-1988 or later for fcntl.h.Paul Eggert2012-11-179-135/+57
* | Update comment to match recent change.Paul Eggert2012-11-171-2/+2
* | Fix MS-Windows emulation of 'faccessat' wrt directories.Eli Zaretskii2012-11-172-1/+5
* | Fix bug #12829 with aborts on MS-Windows when several child processes die.Eli Zaretskii2012-11-174-62/+112
* | Fix problems in ns port found by static checking.Paul Eggert2012-11-172-12/+20
* | Merge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov@yandex.ruGlenn Morris2012-11-166-15/+64
|\ \ | |/
| * * src/editfns.c (Fmessage): Mention message-log-max. (Bug#12849)Glenn Morris2012-11-152-2/+6
| * * src/eval.c (Finteractive_p): Revert lexbind-merge mishap.Stefan Monnier2012-11-152-7/+11
| * Fixes related to face underliningGlenn Morris2012-11-141-0/+8
| * Clean up w32 timer thread code in the hope of solving bug #12832.Eli Zaretskii2012-11-142-12/+38
| * * nsterm.m (hold_event): Send SIGIO to make sure ns_read_socket isJan Djärv2012-11-132-0/+7
* | Remove no-longer-used pty_max_bytes variable.Paul Eggert2012-11-162-16/+6
* | src/makefile.w32-in: Update dependencies.Juanma Barranquero2012-11-152-0/+7
* | * eval.c (mark_backtrace) [BYTE_MARK_STACK]: Remove stray '*'.Paul Eggert2012-11-142-1/+8
* | MS-Windows followup for 2012-11-14T04:55:41Z!eggert@cs.ucla.edu, regarding fa...Eli Zaretskii2012-11-142-13/+26
* | * xdisp.c (echo_area_display, redisplay_internal):Dmitry Antipov2012-11-142-8/+9
* | Use faccessat, not access, when checking file permissions.Paul Eggert2012-11-1314-236/+297
* | Fix a typo in src/ChangeLog.Eli Zaretskii2012-11-131-1/+1
* | Omit glyphs initialization at startup.Dmitry Antipov2012-11-133-70/+24
* | Merge from emacs-24; up to 2012-11-09T14:45:15Z!dmantipov@yandex.ruGlenn Morris2012-11-122-5/+19
|\ \ | |/
| * Fix bug #12867 with crashes due to large field width in mode-line format.Eli Zaretskii2012-11-122-5/+19
* | Fix a race with verify-visited-file-modtime.Paul Eggert2012-11-122-8/+13
* | * frame.h (struct frame): Convert external_tool_bar member toDmitry Antipov2012-11-123-18/+9
* | Simplify by using FOR_EACH_FRAME here and there.Dmitry Antipov2012-11-1211-179/+106
* | * data.c (Qdefalias_fset_function): Now static.Paul Eggert2012-11-112-1/+4
* | Another tweak to vectorlike_header change.Paul Eggert2012-11-112-14/+25
* | * window.c (list4i): Rename from 'quad'. All uses changed.Paul Eggert2012-11-112-46/+52
* | src/xdisp.c (start_hourglass) [HAVE_NTGUI]: Silence warning.Juanma Barranquero2012-11-112-2/+9
* | Merge from emacs-24; up to 2012-11-08T14:54:03Z!monnier@iro.umontreal.caGlenn Morris2012-11-104-38/+70
|\ \ | |/
| * Fix and rewrite doc on window recombining facilities.Martin Rudalics2012-11-072-9/+22
| * Fix bug #12811 with scrolling under scroll-up/down-aggressively.Eli Zaretskii2012-11-062-16/+34
| * Fix bug #12774 with crashes in ralloc.c.Eli Zaretskii2012-11-052-17/+23
* | Provide new `defalias-fset-function' symbol property.Stefan Monnier2012-11-094-50/+57
* | * image.c (xpm_make_color_table_h): Change to hashtest_equal.Jan Djärv2012-11-092-1/+3
* | * nsfont.m (Qcondensed, Qexpanded): New variables.Jan Djärv2012-11-092-0/+12
* | Fix recently introduced crash on MS-Windows (Bug#12839).Dmitry Antipov2012-11-093-10/+10
* | Tweak last vectorlike_header change.Dmitry Antipov2012-11-093-17/+46
* | * nsfont.m (ns_descriptor_to_entity): Qcondesed and Qexpanded hasJan Djärv2012-11-092-4/+6
* | New property dynamic-docstring-function for docstrings.Stefan Monnier2012-11-082-19/+21
* | * fns.c (Qeql, hashtest_eq): Now static.Paul Eggert2012-11-083-5/+10
* | * src/lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int.Stefan Monnier2012-11-086-14/+23
* | Use same hash function for hashfn_profiler as for hash_string etc.Paul Eggert2012-11-084-15/+26