Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
have problems with double-parens expressions that are not arithmetic
expressions of a particular form. Adding a space between the two parens
seems to get over the problem in configure.
- fix for an issue when saving a new file
- more useful status bar
- improved properties dialog
- support for use as a UNIX filter
- new generic UNIX filtering tool, filter(1)
- manual pages available for both editor(1) and filter(1)
- cleaner build with Gtk+ >= 3.0
- additional usability fixes
Patch changes are from Iain Morgan. Beyond that, I have:
omitted changing patches for line # and ~/orig nits
used INSTALLATION_DIRS for share/doc/nedit
I sent mail to upstream about the patches. After all, the distfile is
just about 9.5 years old, so surely they are due for at least a point
release.
2014-03-20 Yevgen Muntyan <emuntyan@users.sourceforge.net>
* === Released 1.2.0 ===
Updated Spanish translation by Eulogio Serradilla.
New Polish translation by Piotr Orzechowski.
Fixed a bug in parsing grep output for UNC paths on windows.
Updated syntax highlighting definitions.
Fixed compilation with new glib and gcc.
Exposed more functionality, in particular the output pane, to scripts.
Finally made file completion case-insensitive on windows.
Highlights:
- Implement regular expression search (Sébastien Wilmet)
- Use the GtkSourceView search and replace API (Sébastien Wilmet)
- Deprecate the gedit search and replace API (Sébastien Wilmet)
- Display the number of search occurrences and the current occurrence position
in the search entry (Ignacio Casal Quinteiro, Sébastien Wilmet)
- Fix tab groups (Garrett Regier)
- Fix clicking on replace dialog buttons (Sébastien Wilmet)
- Add new Highlight Mode dialog (Ignacio Casal Quinteiro)
- Allow shell quotes in commands from Run Command tool (Adam Dingle)
- Use widget templates (Ignacio Casal Quinteiro, Paolo Borelli)
- Use revealer to animate the search bar and the notification bars (Ignacio Casal Quinteiro)
- Port to GtkApplication (Paolo Borelli, Ryan Lortie, Ignacio Casal Quinteiro)
- Port to python 3 (Ignacio Casal Quinteiro)
- Translation updates
For full release notes see:
https://git.gnome.org/browse/gedit/tree/NEWS?id=3.10.4
Changes from upstream (snipped, full changelog at http://www.lyx.org/announce/2_0_7.txt):
** Bug fixes:
*************
* DOCUMENT INPUT/OUTPUT
- Fix garbage in document export (and maybe other places) by making encoding
conversions thread-safe (bug 8854).
- Fix output of ulem commands (underline etc.) which was broken as of
LyX 2.0.6 (bug 8733).
- Fix problem with unbalanced braces in XeTeX output (bug 8765).
- Fix problems with unbalanced braces with a secondary CJK language
(bug 8215).
- Fix state of certain language packages (polyglossia, japanese) in
child documents (bug 8770).
- Fix compilation of documents containing chemical equations and math
integrals (bug 8731).
- Fix compilation with nested ("sub") custom floats.
- Fix import of CSV-files.
* LYXHTML
- Fix random character inserted as year modifier in author-year citations.
* BUILD/INSTALLATION
- Add support for automake 1.13.
- Fix compilation with clang LLVM compiler.
- Fix Qt tools search when a Qt directory has been specified.