summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-01-08Remove unused DEFSYMStefan Kangas
2021-01-07Add a display-buffer window selection function that's more like XEmacsLars Ingebrigtsen
2021-01-05Prevent stack overflow in GNUstep menu codeAlan Third
2021-01-05Pretty-print keys without <> around modifiers (bug#45536)Mattias Engdegård
2021-01-04* lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier
2021-01-04* lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier
2021-01-04* lisp/subr.el (global-map): Initialize inside declaration.Stefan Monnier
2021-01-04Do not assume Xrender merely because CairoPaul Eggert
2021-01-04Fix broken build on AIX 7.2Paul Eggert
2021-01-04Merge from origin/emacs-27Glenn Morris
2021-01-04Fix build for --enable-checking=structsBasil L. Contovounesios
2021-01-04Fix off-by-one error in mode-line-compact codeAmin Bandali
2021-01-04* src/print.c (print_vectorlike): Use `HASH_TABLE_SIZE`Stefan Monnier
2021-01-04* src/xdisp.c (syms_of_xdisp): New var redisplay-skip-fontification-on-inputStefan Monnier
2021-01-03* src/buffer.c (Fset_buffer_multibyte): Remove dead codeStefan Monnier
2021-01-03Fix broken build on AIX 7.2Paul Eggert
2021-01-03Revert previous patch which was installed into wrong branch.Paul Eggert
2021-01-03Fix broken build on AIX 7.2Paul Eggert
2021-01-04Add a function to set monitor scale factor manuallyYuuki Harano
2021-01-03Fix child frame restacking on NS (bug#41422)Alan Third
2021-01-03Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-01-03Fix display-pixel-width/height to return physical pixel size.Yuuki Harano
2021-01-03Make display-mm-width/height consider multi-monitor.Yuuki Harano
2021-01-03Fix pgtk-display-monitor-attributes-list to return physical pixel sizes.Yuuki Harano
2021-01-02Fix crash when using menus and tramp on NSAlan Third
2021-01-02Fix NS toolbar image release crash (bug#43973)Alan Third
2021-01-02Fix backslash mistakes in doc strings in C codeMattias Engdegård
2021-01-02Avoid printing stacktraces when it probably wouldn't work anyway.Philipp Stephani
2021-01-02Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2021-01-01Fix GNUstep warningsAlan Third
2021-01-01Improve drawing performance on macOSAlan Third
2021-01-01Fix CCL_MOD typoPaul Eggert
2021-01-01Add overflow check for INPUT_EVENT_POS_MINPaul Eggert
2021-01-01Port to Solaris 10Paul Eggert
2021-01-01* src/comp.c (Fcomp__compile_ctxt_to_file): Fix hash table iteration.Andrea Corallo
2021-01-01Introduce 'unreachable' LIMPLE operatorAndrea Corallo
2021-01-01Fix crash in ns_mouse_position (bug#45541)Alan Third
2021-01-01Merge from origin/emacs-27Paul Eggert
2021-01-01Update copyright year to 2021Paul Eggert
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-31Improve documentation of 'network-lookup-address-info'Eli Zaretskii
2020-12-31Minor cleanup in doc.cStefan Kangas
2020-12-31Minor improvements to FD_SETSIZE overflow checks.Philipp Stephani
2020-12-31Manually limit file descriptors that we select on to FD_SETSIZE.Philipp Stephani
2020-12-30Consistently check for FD_SETSIZE overflow.Philipp Stephani
2020-12-30* src/nsterm.m (ns_select): Fix off-by-one error, and add assertionPhilipp Stephani
2020-12-30Fix Help menu on macOSAlan Third
2020-12-30Use standard key symbols in NS menu entriesMattias Engdegård
2020-12-30; * src/nsmenu.m: Undo unintentional changeMattias Engdegård
2020-12-30Plug NS memory leaks (bug#45502)Mattias Engdegård