summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | Add a display-buffer window selection function that's more like XEmacsLars Ingebrigtsen2021-01-07
* | Prevent stack overflow in GNUstep menu codeAlan Third2021-01-05
* | Pretty-print keys without <> around modifiers (bug#45536)Mattias Engdegård2021-01-05
* | * lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier2021-01-04
* | * lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier2021-01-04
* | * lisp/subr.el (global-map): Initialize inside declaration.Stefan Monnier2021-01-04
* | Do not assume Xrender merely because CairoPaul Eggert2021-01-04
* | Fix broken build on AIX 7.2Paul Eggert2021-01-04
* | Merge from origin/emacs-27Glenn Morris2021-01-04
|\|
| * Revert previous patch which was installed into wrong branch.Paul Eggert2021-01-03
| * Fix broken build on AIX 7.2Paul Eggert2021-01-03
| * Fix crash in ns_mouse_position (bug#45541)Alan Third2021-01-01
| * Update copyright year to 2021Paul Eggert2021-01-01
* | Fix build for --enable-checking=structsBasil L. Contovounesios2021-01-04
* | Fix off-by-one error in mode-line-compact codeAmin Bandali2021-01-04
* | * src/print.c (print_vectorlike): Use `HASH_TABLE_SIZE`Stefan Monnier2021-01-04
* | * src/xdisp.c (syms_of_xdisp): New var redisplay-skip-fontification-on-inputStefan Monnier2021-01-04
* | * src/buffer.c (Fset_buffer_multibyte): Remove dead codeStefan Monnier2021-01-03
* | Fix broken build on AIX 7.2Paul Eggert2021-01-03
* | Fix child frame restacking on NS (bug#41422)Alan Third2021-01-03
* | Fix crash when using menus and tramp on NSAlan Third2021-01-02
* | Fix NS toolbar image release crash (bug#43973)Alan Third2021-01-02
* | Fix backslash mistakes in doc strings in C codeMattias Engdegård2021-01-02
* | Avoid printing stacktraces when it probably wouldn't work anyway.Philipp Stephani2021-01-02
* | Fix GNUstep warningsAlan Third2021-01-01
* | Improve drawing performance on macOSAlan Third2021-01-01
* | Fix CCL_MOD typoPaul Eggert2021-01-01
* | Add overflow check for INPUT_EVENT_POS_MINPaul Eggert2021-01-01
* | Port to Solaris 10Paul Eggert2021-01-01
* | Merge from origin/emacs-27Paul Eggert2021-01-01
|\|
| * Improve documentation of 'network-lookup-address-info'Eli Zaretskii2020-12-31
* | Update copyright year to 2021Paul Eggert2021-01-01
* | Minor cleanup in doc.cStefan Kangas2020-12-31
* | Minor improvements to FD_SETSIZE overflow checks.Philipp Stephani2020-12-31
* | Manually limit file descriptors that we select on to FD_SETSIZE.Philipp Stephani2020-12-31
* | Consistently check for FD_SETSIZE overflow.Philipp Stephani2020-12-30
* | * src/nsterm.m (ns_select): Fix off-by-one error, and add assertionPhilipp Stephani2020-12-30
* | Fix Help menu on macOSAlan Third2020-12-30
* | Use standard key symbols in NS menu entriesMattias Engdegård2020-12-30
* | ; * src/nsmenu.m: Undo unintentional changeMattias Engdegård2020-12-30
* | Plug NS memory leaks (bug#45502)Mattias Engdegård2020-12-30
* | * src/dbusbind.c (XD_BASIC_DBUS_TYPE): Fix error in declaration.Michael Albinus2020-12-30
* | Minor cleanup in keymap.cStefan Kangas2020-12-30
* | Improve the `long' computation of `mode-line-compact'Lars Ingebrigtsen2020-12-30
* | Don't calculate macOS menu data for GNUstep (bug#45502)Alan Third2020-12-29
* | * src/Makefile.in (DO_CODESIGN): Fix architecture for Apple SiliconArtem Loenko2020-12-29
* | A better fix for process-tests on MS-WindowsEli Zaretskii2020-12-29
* | More readable keys in NS menu entries (bug#45502)Mattias Engdegård2020-12-29
* | Fix crash in NS menu codeAlan Third2020-12-29
* | * src/xdisp.c (display_mode_line): I guess FALSE should be false.Glenn Morris2020-12-28