monnier pushed a change to branch scratch/editorconfig-cc.

        at  3764c87538 Fix text (#342)

This branch includes the following new commits:

       new  38ac903256 Erase initial commit content
       new  68ad326706 Update EditorConfig url.
       new  d744546fc6 Add root=true to the top .editorconfig.
       new  c45e871a5d Add properties link.
       new  a8ca8c46f7 Update EditorConfig Core URL.
       new  10be4fd165 provide feature, use symbol prefix, add commentary,
       new  45afbe1bc9 Add a link to `editorconfig.el` in README
       new  8ee7d0b533 Set indent_size for lisp mode and ruby mode.
       new  ef90cfda83 Update package information.
       new  e69ebeeaa1 Reset the indentation rule.
       new  9fdbf9ffdd Set indent value for AucTeX
       new  5dfbeb541e Fix indentation problem in the source file.
       new  d7a7b6af8e Add JS and HTML indent settings.
       new  fbe97a0824 Wrong way to indent html. Fixes it.
       new  ac28a9fd1d Bump version number
       new  4e2bf3ddd6 Add the package manager installation way to README
       new  5bc887b015 Support web-mode.
       new  6bdcaf89df Add cmake-mode support.
       new  56722d34df Add sh-indentation to the list of indent variable.
       new  d776cdc5ee Support max_line_length.
       new  9d1d236431 Don't set max_line_length if not specified.
       new  92519a8c25 Don't set indent size if the given value makes no sense.
       new  480a6bba47 Fix some issues caused by the previous commit.
       new  6c18a40b51 Make edconf-exec-path a customizable variable.
       new  c36ed4aeb7 Version 0.4
       new  e7a0874591 Add hook mechanism.
       new  7a7e1544c9 Update a few links in the README
       new  871a69ab90 Add Hong Xu to contributor list.
       new  b45ec732a2 Relicense to GPLv3+
       new  d068ec0546 Use \' instead of $
       new  46eb2863da Add autoload cookie
       new  a4b8e55bf4 Make EditorConfig core function pluggable
       new  0a319fab78 Add global minor mode
       new  cf6786403a Change symbol prefix: edconf -> editorconfig
       new  ab74eab0bc Update README
       new  16bd394d1f Add aliases for obsolete variables and bump version
       new  4a509abae7 Rename editorconfig-find-file-hook to editorconfig-apply
       new  a6ab681950 Apply settings on major mode change
       new  0efb6ea02f Add 10sr to the contributor list
       new  d1ea0124c5 Do nothing when current buffer does not visit any file
       new  9e9c4f706a Update .editorconfig for Makefile and .gitmodules
       new  b08e13aefa Add files used to test core functions
       new  d7a42c819c Add editorconfig-core el files
       new  2dbb864922 Update Makefile to run all tests including core
       new  242cc0ccea Use core in elisp as a fallback
       new  b3b2aef092 Update README for core elisp
       new  ebd09d700f Fix all indentation according to editorconfig
       new  cd38bdaa64 Prepare v0.6
       new  e93f45738c Add license header to executable
       new  ff1b4c2f65 Fix editorconfig-core commentary text
       new  527ff0b210 Fix some warnings reported by flycheck
       new  903e483a70 Make `editorconfig-apply' an interactive command
       new  701a5c0673 Fix indent of editorconfig.el according to .editorconfig
       new  10e648d326 Add document about running tests
       new  d83aba5206 Bump version: 0.6.1
       new  32fb0d6b9c Use `require` instead of `load` in usage example
       new  549d06a982 Add MELPA badges
       new  1b32452724 Use hook type for custom-hooks defcustom
       new  75139b95da Use dedicated functions to manipulate hook
       new  4fd932bb7c Check package metadata using ert framework
       new  98838dbc62 Fix names of ert test cases
       new  2ddf470e7b Bump version: 0.6.2
       new  21ea6f23c2 Support charset property
       new  ca854b55ff Update README for charset support
       new  675ea40668 Bump version: 0.7.0
       new  aea1b70fa7 I forgot to update editorconfig-core-version const
       new  4c583b154b Remove find-file-hook
       new  ee5b70f1e2 editorocnfig-core: Throw error when parsing 
.editorconfig failed
       new  3bdd68d5af Add tcl-mode indentation support
       new  381cf75a95 Add ps-mode indentation support
       new  17f14d982a Add ess-mode indentation support
       new  0b31539954 Throw error when editorconfig executable was not found
       new  6bfbea985c Catch error thrown from get-properties-function and 
display it
       new  8b5d83be82 Bump version: 0.7.1
       new  b4911d662f Already 2016 :) Happy new year!
       new  649e645106 Bump version to 0.7.2
       new  b1643c7360 Add support for scss-mode
       new  98999896aa Add octave-mode and matlab-mode support
       new  e300cdf937 Bump version to v0.7.3
       new  044453e7ac Add editorconfig-conf-mode
       new  031ef9c1c1 Add one variable editorconfig-properties-hash
       new  c02d94298b Add editorocnfig-display-current-properties
       new  de2b791957 Add editorconfig-exclude-modes
       new  13f3c4951c Bump required editorconfi-core version
       new  144858388f Fix dependencies for one multifile package
       new  e452e1d45b Bump version to 0.7.4
       new  c93d216f39 Do not check metadata of files other than editorconfig.el
       new  1971ac1dce Refactor editorconfig-conf-mode
       new  86807effc2 Add make sandbox target
       new  9f8a35806d Derive editorconfig-conf-mode from conf-unix-mode
       new  d78fd7acd5 Create a syntax table for editorconfig-conf-mode.
       new  312f92419c No need to explicitly highlight the comments via 
font-lock in editorconfig-conf-mode
       new  372e7c3ead Only set fill-column if the given integer is positive.
       new  c09aa6e58a Add Customize section to README
       new  f263d8a45c Update instructions about core program
       new  7ab129a73b Add a comment for contributors
       new  9bd6af5f0e Add EditorConfig group definition
       new  630f158495 Fix english
       new  606251d77d Make indentation of sample codes more consistent
       new  1aa812505a Update editorconfig group docstring
       new  faa796ffc8 Use GFM style code block
       new  d5c50cb9d7 Update README: add information about customize-variable.
       new  0057f62085 Bump version to 0.7.5
       new  4f7a5b0c53 Use truename for editorconfig name
       new  977f54b251 Copy properties alists before using them
       new  87d78d5746 Add examples for core-handle members
       new  508e854392 Trivial commentary fix
       new  4615e1b66b Bump version to 0.7.6
       new  97c22ffe64 Remove link to Marmalade package repository
       new  1eabf1ce45 Add link to Melpa stable
       new  d6632cb80b Add a note about deprecating marmalade repository
       new  6cf680e9c7 Print line number and its content on parse error (#95)
       new  6f7137e593 Simplify definition of string-integer-p (#96)
       new  6405aa9692 Add editorconfig-conf-mode.el (#97)
       new  7f7591c353 Load editorconfig-core explicitly just becore use (#100)
       new  851c96f125 Update README.md
       new  e412454039 Load only editorconfig.el when using sandbox
       new  8cff7eda48 Avoid asking coding system when not specified (#102)
       new  34ad61d6f8 Bump version to 0.7.7
       new  a534c8ebcd Revert "Use truename for editorconfig name" (#106)
       new  84e1001b4e Modify defgroup tag
       new  b1d254fd14 Add a :lighter "EditorConfig" for editorconfig-mode.
       new  49421bc1a4 Add one space to editorconfig-mode lighter text
       new  e867da296c Reindent using Emacs-lisp style.
       new  bc99704785 Add editorconfig-exclude-prefixes (#108)
       new  ef4f52c512 Fix a doc string.
       new  849229726d Massive reformatting of docstrings.
       new  d7c6a8befd Reidentation for all *.el files.
       new  f2c8300dba Add Usami Kenta to the contributor list.
       new  7fb0f85010 Add php-mode to indentation-alist and add a short note
       new  8a2e9be119 Fix indentations of ert-tests/
       new  d02b7027ae Add plugin-tests submodule
       new  0d24b868d1 Add more plugin tests
       new  9de91946be By default always use Emacs Lisp Core when accessing 
remote files (#118)
       new  0b314fcbea Update README for some variables
       new  05f63eca50 Update year in copyright
       new  e109c02e6c Prepare v0.7.9
       new  c9b5e73d1d Add support for verilog-mode
       new  b70817d18d Catch error thrown from editorconfig-custom-hooks
       new  332df3265f Fix assignment to free variable warnings
       new  17ba04ab68 Update editorconfig-conf-mode lighter text
       new  25edbde066 Add support for feature mode. (#128)
       new  907a4afa7a Set `fill-column` directly
       new  1faf52f0ae Always do submodule update when test-ert
       new  5034a3ae16 Add function to open nearest .editorconfig file (#131)
       new  1e68e5e226 Prepare v0.7.10
       new  60b51f311d Add document about file_type_emacs property
       new  9b86ec3902 Add file_type_emacs support
       new  4e5526d1d9 Add file_type_emacs entry for .editorconfig
       new  302afbb3e3 Add file_type_emacs to editorocnfig-conf-mode keywords
       new  58e2e82ce3 Add apache-mode support (#135)
       new  c48f549c3a Fix typo
       new  b3a61f717d Change hook editorconfig is applied on (#143)
       new  490381ede2 Prepare v0.7.11
       new  95f61c0e73 Update core-test submodule
       new  a09b197c76 Add two test cases for fnmatch
       new  f0abc53ff0 Fix fnmatch for new cases
       new  53507a8f23 Add csharp-mode support (#154)
       new  ca7aeff4b3 Add variable to disable indent_size when conditions are 
met for lisp
       new  a38a4f2111 Add tests for lisp-indent-offset ignore
       new  f234940589 Add make info target
       new  2bf59e3439 Add generated info file
       new  aa57926fdf docs -> doc
       new  90fba8ee80 Add doc/.gitignore
       new  dbfe71c45c Fix Makefile
       new  efffe74bbf Remove doc/.gitignore
       new  5986c305c9 Remove .info and add .texi
       new  d8742edc38 Fix make doc command
       new  b5f1eab15e Update texi
       new  ecbc361c88 Add .gitignore again
       new  ccfd1910f4 Remove unused variable
       new  b33e5568ff Add test for various normal whitespace
       new  a18447efb5 Use whitespace class
       new  20c8ea8cc9 Update travis config file
       new  270193df31 Fix batch command for emacs26-pretest testing
       new  7b762043d6 Add commented allow_failure
       new  b9fb9e4484 Fix info top page (#165)
       new  0eb5e1d364 Bump version to 0.7.12
       new  ad79062996 Use emacs 26.1 instead of 26-pretest (#166)
       new  4b3784445a Add trim-trailing-ws tests
       new  706348108c Check editorconfig configs when read only state changes
       new  0ebb188649 Disable delete-trailing-whitespace when buffer-read-only 
is nil
       new  6f769c93b1 Stop checking numeric range separately
       new  c71e282e4c Remove numeric-range related vairables
       new  3a7bb0d820 Clear translate cache on file reload
       new  a9dfdc4677 Fix brackets tests (#172)
       new  656db235d9 Bump version 0.7.13
       new  f8c0b1240d Update Makefile for info generation
       new  988220a65b Update header.txt
       new  96129d1007 Update doc
       new  faba39ce8a Use HTTPS link (#174)
       new  c7975d6954 Update texi for HTTPS url
       new  706ac40ec2 Make `fixtures' a constant (#176)
       new  e0bf950716 Add ert-test for file_type_emacs (#177)
       new  33ab2b6485 Add ert-test for file_type_ext
       new  316b03ce21 Set major-mode from file_type_ext value
       new  9d364c8059 Update doc
       new  bba8ddfa9b Rename existing function set-major-mode -> 
set-major-mode-from-name
       new  631e6b4ab8 Add file_type_ext to conf-mode keyword
       new  6ff678a856 Make conf-mode used when a file has .editorconfig 
extension
       new  b6d0bb7757 Do not call major-mode when already enabled (#178)
       new  a365955dca Use file_type_ext for test fixtures
       new  df95ca5e4f Do not call mode func when current mode is a child mode 
of target (#179)
       new  7f8265dd2a Change hook name -custom-hooks -> -after-apply-functions
       new  5f5cad1ee4 Update README.md for hook name change
       new  82af619ed5 Use derived-mode-p for major-mode check (#180)
       new  0072bcc14f Update texi for hook name change
       new  70cdb88f75 Fix version when -custom-hooks has marked as obsolete
       new  60b39fadfb Add variable -hack-properties-functions
       new  4185bcfac2 Call -hack-properties-functions in editorconfig-apply
       new  b303bfd220 Add test for -hack-properties-functions
       new  e24803269d Update document
       new  658bfb9bd8 Fix README and texi
       new  f1b83aacd2 Fix hack-properties-functions example
       new  642ff1b62f Use ws-butler when enabled and available.
       new  2cfbec79f9 Update core-test submodule
       new  45893af6f2 Use princ instead of message to write to stdout
       new  9fdc9cc689 Add variable editorconfig-trim-whitespaces-mode
       new  2ba007601a Add document for editorconfig-trim-whitespaces-mode
       new  7b99e4d58c Bump version to 0.7.14 (#185)
       new  10467ed9df Use Markdown's code spans instead of Emacs style `' 
(#186)
       new  246c391729 Add function to get properties from handlers as hash
       new  6929cad23b Update get-properties-hash
       new  625073f793 Implement --hash-merge
       new  9cee9bb143 Get alist result from hash result
       new  baa846c702 Remove unused tests
       new  d2963a3313 Use 0.8.0 for next version
       new  f2d4539bae Refactor handle lib
       new  96123213ed Add support for Emacs24.5
       new  8688e1d3bf Revert "Add support for Emacs24.5"
       new  0bbf63616a Stop using cl-defclass
       new  516ebfefa3 Remove useless spaces
       new  ae8028cf3d Add struct docstring
       new  cdbd60a8a6 M-x checkdoc
       new  50ed9cf1a7 Update year
       new  d5473b369e Remove comment
       new  5f5a7bf03d Update commentary section
       new  876e476ded Update README
       new  023a221d87 Add fixes for package-lint
       new  0382519088 Fix function name
       new  8271234c27 Use -*- lexical-binding: t -*-
       new  c6d823b8a7 Separate tool functions
       new  de83e09632 Update docstring
       new  ee8aa8afa1 Update README
       new  3e87c37ce7 Use reference link
       new  8cf419254d Do not update submodule when running tests
       new  b719047f0d Update plugin-tests submodule
       new  e0d8fdbdbb Use https for melpa badge
       new  882e7f5fa0 Use API to get version info (#193)
       new  bf4f51783c Bump version to v0.8.0
       new  212157a779 Make -version print packaging version
       new  0ddff16426 Update message format for version info
       new  4beeb9c830 Make editorconfig-properties-hash permanetn-local
       new  11625f5c81 Add explicit support for rpm-spec-mode
       new  b70f3c7a93 Add support for bpftrace-mode (#199)
       new  44876b2cfa Update travis Emacs26 version
       new  9bfade9437 Use dist: trusty
       new  1b1b1aceb1 Disallow setting mode when it is not listed in whitelist
       new  032ecbdae8 Add editorconfig-file-type-emacs-whitelist value
       new  c1ff2ea574 Fix support for Emacs<26
       new  ace446e357 Bump version to v0.8.1
       new  6aa944ce1e Update core-test
       new  49b0cd1a18 Fix that "?" does not match "/"
       new  08f55b212b Fix typos (#212)
       new  8ca0b6e042 Remove a trailing whitespace
       new  2e55840057 Use elisp core by default
       new  92937591a3 Update README
       new  52abce4b1e 2020
       new  26c875d609 Define -mode-apply as an interactive command (#216)
       new  956c0320e2 Update hook docstrings (#215)
       new  1969dd74da Add conf-mode abbrev-table definitions (#220)
       new  0644119b21 Keep a CHANGELOG (#221)
       new  e3e3a90e9d Update README to help bootstrap users (#219)
       new  6f5e3b2429 Add doc about make sandbox
       new  4b25e6b404 Update CHANGELOG
       new  dbb63191cc Fix references in CHANGELOG (#226)
       new  8d0e609420 Add Emacs 27.1 to test target (#228)
       new  0e299b7528 Silence byte-compiler warnings (#235)
       new  39eca13316 Add Github Actions build.yaml
       new  e5bfa5284c Do not init submodule in Makefile
       new  7a7a8c99a6 Add github actions badge
       new  0f2c33d11a Update README 2 (#225)
       new  28e411023c Remove travis.yml (#238)
       new  fbbcb58e5b Use revert-buffer-with-coding-system to set coding 
system (#236)
       new  49c0563f03 Do not run editorconfig-apply on recentf-save-file (#241)
       new  62a1f3c44f Stop excluding remote files by default (#245)
       new  d4ab913044 Refactoring & add editorconfig-2-mode for beta test 
(#248)
       new  fb44eccd92 Update debug message
       new  1e084799c0 Update docstrings
       new  77a8af8ba4 Fix editorconfig execution for remote hosts via tramp 
(#249)
       new  be0973c580 Fix for coding-system set when remote files do not exist 
(#250)
       new  e06f1cd042 Update display-warning messages
       new  8caddd3d40 Move hack-properties-function run
       new  b902de5bb4 Add debug message to -set-coding-system
       new  91feb336b0 Use flag instead of adding -2-mode for new version 
testing (#251)
       new  5153161a07 Add minor fixes to tests (#252)
       new  153013ff48 Return early when expecting coding-system has been 
already set
       new  3305825fd3 Make new impl work when changing major-mode (#255)
       new  39ef110ef2 Add fixes for compile warning
       new  52b3c10158 Add some bug fixes to 20210221-testing (#258)
       new  64b2f0d553 Update README for NonGNU ELPA repository (#259)
       new  f3d6ecd644 Fix editorconfig-major-mode-hook (#260)
       new  96f8ad419e Update debug message format (#261)
       new  9ff08e2416 Update texi doc
       new  d11d5e0078 Prepare v0.8.2 (#262)
       new  cf012776b4 Use new implementation by default (#263)
       new  90278ea953 Update CHANGELOG
       new  b42ae4c89c Add doc about lsp-mode (#266)
       new  06b57e1fb7 Add emacs 28.1 to test target (#270)
       new  1ff99f3eff tests(build.yml): Use latest minor version number (#274)
       new  ae29b6421c  Add fixes for Emacs 29 (#276)
       new  dd0b204721 Fix package load for use-package usage (#277)
       new  26e095d584 Prepare v0.9.0 (#275)
       new  14ba6ed35b Check `filename` rather than `buffer-file-name` for 
consistency (#280)
       new  5946c20180 Prepare v0.9.1 (#281)
       new  71604c32eb chore: Place emacs dependency to the front (#285)
       new  7dea9c4286 Drop Emacs 24.x and 25.x (#286)
       new  555c8bc80f Add indent variable associations for numerous 
tree-sitter modes (#290)
       new  645660fa9a docs(README.md): Update development instructions (#291)
       new  5b93a0b4a4 Fix compilation warnings in Emacs 29 (#292)
       new  24c8272763 Add bash-ts-mode to editorconfig-indentation-alist (#296)
       new  2839f753f7 Update copyright year (#297)
       new  8bed3a4e27 fix: Fix compile warnings (#298)
       new  b8d1335701 Add support for gdscript-mode (#300)
       new  0f54515c82 Load subr-x when compiling (#302)
       new  98c0f94e61 Check mode-class property for special modes (#301)
       new  2458fb6f90 Update version string
       new  217ede58d6 Revert "Update version string"
       new  f55d5f1f77 Prepare v0.10.0 (#303)
       new  ad59db4e8b Fix when-let (again) (#305)
       new  716b755174 Fix compile warning of python-mode offset (#306)
       new  28604a2cb4 Prepare v0.10.1 (#307)
       new  384bf81c0a Update CHANGELOG (#308)
       new  c6fa7e3039 Replace python-mode-devs URL (#309)
       new  1a52a5e72c test: Emacs 29.1 (#311)
       new  fc1ac4cd5f Temporarily remove test with windows-latest, emacs 
snapshot (#313)
       new  c925595659 Add support for hcl-mode (#312)
       new  c97d749d7c Add php-ts-mode (#318)
       new  7035295d42 Add jsonian-mode (#320)
       new  b223ab893d feat: Add Zig support (#326)
       new  1b37f3f7fd ci: Bump Emacs 29.x to 3 (#327)
       new  99a1e77c31 Exclude some versions from test target (#329)
       new  2171e00738 Remove editorconfig-mode legacy version (#304)
       new  18ccad3beb Separate some utility commands to new file (#330)
       new  b99cf692fb Update CHANGELOG (#331)
       new  cfb18f7650 Prepare v0.11.0 (#332)
       new  588e0efe2a feat: Add Svelte support (#333)
       new  fe98f81020 Add switch not to override local variable values (#338)
       new  7656b5d17c Update CHANGELOG.md (#339)
       new  9beb04599a Refactor find-file advices (#340)
       new  3764c87538 Fix text (#342)


Reply via email to