| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Clean up and simplify image-type setup | Paul Eggert | 2019-05-17 | 4 | -366/+88 | |
| * | | | | | Tune reading of radix integers | Paul Eggert | 2019-05-15 | 1 | -74/+73 | |
| * | | | | | Merge from origin/emacs-26 | Glenn Morris | 2019-05-14 | 1 | -3/+4 | |
| |\ \ \ \ \ | |/ / / / | ||||||
| | * | | | | Fix description of (move-to-column <n> t) when column <n> is inside a tab | Alan Mackenzie | 2019-05-09 | 1 | -3/+4 | |
| * | | | | | Avoid artifacts in ftx and ftcr font backend drivers | YAMAMOTO Mitsuharu | 2019-05-14 | 2 | -7/+37 | |
| * | | | | | Fix broken build on m68k | Paul Eggert | 2019-05-13 | 1 | -52/+25 | |
| * | | | | | Convert Free_Pixmap macro into terminal hook | Alexander Gramiak | 2019-05-10 | 9 | -35/+51 | |
| * | | | | | Remove display member of glyph_string | Alexander Gramiak | 2019-05-10 | 4 | -74/+90 | |
| * | | | | | Port LIBRSVG_CHECK_VERSION fix to picky cpp | Paul Eggert | 2019-05-08 | 1 | -2/+6 | |
| * | | | | | Merge from origin/emacs-26 | Glenn Morris | 2019-05-08 | 1 | -1/+1 | |
| |\ \ \ \ \ | |/ / / / | ||||||
| | * | | | | ; * src/lisp.h (DEFSYM): Fix inaccurate comment. | Eli Zaretskii | 2019-05-06 | 1 | -1/+1 | |
| * | | | | | Fix compilation with old versions of librsvg | Eli Zaretskii | 2019-05-08 | 1 | -1/+2 | |
| * | | | | | Add an assertion to xdisp.c | Eli Zaretskii | 2019-05-08 | 1 | -0/+1 | |
| * | | | | | Pacify GCC 9.1 | Paul Eggert | 2019-05-07 | 2 | -6/+4 | |
| * | | | | | * src/marker.c (buf_bytepos_to_charpos): Re-add the CHAR_HEAD_P assertion | Stefan Monnier | 2019-05-07 | 4 | -31/+18 | |
| * | | | | | Clarify what constitutes an event (bug#35238) | Basil L. Contovounesios | 2019-05-07 | 1 | -1/+1 | |
| * | | | | | Fix 'load-average' on MS-Windows | Eli Zaretskii | 2019-05-07 | 1 | -0/+7 | |
| * | | | | | Make combine-after-change-calls work in the common case again | Stefan Monnier | 2019-05-06 | 1 | -1/+12 | |
| * | | | | | * lisp/custom.el: Avoid adding vars to load-history multiple times | Stefan Monnier | 2019-05-06 | 1 | -22/+28 | |
| * | | | | | Use simpler way to print function pointers | Paul Eggert | 2019-05-05 | 2 | -21/+28 | |
| * | | | | | Fixed fill-column-indicator face removing background. | Jimmy Aguilar Mena | 2019-05-05 | 1 | -5/+5 | |
| * | | | | | ;Corrected display-fill-column-indicator mode. | Jimmy Aguilar Mena | 2019-05-05 | 1 | -45/+48 | |
| * | | | | | *src/xdisp.c: Fixed fill column indicator position in terminal mode. | Jimmy Aguilar Mena | 2019-05-05 | 1 | -2/+2 | |
| * | | | | | display-fill-column-indicator interface corrections | Jimmy Aguilar Mena | 2019-05-05 | 1 | -26/+36 | |
| * | | | | | ;Small changes in the documentation | Jimmy Aguilar Mena | 2019-05-05 | 1 | -4/+3 | |
| * | | | | | Fixed fill-column-indicator for continuation lines | Jimmy Aguilar Mena | 2019-05-05 | 1 | -12/+15 | |
| * | | | | | Display-fill-column-indicator NEWS info. | Jimmy Aguilar Mena | 2019-05-05 | 1 | -17/+46 | |
| * | | | | | Start display-fill-column-indicator-mode. | Jimmy Aguilar Mena | 2019-05-05 | 1 | -9/+170 | |
| * | | | | | Avoid compiler warning in print.c | Eli Zaretskii | 2019-05-05 | 1 | -1/+1 | |
| * | | | | | Avoid crashes in read_integer | Eli Zaretskii | 2019-05-05 | 1 | -3/+2 | |
| * | | | | | Avoid suppressing -Wcast-function-type warning. | Philipp Stephani | 2019-05-05 | 2 | -6/+1 | |
| * | | | | | Refactoring: Factor out a function to set an mpz_t from a Lisp int. | Philipp Stephani | 2019-05-04 | 2 | -4/+13 | |
| * | | | | | Avoid undefined behavior when printing function pointers. | Philipp Stephani | 2019-05-04 | 1 | -11/+18 | |
| * | | | | | Fix bytecode optimization typo | Paul Eggert | 2019-05-04 | 1 | -1/+1 | |
| * | | | | | Minor fix in .gdbinit | Eli Zaretskii | 2019-05-04 | 1 | -2/+4 | |
| * | | | | | ; * src/minibuf.c (Fread_buffer): Doc fix. (Bug#35361) | Eli Zaretskii | 2019-05-04 | 1 | -1/+2 | |
| * | | | | | ; * src/xfaces.c (merge_face_ref): Improve commentary. | Eli Zaretskii | 2019-05-04 | 1 | -8/+10 | |
| * | | | | | Pacify librsvg 2.45.1 and later | Paul Eggert | 2019-05-03 | 1 | -3/+18 | |
| * | | | | | Simplify xd_signature to pacify GCC 9 | Paul Eggert | 2019-05-03 | 1 | -5/+3 | |
| * | | | | | Refactor update_window_begin and update_window_end hooks | Alexander Gramiak | 2019-05-02 | 6 | -243/+118 | |
| * | | | | | Fix decode-time/encode-time roundtrip on macOS | Paul Eggert | 2019-04-30 | 1 | -2/+3 | |
| * | | | | | Disable __attribute__ ((cold)) on MinGW | Paul Eggert | 2019-04-29 | 1 | -2/+4 | |
| * | | | | | Merge from origin/emacs-26 | Glenn Morris | 2019-04-29 | 2 | -2/+4 | |
| |\ \ \ \ \ | |/ / / / | ||||||
| | * | | | | * src/macfont.m (macfont_shape): Use convenient LGLYPH_NEW. | YAMAMOTO Mitsuharu | 2019-04-29 | 1 | -1/+1 | |
| | * | | | | Check if mouse_face_overlay was deleted (Bug#35273) | Noam Postavsky | 2019-04-28 | 1 | -1/+3 | |
| | * | | | | Use pkg-config to find lcms2 CFLAGS and LIBS (Bug#30346) | Noam Postavsky | 2019-04-21 | 1 | -3/+4 | |
| * | | | | | Replace ‘/* FALLTHROUGH! */’ with ‘break;’ | Paul Eggert | 2019-04-29 | 1 | -12/+11 | |
| * | | | | | Avoid compilation warnings in w32.c | Eli Zaretskii | 2019-04-29 | 1 | -2/+2 | |
| * | | | | | Update from GMP | Paul Eggert | 2019-04-28 | 2 | -227/+334 | |
| * | | | | | Export major version of latest Emacs supported by emacs-module.h. | Philipp Stephani | 2019-04-28 | 1 | -0/+2 | |