aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix image crash on macOS (bug#49688)scratch/ns/refactorAlan Third2021-07-241-6/+2
* Convert fringe bitmaps to vectors on NS portAlan Third2021-07-243-113/+55
* Fix NS inset rectangle cornersAlan Third2021-07-241-24/+41
* Simplify NS sizing and positioning codeAlan Third2021-07-241-61/+38
* * src/nsterm.m (ns_set_frame_alpha): Enable alpha on GNUstep.Alan Third2021-07-241-3/+1
* Fix some macOS problemsAlan Third2021-07-242-13/+8
* Move parent frame setting code into EmacsWindowAlan Third2021-07-242-88/+99
* Move NS port toolbar handling to the windowAlan Third2021-07-243-62/+42
* Fix macOS live resize drawingAlan Third2021-07-241-16/+25
* Change NS port resize detectionAlan Third2021-07-241-67/+15
* Tidy up NS port OS window handlingAlan Third2021-07-243-190/+175
* Simplify macOS drawing codeAlan Third2021-07-243-327/+207
* Tweak Fdirectory_append for efficiencyLars Ingebrigtsen2021-07-241-1/+2
* Extend directory-append to take an arbitrary number of componentsLars Ingebrigtsen2021-07-244-44/+94
* ; Fix directory-append arglist in files.texi.Basil L. Contovounesios2021-07-241-1/+1
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMichael Albinus2021-07-241-1/+1
|\
| * Adjust tab-bar to the new mode-line-misc-info valueLars Ingebrigtsen2021-07-241-1/+1
* | Add Tramp support for yubikey (bug#49714)Michael Albinus2021-07-242-0/+25
|/
* Remove duplicated NEWS entriesLars Ingebrigtsen2021-07-241-19/+0
* Make 's' in *Help* work for Lisp-defined variables againLars Ingebrigtsen2021-07-241-1/+3
* Fix problem when moving files called ~ to the trashLars Ingebrigtsen2021-07-241-8/+8
* Add new function `directory-append'Lars Ingebrigtsen2021-07-245-40/+77
* Make the test for auto-mode-alist from .dir-local.el stricterLars Ingebrigtsen2021-07-246-6/+25
* ; * etc/NEWS: Fix wording of the 'fill-column' entry.Eli Zaretskii2021-07-231-3/+2
* ; * lisp/calendar/cal-french.el (calendar-french-trim-feast): Doc fix.Eli Zaretskii2021-07-231-2/+2
* ; * lisp/files.el (set-auto-mode--apply-alist): Doc fix.Eli Zaretskii2021-07-231-3/+4
* Improve recently added documentationEli Zaretskii2021-07-232-4/+5
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsMichael Albinus2021-07-235-31/+70
|\
| * Fix typo in set-auto-mode--apply-alistLars Ingebrigtsen2021-07-231-1/+1
| * Allow storing SMTP variables when queueing mailLars Ingebrigtsen2021-07-234-30/+69
* | Fix bug#49699Alex Bochannek2021-07-231-1/+3
|/
* Fix do-auto-fill thinko introduced earlier todayLars Ingebrigtsen2021-07-231-1/+1
* Add auto-mode-alist functionality to .dir-locals.elTom Tromey2021-07-237-68/+136
* Add more support for the French Revolutionary CalendarJean Forget2021-07-232-21/+284
* Off-by-one error in compilation rule end-column function (bug#49624)Mattias EngdegÄrd2021-07-232-5/+35
* Warn about arity errors in inlining calls (bug#12299)Mattias EngdegÄrd2021-07-234-11/+39
* Remove text props from callback args in erc-buttonF. Jason Park2021-07-231-1/+1
* declare-function doc string clarification about FILELars Ingebrigtsen2021-07-231-1/+2
* Make nil value of fill-column obsoleteStefan Kangas2021-07-233-2/+21
* Adjust time-tests.el to bug#30056Lars Ingebrigtsen2021-07-231-0/+1
* Move mode-line NEWS items to a common sectionLars Ingebrigtsen2021-07-231-0/+21
* 'global-mode-string' elements should have a space at the endLars Ingebrigtsen2021-07-235-8/+17
* Fix an rcirc merge problemLars Ingebrigtsen2021-07-231-16/+0
* MS-Windows followup to recent emacsclient changesEli Zaretskii2021-07-231-0/+1
* Redo emacsclient socket symlink-attack checkingPaul Eggert2021-07-235-80/+672
* Merge branch 'feature/rcirc-update'Philip Kaludercic2021-07-231-453/+997
|\
| * Add query command removed in 4ff1f66b12Philip Kaludercic2021-07-061-0/+11
| * Fix issues with argument parsing in rcirc-define-commandPhilip Kaludercic2021-07-061-2/+2
| * * rcirc.el (rcirc-define-command): Mention name of malformed commandPhilip Kaludercic2021-07-021-1/+1
| * Fix SASL joining channels after authAlex McGrath2021-06-291-1/+2