aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | * lisp/custom.el: Avoid adding vars to load-history multiple timesStefan Monnier2019-05-061-22/+28
* | | | | Use simpler way to print function pointersPaul Eggert2019-05-052-21/+28
* | | | | Fixed fill-column-indicator face removing background.Jimmy Aguilar Mena2019-05-051-5/+5
* | | | | ;Corrected display-fill-column-indicator mode.Jimmy Aguilar Mena2019-05-051-45/+48
* | | | | *src/xdisp.c: Fixed fill column indicator position in terminal mode.Jimmy Aguilar Mena2019-05-051-2/+2
* | | | | display-fill-column-indicator interface correctionsJimmy Aguilar Mena2019-05-051-26/+36
* | | | | ;Small changes in the documentationJimmy Aguilar Mena2019-05-051-4/+3
* | | | | Fixed fill-column-indicator for continuation linesJimmy Aguilar Mena2019-05-051-12/+15
* | | | | Display-fill-column-indicator NEWS info.Jimmy Aguilar Mena2019-05-051-17/+46
* | | | | Start display-fill-column-indicator-mode.Jimmy Aguilar Mena2019-05-051-9/+170
* | | | | Avoid compiler warning in print.cEli Zaretskii2019-05-051-1/+1
* | | | | Avoid crashes in read_integerEli Zaretskii2019-05-051-3/+2
* | | | | Avoid suppressing -Wcast-function-type warning.Philipp Stephani2019-05-052-6/+1
* | | | | Refactoring: Factor out a function to set an mpz_t from a Lisp int.Philipp Stephani2019-05-042-4/+13
* | | | | Avoid undefined behavior when printing function pointers.Philipp Stephani2019-05-041-11/+18
* | | | | Fix bytecode optimization typoPaul Eggert2019-05-041-1/+1
* | | | | Minor fix in .gdbinitEli Zaretskii2019-05-041-2/+4
* | | | | ; * src/minibuf.c (Fread_buffer): Doc fix. (Bug#35361)Eli Zaretskii2019-05-041-1/+2
* | | | | ; * src/xfaces.c (merge_face_ref): Improve commentary.Eli Zaretskii2019-05-041-8/+10
* | | | | Pacify librsvg 2.45.1 and laterPaul Eggert2019-05-031-3/+18
* | | | | Simplify xd_signature to pacify GCC 9Paul Eggert2019-05-031-5/+3
* | | | | Refactor update_window_begin and update_window_end hooksAlexander Gramiak2019-05-026-243/+118
* | | | | Fix decode-time/encode-time roundtrip on macOSPaul Eggert2019-04-301-2/+3
* | | | | Disable __attribute__ ((cold)) on MinGWPaul Eggert2019-04-291-2/+4
* | | | | Merge from origin/emacs-26Glenn Morris2019-04-292-2/+4
|\ \ \ \ \ | |/ / / /
| * | | | * src/macfont.m (macfont_shape): Use convenient LGLYPH_NEW.YAMAMOTO Mitsuharu2019-04-291-1/+1
| * | | | Check if mouse_face_overlay was deleted (Bug#35273)Noam Postavsky2019-04-281-1/+3
| * | | | Use pkg-config to find lcms2 CFLAGS and LIBS (Bug#30346)Noam Postavsky2019-04-211-3/+4
* | | | | Replace ‘/* FALLTHROUGH! */’ with ‘break;’Paul Eggert2019-04-291-12/+11
* | | | | Avoid compilation warnings in w32.cEli Zaretskii2019-04-291-2/+2
* | | | | Update from GMPPaul Eggert2019-04-282-227/+334
* | | | | Export major version of latest Emacs supported by emacs-module.h.Philipp Stephani2019-04-281-0/+2
* | | | | * src/emacs-module.c (funcall_module): Add a nontrivial assertionPhilipp Stephani2019-04-281-0/+5
* | | | | Fix names of functions in last commitEli Zaretskii2019-04-284-24/+30
* | | | | Refactoring: move UTF-8 decoding functions into coding.h.Philipp Stephani2019-04-284-64/+42
| |_|/ / |/| | |
* | | | Fix -nw sessions on MS-Windows broken by a recent commitEli Zaretskii2019-04-271-0/+2
* | | | Fix MS-Windows build broken by a recent commitEli Zaretskii2019-04-271-1/+1
* | | | Fix --with-x-toolkit=no build breakageYAMAMOTO Mitsuharu2019-04-272-3/+3
* | | | Update multicolor font support statusYAMAMOTO Mitsuharu2019-04-271-3/+3
* | | | * src/frame.c (x_get_resource_string): Fix typoAlexander Gramiak2019-04-261-1/+1
* | | | * src/xdisp.c: Only check FRAME_RIF for graphical framesAlexander Gramiak2019-04-261-3/+6
* | | | Rename x_highlight_frame property to highlight_frameAlexander Gramiak2019-04-267-50/+50
* | | | Check for existence of terminal hooks before useAlexander Gramiak2019-04-263-22/+33
* | | | Add terminal hook query_frame_background_colorAlexander Gramiak2019-04-265-19/+35
* | | | Add terminal hook defined_color_hookAlexander Gramiak2019-04-2612-67/+89
* | | | Rename generic x_* identifiersAlexander Gramiak2019-04-2632-1805/+2040
* | | | Add prefixes to some window system-dependent proceduresAlexander Gramiak2019-04-266-50/+53
* | | | Rename generic x_* procedures in xdisp.cAlexander Gramiak2019-04-2610-118/+117
* | | | Avoid assertion violations in calculating line-number widthEli Zaretskii2019-04-261-2/+5
* | | | Avoid compiler warning in dynlib.cEli Zaretskii2019-04-261-1/+2