emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] branch elpa/systemd created (now b6ae63a)


From: ELPA Syncer
Subject: [nongnu] branch elpa/systemd created (now b6ae63a)
Date: Sun, 29 Aug 2021 11:34:41 -0400 (EDT)

elpasync pushed a change to branch elpa/systemd.

        at  b6ae63a   add specifiers (leave obsoleted ones in for now)

This branch includes the following new commits:

       new  53b44ad   initial commit
       new  2e6309d   add systemd-mode.el
       new  37541b2   add facility for browsing documentation
       new  039bed6   add license
       new  e52a5da   find a default uri harder
       new  d58763e   minor cleanup
       new  feb6dad   add Makefile
       new  67703af   happy new year
       new  a22a097   use function-item in customize
       new  1689dd5   ._.
       new  f32ecf8   tag it
       new  c8d3472   add commentary
       new  3cb77a5   add a link
       new  d0a46fe   rename systemd-mode.el → systemd.el
       new  e385575   initial company support for directives
       new  6b0878e   add autoload for drop-ins with `systemctl edit`
       new  a46e81b   autoload for slice units
       new  c22a2ff   update Makefile
       new  55ff3e3   mention company-mode in commentary
       new  7ef42d5   adopt browse url function from lua-mode.el
       new  e7a2efb   mention `package-install-file` in README
       new  b60ccd5   point to commentary from README
       new  2a27186   format the list more programmatically
       new  5b68986   add C-c C-d for opening systemd.directives(7)
       new  ac11adf   add tunable for using either `man` or `woman`
       new  50c63c2   allow cycling completions in `systemd-doc-open`
       new  612c3de   double bump
       new  00a2520   add Package-Requires for emacs 24.3 (setq-local)
       new  ed00e3f   require 24.4 (with-eval-after-load)
       new  09bfb67   explicitly require cl-lib
       new  347c157   lexical binding
       new  7bdb35a   mention package archive in README
       new  eaaf16f   fix indentation
       new  cf435f4   convolute sexp
       new  2b70f83   these groups need not be nested
       new  077b294   no change in systemd 220
       new  ef24360   spaces unneeded in syntax table modifications
       new  8e6a8ce   remove backslash escapes from doc completions
       new  968ae5e   bump for bug fix
       new  f69d903   add missing network directives
       new  57dcf5a   for some reason, this directive is missing
       new  0c871fc   Use four different candidate lists:
       new  d03b70c   derive from conf-mode
       new  807c748   systemd 225
       new  d7a9c1d   fontify "-" and "@" prefixes
       new  6071c23   version 1.3
       new  175d45f   checkdoc
       new  6f2e31e   add a mode menu
       new  05dd16c   systemd 226
       new  602d9d3   reword some commentary
       new  1a7af12   no strings with single quotes either
       new  0f2f936   clarify parent mode hooks
       new  aa9f4f6   update commentary
       new  1513dd0   systemd 228
       new  a2ec338   use loop
       new  26de1dd   don't turn on company by default
       new  dbf7830   happy new year
       new  3eb9390   add lists of directives
       new  a86323e   v229
       new  070e15e   autoload temp files generated by sd's tempfn_random
       new  9fc0545   move systemd-font-lock-keywords
       new  bf39be2   assimilate systemd-company.el into systemd.el
       new  a434645   improvements to autoload regexen
       new  4121a9a   section names can be prefixed with X-
       new  cd22a2c   use a-zA-Z0-9
       new  f306614   dang spaces
       new  3580191   add autoload regex tests
       new  b004b37   autoload sorcery
       new  5cb70eb   change dropin filename restrictions
       new  6fd29c5   font lock keywords: comments and sections
       new  ff523bc   woops
       new  bd1b86e   woops!
       new  de5da7f   update Makefile
       new  921f8d0   nix systemd-use-company-p
       new  f74f3c8   add to buffer-local hooks
       new  63d64ad   generate directive lists from files
       new  378eb36   nix some quotes. use some rx
       new  fe443ac   use font-lock-defaults to disable syntax highlighting
       new  b03e616   bump
       new  a08af4c   systemd 230 directives
       new  2e1f739   update readme
       new  0e793b0   put the quotes back. faces are symbols
       new  a1633c2   systemd 231 directives
       new  16be183   don't indiscriminately use relative file name
       new  a73c16a   nix LOCAL argument for adding to company-backends
       new  7769000   bump to 0.4.1
       new  f0b29ad   systemd v232 directives
       new  bf7b281   nix unneeded arg
       new  0a4b6c4   shrug
       new  7874a10   future flycheck has a checker for units
       new  4c073b0   missed one
       new  fa1277d   add reminder
       new  b561c6b   happy new year
       new  bd94a2c   shim in support for nspawn settings files
       new  59ce8ad   simpler while test
       new  a2c60f4   happy belated new year
       new  4c1b2be   bump
       new  6884c8f   systemd 233?
       new  9693935   nix extra newline
       new  930e82e   font lock additional exec prefix
       new  28601d8   woops
       new  9cfd315   simplify
       new  2c71ec5   systemd 234.11
       new  7bb8f09   correct syntax?
       new  4c0ec1e   split font-lock-keywords into levels
       new  995ebbe   add conventional environment variable highlighting
       new  a4f4096   moar keywords
       new  3ff4f0f   anchor some matchers to follow "="
       new  b0c1d64   add multi-line comment highlighting
       new  5c9389d   move this matcher down with the other ones
       new  a3d3921   extend multi-line matching to sections and keys
       new  47ae79a   Use syntax-propertize and 
font-lock-extend-region-functions
       new  16ba942   rename tests directory
       new  839094d   use rx here
       new  23c0caf   extend anchored matches past the current line if \ broken
       new  70c7620   add -pkg file to clean target
       new  1e7567a   prepare v1.6
       new  22f024f   systemd 235
       new  228f0b9   happy new year
       new  e97f78e   Add %S, %C, %L specifiers
       new  21d50f2   Sort specifiers alphabetically
       new  401d71c   Add %E, %j, %J, %T, %V specifiers
       new  c6e06df   happy new year
       new  a9f82b1   add systemd-mode company backend buffer locally
       new  077aedd   systemd 244 directives
       new  9265ef8   update section lists
       new  51c148e   update urls
       new  ec8f6cf   happy new year
       new  20c9d97   happy new year
       new  0416fe4   drop some unneeded eval-when-compile
       new  b6ae63a   add specifiers (leave obsoleted ones in for now)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]