aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-24Fabián Ezequiel Gallina2014-12-273-3/+15
|\
| * * lisp/subr.el (sit-for): Tweak docstring.Stefan Monnier2014-12-152-10/+14
| * src/gnutls.c (gnutls_init): Fix deprecation warning from GCC.Eli Zaretskii2014-12-132-1/+5
| * A better fix for bug#19346Eli Zaretskii2014-12-122-18/+17
| * Always define `gnutls-available-p' even if GnuTLS is not available.Ted Zlatanov2014-12-114-27/+48
| * Support overflow-newline-into-fringe together with word-wrap (bug#19300)Eli Zaretskii2014-12-102-8/+23
* | Use bool for boolean in xselect.c, xsettings.cPaul Eggert2014-12-264-83/+102
* | MS-Windows followup to stpcpy changes.Eli Zaretskii2014-12-264-18/+26
* | Use bool for boolean in xsmfns.cPaul Eggert2014-12-253-16/+23
* | Spelling fixesPaul Eggert2014-12-251-1/+1
* | Prefer stpcpy to strcatPaul Eggert2014-12-2510-90/+71
* | ChangeLog fixesGlenn Morris2014-12-241-0/+4
* | Fixes: debbugs:19396Didier Verna2014-12-232-1/+7
* | Fix setting icon for Gtk+ on non-initial frame.Jan D2014-12-222-2/+6
* | Remove obsolete references to pre-C99 buildsPaul Eggert2014-12-211-2/+2
* | Use bool for boolean in xterm.cPaul Eggert2014-12-218-270/+345
* | Fix typo in charset_ordered_list_tick patchPaul Eggert2014-12-201-1/+1
* | * composite.h (struct composition.width): Now intPaul Eggert2014-12-202-1/+4
* | Let charset tick grow past USHRT_MAXPaul Eggert2014-12-204-9/+14
* | Simplify unexec file mode settingPaul Eggert2014-12-205-64/+15
* | * buffer.c (syms_of_buffer): Omit unneeded staticpros.Paul Eggert2014-12-192-5/+1
* | Minor cleanups for Lisp objects and symbolsPaul Eggert2014-12-189-102/+128
* | * gnutls.c: Include gnutls.h.Paul Eggert2014-12-182-0/+3
* | * image.c (svg_load): Fix pointer signedness.Paul Eggert2014-12-182-5/+9
* | Add code for "preserving" window sizes.Martin Rudalics2014-12-183-9/+14
* | Allow querying font by name for its height and other info. (Bug#19395)Eli Zaretskii2014-12-182-4/+49
* | * src/keyboard.c (input_was_pending): New var.Stefan Monnier2014-12-172-1/+58
* | * src/keyboard.c (swallow_events): Don't redisplay if there's input pending.Stefan Monnier2014-12-174-7/+11
* | Fixed problems with svg_load_image -- no more crashes (hopefully)Ulf Jasper2014-12-172-3/+7
* | Partially disabled previous change.Ulf Jasper2014-12-172-1/+10
* | Fix problem with images referenced within svg files. (bug#19373)Ulf Jasper2014-12-172-5/+32
* | * lread.c (init_obarray): Declare Qt as special.Paul Eggert2014-12-162-2/+8
* | * src/: Various fixes to use bool type and constants.Stefan Monnier2014-12-1512-79/+88
* | Correct same_at_end when restoring window pointsPaul Eggert2014-12-152-4/+17
* | New feature optionally to accelerate auto-repeated scrolling.Alan Mackenzie2014-12-144-1/+35
* | Load system's default trusted Certificate Authorities if available.Eli Zaretskii2014-12-142-0/+34
* | Spelling fixesPaul Eggert2014-12-131-9/+9
* | Place ChangeLog entries in the correct filesGlenn Morris2014-12-131-0/+5
* | Fix dates in ChangeLog entries merged from emacs-24.Eli Zaretskii2014-12-131-3/+3
* | Spelling fixesPaul Eggert2014-12-121-1/+1
* | Replace union hack with C11-style max_align_tPaul Eggert2014-12-121-2/+1
* | Merge from origin/emacs-24Ted Zlatanov2014-12-125-38/+73
* | Fixes: debbugs:19161Stefan Monnier2014-12-113-47/+112
* | Never pass an invalid X connection descriptor to an input reading loopDmitry Antipov2014-12-112-10/+21
* | Fix out-of-memory condition in display of long bracketed lines (bug#19322)Eli Zaretskii2014-12-102-31/+190
* | Fix glitches in gnutls.c, mostly memory-relatedPaul Eggert2014-12-092-73/+80
* | Fix misspellings like "an unibyte buffer"Paul Eggert2014-12-093-4/+4
* | gnutls.c (gnutls_protocol_get_name): Fix a copy/paste typo.Andy Moreton2014-12-092-1/+5
* | Make gnutls-peer-status return even more dataLars Magne Ingebrigtsen2014-12-082-7/+66
* | (Fgnutls_error_fatalp): Doc fix (bug#18210)Lars Magne Ingebrigtsen2014-12-082-2/+3