summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-01-31Ensure minibuffer input is added to history in read_minibufFederico Tedin
2020-01-28Merge branch 'scratch/ns/draw-to-bitmap'Alan Third
2020-01-28Merge from origin/emacs-27Glenn Morris
2020-01-27Revert the --with-install-srcdir patchPaul Eggert
2020-01-27; Spelling and URL fixesPaul Eggert
2020-01-26* src/mini-gmp.c: Fix comment typos.Paul Eggert
2020-01-26Update mini-gmpPaul Eggert
2020-01-26Correct regexp for flags in `format' doc stringMattias Engdegård
2020-01-26Propagate NSLocale into Emacs betterPaul Eggert
2020-01-24Install C source code for C-h f etc.Paul Eggert
2020-01-24Draw to offscreen buffer on macOSAlan Third
2020-01-24Revert "Make all NS drawing be done from drawRect"Alan Third
2020-01-24Revert "Ensure NS frame is redrawn correctly after scroll"Alan Third
2020-01-24Revert "Fix some NS drawing issues (bug#32932)"Alan Third
2020-01-24Merge from origin/emacs-27Glenn Morris
2020-01-24Merge from origin/emacs-27Glenn Morris
2020-01-24Remove EmacsOpenPanel and EmacsSavePanel (bug#38031)Alan Third
2020-01-23Simplify locale setupPaul Eggert
2020-01-22Fix crash when sending Gnus message (Bug#39207)Paul Eggert
2020-01-22Make call_process call signal_after_change. This fixes bug #38691.Alan Mackenzie
2020-01-22Fix a few typosEli Zaretskii
2020-01-22Merge from origin/emacs-27Glenn Morris
2020-01-22Merge from origin/emacs-27Glenn Morris
2020-01-21Avoid leaving artifacts when the system caret is used on w32Eli Zaretskii
2020-01-20Clear output data pointer on NSPip Cet
2020-01-20Unbreak the MS-Windows buildEli Zaretskii
2020-01-20Work better if stat etc. are interruptedPaul Eggert
2020-01-18Don’t assume sizeof (size_t) == 4 in allocatorsPaul Eggert
2020-01-18* src/fns.c (sxhash_obj): Fix crash on sub-char-tablesStefan Monnier
2020-01-18Make Faset nonrecursivePaul Eggert
2020-01-18Improve performance when a string's byte count changesPaul Eggert
2020-01-17Merge from origin/emacs-27Glenn Morris
2020-01-17; * src/lread.c (force_new_style_backquotes): Fix reference.Simen Heggestøyl
2020-01-15Remove unused ftx font backend driverStefan Kangas
2020-01-15Merge from origin/emacs-27Glenn Morris
2020-01-15Fix implicit declaration of getenv and atolAndreas Schwab
2020-01-15Fix build failure with --with-cairo --without-pngYAMAMOTO Mitsuharu
2020-01-13Handle tab-bar clicks on a GPM-capable console.Juri Linkov
2020-01-13* src/pdumper.c (dump_vectorlike): Unbreak build after 724af7671590cPhilipp Stephani
2020-01-13Use decode_string_utf_8 in emacs-module.c.Philipp Stephani
2020-01-12Split relocated data into two separate arraysAndrea Corallo
2020-01-11Merge from origin/emacs-27Glenn Morris
2020-01-11Move function reloc data into pure space during bootstrapAndrea Corallo
2020-01-09Use NSNumber instead of BOOL (bug#39047)Väinö Järvelä
2020-01-09Remove obsolete thread-alive-pMichael Albinus
2020-01-08Merge from origin/emacs-27Glenn Morris
2020-01-08Fix another compilation problem in a build without threadsEli Zaretskii
2020-01-08Merge from origin/emacs-27Glenn Morris
2020-01-08Fix build without threadsEli Zaretskii
2020-01-08Merge from origin/emacs-27Glenn Morris