summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Port to QNXPaul Eggert2017-10-241-6/+9
* Tweak Fdocumentation's error for an undefined functionGlenn Morris2017-10-201-0/+2
* Make :align-to account for display-line-numbersEli Zaretskii2017-10-202-10/+64
* On Windows default a frame's border width to zero (Bug#28873)Martin Rudalics2017-10-191-2/+3
* Fix the MSDOS build.Eli Zaretskii2017-10-188-2/+32
* Fix line number display after 'widen'Eli Zaretskii2017-10-181-2/+4
* Remove resizable attribute on macOS undecorated frames (bug#28512)Alan Third2017-10-181-18/+4
* Improve format-time-string docPaul Eggert2017-10-171-5/+6
* Improve documentation of 'line-number-display-width'Eli Zaretskii2017-10-171-1/+2
* Work around ImageMagick bug 825Paul Eggert2017-10-161-5/+12
* Fix 'line-number-display-width' in hscrolled windowsEli Zaretskii2017-10-161-0/+5
* Fix regression in display of PPM imagesPaul Eggert2017-10-161-15/+25
* Avoid compilation warnings in optimized buildsEli Zaretskii2017-10-155-7/+7
* ; * src/composite.c (Fclear_composition_cache): Fix last change.Eli Zaretskii2017-10-151-1/+1
* Improve customization of arabic-shaper-ZWNJ-handling.K. Handa2017-10-151-0/+15
* Make sure thread stack is properly aligned on MS-WindowsEli Zaretskii2017-10-142-10/+12
* Do not under-align pseudovectorsPaul Eggert2017-10-141-3/+7
* gnutls_mac_get_nonce_size has been added in gnutls 3.3Andreas Schwab2017-10-131-8/+24
* Fix this-command-keys for "M-x foo" commandsEli Zaretskii2017-10-121-2/+13
* Let rename-file rename dirs across filesystemsPaul Eggert2017-10-121-2/+12
* Make frame-list-z-order on NS match Windows behaviour (bug#28788)Alan Third2017-10-111-9/+2
* Fix docstring style for 'functionp'Radon Rosborough2017-10-111-1/+1
* ; Typo fixes, mostly repeated wordsPaul Eggert2017-10-0916-16/+16
* ; * src/lread.c (syms_of_lread) <module-file-suffix>: Fix typoAlexander Gramiak2017-10-091-1/+1
* Fix PWD check on DOS_NTPaul Eggert2017-10-091-1/+1
* Fix unlikely overflows with wd lengthPaul Eggert2017-10-091-18/+39
* Avoid assertion violations when line numbers are displayedEli Zaretskii2017-10-091-0/+1
* Improve test for unreachable dirsPaul Eggert2017-10-071-13/+26
* * src/xsmfns.c (x_session_initialize): Fix memory leak.Paul Eggert2017-10-071-1/+3
* Fix crash when closing fullscreen frame on macOS (bug#28661)Alan Third2017-10-071-0/+3
* * src/gnutls.c (syms_of_gnutls): Remove duplicated call to DEFSYM.Piotr Trojanek2017-10-071-1/+0
* Fix glitches in displaying TTY menusEli Zaretskii2017-10-071-8/+14
* Fix bug in recent styled_format changePaul Eggert2017-10-061-3/+11
* * src/process.c (syms_of_process): Remove duplicated call to DEFSYM.Piotr Trojanek2017-10-061-1/+0
* Fix bug with unmounted directory on GNU/LinuxPaul Eggert2017-10-051-1/+12
* Fix search for ~/.Xdefaults-HOSTNAMEJohan Bockgård2017-10-041-2/+5
* Speed up (format "%s" STRING) and the likePaul Eggert2017-10-045-24/+16
* Avoid crashes on C-g when several threads wait for inputEli Zaretskii2017-10-044-31/+45
* Work around deprecation of gtk_style_context_get_background_colorPhilipp Stephani2017-10-031-5/+12
* Fix the --without-x buildEli Zaretskii2017-10-021-0/+2
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-0117-180/+180
* Merge from GnulibPaul Eggert2017-10-011-4/+4
* Make the value nil in text-quoting-style mean what it does in Emacs 25.Alan Mackenzie2017-10-011-20/+16
* Make text-quoting-style customizable. Introduce t and new meaning for nil.Alan Mackenzie2017-10-011-16/+20
* Improve handling of iconification of child frames (Bug#28611)Martin Rudalics2017-10-011-1/+41
* Improve documentation of 'copy-sequence'Eli Zaretskii2017-09-301-1/+3
* Add CAM02 JCh and CAM02-UCS J'a'b' conversionsMark Oteiza2017-09-301-34/+269
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-09-2942-42/+42
* Wait for frame visibility with timeout in w32term tooNoam Postavsky2017-09-291-11/+20
* Bring back the busy wait after x_make_frame_visible (Bug#25521)Noam Postavsky2017-09-291-6/+34