summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* * src/editfns.c (Fbyte_to_position): Fix bytepos not at char boundary.Wolfgang Jenkner2015-06-171-2/+12
* Generate char-script-table from Unicode source. (Bug#20789)Glenn Morris2015-06-161-1/+7
* Better docstring for null. (Bug#20815)Nicolas Petton2015-06-161-1/+1
* Fix handling of image cache refcounts. (Bug#20802)Martin Rudalics2015-06-163-8/+27
* ;* src/fontset.c: Update obsolete commentary.Eli Zaretskii2015-06-151-12/+9
* Spelling fixesPaul Eggert2015-06-142-4/+4
* Another improvement of documentation of set-fontset-fontEli Zaretskii2015-06-141-3/+5
* * src/xsmfns.c (x_session_initialize): Avoid libSM crashGlenn Morris2015-06-131-0/+9
* Improve documentation of ':lang' in font specsEli Zaretskii2015-06-131-2/+4
* * src/print.c (print_object): Minor simplification.Paul Eggert2015-06-121-9/+8
* * src/buffer.c (init_buffer): Add final newline to message.Glenn Morris2015-06-121-1/+2
* Fix crash in fontset-infoAndreas Schwab2015-06-121-1/+1
* Port to Solaris 10 sparc + Sun C 5.13Paul Eggert2015-06-111-41/+35
* Some progress towards starting with PWD deleted. (Bug#18851)Glenn Morris2015-06-111-32/+37
* Fix "not a tty" bug on Solaris 10Paul Eggert2015-06-111-9/+11