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

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

[nongnu] branch elpa/editorconfig created (now e10fa22)


From: ELPA Syncer
Subject: [nongnu] branch elpa/editorconfig created (now e10fa22)
Date: Sat, 7 Aug 2021 08:57:30 -0400 (EDT)

elpasync pushed a change to branch elpa/editorconfig.

        at  e10fa22   Add fixes for compile warning

This branch includes the following new commits:

       new  6360e7b   Add initial plugin
       new  06aa414   Add support for indentation in common major modes
       new  cd3d50f   Use indent_size property instead of tab_width
       new  2365d88   Use consistent indentation scheme
       new  257a57c   Set tab-width based on tab_width property
       new  05ba2ff   Add .editorconfig file
       new  56f2e89   Remove unecessary progn
       new  67850c7   Add README file
       new  d7424c7   Kill EditorConfig output buffer after use
       new  7531c31   Change newline if `end_of_line` property specified
       new  a6267db   Add Simplified BSD license
       new  752f6f3   Update EditorConfig url.
       new  34e4923   Note supported EditorConfig properties in README
       new  e082955   Add root=true to the top .editorconfig.
       new  5354beb   Update copyright year in license
       new  4204d0e   Add license to Emacs Lisp file
       new  9d61dfa   Update header comment style and info (add version)
       new  252c2e4   Add properties link.
       new  0b7f835   Allow EditorConfig exec path to be configured
       new  76cf2ad   Use full pathname for EditorConfig execution path
       new  48ec2e0   Update EditorConfig Core URL.
       new  a6e2442   provide feature, use symbol prefix, add commentary,
       new  8838179   Merge pull request #2 from tarsius/master
       new  b565f12   Add a link to `editorconfig.el` in README
       new  c7980a8   Add contributors file
       new  92c496e   Link to issue tracker in README
       new  c8c31ab   Only set indent-tabs-mode to use tabs when set to "tab"!
       new  8c4af16   Merge pull request #3 from johan/tab-is-not-the-default
       new  9cd19c2   Add Johan Sundström to CONTRIBUTORS file
       new  f360f89   Added implementation bait for awesome emacs hackers who 
know shit ;-)
       new  6a4b17a   Oops – missed one
       new  137abf8   Refactored an edconf-find-file-hook for readability
       new  73ab44a   Some DRY cleanups
       new  39eba3b   Added partial support for insert_final_newline
       new  2e13057   Improved readability a little
       new  bda7970   Even better :)
       new  4ec30e0   Do not raise an error if the program `editorconfig` is 
not found.
       new  c5ff054   Set default value of file coding system.
       new  0a9c5f3   Do not mark the buffer modified after setting the file 
coding system.
       new  87f345a   Merge pull request #4 from dochang/bugfix
       new  05c52f3   Update CONTRIBUTORS
       new  160dd3b   Work towards Travis ci builds of the emacs plugin
       new  f9b3a8e   Merge pull request #5 from editorconfig/travis
       new  04a14af   add compatibility for package.el
       new  71a830f   cleanup indentation
       new  5c38ac3   Merge pull request #6 from milkypostman/master
       new  d5ec9d4   Merge pull request #7 from milkypostman/indentation
       new  291d4a9   Set indent_size for lisp mode and ruby mode.
       new  7317e47   Merge pull request #8 from 
editorconfig/add-more-modes-for-indent
       new  9ddab3a   Update package information.
       new  6868b5d   Reset the indentation rule.
       new  586275e   Add function to setup trim trailing whitespace 
functionality modify edconf-find-file-hook to invoke it
       new  0a8d1bd   use the built in delete rather than compiled lisp 
delete*, acheives the same thing without a warning on byte compile.
       new  63f4016   renaming vars for brevity and to better show what is 
happening
       new  887d851   s/set/trim/ in var name
       new  d9fb729   Add name to CONTRIBUTORS and remove strikethrough in 
README
       new  438b0bd   Merge pull request #9 from 
