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

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

[nongnu] branch elpa/yaml-mode created (now 63b637f)


From: ELPA Syncer
Subject: [nongnu] branch elpa/yaml-mode created (now 63b637f)
Date: Sun, 29 Aug 2021 11:35:37 -0400 (EDT)

elpasync pushed a change to branch elpa/yaml-mode.

        at  63b637f   Merge pull request #88 from scop/feature/magic-mode-alist

This branch includes the following new commits:

       new  20d12a2   init
       new  6694896   change e-mail
       new  6555018   Merged branch(TEST-MARSHALL-PATCH@17) to trunk
       new  2c0359f   change VERSION
       new  0709258   Added dist to `Changes'
       new  45e52cb   merge TEST-JULIAN-PATCH
       new  c92bfe4   fixed for release 0.0.3
       new  e142e65   added newline
       new  4377ee5   Apply patch from k-nagano
       new  b738999   changed version
       new  bce5aa1   changed version and added Changes
       new  f297efe   YAML imenu outline integration
       new  4ce371e   Removed version from README.
       new  67348f3   dash (-) is a word character, see YAML spec 1.2 section 
5.6
       new  37469ca   Changed versions.
       new  1fa61ec   Fixed bug for tabified indent.
       new  44f73b6   Add autoload comments.
       new  c7624d4   added *.elc to .gitignore
       new  52d6d57   Merge pull request #3 from arthuraa/master
       new  18c9135   replace `last-command-char` to `last-command-event`
       new  b751113   Merge pull request #5 from sugyan/master
       new  522d464   added changes
       new  c2ac933   changed version
       new  f68472b   automatically enable yaml-mode for *.yaml files
       new  9d5a888   Merge pull request #6 from gvalkov/yaml-file-type
       new  cf171f4   `checkdoc' nits (including the `checkdoc-autoload' 
extension).
       new  e2befd8   Merge pull request #7 from SamB/master
       new  b15a8ff   fix anchor name can contain '_'
       new  1a779ba   Merge pull request #8 from holymonson/master
       new  059c255   Merge branch 'master' of github.com:yoshiki/yaml-mode
       new  5eae0c1   Changed version to 0.0.9
       new  9e07024   Changed version to 0.0.9
       new  6d40a1d   resolved conflict
       new  737c7fc   Remove default C-j binding
       new  5f92179   Merge pull request #15 from barrkel/master
       new  fb17c37   Bumping version to 0.0.10
       new  4c1127c   Improve paragraph filling of block literals
       new  bc66879   Use the syntax table for highlighting comments.
       new  d1b8be6   Merge pull request #23 from Wilfred/master
       new  210b075   Bumping version to 0.0.11
       new  34b6367   Use font-lock-flush when available
       new  67b8355   Merge pull request #21 from wentasah/fill-paragraph
       new  2941501   Merge pull request #29 from tarsius/font-lock-ensure
       new  11df403   Merge pull request #30 from rhoml/enable-eyaml
       new  a817e46   Bumping version to 0.0.12
       new  a87ab36   add RECRUITMENTS
       new  ef3546b   allow spaces before '-' in yaml-scalar-context-re
       new  97d507f   Derive from text-mode
       new  dcdcd81   Add myself as maintainer
       new  85d5c63   allow dash-newline to start a sequence
       new  93dd95c   remove regexp details from test-file
       new  eb46305   rename test-file
       new  d88c80a   allow spaces before dash-newline
       new  a96d09d   Description of behaviour updated.
       new  73951dd   added test files
       new  bdc47a4   added two more test files
       new  3362e1b   Merge pull request #33 from antalk2/antalk2-patch-1
       new  6ddd552   Merge pull request #34 from antalk2/again-p2
       new  4e69e6e   update address for FSF
       new  6590b19   add copy of GPLv2
       new  4966854   Merge pull request #36 from mmckinst/license
       new  4ae92a7   Define keymap and syntax table properly
       new  e9937d2   Backquote FTW
       new  75c8f36   Unhighlight foo#bar tokens
       new  3dc2212   Remove obsolete `font-lock-syntactic-keywords` use
       new  c757396   Remove unnecessary refontification
       new  1cff904   fix regex in adding yaml-mode to auto-mode-alist
       new  236832c   Merge branch 'liangfu-master'
       new  e73adce   Fix regex in autoload as well
       new  a4794ea   Mark non-negative integer values for indent safe
       new  8d1f218   Spelling fix
       new  c4fd940   Add *.raml to auto-mode-alist association
       new  c0d6da0   Merge pull request #42 from scop/spelling
       new  b03fba2   Merge pull request #43 from scop/raml
       new  0189ca0   Map both DEL and <backspace> to electric backspace
       new  93252a0   Change dashes from word to symbol syntax
       new  2ace378   Bumping version to 0.0.13
       new  5abb2f4   update yaml-mode-version
       new  f378589   Merge pull request #45 from dunn/master
       new  10dddc5   Fix typo in yaml-mode-version docstring
       new  1c3ade4   Merge pull request #46 from pkulev/fix-typo
       new  162f7e4   Treat alias nodes as punctuation
       new  64b2891   Merge pull request #47 from 
