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

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

[elpa] branch externals/guess-language created (now 1107b93)


From: Stefan Monnier
Subject: [elpa] branch externals/guess-language created (now 1107b93)
Date: Sat, 23 Feb 2019 10:34:14 -0500 (EST)

monnier pushed a change to branch externals/guess-language.

        at  1107b93   Fixes #21

This branch includes the following new commits:

       new  30e23aa   Added initial proof of concept.
       new  0f02b31   Added a README.org.
       new  2792ac4   Guesses the language only if flyspell is unhappy with 
what we type.
       new  43eb329   Fixed version number.
       new  6ee7f77   Only guess when paragraph has some minimal length.
       new  e1db84e   Make this into a minor mode.
       new  ced53f9   Added trigrams for 62 additional languages.
       new  26a4f31   Added support for French.
       new  e4c103c   Compile regexps after load.
       new  5261d2f   Make defcustoms.
       new  e6ffe8d   Added some documentation.
       new  84dda4b   Check whether regexps have to be recompiled.
       new  e13f5a9   (Re)compile regexps when necessary.
       new  9104d85   Get rid of dash.el dependency.
       new  a133106   README: Added prerequisites.
       new  a2c048c   Updated README.
       new  38d7ab1   README: minor fixes
       new  549b0d3   Make sure trigram files are found.
       new  8daec47   Depend on emacs 24.
       new  b90858d   Updated commentary.
       new  6014777   Make sure we’re not messing with other buffers.
       new  47ff6ad   Fix package
       new  c543465   Merge pull request #1 from syohex/fix-package
       new  2c3590b   README: minor fix
       new  e28742b   Do not mess with flyspell defcustoms.
       new  9b1048f   More idiomatic way to do local hooks.
       new  9117deb   Made it easier to add new languages.
       new  b0b1438   Made some functions non-interactive.
       new  3459b27   Updated doc strings.
       new  45406db   README: minor fixes.
       new  0c256d4   Added support for a bunch of languages.
       new  24213cb   Added some data for testing.
       new  02f90ac   Updated documentation with new languages.
       new  19a7e46   README: Layout
       new  56603f8   README improvements
       new  844467f   Hopefully more robust way to find data files.
       new  f21d259   Simplification.
       new  12f75f0   README: Added tldr.
       new  7619b58   Adressing issues identified by flycheck-package.
       new  8602d7a   Added autoload for minor mode.
       new  6b14af5   README: Shortened tldr.
       new  b0483b5   README: Added MELPA batch.
       new  889b9aa   Dansk -> Danish
       new  efdf1de   Better title
       new  0787d81   Add URL
       new  2fc2e07   Merge pull request #2 from xiongtx/url
       new  dfd62cc   Added support for Spanish.
       new  da675df   Fix locating of data files.
       new  36ddc6f   README: Added list of key features.
       new  a7c9c9a   README: markup
       new  6dd0711   README simplify summary
       new  3b61ce0   Added test data for all supported languages.
       new  431c3bd   Documentation: Arabic added
       new  88e31bf   Documentation: Added Arabic.
       new  cc11ec6   README: More details about configuration.
       new  2982b26   README improved
       new  f610859   Find data files more robustly.
       new  8450268   README: Configuration
       new  d5d966e   Show current language in the mode line.
       new  7c1fa87   Fix :lighter for minor mode.
       new  f6a7861   Merge pull request #6 from joostkremers/master
       new  bad0375   Always spell check with fast strategy.
       new  c369ef5   Type-mode is not a dependency anymore.
       new  b84e19d   README fix typo
       new  85cfda4   Detect basedir in a way that’s compatible with old Emacs.
       new  9763f9e   Fix #12: boundp wants a symbol
       new  8264b3b   Add missing defgroup.
       new  881e261   Improve docstrings.
       new  0c4e9ab   Minor fixes in test data.
       new  b8ab800   Use hooks for greater configurability.
       new  93dcc15   Display ISO 639-1 code in mode line.
       new  5ab21de   Fix bug that prevented Flyspell from highlighting 
incorrect words.
       new  ac991ce   Merge pull request #14 from tmalsburg/hooks
       new  044f6d1   README: Updated documentation regarding new hook
       new  d9933d3   Keep switching typo-mode.
       new  8813bbf   README minor
       new  7c9c139   README fix markup
       new  2082e4e   README fix markup
       new  c0a9cd3   Mention custom functions in commentary.
       new  4177b92   Typo-mode is not anymore a dependency.
       new  d6c2fac   README re typo
       new  c2c0206   Make variable buffer local by default.
       new  1f0d9d9   Fix docstring.
       new  7e8c9e2   Function: guess language of current line.
       new  1ab9637   Added guess-language-mark-lines for debugging.
       new  f54ca4f   Added test data from LIGA.
       new  d1a43df   README: some details about minimal paragraph length
       new  11f74d0   Moved test_data.org to subdir.
       new  28eb75d   Fix typo in README
       new  89537dc   Merge pull request #16 from peterwvj/master
       new  1516fbe   README: how to switch voice in festival
       new  52e7623   Merge branch 'master' of 
https://github.com/tmalsburg/guess-language.el
       new  2fd5023   In org buffers use org-backward/forward-paragraph.
       new  8c8a161   Treat org lists as one paragraph.
       new  2bc0e1f   Fix endless loop in org lists at beginning of buffer.
       new  65dccb1   Added workaround for bug in org mode.
       new  1afd382   defcustom to set the trigrams path
       new  1f1602f   Merge pull request #18 from humitos/master
       new  bc6fe11   Fix bug in `guess-language-forward- paragraph`.
       new  03e69d0   Removed some cruft.
       new  1107b93   Fixes #21




reply via email to

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