stevejordan/feature-trim-trailing-whitespace
       new  f80f39d   Set indent value for AucTeX
       new  8aec8bd   Fix indentation problem in the source file.
       new  04d6497   Added notes on partial implementation
       new  4e77955   Add JS and HTML indent settings.
       new  6e05769   Wrong way to indent html. Fixes it.
       new  2bf0eb0   Bump version number
       new  0e2d3f3   Add the package manager installation way to README
       new  006aebb   Autoload edconf-find-file-hook.
       new  a8d4b63   Merge pull request #10 from knu/fix-autoload
       new  35f2343   Support indentation in js2-mode
       new  eb8c653   Merge pull request #11 from jakubholynet/master
       new  2cb8fd1   Support web-mode.
       new  73588aa   Add sh-mode indent settings.
       new  2a1da20   Merge pull request #12 from troter/patch-1
       new  8a19a90   Add haskell-mode indent settings
       new  e640953   Merge pull request #14 from tarleb/haskell-indent
       new  69b3f69   Bump Version
       new  d334b2d   Merge pull request #15 from smikes/master
       new  3ac6ac9   Add coffee-mode indent settings.
       new  2a9accb   Add cmake-mode support.
       new  c1200b5   Merge branch 'coffeescript-indent' of 
https://github.com/troter/editorconfig-emacs
       new  e4148e1   fix error if indent size is unset
       new  a16f66a   Merge pull request #17 from MartinNowak/master
       new  beb7bef   Add sh-indentation to the list of indent variable.
       new  b08b4fa   Add js3-indent-level to customization list
       new  618ab25   Merge pull request #18 from jory/master
       new  b1fa0ee   Do not advise users to add ~/.emacs.d as a load-path
       new  fc78db8   Add css-mode indent settings
       new  86b1c44   Merge pull request #19 from kpachnis/master
       new  b7befd3   edconf-set-indentation sets the indent and use local 
variable instead of global.
       new  b0ac1ed   Added support for erlang-mode indentation
       new  3d4a9cc   Update README.md
       new  bce579e   Merge pull request #21 from mgrbyte/patch-1
       new  d934e3a   Added missing padding options for web-mode
       new  6f1df3b   Merge pull request #22 from 501st-alpha1/master
       new  c240661   Support max_line_length.
       new  e1af98c   Don't set max_line_length if not specified.
       new  38deaea   Don't set indent size if the given value makes no sense.
       new  5afec01   Fix some issues caused by the previous commit.
       new  a1d27c1   Make edconf-exec-path a customizable variable.
       new  8aff226   Version 0.4
       new  8e0afa8   Add hook mechanism.
       new  d9f7644   Merge branch 'erlang_mode' of 
https://github.com/josephDunne/editorconfig-emacs into josephDunne-erlang_mode
       new  397ca5c   Merge branch 'hook'
       new  c6bd706   Sort indentation-alist and add puppet to it.
       new  9a17490   Added yaml-mode
       new  3ed312b   Merge pull request #24 from Singletoned/master
       new  aa4ff68   Update a few links in the README
       new  25f335d   Add Hong Xu to contributor list.
       new  81df054   Relicense to GPLv3+
       new  ca6bebf   Report error when unable to find editorconfig executable
       new  8c9af87   Adjust shift width for Evil mode
       new  73eae9a   Syntax highlighting for .editorconfig files
       new  85e48a9   Syntax error fix
       new  f2ecb3c   Merge pull request #31 from jupl/syntax-highlight
       new  cc4e3c5   Merge pull request #29 from duncan-bayne/silent-failure-28
       new  6e9e11b   add travis CI build status badge
       new  ee9f2c0   Merge pull request #32 from PeterDaveHello/patch-1
       new  5bce469   Set evil shift width if evil is available
       new  03443ce   Make regex for .editorconfig file name detection more 
