aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; * 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
* * src/syntax.c (Fbackward_prefix_chars): Reword docstringNicolas Richard2015-06-111-1/+2
* Improve font selection for punctuation and other symbolsEli Zaretskii2015-06-091-9/+37
* Fix compilation warning/error in --without-x buildsEli Zaretskii2015-06-081-0/+2
* Avoid crashes when key-binding is called from a timerEli Zaretskii2015-06-081-4/+8
* ; * src/font.c (syms_of_font) <font-log>: Tweak previous doc fix.Glenn Morris2015-06-071-2/+2
* * src/font.c (syms_of_font) <font-log>: Doc fix.Glenn Morris2015-06-071-4/+4
* Remove the obsolete leading "*" from some C doc strings.Glenn Morris2015-06-072-7/+7
* Fix display when a font claims large values of ascent and descentEli Zaretskii2015-06-069-35/+274
|\