aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Spelling fixesPaul Eggert2015-07-051-1/+1
* Avoid duplicate calls to current_timespecPaul Eggert2015-07-051-15/+29
* Avoid returning early reading process output due to SIGIOIan Kelling2015-07-051-2/+8
* Don't return as fast reading any process outputIan Kelling2015-07-051-23/+43
* Refactor timeouts in wait_reading_process_outputIan Kelling2015-07-051-67/+42
* ; Rename local var nsecs to adaptive_nsecsIan Kelling2015-07-051-6/+6
* ; Rename local var to match function nameIan Kelling2015-07-051-12/+13
* Remove ADAPTIVE_READ_BUFFERING ifdefIan Kelling2015-07-051-25/+0
* ; Minor cleanup of wait_reading_process_outputIan Kelling2015-07-051-5/+2
* accept-process-output fixIan Kelling2015-07-051-1/+2
* Fix mouse pointer on w32 when a menu is activeEli Zaretskii2015-07-041-1/+3
* Fix processing of alpha parameter for Windows tip frames (Bug#17344)Martin Rudalics2015-07-041-2/+3
* ;* src/bidi.c (bpa_stack_entry): Update commentary for Unicode 8.0.Eli Zaretskii2015-07-021-1/+1
* Be more tolerant to fonts named "Foobar-12"Eli Zaretskii2015-07-011-4/+6
* Fix value of posn-at-pont in R2L linesEli Zaretskii2015-07-011-3/+8
* Spelling fixesPaul Eggert2015-06-301-1/+1
* In strings, prefer plain ` and ' to \` and \'Paul Eggert2015-06-302-3/+3
* ; * src/doc.c: Add a 'coding' cookie.Eli Zaretskii2015-06-301-1/+1
* Make sure sleep-for always delays for as long as it's toldEli Zaretskii2015-06-301-2/+10
* Fix pointer signedness glitchPaul Eggert2015-06-301-1/+1
* Don't block changes in mouse pointer inside 'track-mouse'Eli Zaretskii2015-06-301-1/+3
* Allow font names that end in "-NN", where NN is a numberEli Zaretskii2015-06-291-0/+32
* .gdbinit followup to changes in !USE_LSB_TAGEli Zaretskii2015-06-291-3/+0
* ; * src/w32proc.c (w32_executable_type): Fix a typo in a comment.Eli Zaretskii2015-06-281-1/+1
* Add a new function w32-application-typeEli Zaretskii2015-06-271-15/+89
* Avoid error in TLS connections due to incorrect formatEli Zaretskii2015-06-271-1/+1
* Fix invisible mouse pointers on Windows.Eli Zaretskii2015-06-262-12/+27
* Provide invisible mouse pointers on Windows. (Bug#6105) (Bug#12922)Martin Rudalics2015-06-262-7/+41
* Fix submake dependency bug with .h filesPaul Eggert2015-06-251-1/+1
* Translate undisplayable ‘ to `Paul Eggert2015-06-251-3/+3
* Fix C99 incompatibilities in Cairo codePaul Eggert2015-06-252-2/+2
* Get ‘./configure; make -C src emacs’ to workPaul Eggert2015-06-241-1/+1
* Fix GC bugs --with-wide-int and Qnil == 0Paul Eggert2015-06-242-58/+12
* * src/keyboard.h (kbd_buffer_store_event_hold): Remove unused local.Paul Eggert2015-06-231-1/+0
* Port selection info fix to clangPaul Eggert2015-06-231-1/+2
* Fix bug that munged selection infoPaul Eggert2015-06-236-122/+151
* Check for an input event before showing a dialog box. (Bug#20813)Glenn Morris2015-06-231-1/+1
* * src/keyboard.c (last_timer_event): Remove unused var.Paul Eggert2015-06-231-3/+0
* Enable CPU profiling on CygwinKen Brown2015-06-222-3/+13
* Improve diagnostics of profiler-cpu-startKen Brown2015-06-221-5/+14
* Fix debug-timer-check on systems without HAVE_TIMERFDEli Zaretskii2015-06-221-2/+20
* Drop support for CPU profiling on CygwinKen Brown2015-06-211-1/+3
* Fix some “nested” quoting confusion in doc stringsPaul Eggert2015-06-211-4/+4
* * src/doc.c (syms_of_doc): Remove unused symbols.Paul Eggert2015-06-201-2/+0
* Improve the optional translation of quotesPaul Eggert2015-06-191-30/+59
* * src/doc.c (Fsubstitute_command_keys): Make previous change compile.Glenn Morris2015-06-181-3/+3
* Make translation of quotes to curly in doc strings optional.Alan Mackenzie2015-06-181-2/+32
* Fix last fix"Martin Rudalics2015-06-181-2/+2
* Set image_cache_refcount before x_default_parameter calls. (Bug#20802)Martin Rudalics2015-06-182-17/+17
* Avoid infloop in redisplay with tall imagesEli Zaretskii2015-06-171-2/+4