Wilfred/references_as_punctuation
       new  756e64b   Don't consider a line a document delimiter if it has 
leading whitespace
       new  28c3403   Merge pull request #54 from 
jfrederickson/whitespace-document-separator
       new  f991710   Support for apostrophe in words
       new  7f41037   Merge pull request #57 from Kaali/master
       new  e3b06b2   Support non-whitespace preceded apostrophe
       new  b83482e   Support double quote in implicit keys
       new  c7c2994   Support escaped quote in a single quoted string
       new  df66d7f   Merge pull request #59 from Kaali/master
       new  fc7bac0   Formatting fixes
       new  700dfda   Use block literal font-lock first
       new  3fc5a33   Mark block literals to unfontify quotes in them
       new  78b3ba5   fill while in a comment should behave as in text modes
       new  40067a1   Merge pull request #62 from ts4z/master
       new  ac21293   Fix indent after comment line
       new  5b4a0db   Bump version, summarize changes
       new  00c2428   Fix typo
       new  0aceaf3   Merge pull request #73 from tarsiiformes/typos
       new  2522b3c   Fix typos
       new  cecf4b1   Merge pull request #74 from DamienCassou/typos
       new  04ef268   Add test example with quotes in strings
       new  ad8685c   yaml-mode-syntax-propertize-function: Speed up in large 
strings
       new  8105718   Simplify the implementation; move a comment
       new  e9696eb   Fix a thinko
       new  e1aed40   Fix maintainer email
       new  05ae757   Don't fall through the first case
       new  97a58b3   Make sure not to pre-fill ppss cache with wrong entries
       new  9e8362d   Merge pull request #76 from dgutov/spf-speedup
       new  ed7ec2e   Don't freeze on unclosed strings
       new  41adb32   Merge pull request #77 from dgutov/single-quote-fixup
       new  add6156   yaml-mode-syntax-propertize-function: Clear ppss cache
       new  fea2fb0   Mention the bug report
       new  0b33131   Merge pull request #78 from dgutov/spf-correctness
       new  00ac9e5   Merge pull request #67 from HParker/fix-comment-indent
       new  34648f2   Add comment test file
       new  68fecb5   Exclude newline from `yaml-nested-map-re`
       new  04c30ea   Fix propertization for lists of dicts with literal block
       new  831ef3a   Merge pull request #81 from strutt/master
       new  fc5e1c5   Bump version, summarize changes
       new  3a57058   Pacify package-lint
       new  f49fb81   Add magic-mode-list entry
       new  63b637f   Merge pull request #88 from scop/feature/magic-mode-alist




reply via email to

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