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

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

[nongnu] branch elpa/org-mime created (now 613969effc)


From: ELPA Syncer
Subject: [nongnu] branch elpa/org-mime created (now 613969effc)
Date: Wed, 5 Jan 2022 07:58:34 -0500 (EST)

elpasync pushed a change to branch elpa/org-mime.

        at  613969effc Merge pull request #67 from skangas/silence-byte-compiler

This branch includes the following new commits:

       new  85c98739f3 import original org-mime
       new  2347595278 emacs24 use org-export-string instead of 
org-export-string-as
       new  a1a7fb329f clean doc
       new  4105d1bb9c support Emacs 23.4, 24.3 24.4, 24.5
       new  e9b0be2860 mails need NO TOC
       new  3a16180195 clean code according to org-mode review
       new  8d7797ea07 clean code according to org review
       new  80b4e3a3b4 add readme
       new  caa1f19d4b Fix getting the subect
       new  ffbf3e3e47 Support mime encoding current subtree
       new  0caaf273e7 Use a plain ASCII export for the text part
       new  dfe41e05e2 Merge pull request #1 from acowley/subject
       new  d3ae6df753 Merge pull request #2 from acowley/subtree
       new  957bb3b43a Merge pull request #3 from acowley/plain-part
       new  b33c96b2d0 embedded image could use absolute path
       new  3c4f24c8d4 clean code. github organization created
       new  0311662889 Correct 'interactive'  position
       new  351b233a7e Don't use obsoleted function
       new  44e7a78ffd Fix for cl-lib
       new  e554d8821d Merge pull request #1 from syohex/fix-package
       new  c49eb00fc6 can create email from org subtree
       new  b00d23aa1d explicitly require org export libs
       new  91d8f48775 can set org export options
       new  a0b82a6c1a better export format (not TOC, etc) and bug fix
       new  9d32b819f0 updated README
       new  d540da37df make it emacs 24.3 compatible
       new  dd1b9881af remove drawers when org-mime-htmlize-subtree at emacs 
24.3
       new  c0e99cfdfa README
       new  8067e76eb1 add documentation on embedded image
       new  7c3483b2b0 sample for advanced setup
       new  df99e631c5 quoted mail use modern UI style
       new  e3329c7c4d README
       new  62791db188 beautify quoted mail properly
       new  0a0aa9b110 README
       new  f1175e3fab can htmlize new mail
       new  ad30f199cb provide org-mime-find-html-start callback
       new  5f253f541c only use export header when creating html, keep out of 
email
       new  fb265448df Merge pull request #14 from 
unhammer/issue13-OPTIONS-noise
       new  7a6dae2494 Lisp error: (error "Too many arguments") – should be 
defcustom
       new  db707a7337 Merge pull request #15 from unhammer/patch-1
       new  64a3f56651 (setq org-html-with-latex nil) sometimes useful #16
       new  0752659f7a No drawer exporting (default since Emacs 25)
       new  b9def25bf4 Edit docstrings for checkdoc compatibility.
       new  e5c68b1c66 minor changes to docstrings for readability and style 
changes.
       new  bc61d4de7d Merge pull request #18 from jkitchin/master
       new  77c3f07ce4 documentation
       new  c6e2b95664 clean code
       new  e35c367e7d clean code
       new  10098b001c Fix file attachments and equations and enhance emails 
from org-files
       new  41ea9818b4 fix cc,bcc compiling error
       new  6593522166 Fix: #22
       new  895a7c31bb Merge pull request #23 from liujoey/master
       new  7e89b4b741 move cond out of the cleanup function
       new  cf7dbea171 rename cleanup function to match beautify user option
       new  11965c407f rewrite beautify function
       new  1b516d604a remove unnecessary dependency
       new  baa6cde22f Merge pull request #25 from tmurph/blockquote-parser
       new  53e0c8141b one-line fix for klipse errors in org-mime
       new  1e792ef061 Merge pull request #28 from 
titaniumbones/fix-klipse-error
       new  7bcb075550 CI and TDD, fixed some minor bug. bump 0.1.2
       new  ea7a470872 add badge
       new  817744f3b1 remove plain text body
       new  f610861858 htmlize current subtree
       new  8de4bb693d image could be nil
       new  0db41d5b4e emergency fix of broken 0.1.4
       new  f8eac8ccde restore plain text mail
       new  95c33ec353 add screenshot
       new  6c7ddeaade fixed CI
       new  286330fa15 fixed: LaTeX fragment not exported correctly
       new  470808cc14 Added support for MAIL_FROM property
       new  4bd5d55ba9 fixed logic
       new  9506727ca7 README
       new  dd9dac74cc doc on html export
       new  562cb5a3f0 Use compose-mail, rather than explicitly using 
message-mail
       new  73c13fdd0b Merge pull request #39 from czan/master
       new  b189976217 fixed CI
       new  d827dbfb97 Add option to export ASCII for text/plain section
       new  778f818ad3 Add ASCII text/plain export test
       new  3596bbfe10 Fix: #36 Add ASCII export for org-mime-htmlize
       new  5980ccaace fixed unit test
       new  7475a592c2 drop emacs 24 support
       new  9f84446038 make emacs 25 test pass
       new  484bf3b0b8 can edit mail-body in org-mode buffer directly
       new  e81651d848 clean code
       new  9bb6351b25 un-bundled htmlize.el
       new  1162095645 Catch signature in html convert
       new  b129579986 Regexp search for sig sep
       new  722a295672 Merge pull request #48 from ahttraga/sigfix
       new  5132ec0586 Improve signature separator regex
       new  744f5f3315 Merge pull request #49 from ahttraga/master
       new  2581fc2dd9 org-mime-confirm-when-no-multipart function + docs
       new  168fe3a6a1 Merge pull request #51 from borwickatuw/master
       new  3974bd4190 make checkdoc happy
       new  dc7ae1de85 Show individual paragraphs in gmail reply quotes
       new  8ad1218456 Combine two insert calls
       new  d71f57dc0d Add a simple test for quoting of multi-line paragraphs
       new  4e5d50789b Clean up name of test file in comment
       new  73fdd3f40d Merge pull request #53 from tomheon/clean-up-test-header
       new  b47811562b Merge pull request #52 from tomheon/fix-gmail-quoting
       new  2cbd5de7bd general export options should always override buffer 
options
       new  5df12989cd clean code
       new  4580e345cb add emacs 27 ci
       new  e5e4c59022 fixed some typo
       new  e5345ae5b6 fixed ci
       new  d725955399 stop bundling htmlize
       new  ecbc66f16a fixed typo
       new  c6a3d73e78 remove org-mime-default-header
       new  04e6ce9db6 try fixing ci again
       new  eb21c02ba8 fixed org subtree htmlize
       new  21692f16ce use buffer properties
       new  23cc52bb53 donot htmlize security signature and attachment
       new  3b119a22be handle file url on Windows elegantly
       new  59bf130c76 secure tag should be at the beginning of email body
       new  d52a7b52b6 fixed revert plain text email bug
       new  f7a45f5573 Upgrade test file to GPLv3
       new  b1fc1cc53c Fix byte-compiler warnings
       new  30bb3e663d Merge pull request #66 from skangas/gplv3
       new  613969effc Merge pull request #67 from skangas/silence-byte-compiler




reply via email to

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