summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
bug#38796-lossage-limitUse only one function to retrieve/set lossage sizeTino Calancha4 years
cairoFixes to compile cairo branch without cairo.Jan D9 years
comment-cacheMerge branch 'master' into comment-cacheAlan Mackenzie7 years
concurrency; * src/systhread.c [WINDOWSNT]: Fix typos in comments.Eli Zaretskii9 years
concurrency-libtaskAdd missing taskexit()Philipp Stephani8 years
dima_regex_embedded_modifiersregex: added tests for the case-fold embedded modifiersDima Kogan8 years
dynamic-modulesconfigure.ac: dynamic modules off by default.Aurélien Aptel9 years
dynamic-modules-rc2Add external modulesAurélien Aptel9 years
elparized-coreSlim configure.ac, blitz rsyncPhillip Lord6 years
emacs-23* doc/misc/eshell.texi: Fill most of the missing sections.Aidan Gauland11 years
emacs-24Fix hang with large yanksPaul Eggert9 years
emacs-25Port alternate signal stack to upcoming glibc 2.34Paul Eggert22 months
emacs-25-mergeMerge emacs-25 into master (using imerge)John Wiegley8 years
emacs-26Port alternate signal stack to upcoming glibc 2.34Paul Eggert22 months
emacs-27Port alternate signal stack to upcoming glibc 2.34Paul Eggert22 months
emacs-28Adapt Tramp versions. Do not mergeMichael Albinus14 months
emacs-29Fix M-x completion-predicate under python-ts-modeBasil L. Contovounesios12 months
extend_face_idFixed extend face filtered for prop.Jimmy Aguilar Mena5 years
feature/androidMerge remote-tracking branch 'origin/master' into feature/androidPo Lu12 months
feature/aptel/dynamic-modules-rc3add new Lisp_Module type (misc subtype)Aurélien Aptel9 years
feature/asan-gc-poisoningAvoid build failure when building without -fsanitize=address.Vibhav Pant17 months
feature/async-dnsadd_to_log expects Lisp parametersLars Ingebrigtsen8 years
feature/auth-source-passauth-source-pass: Add documentation; fix tests and indentation.Damien Cassou7 years
feature/bignumFix bignum creation when EMACS_INT is wider than longTom Tromey6 years
feature/breadcrumb-modeBreadcrumb: first stab, very slowJoão Távora13 months
feature/browse-url-handlersAdd browse-url-default-handlers.Tassilo Horn4 years
feature/bug#38796-lossage-limitAllow disable the record of keystrokes (lossage)Tino Calancha4 years
feature/bug-reference-setupbug-reference-setupTassilo Horn4 years
feature/byte-switchMerge branch 'master' into feature/byte-switchVibhav Pant7 years
feature/byte-tail-recursionOptimize tail recursive calls while byte compiling.Vibhav Pant7 years
feature/byte-unwind-protectAdd new bytecodes for unwind-protectTom Tromey6 years
feature/comp-use-ctorssrc/comp.c: Use constructor expressions when possible.Vibhav Pant19 months
feature/completions-highlight-modificationsTry another approach even simpler.Jimmy Aguilar Mena3 years
feature/context-menuUse map-keymap in context-menu-global, context-menu-local, context-menu-minorJuri Linkov3 years
feature/core-elpa-by-copyFix dependency between packages and ELPA checkoutPhillip Lord5 years
feature/deps-downloadRemove architecture dependent source downloadsPhillip Lord6 years
feature/dll-only-windowsUpdate dependency capturePhillip Lord3 years
feature/documentation-for-auto-undo; Fix Cross-Reference.Phillip Lord8 years
feature/eglot-texi-manualRevert "eglot.texi: Make example more realistic"João Távora18 months
feature/eglot2emacs; * doc/misc/eglot.texi: Undo recent "fixes" to the Eglot manual.Eli Zaretskii18 months
feature/etags-updateAnother -u fixTom Tromey6 years
feature/etags_update_v2Only update when file is newer than TAGS and .etagsDmitry Gutov3 years
feature/extend_face_idFix issue calling face_at_pos.Jimmy Aguilar Mena5 years
feature/external-completionUse new external-completion.el in EglotJoão Távora17 months
feature/gnus-selectFix constant folding of overflowsPaul Eggert5 years
feature/gnus-select2Allow gnus backends to return a list of headersAndrew G Cohen5 years
feature/icomplete-verticalicomplete-vertical simplest approachJimmy Aguilar Mena4 years
feature/inhibit-native-comp-cleanup* Generate trampolines in a temporary directory if no other option is viableAndrea Corallo15 months
feature/integrated-elpaUpdated readme with thoughts of package.elPhillip Lord8 years
feature/integration-of-dictionary-el* lisp/net/dictionary.el (dictionary-pre-buffer): Unify casingTorsten Hilbrich3 years
feature/internal-msysEnable automatic co-install of msysPhillip Lord3 years
feature/jit-improved-type-punningAdd comment explaining gcc_jit_context_new_bitcast usage.Vibhav Pant19 months
feature/jsxPermit non-ASCII identifiers in JSJackson Ray Hamilton5 years
feature/libjitMinor type and signature fixes in jit.cEli Zaretskii6 years
feature/manual-ldefs-rebasedFurther changes to squashPhillip Lord7 years
feature/mhtml-modeenable mhtml-mode by defaultTom Tromey7 years
feature/more-fdsAllow the use of poll instead of selectRobert Pluim2 years
feature/native-compImprove detection of pdumper file and *.eln filesEli Zaretskii3 years
feature/native-comp-macos-fixesMerge branch 'feature/native-comp' into feature/native-comp-macos-fixesVibhav Pant4 years
feature/new-tutorialAdd imagesPhillip Lord7 years
feature/noverlayRemove redundant checks for the empty overlay treeAndreas Politz7 years
feature/package+vc* lisp/emacs-lisp/package-vc.el: Expand commentaryPhilip Kaludercic18 months
feature/parsable-ert-outputAdd source information to ERT batch mode.Phillip Lord8 years
feature/pgtkDisable building the feature/pgtk branchPo Lu2 years
feature/project-switching; * doc/emacs/maintaining.texi: Fix typo.Simen Heggestøyl4 years
feature/rcirc-updateFix interactive forms for rcirc-define-commandPhilip Kaludercic3 years
feature/shorthand-namespacingAdd mechanism for escaping shorthand substitutionJoão Távora3 years
feature/simple-16-themeAdd simple theme with 16 colors only.Jimmy Aguilar Mena4 years
feature/smaller-windowsMore path fixesPhillip Lord5 years
feature/soc-bytecode-in-tracebackOnly print offset for byte-code functionsZach Shaftel4 years
feature/soc-bytecode-in-traceback-reducedClean up before patch submissionZach Shaftel4 years
feature/standard-test-locationUpdate elisp-mode-tests for changed file location.Phillip Lord8 years
feature/stdout-stderr-streamSupport standard input, output and error streamsPhillip Lord7 years
feature/tab-bar-events; Remove NEWS about tab bar mouse commands to avoid merge conflictsJuri Linkov3 years
feature/tabsRemove unused code and reformat to 70 columns.Juri Linkov5 years
feature/temacs-for-bootstrapBuilding ldefs-boot with temacsPhillip Lord7 years
feature/tests-depend-on-sourceUpdate file headers for name change.Phillip Lord8 years
feature/tramp-thread-safe; Whitespace cleanupMichael Albinus14 months
feature/tree-sitterSeparate tree-sitter and non-tree-sitter variant of sh-modeYuan Fu17 months
feature/uniquify-as-functionDocument use of uniquify-buffer-name-style as a function.Jimmy Aguilar Mena4 years
feature/use-package* etc/USE-PACKAGE-NEWS: Delete file.Stefan Kangas17 months
feature/windows-with-utilsAdd diffutils as dependencyPhillip Lord4 years
feature/zach-soc-bytecode-in-tracebackStore the bytecode offset in thread_stateZach Shaftel4 years
feature/zach-soc-funcall-from-bytecodeDon't call Ffuncall directly from exec_byte_codeZach Shaftel4 years
features/erc-message-tagsAdd support for IRCv3 message tags.Vibhav Pant7 years
fido-mode-fixicomplete-fido-exit: New command for the M-j bindingDmitry Gutov4 years
fill_column_indicator;Corrected display-fill-column-indicator mode.Jimmy Aguilar Mena5 years
fix-bug-21072Fix Bug#21072 and rework `mark-defun'Marcin Borkowski7 years
fix-info-dupsFix duplicates when completing Info filesOleh Krehel9 years
fix/bootstrap-build-minimizeAdd two autoloads to manualPhillip Lord7 years
fix/bootstrap-build-minimize-squashAdd error handling to magic-mode-alistPhillip Lord7 years
fix/bug-2034Restore antlr-mode's intended mode-name constructPhil Sainty6 years
fix/bug-20871Add simple tests for the `fill-polish-nobreak-p' functionMarcin Borkowski6 years
fix/bug-21072Modify `beginning-of-defun-comments'Noam Postavsky7 years
fix/bug-31311-pcase-doctouch up ‘Pattern-Matching Conditional’ intro paraThien-Thi Nguyen6 years
fix/bug-31311-pcase-doc-squashMention pcase as a fifth conditional formThien-Thi Nguyen6 years
fix/bug-31355Fix remote-host directory tracking for shells in `term' buffersPhil Sainty6 years
fix/bug-34657-erc-hookserc: Rename abnormal hooks to use "-functions" suffix (bug 34657)Phil Sainty5 years
fix/bug-35351fixup! Add :before-hook keyword to define-derived-modePhil Sainty5 years
fix/bug-39491* lisp/battery.el (battery-upower): Produce an empty string if level is nilNicolas Richard4 years
fix/bug-60974Don't modify interactive closures destructively (Bug#60974).Vibhav Pant14 months
fix/eieio-persistentImprove warning and error messagesEric Abrahamsen6 years
fix/ert-multiline-explanationMake ERT results print without newline escaping.Phillip Lord9 years
fix/great-revert-billRemove ldefs-boot files left after reversion.Phillip Lord7 years
fix/htmlfontify-21990Cope with multiple overlapping faces.Phillip Lord8 years
fix/inherit_extend_faceOptimize conditional recursive merge face.Jimmy Aguilar Mena5 years
fix/no-undo-boundary-on-secondary-buffer-changeFinal commit before squash.Phillip Lord8 years
fix/not-defined-at-runtimeByte compiler: fix spurious warnings "might not be defined at runtime".Alan Mackenzie8 years
fix/segfault-from-run-undoable-changeMove to idle timer.Phillip Lord8 years
fix/segfault-undoable-change-prepare-for-bufferrun_undoable_changes now called from insdel.Phillip Lord8 years
fix/subsequence-error-with-negative-sequencesImprove error signalling for seq-subseq.Phillip Lord9 years
fix/subst-char-in-regionsubst-char-in-region signals consistent changes.Phillip Lord9 years
fix/undo-point-in-wrong-placeAdd comments.Phillip Lord8 years
fix/viper-undoUPdate manualPhillip Lord8 years
fix/viper-undo-squashFix viper undo breakage from undo-boundary changesPhillip Lord8 years
girzel/gnus-headersFixes to gnus-agent-retrieve-headersEric Abrahamsen3 years
gtk-tabsTab keys are symbols.Jan D14 years
harfbuzzUpdate dependenciesPhillip Lord5 years
heads/emacs-25.3; Add release notice to ChangeLog.2Nicolas Petton7 years
mapFaster implementation of map-empty-pNicolas Petton9 years
masaterDon’t create unnecessary marker in ‘delete-trailing-whitespace’Michal Nazarewicz8 years
master; * lisp/erc/erc.el (erc-accidental-paste-threshold-seconds): Doc fix.F. Jason Park12 months
mh-eMerge from trunk; up to r116541.Bill Wohler10 years
netsecTweak the warning display to be less like a TLS decoding pageLars Ingebrigtsen5 years
nick.lloyd-bytecode-jitMerge branch 'master' into nick.lloyd-bytecode-jitNickolas Lloyd7 years
nsmgnutls.c windows fixupsLars Magne Ingebrigtsen9 years
old-branches/EMACS_21_1_RCShow a patch for Mule-UCS to make it byte-compiledKenichi Handa19 years
old-branches/EMACS_22_BASEFix last change.Stefan Monnier16 years
old-branches/EMACS_23_1_RC(gdb-jsonify-buffer): Catch log stream output.Nick Roberts15 years
old-branches/NewVC-filesetVersion sent by ESR on Tue, 10 Jul 2007 19:17:41.Stefan Monnier17 years
old-branches/branch-5_8Merge from Gnus trunk.Dave Love24 years
old-branches/cairoFixes to compile cairo branch without cairo.Jan D9 years
old-branches/cedet-branch* cedet/ede/system.el (ede-upload-html-documentation)Chong Yidong15 years
old-branches/concurrency; * src/systhread.c [WINDOWSNT]: Fix typos in comments.Eli Zaretskii9 years
old-branches/dynamic-modules-rc2Add external modulesAurélien Aptel9 years
old-branches/elpa * packages/vlf/vlf.el:: Version 0.9.1.Andrey Kotlarski11 years
old-branches/emacs-unicode*** empty log message ***Kenichi Handa21 years
old-branches/emacs-unicode-2Add a big "this branch is obsolete" error message to configureMiles Bader16 years
old-branches/font-backend*** empty log message ***Kenichi Handa16 years
old-branches/gerd_defvaralias*** empty log message ***Gerd Moellmann23 years
old-branches/gnus-5_10-branchRevision: miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-2Miles Bader20 years
old-branches/imagemagickInclude a test for required Im version. The exact version isnt known yet so I...Joakim Verona13 years
old-branches/lexbindMerge from emacs--devo--0Miles Bader14 years
old-branches/lexbind-newMiscellanous cleanups in preparation for the merge.Stefan Monnier13 years
old-branches/multi-ttyAdd a big "this branch is obsolete" error message to configure.inMiles Bader16 years
old-branches/pendingStart laying out a plan for Emacs-24Stefan Monnier14 years
old-branches/profiler* lisp/profiler.el (profiler-start): Don't prompt for choice when thereStefan Monnier12 years
old-branches/pythonlisp/progmodes/python.el: Updated Copyright years.Fabián Ezequiel Gallina12 years
old-branches/rmail-mbox-branch(rmail-header-add-header): Use delete-region instead of kill-region.Henrik Enberg17 years
old-branches/unicode-xft*** empty log message ***Jan Djärv16 years
old-branches/window-pubMerge from trunkMartin Rudalics13 years
origin/feature/dired-wildcard-in-dir-bug#27631Dired: Handle posix wildcards in directory partTino Calancha7 years
other-branches/Boehm-GC*** empty log message ***Dave Love21 years
other-branches/Boehm-versionsgc6.2alpha6Dave Love21 years
other-branches/DAVELOVE''Stefan Monnier17 years
other-branches/FLYSPELL''Stefan Monnier19 years
other-branches/ILYA''Stefan Monnier17 years
other-branches/URLImport from the main trunk of the URL repository.Stefan Monnier20 years
other-branches/VENDORVersion 3.6Stefan Monnier21 years
other-branches/XFT_JHD_BRANCHMerge cleanupJan Djärv18 years
other-branches/custom_themes(custom-theme-create): Simplify slightly.Dave Love23 years
other-branches/fx-branch(cp1125): New.Dave Love22 years
other-branches/gerd_0001*** empty log message ***Gerd Moellmann24 years
other-branches/gerd_big*** empty log message ***Gerd Moellmann23 years
other-branches/gerd_dbe*** empty log message ***Gerd Moellmann23 years
other-branches/gerd_int(custom-comment-show): Remove debug code.Gerd Moellmann23 years
other-branches/glibc-2_0_xupdate from main archive 970417Ulrich Drepper27 years
other-branches/master-UNNAMED-BRANCHNow supports both RFC 934 and RFC 1153.Francesco Potortì21 years
other-branches/miles-orphaned-changesAdd PentiumII (i786). Add '7' to all i[3456] entries.Richard Kenner26 years
other-branches/old-bidi*** empty log message ***Eli Zaretskii18 years
other-branches/old-concurrencymake the minibuffer mutex recursive.Giuseppe Scrivano13 years
other-branches/patches_21_0(lisp, shortlisp): Replace bindings.el withEli Zaretskii23 years
other-branches/test2.Stefan Monnier17 years
other-branches/thomas-posix1996Add hppa1.1-hitachi-hiuxmpp support, passed along by rms.David J. MacKenzie27 years
other-branches/ttn-vms-21-2-stash(vms-magic-right-square-brace, vms-magic-colon): New funcs.Thien-Thi Nguyen19 years
other-branches/ttn-vms-21-3-stash*** empty log message ***Thien-Thi Nguyen19 years
pdumperCheck for single-threadednessDaniel Colascione5 years
pendingMerge from trunkStefan Monnier12 years
project-nextMake sure that the ignore file existsDmitry Gutov8 years
remove-prog-indentation-contextRemove prog-indentation-contextDmitry Gutov8 years
scratch/X_Typedefsfixup! Introduce Emacs_Cursor typedefAlexander Gramiak5 years
scratch/a-modest-completion-redesign-proposalFix bug when completing file namesJoão Távora4 years
scratch/accurate-warning-posEnhance struct Lisp_Subr to hold the alternative "BC_" function.Alan Mackenzie5 years
scratch/add-jsonrpcAdd lisp/jsonrpc.elJoão Távora6 years
scratch/add-lisp-data-modeAdd semicolon to prop-line with lisp-data mode (bug#40573).Juri Linkov4 years
scratch/albinusAdd lisp/net/tramp-sh.el to .gitlab-ci.ymlMichael Albinus5 years
scratch/allocChangeLogPo Lu13 months
scratch/allow-custom-load-paths-in-elisp-flymakeAllow custom load paths in elisp's byte-compilation FlymakeJoão Távora5 years
scratch/allow-custom-null-and-false-objects-in-jsoncMerge branch 'master' into this scratch branchJoão Távora6 years
scratch/annotation-function-improvementsOverhaul annotation-function to match affixation-functionJoão Távora3 years
scratch/api.elMake rest-with-response-buffer more broadly usefulArtur Malabarba8 years
scratch/backend-completionexternal-completion.el: Minor changesStefan Monnier17 months
scratch/backports-25.2Don't require isearch-update before isearch-doneNoam Postavsky8 years
scratch/backports-25.2-strictDon't require isearch-update before isearch-doneNoam Postavsky8 years
scratch/backtrace-modeAdd new command to expand all "..."s in a backtrace frameGemini Lasswell6 years
scratch/benchmarksAdd a selector function as a way to avoid running all the tasksGemini Lasswell5 years
scratch/bug#48029Remove uneffective testAndrea Corallo22 months
scratch/bug-42149-funny-pcm-completion-scoresFix "first-differente" face in completion-pcm--hilit-commonalityJoão Távora3 years
scratch/bug-44858Warn about overly long docstring in lambdaStefan Kangas3 years
scratch/bug-50244Re-organize and rewrite parts of the Flymake manualJoão Távora3 years
scratch/bug-50959-fixComplete shorthands to longhands for symbol-completing tablesJoão Távora3 years
scratch/build-testAnother commitPhillip Lord7 years
scratch/bulk-tracing* lisp/emacs-lisp/trace.el: Correct outdated documentationPhil Sainty21 months
scratch/calancha-revert-2c8a7e5Fix Bug#17544Tino Calancha7 years
scratch/check-declarecheck-declare.el (check-declare-files): Fix orderOleh Krehel9 years
scratch/commandRemove comment about commandLars Ingebrigtsen3 years
scratch/comp-static-datasrc/comp.c: Simplify alloc_class_check.Vibhav Pant14 months
scratch/completion-api* lisp/emacs-lisp/cl-generic.el: Fix bootstrap.Stefan Monnier4 years
scratch/correct-warning-posMerge branch 'master' into scratch/correct-warning-posAlan Mackenzie2 years
scratch/customize-quotesRemove inadvertent changes to syntax.texi in last commit.Alan Mackenzie7 years
scratch/dbusbind-type* doc/misc/dbus.texi (Type Conversion): Check for subfeature.Michael Albinus9 years
scratch/dbusbind-type-testsdbusbind: Check required args following :typeDaiki Ueno9 years
scratch/dir-local-wildcard* lisp/files.el (dir-locals-file): Allow wildcardsArtur Malabarba8 years
scratch/dynamic-modules-2Add loadable modules using Daniel Colascione's ideas.Stephen Leake9 years
scratch/eldoc-asyncImprove Eldoc docstringsJoão Távora4 years
scratch/eldoc-display-functionsRemove spurious display-buffer call in eldoc--echo-area-substringJoão Távora4 years
scratch/eldoc-eglot-reworkRework Eglot's progress indicatorsJoão Távora13 months
scratch/eldoc-xref-project-gnu-elpa-core-packagesTurn Eldoc, Xref and Project into GNU ELPA :core packagesJoão Távora4 years
scratch/electric-pair-cleanup-and-49518-bugfixImprove Python triple-quote pairing tests for electric-pair-modeJoão Távora3 years
scratch/erc-oldiesImport erc-bbdb.el, erc-chess.el, erc-nicklist.el, and erc-speak.elAmin Bandali4 years
scratch/etags-regenMerge branch 'master' into scratch/etags-regenDmitry Gutov22 months
scratch/eudc-bbdb-3EUDC: Remove inline requires of bbdb in BBDB backendThomas Fitzsimmons6 years
scratch/extend_face_id* etc/NEWS : Added comment about :extend face attribute in NEWS.Jimmy Aguilar Mena5 years
scratch/face-realizationRemove unused variable.Eli Zaretskii9 years
scratch/fcrMerge remote-tracking branch 'origin/scratch/oclosure' into fcrStefan Monnier2 years
scratch/fido-modeDocument fido-modeJoão Távora4 years
scratch/fix-33794-extend-electric-layout-modeAnother iteration for an improved electric-layout-modeJoão Távora5 years
scratch/fix-40529-tabulated-list-mode-bootstrappingFix tabulated-list-mode bootstrapping problemJoão Távora4 years
scratch/fix-info-dupsFix duplicates when completing Info filesOleh Krehel9 years
scratch/fix-snapshot-building1Phillip Lord6 years
scratch/flymake-augment-apiAugment Flymake API for third-party extensionsJoão Távora7 years
scratch/flymake-diagnostics-bufferAdd mode map to diagnostic buttonMark Oteiza7 years
scratch/flymake-fancy-end-of-lineFlymake: experimental fancy flymake-show-eol-overlays optionJoão Távora13 months
scratch/flymake-refactorIntegrate elisp checkers into elisp-mode.el directlyJoão Távora7 years
scratch/flymake-refactor-cleaner-for-emacs-26Start rewriting Flymake manualJoão Távora7 years
scratch/followRename `recenter-group' to `recenter-window-group'Alan Mackenzie8 years
scratch/font_lock_large_filesMerge branch 'master' into scratch/font_lock_large_filesDmitry Gutov21 months
scratch/fontify-open-stringInitial commit. Allow wanted fontification of open string in any mode.Alan Mackenzie6 years
scratch/gnus-cloudMinor gnus-cloud UI improvements.Ted Zlatanov8 years
scratch/gnus-decodedRemove all remaining uses of gnus-group-decoded-nameEric Abrahamsen5 years
scratch/gnus-docsAdd more comments and docstrings to Gnus source filesEric Abrahamsen7 years
scratch/gnus-hashtablesDon't use a hashtable in gnus-backlogEric Abrahamsen5 years
scratch/gnus-roadmapAdd TODO for server output parserEric Abrahamsen7 years
scratch/gnus-searchFix gnus-search-query-expand-keyEric Abrahamsen4 years
scratch/hard-narrowHard narrowingVitalie Spinu8 years
scratch/hidpiMove comments aroundLars Ingebrigtsen7 years
scratch/highlight-n-windowsCheck for mark-active t in `redisplay--update-region-highlights'Oleh Krehel9 years
scratch/icomplete-lazy-highlight-attempt-2Adjust comments and docstrings for completion-lazy-hilit featureJoão Távora3 years
scratch/icomplete-lazy-highlight-no-string-propshmmmJoão Távora3 years
scratch/icomplete-vertical-mode-gregory-and-joaoAdd new icomplete-vertical-modeGregory Heytings3 years
scratch/icomplete-vertical-mode-improvementsAdd annotation capability to icomplete-vertical-modeJoão Távora3 years
scratch/iconsMerge skicons.el with icons.elStefan Kangas20 months
scratch/inhibit-message3Document `inhibit-message' and fix the NEWS entryOleh Krehel9 years
scratch/install-package-from-directoryAdd comment regarding the `dir' desc-kindArtur Malabarba9 years
scratch/isearch-character-group-foldingChangelog, will be added to each commit before merging.Artur Malabarba9 years
scratch/isearch-show-toggles* test/automated/sort-tests.el: New fileArtur Malabarba9 years
scratch/iso8601Add some commentaryLars Ingebrigtsen5 years
scratch/jit-lock-antiblinkRework jit-lock-antiblink-grace after Stefan's commentsJoão Távora5 years
scratch/jit-lock-antiblink-cleaned-upAnother tweak to NEWSJoão Távora4 years
scratch/joaot/make-completion-at-point-functionUntested make-completion-at-point-function capf entrypointJoão Távora4 years
scratch/kqueueMerge branch 'scratch/kqueue' of git.sv.gnu.org:/srv/git/emacs into scratch/k...Michael Albinus8 years
scratch/large-fontsNS equivalents of xterm.c and w32term.c changesEli Zaretskii9 years
scratch/last-cedet-mergeCEDET: Fix "unknown slot [...]" warningsDavid Engster7 years
scratch/lexical-gnusDynbind `number` in `gnus-group-insert-group-line`Stefan Monnier3 years
scratch/lexical-gnus-rc* lisp/gnus: Use closures now that we activated `lexical-binding`Stefan Monnier3 years
scratch/lexspacesShallow setters by default are not a good ideaAndrea Corallo4 years
scratch/line-numbersExclude blank columns from value of line-number-display-widthEli Zaretskii7 years
scratch/list-threadsAdd tests for list-threads and the *Threads* bufferGemini Lasswell6 years
scratch/long-lines-cleanupAnother final fix to last changesGregory Heytings13 months
scratch/macos-process-args* src/sysdep.c (system_process_attributes): Support args attribute on macOSFilipp Gunbin3 years
scratch/memrepTweak symbol sizeLars Ingebrigtsen3 years
scratch/merge-cedet-testsFix ia-utest, add missing includes and add missing test resourcesEdward John Steere7 years
scratch/modern-modeAdd 'modern-mode' command line optionAndrea Corallo4 years
scratch/multi-level-test-makefileTesting complete on move script.Phillip Lord8 years
scratch/native-comp-clHave cl-declare set function speed propAndrea Corallo4 years
scratch/native-comp-eln-caches* test/src/comp-tests.el (comp-tests-bootstrap): Fix test for new eln setup.Andrea Corallo4 years
scratch/native-comp-gcc-driver-options* Init gcc_jit_context_add_driver_option as optionalAndrea Corallo4 years
scratch/native-comp-macos-43532Fix double regexp_quoteAndrea Corallo4 years
scratch/native-timers-blockedBlock atimers while loading native codeAndrea Corallo16 months
scratch/new-flex-completion-styleScore flex-style completions according to match tightnessJoão Távora5 years
scratch/new-flx-completion-styleAdd new 'flx' completion styleJoão Távora5 years
scratch/no-purespaceRemove purespace and ancillary codePip Cet22 months
scratch/no-purespace-oldRemove purespace from EmacsPip Cet3 years
scratch/nonspecial-handlers; Fix kill-process race condition in testNoam Postavsky6 years
scratch/noverlayitree.c: Get rid of the old iterator codeStefan Monnier18 months
scratch/np/backports-26.2Fix bug#30846, along with misc cleanups found along the wayStefan Monnier6 years
scratch/ns-drawingMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs into ns-drawingAlan Third6 years
scratch/ns-gitlab-ciThird time luckyAlan Third4 years
scratch/ns/draw-to-bitmapDraw to offscreen buffer on macOSAlan Third4 years
scratch/ns/emacs27-drawingFix "flickering" on NSAlan Third3 years
scratch/ns/nextRun NSApp loop in its own threadAlan Third4 years
scratch/ns/performanceChange pixel formatAlan Third3 years
scratch/ns/testingAllow resizing undecorated frames on macOS (bug#28512, bug#31795)Alan Third3 years
scratch/nsxwidgetUpdate NS XWidget support news.Alan Third5 years
scratch/octave-eldoc-fixesMake octave.el's cache a multiple-entry hash-tableJoão Távora5 years
scratch/org-mode-merge; Add files missing in ab351d442d7Rasmus7 years
scratch/org-sync* etc/NEWS: Announce Org update.Kyle Meyer3 years
scratch/organizing-package.elAdd blank lines after comment headersArtur Malabarba9 years
scratch/outlinelisp/outline.el: Improve docstrings.Oleh Krehel9 years
scratch/outline-nowhitespacelisp/outline.el: Improve docstrings.Oleh Krehel9 years
scratch/package-facesAdd customizable faces to the package menuArtur Malabarba9 years
scratch/package-fixemacs-lisp/package.el (package-install): Invert the second argument.Artur Malabarba9 years
scratch/package-securitySupport expiration of metadata by package archivesStefan Kangas3 years
scratch/package.el-async-refreshSimplify find-and-notify upgrades.Artur Malabarba9 years
scratch/pkgMerge remote-tracking branch 'origin/master' into scratch/pkgGerd Möllmann16 months
scratch/posix-spawnRevert "Revert "Use posix_spawn if possible.""Philipp Stephani3 years
scratch/posix-spawn-no-gnulibFix compilation on MS-WindowsEli Zaretskii3 years
scratch/projectExpect project-search-path impls not to include the whole project dirDmitry Gutov9 years
scratch/project-auto-tagsPrompt before automatic generation for the first timeDmitry Gutov6 years
scratch/project-directoriesTurn project-roots into project-directories; add categoriesDmitry Gutov8 years
scratch/project-directories-filtering-in-backendCombine project-directories and project-directory-categoriesDmitry Gutov8 years
scratch/project-directories-with-shallowAdd method project-directory-shallow-pDmitry Gutov8 years
scratch/project-files-pipe-grepRemove '-P 1', it's the default anywayDmitry Gutov5 years
scratch/project-switchingSome copy editsDmitry Gutov4 years
scratch/project-switching-xIntegrate project-switch-project with project-find-regexpDmitry Gutov4 years
scratch/project-uniquify-filesAdd new file completion tables, change project.el to allow using themStephen Leake5 years
scratch/prop-searchTry to make backwards search work and fail againLars Ingebrigtsen6 years
scratch/pure-overflow-warn* src/alloc.c (pure_alloc): Warn for pure space overflowAndrea Corallo21 months
scratch/pvsizePlease revew: PVSIZE, pseudovector size.Lars Brinkhoff7 years
scratch/python-eldoc-asyncHave Python mode cooperate asynchronously with EldocJoão Távora4 years
scratch/quote-escapingsubstitute-command-keys now marks escaped charsPaul Eggert9 years
scratch/raeburn-startup; Merge from branch 'master'Ken Raeburn7 years
scratch/raeburn/xrandrDon't use XRANDR 1.3 extensions if the server doesn't support them.Ken Raeburn8 years
scratch/recordBackward compatibility with pre-existing struct instances.Stefan Monnier7 years
scratch/remove-internal-fieldMark previous uses of INTERNAL_FIELD with a trailing underscoreOleh Krehel9 years
scratch/replace-region-contentsMerge branch 'master' into scratch/replace-region-contentsTassilo Horn5 years
scratch/resolve-cc-mode-and-e-p-mProperly solve incompatibility between e-p-m, e-l-m and cc-modeJoão Távora5 years
scratch/reworked-icomplete-in-buffer-modeAdjust the name of some functionsJoão Távora3 years
scratch/seccompAdd a helper binary to create a basic Secure Computing filter.Philipp Stephani3 years
scratch/seccomp-helper-binaryAdd a helper binary to create a basic Secure Computing filter.Philipp Stephani3 years
scratch/seccomp-no-gnulibAdd a helper binary to create a basic Secure Computing filter.Philipp Stephani3 years
scratch/seccomp-no-gnulib-2* src/emacs.c (load_seccomp): Retry on interrupts.Philipp Stephani3 years
scratch/shortdocAdd some more predicatesLars Ingebrigtsen4 years
scratch/shorthand-namespacingAdd a test for byte-compilationJoão Távora4 years
scratch/sigchld-fdDon't crash if no asynchronous process has been created yet.Philipp Stephani3 years
scratch/so-longWIP: Update tests to cover usage of `buffer-line-statistics'Phil Sainty3 years
scratch/so-long-updatesfixup! Support loading so-long.el on top of an earlier versionPhil Sainty4 years
scratch/some-more-icomplete-hacksAdd new icomplete-force-complete-and-exit-unless-directory commandJoão Távora5 years
scratch/substitute-command-keysPrefer Lisp version of describer in help--describe-vectorStefan Kangas4 years
scratch/support-plists-in-jsoncInstead of a json-serialize-use-plists global, use function argsJoão Távora6 years
scratch/support-plists-in-jsonc-autodetectAccept plists when serializing and parsing JSONJoão Távora6 years
scratch/timsort; Fix typoAndrew G Cohen2 years
scratch/touchChange events to match mac port eventsAlan Third7 years
scratch/tsdh-vc-list-filesMerge remote-tracking branch 'origin/master' into scratch/tsdh-vc-list-filesTassilo Horn5 years
scratch/tzz/auth-source-reveal-modeauth-source-reveal-mode: fixes from code reviewTed Zlatanov4 years
scratch/tzz/cicd.gitlab-ci.yml: add EMACS_EMBA_CI=1 in testTed Zlatanov5 years
scratch/tzz/dme/bug-40280-gnus-cloud-newestgnus-cloud: Improve cloud syncDavid Edmondson4 years
scratch/tzz/gitlab* .gitlab-ci.yml: Add setup for GitLab CI builds.Ted Zlatanov7 years
scratch/tzz/gnus-cloud-aeadWIP: gnus-cloud: add native AEAD encryptionTed Zlatanov6 years
scratch/tzz/import-plImport pl.el from https://github.com/jwiegley/emacs-plJohn Wiegley8 years
scratch/tzz/nettleWIP: GnuTLS: determine capabilities in autoconfTed Zlatanov7 years
scratch/tzz/prettify-text-modeCreate and document auth-source-reveal-modeTed Zlatanov4 years
scratch/update-modus-themesPull Modus themes version 1.2.3 from upstreamProtesilaos Stavrou3 years
scratch/widen-lessFix prog-first-column uses as variableDmitry Gutov6 years
scratch/widen-limitsImplement buffer-widen-limits functionalityVitalie Spinu8 years
scratch/windows-branch-build-2More 7Phillip Lord6 years
scratch/with-fetched-urlFix 302 redirectLars Ingebrigtsen6 years
scratch/with-suppressed-warningsAdd comment about internal mapping symbolLars Ingebrigtsen5 years
scratch/with-urlFix typo in last change.Lars Ingebrigtsen7 years
scratch/write-eglot-manual-for-advanced-server-configNew structure for Eglot manualJoão Távora14 months
scratch/x_emacsfixup! Add terminal hook defined_color_hookAlexander Gramiak5 years
scratch/xrefUse `quit-window' to restore configuration before xrefDmitry Gutov9 years
scratch/xref-nextHandle multiple matches on the same line; add highlightingDmitry Gutov8 years
seq-letNew macro seq-let, providing destructuring support to seq.elNicolas Petton9 years
shr-fontifiedshr indentation fixesLars Magne Ingebrigtsen9 years
stream* lisp/emacs-lisp/stream.el: require 'seqNicolas Petton9 years
test-concurrencyMerge with remote repTino Calancha7 years
trunklisp/gnus/mml2015.el (mml2015-display-key-image): Adjust :versionKatsumi Yamaoka9 years
wallet* lisp/progmodes/sql.el: Added password wallet usingMichael R. Mauger5 years
widen-lessWiden in indent-for-tab-command in the normal case, tooDmitry Gutov6 years
widen-limitsImplement buffer-widen-limits functionalityVitalie Spinu8 years
with-fetched-urlUpdate with-url branch and rename to with-fetched-urlLars Ingebrigtsen6 years
x-tabsSave and restore tab-local buffer-lists in frame-local buffer-lists.Juri Linkov14 years
xwidgetmerge masterJoakim Verona9 years
xwidget_mvpmerge masterJoakim Verona8 years