diff options
author | jgh <jgh@FreeBSD.org> | 2013-01-02 15:17:39 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-01-02 15:17:39 +0800 |
commit | ec43369980ac66a462f52108d2a685854c726133 (patch) | |
tree | 9554c2d951ca8146c99149a81d9f4dbeb54b3a23 /deskutils | |
parent | afd45d43f2a1a2babb65e8718697287388fbb09d (diff) | |
download | freebsd-ports-gnome-ec43369980ac66a462f52108d2a685854c726133.tar.gz freebsd-ports-gnome-ec43369980ac66a462f52108d2a685854c726133.tar.zst freebsd-ports-gnome-ec43369980ac66a462f52108d2a685854c726133.zip |
- 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
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/rednotebook/Makefile | 2 | ||||
-rw-r--r-- | deskutils/rednotebook/distinfo | 4 | ||||
-rw-r--r-- | deskutils/rednotebook/pkg-plist | 8 |
3 files changed, 9 insertions, 5 deletions
diff --git a/deskutils/rednotebook/Makefile b/deskutils/rednotebook/Makefile index 1ba2abf73392..736299cb7502 100644 --- a/deskutils/rednotebook/Makefile +++ b/deskutils/rednotebook/Makefile @@ -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 diff --git a/deskutils/rednotebook/distinfo b/deskutils/rednotebook/distinfo index dbb2a71c96a9..f7c244f4e386 100644 --- a/deskutils/rednotebook/distinfo +++ b/deskutils/rednotebook/distinfo @@ -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 diff --git a/deskutils/rednotebook/pkg-plist b/deskutils/rednotebook/pkg-plist index 8b3be9e66c6e..12120528bddf 100644 --- a/deskutils/rednotebook/pkg-plist +++ b/deskutils/rednotebook/pkg-plist @@ -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 |