[gnus git] branch master updated: m0-3-36-g45fa4ca =2= Merge remote-tracking branch 'origin/no-gnus' ; * mm-decode.el (mm-shr): Remove "soft hyphens".

Lars Ingebrigtsen <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  45fa4ca61249cdc0ea2c06cfd0b43473e53ccf50 (commit)
       via  92846e6403bdcbda9ecd262618c08d617f026575 (commit)
      from  78c6d5e7a5c48b4a5d17179858e31f3029814fa5 (commit)


- Log -----------------------------------------------------------------
commit 45fa4ca61249cdc0ea2c06cfd0b43473e53ccf50
Merge: 78c6d5e 92846e6
Author: Lars Ingebrigtsen <[email protected]>
Date:   Mon Feb 20 12:44:30 2012 +0100

    Merge remote-tracking branch 'origin/no-gnus'

diff --cc lisp/ChangeLog
index 11472fd,2bd6712..33d0f8d
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@@ -1,9 -1,7 +1,11 @@@
  2012-02-20  Lars Ingebrigtsen  <[email protected]>
  
 +	* gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
 +
 +2012-02-20  Lars Ingebrigtsen  <[email protected]>
 +
+ 	* mm-decode.el (mm-shr): Remove "soft hyphens".
+ 
  	* nnimap.el (nnimap-request-list): Return the group names encoded as
  	utf8.  Otherwise non-European group names don't work.
  	(nnimap-request-newgroups): Ditto.
@@@ -33,24 -31,11 +35,24 @@@
  
  	* gnus-start.el (gnus-1): Avoid duplicate entries.
  
++2012-02-16  Lars Ingebrigtsen  <[email protected]>
++
++	* mm-decode.el (mm-dissect-singlepart): Guess what the type of
++	application/octet-stream parts really is.
++
++	* gnus-sum.el (gnus-propagate-marks): Remove.
++
  2012-02-15  Lars Ingebrigtsen  <[email protected]>
  
 -	* shr.el (shr-remove-trailing-whitespace): Really delete the padding on
 -	too-wide lines.
 +	* imap.el: Remove.
 +
 +	* nntp.el (nntp-coding-system-for-read): Remove.
 +	(nntp-coding-system-for-write): Ditto.
 +	(nntp-open-connection): Just use `binary' directly.
 +
 +	* gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
 +	Gnus 0.3.
  
- 2012-02-16  Lars Ingebrigtsen  <[email protected]>
- 
- 	* mm-decode.el (mm-dissect-singlepart): Guess what the type of
- 	application/octet-stream parts really is.
- 
- 	* gnus-sum.el (gnus-propagate-marks): Remove.
- 
  2012-02-15  Paul Eggert  <[email protected]>
  
  	* shr.el (shr-rescale-image): Undo previous change; see
diff --cc lisp/mm-decode.el
index 5f5d06d,2af621a..9a852fa
--- a/lisp/mm-decode.el
+++ b/lisp/mm-decode.el
@@@ -1772,9 -1757,11 +1772,13 @@@ If RECURSIVE, search recursively.
  				    (string-to-number (match-string 2)))
  				  mm-extra-numeric-entities)))
  	     (replace-match (char-to-string char))))
+ 	 ;; Remove "soft hyphens".
+ 	 (goto-char (point-min))
+ 	 (while (search-forward "-" nil t)
+ 	   (replace-match "" t t))
  	 (libxml-parse-html-region (point-min) (point-max))))
 +      (unless (bobp)
 +	(insert "\n"))
        (mm-handle-set-undisplayer
         handle
         `(lambda ()

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog    |   16 +++++++++-------
 lisp/mm-decode.el |    4 ++++
 2 files changed, 13 insertions(+), 7 deletions(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.