Changelog for emacs-evernote-mode 0.30
emacs-evernote-mode 0.30 (released 2011-03-02)
* make reading tags or notes faster by using local cache of the server
- In some environments, this function might require the additional ruby
libraries. See Readme: Trouble Shooting for details
* support the function for searching notes from the specified notebook
in the evernote-browser
* Bug fix
- Issue #2
* support: formatting documents when reading documents created by applications other than emacs-evernote-mode, or when reading documents of XHTML mode.
- Installing w3m and additional emacs-evernote-mode settings are required to support this feature. See Readme: Install and Settings for details
emacs-evernote-mode 0.20 (released 2010-12-05)
* support the feature to open notes from the note list of the past search result, the tag hierarchical list and the saved search list. This feature makes the procedure to open notes easier than the previous version. (Command: evernote-browser, See README_English for details)
* optimize the operations with client-server communication
* support auto major mode when opening, creating, renaming notes according to the name of the note
o this uses the auto-mode-alist variable to select the major mode(magic-mode-alist is not supported)
* support changing the major mode while the evernote mode is valid
emacs-evernote-mode 0.13 (released 2010-11-19)
* bug fix of v0.12
o fix a problem when saving an evernote note to a local file.
emacs-evernote-mode 0.14 (released 2010-11-21)
* support posting the selected region as a new note. (Command: evernote-post-region, See also README_English for details)
* bug fix: switch to the buffer opening an evernote note when trying to open a local file
o In version 0.13, this bug occurs when you write a local buffer associated with a local file as a evernote note and then reopen the local file.