Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jan 2013 07:17:40 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309801 - head/deskutils/rednotebook
Message-ID:  <201301020717.r027HerQ038673@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301020717.r027HerQ038673>