Skip to content
Tags give the ability to mark specific points in history as being important
  • v1.2
    8608df31 · chore: Update CHANGELOG ·
    Version 1.2
    
    Mainly bugfix release
    
    Feature
    -------
    
    - Enable again Grammalecte spell suggestions
    - Improve a little Makefile
    
    Fixes
    -----
    
    - Avoid a crash when suggestions list is empty
    - Avoid a crash when exploring errors at end of file
    - Support flycheck version < 32
    
  • v1.1
    1743f1dd · chore: Bump version ·
    Version 1.1
    
    Feature
    -------
    
    - Add a filters support to avoid checking of document parts, like LaTeX
      expressions or org-mode code blocks. Features a good default list for
      org-mode.
    - Introduce borders support to drop any content of a file *before* a
      matching line
    - Add a debug mode
    - Add a script to ease opening a clean/neutral Emacs instance for test
    - Use w to copy word from the synonym buffer
    - Refactor synonyms methods by using only pure lisp
    - Add function to lookup words on CNRTL TLFi (french dictionary)
    - Add a way to use an external grammalecte python directory
    - Add a variable to store mode specific filters
    - Automatically call flycheck-grammalecte-setup after major-mode change
    - Add support for markdown-mode, message-mode and mu4e-compose-mode
    - Add a way to fix error at point or under mouse, using Grammalecte suggestions
    
    Fixes
    -----
    
    - Use https for CNRTL URL
    - Add missing python script to melpa recipe
    - Use the same melpa recipe than upstream
    - Be sure to use python3 for the conjugueur script
    - correctly compute pattern length
    - Avoid a crash when filters list is empty
    - Call interactively find-synonyms when there is no word at point
    - Correctly match \begin{document} border in LaTeX document
    - Do not replace quotation mark in suggestions
    
    Others
    ------
    
    - Big refactoring/improvement of python script
    - Require only a single input file for the grammar python script (drop
      pipe style usage)
    
  • v1.0
    Version 1.0
    
    - New setup function
    - Add a conjugation compagnon
    - Refactor/improve lot of internal functions
    - Improve inner and user documentation
    
  • v0.9
    New version 0.9
    
    - Automatically find the right version of grammalecte to
      download and use
    - Try to not process header part of some file type (latex
      and mail for now)
    - Improve the synonym and antonym buffer by making it
      clickable to easily take one word to paste in your document
    - (Breaking) Change default value of the
      flycheck-grammalecte-report-spellcheck variable to nil
      in order to NOT report any more spellchecking errors
    - Code and documentation cleanup
    
  • v0.8
    8ba9d41d · chore: Bump version ·
    New version 0.8
    
    - Allow one to bypass the yes-or-no question before downloading
      grammalecte
    - Improve Makefile
    - Upgrade grammalecte upstream version
    
  • v0.7
    2f4812ea · chore: Bump version ·
    Features:
    
    - Add a function to look for synonyms for the word at point
    
    Fixes:
    
    - Change upstream url to https://grammalecte.net
    
  • v0.6
    New release v0.6
    
    Changes:
    
    - Support removal of useless whitespace rule
    - Add some overflow protection
    - Use SSL to download grammalecte upstream package
    - Update the README
    - Refactoring/stability…
    
  • v0.5
    New release v0.5
    
    Changes:
    
    - Wait for `flycheck-mode` launch to offer to download Grammalecte
      instead of altering Emacs launch.
    - Fix some linting errors and warnings
    
  • v0.4
    New release v0.4
    
    Changes:
    
    - Upgrade flycheck dependency
    - Upgrade Grammalecte dependency
    - Little changes to the README and CONTRIBUTING files
    
  • v0.3
    New release v0.3
    
    Changes:
    - Better usage of Grammalecte options
    - Better documentation
    
  • v0.2
    New release v0.2
    
    Changes:
    
    - Add a lot of options in `customize` to better control grammar check
    - Automatically download Grammalecte after initialization