Bug 174843 - [MAINTAINER] deskutils/rednotebook: update to 1.6.5
Summary: [MAINTAINER] deskutils/rednotebook: update to 1.6.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-30 22:40 UTC by cheunghonyu
Modified: 2013-01-02 07:20 UTC (History)
0 users

See Also:


Attachments
file.diff (2.71 KB, patch)
2012-12-30 22:40 UTC, cheunghonyu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description cheunghonyu 2012-12-30 22:40:00 UTC
Changelog from upstream

== 1.6.5 (2012-12-27) ==
* Add menu item for clearing the text format.
* Add toolbar menus "Insert" and "Format" to main menu for better accessibility and HUD integration.
* Only show keyboard shortcuts in main menu, not in toolbar menus.
* Use selected text as link name when a new link is inserted.
* When an image or file is inserted, use selected text as the name of the link.
* Format selected text as header when a header is inserted.
* Convert selected text to a list when a list is inserted.
* Select title after it has been inserted to allow for easy editing.
* Change file permissions so that journal files are only readable by the user.
* Windows: Restore slider positions after opening RedNotebook from the tray.
* Windows: Support non-ascii installation paths.

== 1.6.4 (2012-12-22) ==
* Never include previous RedNotebook backups in new backups.
* Add strikethrough shortcut Ctrl+K.
* By default don't switch between edit and preview mode automatically.
* Add experimental support for irc protocol.

== 1.6.3 (2012-12-06) ==
* Fix: Don't interpret URLs with non-empty paths as local links.

Fix: Patch attached with submission follows:
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2012-12-31 00:55:00 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2012-12-31 01:11:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-01-02 07:17:53 UTC
Author: jgh
Date: Wed Jan  2 07:17:39 2013
New Revision: 309801
URL: http://svnweb.freebsd.org/changeset/ports/309801

Log:
  - update to 1.6.5
  
  == 1.6.5 (2012-12-27) ==
  * Add menu item for clearing the text format.
  * Add toolbar menus "Insert" and "Format" to main menu for better accessibility and HUD integration.
  * Only show keyboard shortcuts in main menu, not in toolbar menus.
  * Use selected text as link name when a new link is inserted.
  * When an image or file is inserted, use selected text as the name of the link.
  * Format selected text as header when a header is inserted.
  * Convert selected text to a list when a list is inserted.
  * Select title after it has been inserted to allow for easy editing.
  * Change file permissions so that journal files are only readable by the user.
  * Windows: Restore slider positions after opening RedNotebook from the tray.
  * Windows: Support non-ascii installation paths.
  
  == 1.6.4 (2012-12-22) ==
  * Never include previous RedNotebook backups in new backups.
  * Add strikethrough shortcut Ctrl+K.
  * By default don't switch between edit and preview mode automatically.
  * Add experimental support for irc protocol.
  
  == 1.6.3 (2012-12-06) ==
  * Fix: Don't interpret URLs with non-empty paths as local links.
  
  PR:		174843
  Submitted by:	maintainer, cheunghonyu@gmail.com

Modified:
  head/deskutils/rednotebook/Makefile
  head/deskutils/rednotebook/distinfo
  head/deskutils/rednotebook/pkg-plist

Modified: head/deskutils/rednotebook/Makefile
==============================================================================
--- head/deskutils/rednotebook/Makefile	Wed Jan  2 07:14:54 2013	(r309800)
+++ head/deskutils/rednotebook/Makefile	Wed Jan  2 07:17:39 2013	(r309801)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rednotebook
-PORTVERSION=	1.6.2
+PORTVERSION=	1.6.5
 CATEGORIES=	deskutils python
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	rednotebook

Modified: head/deskutils/rednotebook/distinfo
==============================================================================
--- head/deskutils/rednotebook/distinfo	Wed Jan  2 07:14:54 2013	(r309800)
+++ head/deskutils/rednotebook/distinfo	Wed Jan  2 07:17:39 2013	(r309801)
@@ -1,2 +1,2 @@
-SHA256 (rednotebook-1.6.2.tar.gz) = 4fc439736c6cf82677b6cbca93c6ca4a3d7037d8efbce3fe211f947bc2db8ae2
-SIZE (rednotebook-1.6.2.tar.gz) = 449877
+SHA256 (rednotebook-1.6.5.tar.gz) = b61c17846b5c0b42f15f2d49468fca17f509082a4390d21d6aa6f13da3ca99bd
+SIZE (rednotebook-1.6.5.tar.gz) = 441165

Modified: head/deskutils/rednotebook/pkg-plist
==============================================================================
--- head/deskutils/rednotebook/pkg-plist	Wed Jan  2 07:14:54 2013	(r309800)
+++ head/deskutils/rednotebook/pkg-plist	Wed Jan  2 07:17:39 2013	(r309801)
@@ -60,9 +60,15 @@
 %%PYTHON_SITELIBDIR%%/rednotebook/gui/exports.py
 %%PYTHON_SITELIBDIR%%/rednotebook/gui/exports.pyc
 %%PYTHON_SITELIBDIR%%/rednotebook/gui/exports.pyo
+%%PYTHON_SITELIBDIR%%/rednotebook/gui/format_menu.py
+%%PYTHON_SITELIBDIR%%/rednotebook/gui/format_menu.pyc
+%%PYTHON_SITELIBDIR%%/rednotebook/gui/format_menu.pyo
 %%PYTHON_SITELIBDIR%%/rednotebook/gui/imports.py
 %%PYTHON_SITELIBDIR%%/rednotebook/gui/imports.pyc
 %%PYTHON_SITELIBDIR%%/rednotebook/gui/imports.pyo
+%%PYTHON_SITELIBDIR%%/rednotebook/gui/insert_menu.py
+%%PYTHON_SITELIBDIR%%/rednotebook/gui/insert_menu.pyc
+%%PYTHON_SITELIBDIR%%/rednotebook/gui/insert_menu.pyo
 %%PYTHON_SITELIBDIR%%/rednotebook/gui/main_window.py
 %%PYTHON_SITELIBDIR%%/rednotebook/gui/main_window.pyc
 %%PYTHON_SITELIBDIR%%/rednotebook/gui/main_window.pyo
@@ -88,8 +94,6 @@
 %%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-48.png
 %%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-64.png
 %%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-14.png
-%%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-85.png
-%%PYTHON_SITELIBDIR%%/rednotebook/images/rednotebook-icon/rn-96.png
 %%PYTHON_SITELIBDIR%%/rednotebook/images/bulletlist.png
 %%PYTHON_SITELIBDIR%%/rednotebook/images/date.png
 %%PYTHON_SITELIBDIR%%/rednotebook/images/formula.png
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Jason Helfman freebsd_committer freebsd_triage 2013-01-02 07:20:05 UTC
State Changed
From-To: open->closed

Committed. Thanks!