accurate
       new  b234c8c   Merge pull request #33 from jupl/improve-regex
       new  dd394c1   Merge pull request #30 from jupl/evil-shift-width
       new  88911d7   Minor changes
       new  a5e5f9e   Merge pull request #39 from RyDroid/master
       new  47d6f04   Use \' instead of $
       new  796875f   Add autoload cookie
       new  9165d10   Merge pull request #42 from zonuexe/fix/regex-endofstring
       new  3835e4b   Make EditorConfig core function pluggable
       new  1f2d27f   Add global minor mode
       new  3fd4303   Change symbol prefix: edconf -> editorconfig
       new  8007f38   Update README
       new  7f079db   Add aliases for obsolete variables and bump version
       new  5cc417b   Merge pull request #43 from 10sr/minormode
       new  c88647f   Rename editorconfig-find-file-hook to editorconfig-apply
       new  b635a20   Apply settings on major mode change
       new  4fb5fe1   Add 10sr to the contributor list
       new  6d7673c   Do nothing when current buffer does not visit any file
       new  ce30af9   Merge pull request #45 from 10sr/ignoreNoFileBuffer
       new  bade513   Merge pull request #44 from 
editorconfig/major-mode-reaction
       new  519e294   Don't error out if default-directory doesn't exist.
       new  b813ae9   Update .editorconfig for Makefile and .gitmodules
       new  ca275f6   Add files used to test core functions
       new  7b2ddee   Add editorconfig-core el files
       new  6ab1e9b   Update Makefile to run all tests including core
       new  38e4d13   Use core in elisp as a fallback
       new  ce76f67   Update README for core elisp
       new  d1f0ca3   Fix all indentation according to editorconfig
       new  61aa1f5   Prepare v0.6
       new  e230fc6   Merge pull request #47 from wlott/master
       new  8b85d91   Add license header to executable
       new  14d480d   Merge pull request #46 from editorconfig/addCore
       new  08004f1   Fix editorconfig-core commentary text
       new  bbd1d4d   Fix some warnings reported by flycheck
       new  098c3a7   Fix typo in function name
       new  d64f36c   Fix for older Emacs
       new  5e7e0cd   Merge pull request #48 from 501st-alpha1/fix-typo
       new  a8ff219   Merge pull request #49 from syohex/older-emacs
       new  456f370   Make `editorconfig-apply' an interactive command
       new  d58134a   Fix indent of editorconfig.el according to .editorconfig
       new  e570f9c   Add document about running tests
       new  023b105   Merge pull request #51 from editorconfig/miscFixes
       new  44b9333   Bump version: 0.6.1
       new  301d67b   Use `require` instead of `load` in usage example
       new  5132b7a   Add MELPA badges
       new  fa1aef3   Add lua-mode to editorconfig-indentation-alist
       new  2b534e8   Merge pull request #53 from hlissner/patch-1
       new  85cd575   Add slim-mode to editorconfig-indentation-alist
       new  2ce1409   Merge pull request #54 from hlissner/patch-1
       new  8dd3bbd   Add jade-mode to editorconfig-indentation-alist
       new  b15ffdf   Merge pull request #55 from hlissner/patch-1
       new  958424e   Use hook type for custom-hooks defcustom
       new  d879e8b   Merge pull request #56 from editorconfig/fixcustomhooks
       new  fc100f9   Use dedicated functions to manipulate hook
       new  73bcd85   Check package metadata using ert framework
       new  62428a6   Fix names of ert test cases
       new  ab85fe9   Merge pull request #57 from editorconfig/hookFunctions
       new  9a26945   Bump version: 0.6.2
       new  469f4e2   Merge pull request #59 from editorconfig/fixtest
       new  85106ff   Support charset property
       new  1bf889d   Update README for charset support
       new  288e101   Merge pull request #60 from editorconfig/charsetSupport
       new  765797d   Bump version: 0.7.0
       new  5c02805   I forgot to update editorconfig-core-version const
       new  407d0f8   Remove find-file-hook
       new  1e2179d   Throw error when editorconfig execution fails
       new  74693c9   editorocnfig-core: Throw error when parsing .editorconfig 
failed
       new  9b82403   Add tcl-mode indentation support
       new  cd40846   Merge pull request #62 from editorconfig/tclIndent
       new  9af895d   Add ps-mode indentation support
       new  5d10fa0   Merge pull request #63 from editorconfig/psmodeIndent
       new  14b02ab   Add ess-mode indentation support
       new  c7485aa   Throw error when editorconfig executable was not found
       new  0e6bc4c   Catch error thrown from get-properties-function and 
display it
       new  7002b64   Merge pull request #64 from editorconfig/essIndent
       new  5cb6291   Bump version: 0.7.1
       new  d2cbc7e   Merge pull request #65 from 
editorconfig/warningWhenBrokenConf
       new  0064a73   Already 2016 :) Happy new year!
       new  460be74   Bump version to 0.7.2
       new  6fcae90   Add support for scss-mode
       new  ffd7b0b   Add octave-mode and matlab-mode support
       new  72b9bbd   Add nginx-mode to editorconfig-indentation-alist
       new  962da3d   Add typescript-mode to editorconfig-(...)-alist
       new  52ea2a8   Merge pull request #67 from hensansi/master
       new  a327a42   Bump version to v0.7.3
       new  2b3b0c0   Merge pull request #68 from 
editorconfig/weDoNotNeedFindFileHook
       new  8018d30   Add support for rust-mode indentation
       new  db23508   Merge pull request #69 from caleb/add-rust-mode-support
       new  edc8a33   Add editorconfig-conf-mode
       new  c8ab99b   Merge pull request #70 from editorconfig/majormode
       new  090e858   add missing `web-mode-block-padding`
       new  8acaea9   Merge pull request #74 from NdYAG/master
       new  9518266   Add one variable editorconfig-properties-hash
       new  96346f6   Add editorocnfig-display-current-properties
       new  ab6327d   Merge pull request #77 from editorconfig/showProperties
       new  4559c23   Add editorconfig-exclude-modes
       new  5d9fdeb   Merge pull request #78 from editorconfig/exclude
       new  1201680   Bump required editorconfi-core version
       new  c2a6527   Fix dependencies for one multifile package
       new  34f0371   Bump version to 0.7.4
       new  50bd572   Do not check metadata of files other than editorconfig.el
       new  28cefe9   Merge pull request #81 from 
editorconfig/mergeIntoOnePackage
       new  aa47f28   Add crystal-mode to editorconfig-indentation-alist
       new  a56f0c1   Merge pull request #84 from hlissner/patch-1
       new  6c03f4f   Refactor editorconfig-conf-mode
       new  cfcf628   Merge pull request #85 from 
editorconfig/refactor-conf-mode
       new  309f3c0   Add make sandbox target
       new  ef64275   Merge pull request #86 from editorconfig/makeSandbox
       new  25d746f   Derive editorconfig-conf-mode from conf-unix-mode
       new  544c445   Merge pull request #87 from editorconfig/fixConfMode
       new  1b953fb   Create a syntax table for editorconfig-conf-mode.
       new  6e6f840   No need to explicitly highlight the comments via 
font-lock in editorconfig-conf-mode
       new  5da86c2   Merge pull request #88 from 
editorconfig/editorconfig-conf-mode-syntax-table
       new  8b8556a   Only set fill-column if the given integer is positive.
       new  3c1029a   Add Customize section to README
       new  da4908f   Update instructions about core program
       new  2e94a33   Add a comment for contributors
       new  f51ca3e   Add EditorConfig group definition
       new  d5bf46c   Add JSX support
       new  faa922b   Merge pull request #90 from jacksonrayhamilton/jsx
       new  ece7fde   Fix english
       new  dcc1668   Make indentation of sample codes more consistent
       new  e556cdc   Update editorconfig group docstring
       new  0c9e2af   Use GFM style code block
       new  80ded9c   Merge pull request #89 from editorconfig/addDocument
       new  a81adb2   Update README: add information about customize-variable.
       new  2684787   Bump version to 0.7.5
       new  f798e60   Add julia-mode to editorconfig-indentation-alist
       new  9e5606f   Merge pull request #91 from hlissner/patch-2
       new  f9edfc1   Use truename for editorconfig name
       new  59d5b03   Copy properties alists before using them
       new  38ca459   Add examples for core-handle members
       new  0f59157   Merge pull request #92 from editorconfig/fix72
       new  b72c4d9   Trivial commentary fix
       new  86ba3a4   Bump version to 0.7.6
       new  33fb1f3   Remove link to Marmalade package repository
       new  d552148   Add link to Melpa stable
       new  53596ba   Add a note about deprecating marmalade repository
       new  0de3fb0   Merge pull request #94 from editorconfig/10sr-patch-1
       new  79a890c   Print line number and its content on parse error (#95)
       new  58961f5   Simplify definition of string-integer-p (#96)
       new  3c8da22   Add editorconfig-conf-mode.el (#97)
       new  233e478   Load editorconfig-core explicitly just becore use (#100)
       new  a32fd81   Update README.md
       new  5c8cc15   Load only editorconfig.el when using sandbox
       new  11f058f   Avoid asking coding system when not specified (#102)
       new  e316e6e   Bump version to 0.7.7
       new  442f236   Revert "Use truename for editorconfig name" (#106)
       new  e54c0b8   Add use-package usage to documentation (#103)
       new  d29859d   Modify defgroup tag
       new  bf3bedb   Merge pull request #107 from 
zonuexe/feature/customize-group
       new  cffdf36   Add a :lighter "EditorConfig" for editorconfig-mode.
       new  d89993b   Add one space to editorconfig-mode lighter text
       new  d70026f   Modify indent_size for Emacs Lisp
       new  0946f66   Reindent using Emacs-lisp style.
       new  8febcce   Add editorconfig-exclude-prefixes (#108)
       new  c4a650f   Fix a doc string.
       new  4df7cca   Massive reformatting of docstrings.
       new  172c9fa   Reidentation for all *.el files.
       new  6006bdf   Add Usami Kenta to the contributor list.
       new  a136913   (Fix #109) Update use-package configuration instructions.
       new  2c6ac67   Fix spelling in README.md
       new  627588c   Support haskell-indentation minor mode (#114)
       new  19e81d2   Add php-mode to indentation-alist and add a short note
       new  9d591b5   Add support for fsharp-mode
       new  0e89a89   Merge pull request #117 from jmiven/feature-add-fsharp
       new  95594ff   Fix indentations of ert-tests/
       new  640a199   Add plugin-tests submodule
       new  b51499c   Add more plugin tests
       new  a4d10d1   By default always use Emacs Lisp Core when accessing 
remote files (#118)
       new  d237d8b   Update README for some variables
       new  99011d5   Merge pull request #119 from editorconfig/addplugintest
       new  457e038   Update year in copyright
       new  b86a4b3   Prepare v0.7.9
       new  1d69cff   Add support for verilog-mode
       new  0a6d9a3   Catch error thrown from editorconfig-custom-hooks
       new  bad62d8   Fix assignment to free variable warnings
       new  fa13d6d   Update editorconfig-conf-mode lighter text
       new  be3331d   Add support for feature mode. (#128)
       new  4355de0   Set `fill-column` directly
       new  d959860   Always do submodule update when test-ert
       new  67fcf96   Add function to open nearest .editorconfig file (#131)
       new  1543835   Prepare v0.7.10
       new  f063688   Add document about file_type_emacs property
       new  89fff52   Add file_type_emacs support
       new  1b7d223   Add file_type_emacs entry for .editorconfig
       new  dd65f2f   Add file_type_emacs to editorocnfig-conf-mode keywords
       new  1996c27   Web-mode v15: Add missing indent-offsets
       new  1884ac6   Web-mode: Sort functions
       new  1e75aa4   Add apache-mode support (#135)
       new  b6a3419   Fix typo
       new  219db2d   Add support for a custom lighter (#136)
       new  f527731   add editorconfig-format-buffer function (#139)
       new  b7eb234   editorconfig-indentation-alist: fix groovy-mode
       new  6381406   Merge pull request #133 from editorconfig/filetype
       new  99bb688   Change hook editorconfig is applied on (#143)
       new  2ec90f1   Prepare v0.7.11
       new  15e26cf   Add pug-mode to editorconfig-indentation-alist
       new  e280616   Update core-test submodule
       new  02a525d   Add two test cases for fnmatch
       new  cbaee78   Fix fnmatch for new cases
       new  098bb76   Avoid passing a non-absolute file path to editorconfig(1)
       new  612afb6   Fix return value when buffer-file-name is nil
       new  10a7950   Merge pull request #151 from knu/check-if-abs-path
       new  f52d213   Merge pull request #152 from editorconfig/updatecoretest
       new  f316d65   Add csharp-mode support (#154)
       new  383cea4   Add variable to disable indent_size when conditions are 
met for lisp
       new  1d200ff   Add tests for lisp-indent-offset ignore
       new  7c2ed4c   Add syntax highlighting for unset property value.
       new  35e94de   Use "-with-signature" coding systems for all UTF-16 
charsets. (#158)
       new  1e82a9a   Merge pull request #155 from 
jgkamat/jay/lisp-default-offset
       new  36b1212   Add make info target
       new  5f80a24   Add generated info file
       new  83f63d6   Merge pull request #159 from editorconfig/info
       new  c0259d6   docs -> doc
       new  187c3c9   Add doc/.gitignore
       new  082b9ef   Fix Makefile
       new  cf787ef   Remove doc/.gitignore
       new  b0542fb   Remove .info and add .texi
       new  24d7c09   Fix make doc command
       new  6e7f9eb   Update texi
       new  bca1f30   Add .gitignore again
       new  f292c5c   Merge pull request #160 from editorconfig/fixinfo
       new  5130359   Remove unused variable
       new  668848d   Add test for various normal whitespace
       new  a9592bd   Use whitespace class
       new  5e64784   Merge pull request #162 from editorconfig/whitespaces
       new  d82699d   Update travis config file
       new  a29f183   Fix batch command for emacs26-pretest testing
       new  71b0ffe   Add commented allow_failure
       new  1614f17   Merge pull request #164 from editorconfig/updatetravis
       new  e314a7c   Fix info top page (#165)
       new  ae856b0   Bump version to 0.7.12
       new  999bd29   Use emacs 26.1 instead of 26-pretest (#166)
       new  5017fc5   Add trim-trailing-ws tests
       new  962a195   Check editorconfig configs when read only state changes
       new  80f5541   Disable delete-trailing-whitespace when buffer-read-only 
is nil
       new  cc5a990   Merge pull request #168 from editorconfig/checkreadonly
       new  a477687   use CURDIR instead of PWD in Makefile
       new  28a225a   Stop checking numeric range separately
       new  1cf7d18   Remove numeric-range related vairables
       new  79e64e3   Clear translate cache on file reload
       new  55a4864   Merge pull request #171 from editorconfig/globtranslate
       new  439ec22   Fix brackets tests (#172)
       new  e2a5cfe   Bump version 0.7.13
       new  36959ba   Update Makefile for info generation
       new  eab86da   Update header.txt
       new  299e138   Update doc
       new  a2715e4   Merge pull request #173 from editorconfig/fixinfo
       new  1fb1a8d   Use HTTPS link (#174)
       new  24d6571   Update texi for HTTPS url
       new  6f43d5f   Make `fixtures' a constant (#176)
       new  0fb534d   Add ert-test for file_type_emacs (#177)
       new  6e48132   Add ert-test for file_type_ext
       new  88f4a43   Set major-mode from file_type_ext value
       new  813f9b5   Update doc
       new  eedc429   Rename existing function set-major-mode -> 
set-major-mode-from-name
       new  1176245   Merge pull request #175 from 
editorconfig/extensionfiletype
       new  05e0295   Add file_type_ext to conf-mode keyword
       new  01a0640   Make conf-mode used when a file has .editorconfig 
extension
       new  03b9008   Do not call major-mode when already enabled (#178)
       new  489bb2f   Use file_type_ext for test fixtures
       new  c3be907   Do not call mode func when current mode is a child mode 
of target (#179)
       new  bb4bc44   Change hook name -custom-hooks -> -after-apply-functions
       new  933c691   Update README.md for hook name change
       new  57c0266   Use derived-mode-p for major-mode check (#180)
       new  c81d7a6   Update texi for hook name change
       new  afea72d   Merge pull request #181 from editorconfig/hookname
       new  b9254a0   Fix version when -custom-hooks has marked as obsolete
       new  954e932   Add variable -hack-properties-functions
       new  2f886a6   Call -hack-properties-functions in editorconfig-apply
       new  d93a6b1   Add test for -hack-properties-functions
       new  ad07b3b   Update document
       new  aaf96c5   Merge pull request #182 from editorconfig/hackprops
       new  bdf27ef   Fix README and texi
       new  d6e48c8   Fix hack-properties-functions example
       new  8a420de   Use ws-butler when enabled and available.
       new  0120478   Update core-test submodule
       new  d296a1d   Use princ instead of message to write to stdout
       new  e3b3047   Merge pull request #184 from editorconfig/updatecoretest
       new  041cc76   Add variable editorconfig-trim-whitespaces-mode
       new  f16d342   Merge pull request #183 from terlar/master
       new  ad04b36   Add document for editorconfig-trim-whitespaces-mode
       new  c03200d   Bump version to 0.7.14 (#185)
       new  09687a3   Use Markdown's code spans instead of Emacs style `' (#186)
       new  1dc5ef2   Add function to get properties from handlers as hash
       new  155912c   Update get-properties-hash
       new  fec3fbd   Implement --hash-merge
       new  d0bf334   Get alist result from hash result
       new  55dead5   Remove unused tests
       new  e0b6c25   Use 0.8.0 for next version
       new  3557a5d   Merge pull request #187 from editorconfig/usehash
       new  9545682   Refactor handle lib
       new  1030817   Add support for Emacs24.5
       new  a7dd33c   Revert "Add support for Emacs24.5"
       new  cae4186   Stop using cl-defclass
       new  baad90b   Remove useless spaces
       new  2be5b45   Merge pull request #188 from editorconfig/refactorhandle
       new  13fd680   Add struct docstring
       new  7aa0489   M-x checkdoc
       new  7e2158b   Update year
       new  e37fff6   Remove comment
       new  8c65253   Update commentary section
       new  a7cdec8   Update README
       new  56b9de6   Add fixes for package-lint
       new  917c2b0   Fix function name
       new  00de8fc   Use -*- lexical-binding: t -*-
       new  4c8f117   Separate tool functions
       new  1e130f7   Update docstring
       new  b2ca632   Merge pull request #189 from editorconfig/melpaguidelines
       new  1d49c42   Update README
       new  5758aae   Use reference link
       new  03002d9   Do not update submodule when running tests
       new  affe6fb   Update plugin-tests submodule
       new  898998d   Merge pull request #191 from editorconfig/updateplugintest
       new  6827105   Use https for melpa badge
       new  023b599   Use API to get version info (#193)
       new  4b6c34d   Bump version to v0.8.0
       new  858e3a0   Make -version print packaging version
       new  e8d28bf   Update message format for version info
       new  26cf9da   Add more modes to editorconfig-indentation-alist
       new  259e093   Add kotlin-mode indentation variable
       new  df102f4   Merge pull request #196 from hlissner/patch-1
       new  1d83947   Make editorconfig-properties-hash permanetn-local
       new  efc1ff4   Add explicit support for rpm-spec-mode
       new  d073dd4   Add support for bpftrace-mode (#199)
       new  6ff03a6   Add Fortran support (f90-mode)
       new  f24f651   CONTRIBUTORS: Add @zbeekman for Fortran90+ support
       new  9c8a243   Update travis Emacs26 version
       new  c18d216   Use dist: trusty
       new  92c3736   Merge pull request #205 from editorconfig/fixtravis
       new  a3a16b3   Disallow setting mode when it is not listed in whitelist
       new  c9de2a4   Add editorconfig-file-type-emacs-whitelist value
       new  aefcc0b   Fix support for Emacs<26
       new  4aa19cb   Merge pull request #204 from editorconfig/modewhitelist
       new  0b65d53   Bump version to v0.8.1
       new  aee4330   Add rustic-mode to editorconfig-indentation-alist (#208)
       new  ebaca24   Update core-test
       new  6bf98d5   Fix that "?" does not match "/"
       new  59c734a   Merge pull request #211 from editorconfig/coretest
       new  65f8244   Fix typos (#212)
       new  b1154ea   Remove a trailing whitespace
       new  6deff59   Use elisp core by default
       new  243cc04   Update README
       new  cf11568   2020
       new  5c67d22   Merge pull request #213 from editorconfig/fixdoc
       new  5f5fe7b   Define -mode-apply as an interactive command (#216)
       new  19de0ec   Update hook docstrings (#215)
       new  b14de36   Merge branch 'master' into defaultcore
       new  69877e2   Merge pull request #209 from editorconfig/defaultcore
       new  b181b13   Add conf-mode abbrev-table definitions (#220)
       new  9a73ff7   Keep a CHANGELOG (#221)
       new  0600c9d   Added indent support for sml-mode and d-mode
       new  386b687   Fix typos
       new  ee59498   Silence unknown function compile-time warnings
       new  876eff1   Use uniform equality in properties hash tables
       new  be3d987   Always handle "unset" values as non-present
       new  e644c60   Don't make unchanged vars buffer-local
       new  03ec99d   Merge pull request #222 from kini/unset-handling
       new  44c3808   Update README to help bootstrap users (#219)
       new  39eeb5b   Add doc about make sandbox
       new  e0b5b4b   Update CHANGELOG
       new  ab2194e   Merge pull request #224 from editorconfig/updatedoc
       new  9bc1343   Fix references in CHANGELOG (#226)
       new  a6c70da   Add Emacs 27.1 to test target (#228)
       new  0691d63   editorconfig-exclude-modes should start with "/"
       new  3cb67f8   Exclude Tramp over SSH (#234)
       new  150ae03   Silence byte-compiler warnings (#235)
       new  1a8e300   Add Github Actions build.yaml
       new  907a919   Do not init submodule in Makefile
       new  03865ad   Add github actions badge
       new  da84471   Merge pull request #231 from editorconfig/githubactions
       new  998d5b5   Update README 2 (#225)
       new  d73333c   Remove travis.yml (#238)
       new  ee98f3a   Use revert-buffer-with-coding-system to set coding system 
(#236)
       new  e74f7c0   Do not run editorconfig-apply on recentf-save-file (#241)
       new  9dd9789   Remove travis-ci badge
       new  f830b86   editorconfig.el: skip special-mode buffers when applying 
(#246) (#247)
       new  aa649c1   Stop excluding remote files by default (#245)
       new  f8f1a89   Refactoring & add editorconfig-2-mode for beta test (#248)
       new  1fbbcef   Update debug message
       new  236307c   Update docstrings
       new  eb9107d   Fix editorconfig execution for remote hosts via tramp 
(#249)
       new  0d5af85   Fix for coding-system set when remote files do not exist 
(#250)
       new  c3ca863   Update display-warning messages
       new  6cf932a   Move hack-properties-function run
       new  3a77b4a   Add debug message to -set-coding-system
       new  3fbbe9e   Use flag instead of adding -2-mode for new version 
testing (#251)
       new  113449d   Add minor fixes to tests (#252)
       new  048c553   Return early when expecting coding-system has been 
already set
       new  9da2dab   Add meson-mode indentation rule (#253)
       new  e1f2184   Add support for rjsx-mode (#254)
       new  d36b984   Make new impl work when changing major-mode (#255)
       new  e10fa22   Add fixes for compile warning




reply via email to

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