New stable release for Emacs 26.1 compatibility
[pelican-mode.git] / pelican-mode.el
2018-06-04 Joe WreschnigNew stable release for Emacs 26.1 compatibility
2018-04-01 Joe WreschnigRemove use of ‘if-let’ for Emacs 26+ compatibility
2018-02-17 Joe WreschnigUpdate ‘use-package’ example for current ‘:after’ behavior.
2017-10-01 Joe WreschnigChange the default command prefix to “C-c =”.
2017-10-01 Joe WreschnigRemove file-local variable (I now use a mode-local...
2017-09-17 Joe WreschnigModernize quoting.
2017-08-18 Joe WreschnigProvide an example `use-package’ declaration.
2017-08-08 Joe WreschnigCustomization groups should not end in “-mode.” v20170808
2017-08-08 Joe WreschnigUse `define-globalized-minor-mode’ rather than manual...
2017-08-08 Joe WreschnigMissed one during s/post/article/.
2017-08-08 Joe WreschnigUse a customizable prefix rather than hardcoding C...
2017-08-07 Joe WreschnigAdd URL. v20170807
2017-08-07 Joe WreschnigVersion bump.
2017-08-07 Joe WreschnigAdd test cases.
2017-08-07 Joe WreschnigSimplify slug generation and page detection.
2017-08-07 Joe WreschnigMention all supported formats.
2017-08-07 Joe WreschnigA one-sexp function called in one place isn’t needed.
2017-08-07 Joe WreschnigPut public interest points near the top of the file.
2017-08-07 Joe WreschnigBidirectional documentation links.
2017-08-07 Joe WreschnigPass HIDDEN via universal argument, not reading directly.
2017-08-07 Joe WreschnigAdd some usage notes.
2017-08-07 Joe Wreschnig`org-mode’ support.
2017-08-07 Joe WreschnigAdd AsciiDoc support.
2017-08-07 Joe WreschnigExplain what Pelican is.
2017-08-07 Joe WreschnigUse `locate-dominating-file’ rather than reimplementing it.
2017-08-07 Joe WreschnigSome documentation.
2017-08-07 Joe WreschnigFix bug when inserting headers outside site roots.
2017-08-07 Joe WreschnigCustomizable list of set-field implementations for...
2017-08-07 Joe WreschnigRemove distinction between field and title.
2017-08-06 Joe WreschnigUse a global mode rather than initializing on load.
2017-08-06 Joe WreschnigStandardization spree:
2017-07-30 Joe Wreschniguser-error for an error, rather than message.
2017-07-30 Joe WreschnigVersion bump.
2017-07-30 Joe WreschnigAllow customizing the default field list.
2017-07-30 Joe WreschnigAn empty string field value also means no field.
2017-07-30 Joe WreschnigUse special values.
2017-07-30 Joe WreschnigHandle reST/Markdown title differences in `pelican...
2017-07-30 Joe WreschnigImprove predicate function names.
2017-07-30 Joe WreschnigDefine pelican-mode-map implicitly and inline.
2017-07-30 Joe WreschnigPass around non-title fields as a plist.
2017-07-16 Joe WreschnigUse `compilation-start` rather than custom buffer initi...
2017-07-16 Joe WreschnigFix incorrect copy/pasted doc string.
2017-06-23 Joe WreschnigAutoload hooked `pelican-enable-if-site`.
2017-06-18 Joe WreschnigFix field addition when using rst.
2017-06-18 Joe WreschnigClean up title setting logic.
2017-06-18 Joe WreschnigRewrite field setting with modern Emacs Lisp.
2014-03-29 Joe WreschnigChange keybinding prefix from C-x p to C-c P.
2013-05-21 Joe WreschnigInitial import.