Commit graph

2140 commits

Author SHA1 Message Date
rillig
6e2bfc1733 Fixed PKGMANDIR. 2007-01-07 00:18:43 +00:00
rillig
af164df143 The package works again.
Fixed pkglint warnings.
2007-01-06 14:59:40 +00:00
ghen
05ec607148 Update to texmaker-1.4.
* Spell checker has been added (aspell is required).
* The main pstricks commands can be inserted with just one click.
* Brace matching has been integrated in the editor.
* The support for the "\[ \]" math mode has been added to the syntax
  highlighter.
* Some bugs has been fixed (replace dialog, close event...)
2007-01-02 11:27:42 +00:00
joerg
d26cf36e57 - fine grained X11 dependencies for packages which have either USE_IMAKE
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
  via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
  in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
  C++ for compilation without including the proper headers

Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-27 13:37:35 +00:00
obache
55b113c2b2 Variable `EMACSVERSION' used but not defined. 2006-12-23 16:16:40 +00:00
wiz
c128b26ba2 CHECK_WRKREF_SKIP wants a relative path nowadays. 2006-12-19 18:21:10 +00:00
wiz
daaa3f4f7b Set INCOMPAT_CURSES.
This package fails in bulk builds up to at least NetBSD-3.1;
but I can build it on 4.99.6. Assume curses in NetBSD-2* and NetBSD-3*
are not good enough. Feel free to make the selection more specific.
2006-12-19 18:20:21 +00:00
joerg
58c3144236 Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
2006-12-15 20:32:52 +00:00
drochner
18e933642e update to 4.2.2
changes:
-bugfixes
-translation updates
2006-12-15 20:02:34 +00:00
drochner
2e8e02fd41 update to 1.0.6.7
changes:
Better LaTeX export of elsart style and other fixes in the LaTeX converter
Several minor improvements in the graphical mode
Fixes for Maxima 5.10.0
2006-12-15 19:24:30 +00:00
martti
71e6a7aeea Updated editors/vim-share to 7.0.178
1498  7.0.175  tr() didn't add a final NUL
  1781  7.0.176  ":emenu" isn't executed directly, breaks the crypt key prompt
  4292  7.0.177  key from mapping at press-enter prompt would be remapped
  1565  7.0.178  comparing utf-8 strings with 'ic' may look past NUL bytes
2006-12-12 06:39:16 +00:00
dogcow
6687c8d803 Patches to avoid lvalue casting. Fixes PR/35179 and issues with gcc4.
No new functionality.
2006-12-12 03:37:30 +00:00
joerg
6da0a0827d buildlink3.mk should not include things not used by the main package.
Unbreaks wrapper phase in security/seahorse-gedit.
2006-12-06 19:02:57 +00:00
joerg
7501a8173a Require perl at run time and bump revision. 2006-12-06 17:08:07 +00:00
joerg
c8847db9f3 CHECK_WRKREF_SKIP is already relative to PREFIX. 2006-12-06 16:42:20 +00:00
joerg
30b78555ae CHECK_WRKREF_SKIP takes relative names. 2006-12-06 15:03:49 +00:00
joerg
49479e4b9c Look in wchar.h for mbstate_t, not machine/ansi.h. The latter is quite
NetBSD specific. If that creates problem on older NetBSD, maybe the test
should be conditionalized for NetBSD instead.
2006-12-06 14:45:42 +00:00
martti
3b898ad9ac 7.0.174 2006-12-05 08:14:35 +00:00
martti
1404c58276 Updated editors/vim-share to 7.0.174
1812  7.0.169  Visual block highlighting not removed for "I" and "A"
  2545  7.0.170  (extra) Win32: un-maximizing and tab pages line problem
 14457  7.0.171  (extra) VMS: problem with file names with multiple paths
  2389  7.0.172  crash when recovering a file and quitting hit-enter prompt
  1703  7.0.173  ":call f().TT()" doesn't work
  2838  7.0.174  ":mksession" doesn't restore tab page window layout properly
2006-12-05 08:13:33 +00:00
markd
3b7402c012 Update kile to 1.9.3
version 1.9.2-> 1.9.3
Fixes:
 - Recognize escaped chars in \newcommand.
 - Use KPDF as embedded viewer for quick preview, because KPDF can
   remember current settings.
 - Bugs in tabular wizard, when merging, breaking and merging again some
   cells
 - Quote replacement should not happen inside verbatim/verb environment
 - Fix bug in tabular wizard, when breaking some multicolumn cells
 - Don't use default permissions for backup file
 - Fix bug in syntax highlighting: mathmode in optional parameter
 - Allow tools with brackets in the configuration string also in sequence
   tools, fixed also the crash which hid the bug.
 - One fix in latex-document-cwl and color.cwl
 - Fix crash when adding a file to a project (with no open documents)
   which contains an undefined reference
 - Improve the logic for closing environments
 - Don't treat \\[foo] as a math environment
 - Remove selected text also if we insert a "

Feature:
 - Prepared the latex syntax file for beamer commands
2006-12-03 04:33:08 +00:00
joerg
fe49913a55 Fix some more missing includes of unistd.h. Fix a long standing
problem with the build on DragonFly:
/usr/libexec/binutils215/elf/ld: : No such file: No such file or directory
is not a very helpful message to trace down to a spurious comma.
I'm not sure how this built at all on other platforms.
2006-11-29 13:11:49 +00:00
martti
731c5bf53c Updated editors/vim-share to 7.0.168
4306  7.0.163  can't get the position of a sign over the netbeans interface
  1518  7.0.164  ":redir @+" doesn't work
  2284  7.0.165  using CTRL-L to add to a search pattern fails for some chars
  1865  7.0.166  crash with cscope when a file descriptor is NULL
  1942  7.0.167  can't redefine a function in a dictionary
  2224  7.0.168  reading uninitialized memory and a memory leak in recovery
2006-11-26 09:02:20 +00:00
ghen
7acb81c039 Enable "ipfilter" syntax highlighting for ipf6.conf as well. Bump PKGREVISION. 2006-11-23 12:36:08 +00:00
markd
94bb7c62b9 Remove sourceforge from MASTER_SITES. Most recent version there is 2.4.1. 2006-11-16 02:31:48 +00:00
joerg
a17961b25c DESTDIR support. 2006-11-14 14:26:46 +00:00
reed
c654ff71d6 Use PKGMANDIR for man symlinks.
Use libXpm buildlink3 instead of xpm. Should be no change for
default setup because that points to xpm anyways.

This needed X intrinsic's headers, so also include on libXt/buildlink3.mk.
Also no change as in non-modular pkgsrc usage it will include
x11.buildlink3.mk instead.
2006-11-13 17:56:38 +00:00
martti
6d25515728 Reduce number of downloaded patch files by downloading 7.0.001-100.gz 2006-11-13 10:42:49 +00:00
reed
291893136f Update to version 1.4.3.
Also replace "python" with real path to python in more files.
NOTE: this is not complete a few more files still have "python"
hard-coded.

The release notes says: "This is a bug fix release that improves
stability and MS Windows support. Notable new features include:
* The windows port does not need a MSys (unix-like tools) installation
anymore.  * A new function inset-dissolve has been added to delete
an text inset and put its contents in the enclosing text; this can
be accessed (like in the math editor) by pressing Backspace at the
start of an inset, or Delete at the end.  * Many crashes have been
fixed, in particular for systems based on gcc 4.1.  All current
1.4.x users are encouraged to upgrade to this version."
2006-11-10 17:48:48 +00:00
tv
b16e61f08a Use find -print | xargs rather than find -exec. 2006-11-10 16:50:54 +00:00
drochner
a8cb700283 update to 2.16.2
changes:
-bugfixes
-translation updates
2006-11-09 21:03:38 +00:00
drochner
1460bec2e7 update to 1.0.6.6
changes:
-Clean mathematical types and routines for graphics
-Detection of intersections in graphical mode
-Several bug fixes
2006-11-09 21:01:45 +00:00
adam
c699577c25 Changes 2.4.6:
* Bug-fix release, see ChangeLog for details
2006-11-09 15:40:37 +00:00
adam
b5216d3f82 Changes 2.4.6:
* Bug-fix release, see ChangeLog for details
2006-11-09 15:25:32 +00:00
martti
fe10851a74 Updated editors/vim-share to 7.0.162
4356  7.0.153  crash with cscope when temp file can't be opened
  1727  7.0.154  when 'foldnextmax' is negative Vim could hang
  5872  7.0.155  when getchar() returns a mouse button the position is unknown
 21499  7.0.156  (extra) Vim doesn't compile on Amiga OS4
  3594  7.0.157  profiling info was bogus for a recursively called function
  1485  7.0.158  cursor in closed fold after adding new line
  2455  7.0.159  not enough information for an I/O error in the swap file
  9446  7.0.160  ":@a" echoes the command
  6639  7.0.161  (extra) Win32: window and tabline menu may use wrong encoding
  5819  7.0.162  doesn't exit with "vim -o a b" and abort at ATTENTION prompt
2006-11-08 07:54:12 +00:00
joerg
b92294246f DESTDIR support and switch to modular buildlinks. 2006-11-06 11:08:37 +00:00
wiz
3c075b9609 CHECK_WRKREF_SKIP paths seem to relative to ${PREFIX} now, adapt. 2006-11-03 07:01:42 +00:00
markd
5ced9ef456 Don't clobber START_FILES in m/pmax.h.
Should fix PR pkg/26679.
2006-11-01 11:18:20 +00:00
schwarz
36421175dd - make sure buildlink does not kill path to Mac OS X heraders
- use -f option to remove files in order to cope with permission issues
2006-10-27 16:26:33 +00:00
martti
f24a02668e Updated editors/vim-share to 7.0.152
1463  7.0.145  (after 7.0.142) compiler warning
  4308  7.0.146  opening file for quickfix may ignore windows already open
  8181  7.0.147  session file can be wrong when there are multiple tab pages
  1710  7.0.148  no error message for ":call d.foo()" when "foo" doesn't exist
  5277  7.0.149  when resizing windows scrolling is not done in the best way
  2416  7.0.150  when resizing the Vim window scrollbinding doesn't work
  1932  7.0.151  button order in GTK file dialog is different from Gnome rules
  2279  7.0.152  crash when using lesstif 2
2006-10-25 07:03:23 +00:00
rillig
3bde06ab4e The emacs binary may have the build path embedded. 2006-10-24 08:48:36 +00:00
drochner
93fd7a1f8e support maxima-5.10, from a post to the maxima mailing list
by Andrey Grozin
bump PKGREVISION
2006-10-23 09:42:23 +00:00
martti
f8ed8dd3d5 Updated editors/vim-share to 7.0.138
* download and extract vim-7.0-extra.tar.gz so that previously unused patches
  can be applied and that all future patches will apply without errors

  1579  7.0.005  (extra) Win32: uninstall didn't delete spell and autoload dirs
  1347  7.0.006  Mac: "make shadow" didn't link infplist.xml
  1344  7.0.027  (extra) Win32: hang on exit when compiled with SNiFF+
  3014  7.0.028  (extra) OS/2: compilation problem
  1424  7.0.032  (extra, after 7.0.027) missing semicolon
  1741  7.0.045  (extra) Win32: MSVC 2005 compiler warnings for OLE version
  1779  7.0.057  (extra, after 7.0.45) compilation trouble with Borland C 5.5
  1750  7.0.065  (extra) Mac: horizontal scroll wheel caused vertical scroll
  6819  7.0.074  (extra) Win32: tooltips can be in the wrong encoding
  2583  7.0.108  (extra) Amiga: compilation error for mch_mkdir()

* changes since 7.0.121

  2865  7.0.122  only half of double-wide bold character may be drawn
  4200  7.0.123  SCO Openserver: configure selects the wrong terminal library
  2376  7.0.124  window-local variables from getwinvar() are for current window
  2335  7.0.125  '< and '> marks were set before Visual mode finishes
  2112  7.0.126  undo could be wrong when 'formatexpr' uses setline()
  2605  7.0.127  crash when swap file has invalid timestamp
  2246  7.0.128  GUI: display not updated when cancelling exit dialog
  2884  7.0.129  GTK GUI: avoid GTK bug concerning directory for file dialog
  5509  7.0.130  (extra) MS-DOS, MS-Windows: may get stuck using a device name
  2632  7.0.131  Win32: "vim -r" does not find swap files starting with a dot
  2163  7.0.132  (after 7.0.130) crash when reading from stdin
  3189  7.0.133  too many messages in history when searching included files
  2290  7.0.134  crash when trying to compare recusively looped List or Dict
 10022  7.0.135  crash in garbage collector with recusively looped List/Dict
  1703  7.0.136  CursorMoved not triggered when inserting a line
  2746  7.0.137  configure check for big features is wrong
 12174  7.0.138  (extra) Mac: modifiers keys don't work with function keys
  2044  7.0.139  undo info missing when using CTRL-PageUp in Insert mode
  2235  7.0.140  (after 7.0.134) comparing list/dict with itself is inefficient
  6513  7.0.141  extra CR when pasting with the mouse on the command line
  2075  7.0.142  middle mouse button didn't work right in Select mode
  1531  7.0.143  setting 'scroll' to its default value didn't work correctly
  5584  7.0.144  pattern matching may do wrong pointer computations
2006-10-17 18:31:18 +00:00
seb
86c87ac072 Pass CHECK_WRKREF check: do not let the path on the perl tool wrapper script
be embedded in the installed share/vim/vim70/tools/efm_perl.pl script;
make this script interpreter be '${SETENV} perl' hence avoiding a run-time
package dependency on perl.

Approved by MAINTAINER.
2006-10-17 11:43:14 +00:00
markd
f2d8b7b7aa Fix "test ==" 2006-10-17 08:26:16 +00:00
martti
d0b0c63262 Fix test == 2006-10-16 17:00:29 +00:00
rillig
0704f6a523 Fixed "test ==". 2006-10-15 21:34:09 +00:00
rillig
e0461a6624 Fixed "test ==". 2006-10-14 02:18:37 +00:00
martti
c7ee727d3c Added optional ruby support (from Matthias-Christian Ott in a private mail)
Updated to 7.0.121

  2952  7.0.092  (after 7.0.082) list of internal function args is obsolete
  2320  7.0.093  matchparen plugin can't handle some values of 'matchpairs'
  2394  7.0.094  fileinfo message is given too often after ":buf N"
 52575  7.0.095  Greek tutor is not available in utf-8
  2561  7.0.096  taglist() does not use path of tags file
  2617  7.0.097  tab pages line was not updated for ":tabclose N"
  2196  7.0.098  redirection didn't work inside cmdline completion
  2189  7.0.099  GUI: scrolling causes problems for the popup menu
  2086  7.0.100  "zug" may report the wrong filename
  2732  7.0.101  "zw" mostly doesn't work; "zg" may create wrong directory
  1634  7.0.102  redraw problem in cmdline when using SCIM
  1617  7.0.103  (after 7.0.101) compiler warning for uninitialized variable
  2522  7.0.104  CursorHold[I] may trigger when it is not wanted
  1513  7.0.105  during incremental search the ruler is not updated
  5102  7.0.106  spell popup menu may have side effects
  1805  7.0.107  tab pages line was not redrawn when using 'incsearch'
  1923  7.0.109  Lisp indenting gets confused by an escaped quote in a string
  2557  7.0.110  Amiga: Compilation problems when not using libnix
 10411  7.0.111  gzip plugin can't handle file names with special characters
  2687  7.0.112  Python interface doesn't compile with Python 2.5
  1878  7.0.113  crash when using CTRL-L in Insert mode completion
  1964  7.0.114  get extra undo point when using CTRL-C to abort Insert mode
  2339  7.0.115  missing some matches when Insert mode completion ignores case
  1508  7.0.116  MS-Windows: :version reported 32 bits for 64 bits systems
  5028  7.0.117  problem when mixing keepend and extend in syntax highlighting
  1529  7.0.118  printf() doesn't allow zero padding for strings
  1412  7.0.119  CursorHold event is not triggered when leaving Insert mode
  1780  7.0.120  crash when using getreg('=') in the = register
  1549  7.0.121  GUI: dragging last status line doesn't work with text tabline
2006-10-09 11:53:30 +00:00
rillig
a78b3a9c43 Updated emacs-packages to 0.7, since mail/mew3 does not exist anymore. 2006-10-09 01:07:07 +00:00
adam
b73b6e9300 Fix a problem with fontconfig 2.4.x; revision bump 2006-10-05 10:49:23 +00:00
wiz
f5b8945cb9 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
rillig
ed7f331a1f Moved the pkgsrc substitutions before the configure stage, so they
actually take effect. Bumped PKGREVISION.
2006-10-03 05:30:04 +00:00
obache
bb1584e095 Add some missing entry. 2006-09-30 12:25:39 +00:00
obache
db343a1947 Some forgotten renumbering 19->27. 2006-09-30 12:24:45 +00:00
joerg
9282586186 When building GTK2 frontend, depend on pkg-config. 2006-09-24 13:43:21 +00:00
joerg
90da5a1992 When checking for gettimeofday, don't create a fake prototype which is
guarantied to clash with the system version. Better would be to stop
using C++ for the test, but that's a lot more work.
2006-09-19 22:03:54 +00:00
hira
1447455984 Add missing RCS Id. 2006-09-16 15:29:35 +00:00
jmmv
f190ea92a4 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.
2006-09-16 12:20:32 +00:00
jmmv
33187b9e2c Update to 2.16.0:
============
gedit 2.16.0
============

Fixes
=====
- Filebrowser plugin fixes (Jesse van den Kieboom)

Documentation
=============
- Manual now covers basic usage of the file browser plugin (Joachim Noreiko)

New and updated translations
============================
- Runa Bhattacharjee (bn_IN)
- Jamil Ahmed (bn)
- Iñaki Larrañaga Murgoitio (eu)
- Robert-André Mauchin (fr)
- Ankit Patel (gu)
- Rajesh Ranjan (hi)
- Gabor Kelemen (hu)
- Jovan Naumovski (mk)
- Ani Peter (ml)
- Subhransu Behera (or)
- Leonardo Ferreira Fontenelle (pt_BR)
- Duarte Loreto (pt)
- Nickolay V. Shmyrev (ru)
- Горан Ракић (sr)
- Felix (ta)
- Theppitak Karoonboonyanan (th)
- Clytie Siddall (vi)
- Woodman Tuen (zh_HK, zh_TW)

============
gedit 2.15.9
============

New features and fixes
======================
- Use proper preference when a modeline is changed (Steve Frécinaux)
- Ensure correct lifecycle of objects in python plugins (Paolo Borelli)
- Filebrowser plugin fixes (Jesse van den Kieboom)
- Proper error handling for remote file save (Paolo Borelli, Paolo Maggi)
- Improve save on close for read-only files (Paolo Maggi)
- Handle remote zero length files correctly (Paolo Borelli)
- Make sure the document is editable after printing (Paolo Maggi)
- Consider the mime-type hierarchy to choose the syntax highlighting (Paolo M.)
- Initialize gnome authentication manager before plugins (Jesse van den Kieboom)
- Misc improvements and bugfixes

Documentation
=============
- User manual now covers External Tools, Python Console, and
  Modelines plugins (Joachim Noreiko)
- Chunking depth changed (Joachim Noreiko)

New and updated translations
============================
- Alexander Shopov (bg)
- Funda Wang (zh_CN)
- Hendrik Richter (de)
- Ilkka Tuohela (fi)
- Ivar Smolin (et)
- Jordi Mas i Hernandez (ca)
- Josep Puigdemont i Casamajó (ca)
- Leonid Kanter (ru)
- Raivis Dejus (lv)
- Rajesh Ranjan (hi)
- Žygimantas Beručka (lt)


============
gedit 2.15.8
============

New features and fixes
======================
- Update documentation (Joachim Noreiko)
- Drop executable permissions from backup files (Paolo Maggi)
- Support for UTF-16LE, UTF-16BE and UTF-32 (Paolo Maggi)
- Fix translations of some plugins (Steve Frécinaux)
- Plug some memory leaks (Paolo Borelli)
- Fix another crash in GtkRecents code (Paolo Borelli)
- Misc improvements and bugfixes

New and updated translations
============================
- Ahmad Riza H Nst (id)
- Ani Peter (ml)
- Ankit Patel (gu)
- Daniel Nylander (sv)
- Francisco Javier F. Serrador (es)
- Funda Wang (zh_CN)
- Gabor Kelemen (hu)
- Ivar Smolin (et)
- Jovan Naumovski (mk)
- Matic Žgur (sl)
- Runa Bhattacharjee (bn_IN)
- Satoru SATOH (ja)
- Theppitak Karoonboonyanan (th)
- Tino Meinen (nl)
- Wouter Bolsterlee (nl)


============
gedit 2.15.7
============

New features and fixes
======================
- Preserve xattrs when saving (James Antill)
- Fix autospell menu item state (Paolo Borelli)
- Fix crash in GtkRecents code (Paolo Borelli)
- Misc improvements and bugfixes

New and updated translations
============================
- Clytie Siddall (vi)
- Ilkka Tuohela (fi)
- Ivar Smolin (et)
- Jovan Naumovski (mk)
- Kjartan Maraas (nb)
- Leonid Kanter (ru)
- Matic Žgur (sl)
- Maxim Dziumanenko (uk)
- Rahul Bhalerao (mr)
- Satoru SATOH (jp)


============
gedit 2.15.6
============

New features and fixes
======================
- Use GtkRecent for recent files support (Paolo Borelli)
- Raise the existing document when reopening a file (Paolo Maggi)
- File browser plugin bugfixes (Jesse van den Kieboom)
- Misc improvements and bugfixes

New and updated translations
============================

- Rahul Bhalerao (mr)
- Jakub Friedl (cs)
- Inaki Larranaga (eu)
- Ani Peter (ml)
- Ankit Patel (gu)
- Francisco Javier F. Serrador (es)
- Theppitak Karoonboonyanan (th)
- Jovan Naumovski (mk)
- Young-Ho Cha (ko)
- Chao-Hsiung Liao (zh_HK)
- Chao-Hsiung Liao (zh_TW)
- Kjartan Maraas (nb)
- Funda Wang (zh_CN)
- Jochen Skulj (de)
- Rhys Jones (cy)
- Ivar Smolin (et)
- Ilkka Tuohela (fi)
- Ahmad Riza H Nst (id)
- Tino Meinen (nl)


============
gedit 2.15.5
============

New features and fixes
======================
- File browser sidepane plugin (Jesse van den Kieboom)
- Documentation updates (Joachim Noreiko)
- Misc improvements and bugfixes

New and updated translations
============================

- Ahmad Riza H Nst (id)
- Benoît Dejean (fr)
- Daniel Nylander (sv)
- Dzongkhalinux team (dz)
- Funda Wang (zh_CN)
- Gabor Kelemen (hu)
- Josep Puigdemont i Casamajó (ca)
- Robert-André Mauchin (fr)


============
gedit 2.15.4
============

New features and fixes
======================
- Bindings for gedit_commands_* API for plugins (Jesse van den Kieboom)
- Small snippets bugfixes (Jesse van den Kieboom)
- Small fixes to the search/replace dialog/menu (Paolo Maggi)
- Fix cropped close buttons (Paolo Borelli, Steve Frécinaux)
- Added global lockdown functionality (Steve Frécinaux)
- Misc improvements and bugfixes

New and updated translations
============================
- Alexander Shopov (bg)
- Ankit Patel (gu)
- Francisco Javier F. Serrador (es)
- Hendrik Richter (de)
- I. Felix (ta)
- Ilkka Tuohela (fi)
- Inaki Larranaga (eu)
- Jakub Friedl (cs)
- Kjartan Maraas (nb)
- Raivis Dejus (lv)
- Rajesh Ranjan (hi)
- Rostislav Raykov (bg)
- Runa Bhattacharjee (bn_IN)
- Simos Xenitellis (el)
- Theppitak Karoonboonyanan (th)
- Thierry S. Randrianiriana (mg)

============
gedit 2.15.3
============

New features and fixes
======================
- New gedit_commands_* API for plugins (Paolo Maggi)
- Snippets support for space indentation (Jesse van den Kieboom)
- gtk-doc enabled Plugin API documentation (Steve Frécinaux)
- Next/Previous menu items (Paolo Maggi)
- C/Python plugin skeleton generator (Steve Frécinaux)
- Snippets plugin enhancements and fixes (Jesse van den Kieboom)
- Misc improvements and bugfixes

New and updated translations
============================
- Alexander Shopov (bg)
- Ankit Patel (gu)
- Clytie Siddall (vi)
- Francisco Javier F. Serrador (es)
- Kjartan Maraas (nb)
- Ignacio Casal Quinteiro (gl)
- Jakub Friedl (cs)
- Pema Geyleg (dz)
- Priit Laes (et)
- Theppitak Karoonboonyanan (th)

============
gedit 2.15.2
============

New features and fixes
======================
- Fix Spellchecker to work with Arabic (Mohammed Sameer)
- New layout for Plugin Manager (Steve Frécinaux)
- Add support for custom plugin icons (Steve Frécinaux)
- Snippets plugin enhancements and fixes (Jesse van den Kieboom)
- Python bindings: gedit.utils functions and API cleanup (Steve Frécinaux)
- Misc bugfixes

New and updated translations
============================
- Ankit Patel (gu)
- Chao-Hsiung Liao (zh_HK, zh_TW)
- Francisco Javier F. Serrador (es)
- Ignacio Casal Quinteiro (gl)
- Kjartan Maraas (nb)

============
gedit 2.15.1
============

New features and fixes
======================
- Improve plugin selection UI (Steve Frécinaux)
- Improvements and bugfixes to the snippets plugin (Jesse Van Den Kieboom)
- misc bugfixes

New and updated translations
============================
- Ankit Patel (gu)
- Åsmund Skjæveland (nn)
- Clytie Siddall (vi)
- Francisco Javier F. Serrador (es)
- Ignacio Casal Quinteiro (gl)
- Ihar Hrachyshka (be)
- Ivar Smolin (et)
- Jérémy Ar Floc'h (br)
- Josep Puigdemont Casamajó (ca)
- Ole Laursen (da)
- Pema Geyleg (dz)
- Vladimer Sichinava (ka)
2006-09-15 15:21:49 +00:00
jmmv
d4ea8d53b3 Update to 2.16.0:
2006-09-05  Fernando Herrera  <fherrera@onirica.com>

	* configure.in: Release 2.16.0

2006-08-07  Fernando Herrera  <fherrera@onirica.com>

	* configure.in: Release 2.15.91
	* Makefile.am: added missing m4 subdir

2006-08-07  Kjartan Maraas  <kmaraas@gnome.org>

	* .cvsignore:
	* Makefile.am:
	* configure.in:
	* docs/.cvsignore:
	* docs/C/gconf-editor.xml:
	* docs/Makefile.am: Port to gnome-doc-utils. Patch from
	Don Scorgie. Closes bug #346919.

2006-08-07  Kjartan Maraas  <kmaraas@gnome.org>

	* src/gedit-output-window.c: (my_popup_handler),
	(gedit_output_window_init): Port to gtk+ from deprecated
	libgnomeui API. Kristof Vansant. Closes bug #166882.

2006-07-23  Luca Ferretti  <elle.uca@libero.it>

	* autogen.sh: add "USE_COMMON_DOC_BUILD=yes", fix bug # 348238

2006-07-11  Kjartan Maraas  <kmaraas@gnome.org>

	* autogen.sh: Convert to use gnome-autogen.sh. Fixes
	bug #341344. Patch from Frederic Peters.

2006-05-19  Fernando Herrera  <fherrera@onirica.com>

	* docs/de/gconf-editor-de.omf: Converted to UTF-8
	(pointed by Kjartan Maraas)

2006-05-09  Fernando Herrera  <fherrera@onirica.com>

	* configure.in:
	* src/main.c: (main): Port to GOption. Patches and code from
	Paolo Borelli, Christian Persch and Kristof Vansant. Fixes
	bugs #335032 and #320390.

2006-05-09  Brian Pepple  <bdpepple@gmail.com>

	* po/LINGUAS: New file listing all supported languages.
	* configure.in: Use po/LINGUAS instead of including all languages
	directly in this file. See the wiki for more information:
	http://live.gnome.org/GnomeGoals/PoLinguas

2006-05-09  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-search.c: (gconf_tree_model_search_iter_foreach):
	Show search results when more than one has been found on the
	path. Fixes #339316

2006-05-09  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-editor-window.c:
	(gconf_editor_window_popup_error_dialog),
	(gconf_editor_window_go_to):
	* src/main.c: (main): remove invalid_arg_error_dialog. Reuse
	gconf_editor_window_popup_error_dialog and made this dialog HIG
	compliant. Patch from Kristof Vansant. Fixes #340241

2006-05-09  Fernando Herrera  <fherrera@onirica.com>

	* configure.in: version 2.15.0

2006-04-27  Wouter Bolsterlee  <uws+gnome@xs4all.nl>

	* src/main.c: Call gnome_accelerators_sync() to save the keyboard
	shortcuts on exit. Fixes bug #162902.

2006-04-21  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

	* configure.in:
	* docs/fr/Makefile.am:

	Adding missing docs/fr/Makefile.am .

2006-04-17  Benoît Dejean  <benoit@placenet.org>

	* docs/Makefile.am:
	* docs/fr/*:

	Added French translation.

2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Remove obsolete entry for no_NO.
	* po/no.po: And the translation.

2006-03-27 Vladimer Sichinava  <vlsichinava@gmail.com>

        * configure.in: Added "ka" (Georgian) to ALL_LINGUAS

2006-03-26  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

	* configure.in: Adding "de" documentation entry.
	* docs/de/Makefile.am: Fixing build (#336005).

2006-03-25  Christian Neumair  <chris@gnome-de.org>

	* docs/Makefile.am: (SUBDIRS): Add "de". Thanks to Keywan Najafi
	Tonekaboni.

2006-03-22  Tommi Vainikainen  <thv@iki.fi>

	* configure.in (ALL_LINGUAS): Added Dzongkha (dz).

2006-03-20  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-editor-window.c: (gconf_editor_gconf_value_changed): Fix
	memory corruption. GconfValue should be freed with gconf_value_free
	not with g_free.
	* src/gconf-list-model.c: (gconf_list_model_notify_func): Fix a tiny
	leak.
	Patch from Paolo Borelli. Closes bug #332931.
2006-09-15 15:21:40 +00:00
jmmv
c36f708a80 Update to 4.2.0:
============
Dasher 4.2.0
============
  * Translations
  * Documentation update
  * Bugfixes

============
Dasher 4.1.10
============
  * Minor update to UI
  * Bugfixes
  * Updated translations

============
Dasher 4.1.9
============
  * Bugfixes

============
Dasher 4.1.8
============
  * Improvements to dynamic button modes
  * Many bugfixes

============
Dasher 4.1.7
============
  * One line bugfix repairing build without GNOME a11y support

============
Dasher 4.1.6
============
  * Redesigned preferences dialogue
  * Updated two button dynamic mode
  * Bugfixes

============
Dasher 4.1.5
============
  * Internal release

============
Dasher 4.1.4
============
  * Bugfixes etc.

============
Dasher 4.1.3
============
  * Internal release

============
Dasher 4.1.2
============
  * Various bugfixes
  * Improved interaction with desktop environment

============
Dasher 4.1.1
============
  * Fixes to build system

============
Dasher 4.1.0
============
  * Considerable internal rewriting
  * Introduction of 'application styles' - the aim here is to improve
    integration with the desktop.
  * Improved button control.
  * Improved support for Hiragana to Kanji conversion.
  * Prototype support for the Maemo environment as used on the Nokia N770.
  * Many bug fixes
  * And anything else I've forgotten...
2006-09-15 15:20:56 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
martti
49464c3f98 Updated editors/vim-share to 7.0.91
2799  7.0.077  crash when unletting a v: variable
  1968  7.0.078  there are two error messages called E46
 51669  7.0.079  vimtutor doesn't work for Russian when 'encoding' is utf-8
  1759  7.0.080  compile error when CFLAGS contains a backslash
  2043  7.0.081  command line completion doesn't work for ":!/path"
  2850  7.0.082  crash when using List or Dict argument and waiting for input
  3001  7.0.083  mouse doesn't work for all entries with inputlist()
  5968  7.0.084  garbage collection may free Lists and Dicts still in use
  1512  7.0.085  running tests changes the viminfo file
  2379  7.0.086  getqflist() uses number zero for empty pattern and text
  7382  7.0.087  'acd' doesn't work for ":file fname" and ":saveas fname"
  3066  7.0.088  generated prototypes have "extern" when build with Perl
  2445  7.0.089  "ga" gave wrong results for non-Unicode multi-byte encoding
  2486  7.0.090  need to type Esc twice in console confirm() dialog
  1698  7.0.091  winrestview() may leave cursor in the wrong position
2006-09-08 06:18:28 +00:00
tron
0d9e9ca332 Remove Mario Kemper as maintainer of these package on his request. 2006-09-06 15:38:32 +00:00
martin
a1fbef7957 Update to 21.5.27.
This fixes PR 34197.
2006-09-04 09:20:51 +00:00
wiz
776a05be72 Reset maintainer for people who lost their commit bit. 2006-09-03 00:56:28 +00:00
martti
68ac4f1a0e Updated editors/vim-share to 7.0.76
1534  7.0.043  "%!" at start of 'statusline' didn't work
  5277  7.0.044  Perl: changing a line in a non-current buffer may not work
  2318  7.0.046  the matchparen plugin didn't handle parens in single quotes
  2219  7.0.047  the exit status of the configure script can be wrong
  2173  7.0.048  the gzip plugin can't handle file names that have a paren
  2221  7.0.049  some Tcl scripts are not recognized
  1437  7.0.050  can't properly close a buffer through the NetBeans interface
  6097  7.0.051  (after 7.0.44) compile and/or run problem with Perl interface
  2237  7.0.052  the Vim server may expose more functionality than expected
  1379  7.0.053  shortening multi-byte directory name may fail
  2464  7.0.054  using an empty menu name may cause a crash
  2204  7.0.055  ":startins" in CmdwinEnter autocmd doesn't work immediately
  1484  7.0.056  can't use "#!" in Vim scripts to make them executable
  1423  7.0.058  gbk and gb18030 encodings are not recognized
  2110  7.0.059  Perl interface doesn't compile with ActiveState Perl 5.8.8
 18082  7.0.060  code for switching buffers is repeated in several places
  2249  7.0.061  crash in Vim command completion when nothing to complete
  4075  7.0.062  Mac: crash when using popup menu with spell error
  1295  7.0.063  tiny chance for a memory leak
  1818  7.0.064  compiler warnings for unused variables
  1407  7.0.066  tab pages line not redrawn after removing the popup menu
  3038  7.0.067  undo problems when using input method
  6123  7.0.068  'ignorecase' is not used properly for Insert mode completion
  1457  7.0.069  crash when setting 'guitablabel' to "%!expand(\%)"
 71560  7.0.070  compiler warnings for shadowed and uninitialized variables
  1550  7.0.071  using empty search pattern may cause a crash
  2791  7.0.072  can't specify anything to do when starting the GUI fails
  1597  7.0.073  CR in Insert mode completion may select original text
  1495  7.0.075  winsaveview() could store wrong desired cursor column
  2635  7.0.076  (after 7.0.010) could not get spell files from non-ftp server
2006-08-31 18:44:36 +00:00
markd
2bf6f2d033 Update kile to 1.9.2
version 1.9.1 -> 1.9.2
Fixes:
 - Add autoref command to standard reference commands
 - Remember the setting of MakeIndexOptions checkbox in the project settings
   dialog.
 - Added utf-8 and other encodings to the quickdocument dialog.
 - Make the "New Tool" dialog box big enough.
 - Check if masterdocs in kilepr files exist, should fix some problems with
   upgrades from kile 1.8.
 - Searching for environments in Edit functions improved.
 - Take array as math environment instead of tabular in
   Configure->Latex Environments.
 - Don't crash if a user changes the icon of a toolbar item.
 - Allow a few more punctuation in codecompletion of citation keys.
 - Remember last working directory in 'find in files' dialog.
 - Tabular wizard should insert all entered elements.
 - Only autosave files which have been modified.
 - Delete comma of last bibtex entry if Bibliographie->Clean is called.
 - Quick Preview fails if graphics are included in selection

version 1.9.0 -> 1.9.1
Fixes:
 - Restore support for KDE 3.2.x.
 - tex files starting with numbers can now also used for "Forward DVI".
 - now we respect the default project location set by the user also in
   projectOpen().
 - don't restore the line position if the file is already open.
 - honor users who want to cancel the close request to embedded parts.
   (namely kbibtex)
 - fix ViewBib, if we support $BIBINPUTS for compilation we should also do
   it for viewing. We now also check in all paths in BIBINPUTS for an bib file.
 - if "show labels" is disabled in structureview, we should nevertheless
   gather them for codecompl. and undefined ref.
 - don't fake pressed buttons, now the log message button does not looked
   pressed when you start kile.
 - only add an trailing slash to the default project location if we need one.
 - hide the latex menu when we don't have docs open.
 - don't see unstarred env. as closing for starred.
 - we are now much more carefully if the autosaving has succeded. We now
   warn if we can't autosave and don't overwrite backups with empty backups.
 - only use special double quotes if no slash is in front of the cursor.

Features:
 - Add the possibility to use bullets in user tags via a new placeholder %B.
 - Colour bullets so that they can be spotted easily.
 - new cwl file for the textcomp and import package.
 - we now highlight TODO, FIXME in comments.
2006-08-30 00:15:29 +00:00
joerg
abdd326d50 Remove some manual ANSI C prototyping and kill clock() prototype
conflicting with time.h on DragonFly.
2006-08-22 19:01:27 +00:00
martin
5d5c91136e Add debug option 2006-08-14 14:22:23 +00:00
drochner
77c2736876 update to 1.0.6.5
changes:
Correction of some bugs concerning Maple and Mathematica
Addition of a plug-in for Cadabra
Addition of a native TeXmacs wiki
Implementation of the first version of a remote TeXmacs file system
Improved system for hyperlinks and navigation
Replacement of the Proclus plug-in by an integrated linking tool
2006-08-11 18:05:12 +00:00
minskim
4cd37c8b4a Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removed
shortly.
2006-08-10 03:21:39 +00:00
wiz
8c632fb265 Update to 2.8.1:
Changes since version 2.7.8:
---------------------------
  o Several new keymaps has been added
  o Updated to Unicode 5.0.0
  o An AMD 64 bit fix has been added.
2006-08-07 23:54:17 +00:00
jmmv
85424b5cae Update to 4.0.4:
Dasher 4.0.4

 * Fixed error introduced in last commit
 * Backported bugfix from HEAD

Dasher 4.0.3

 * Fixed compile error when --without-gnome specified
 * Regenerated configure to match configure.in
2006-08-06 19:08:18 +00:00
drochner
821d77a1a6 update to 2.14.4
changes:
- Fix cropped close button on tabs
- Prevent a use-after-free crash
-translation updates
2006-08-03 19:13:59 +00:00
rillig
9568aaec87 Explicitly set USE_LANGUAGES, since the default value changes when
NO_BUILD is set.
2006-07-31 21:13:33 +00:00
minskim
d9002ee8ba Remove conflicting declaration of malloc(). Include stdlib.h instead. 2006-07-29 05:34:06 +00:00
joerg
c3843e51b4 Extract with gtar, pax-as-tar can't find the header correctly on
both NetBSD and DragonFly.
2006-07-25 12:20:44 +00:00
martti
41e5a63925 Updated editors/vim-share to 7.0.42
1946  7.0.040  mouse selection with "z=" and inputlist() gets wrong entry
  2229  7.0.041  cursor([1, 2]) failed, required third item in the list
  1603  7.0.042  crash or hang when pasting a block in Insert mode
2006-07-25 06:20:53 +00:00
drochner
f3cae1fd28 remove comments left over from automatic creation, found by wiz 2006-07-24 16:04:05 +00:00
adam
76ca3b8f63 Changes 3.5:
- Query windows now expand to multiple lines if necessary
- Single key queries are now internationalized (set local versions in the
  .po file)
- Spell check language can be set in the editor
- New syntax files: m4, joerc
- New debug window for highlight file syntax errors.
- Macros can be typed at the ESC X prompt (before it used to accept only
  commands).
- Built-in joerc file allows joe to run even if /etc/joe directory is
  missing.
- Support for 'long long' allows editing parts of files larger than 4GB.
  For example, you can say: joe /dev/hda,0x100000000,0x1000 to edit the 4KB
  block at offset 4GB of a hard drive.
- Option which allows you set how many undo records to keep.
- You can give a path to the tags file in the TAGS environment variable.
2006-07-24 07:50:12 +00:00
reed
86459dfc68 Update to 1.4.2.
New features include:

* A new function buffer-toggle-compression (and corresponding entry
in the Document menu) has been added to change whether the file
will be compressed on disk or not.

* A "LaTeX (pdflatex)" output format has been added. This new
output format produces .tex files that are suitable for pdflatex,
including figure conversion to png, pdf or jpeg instead of eps.

Changelog is at http://www.lyx.org/announce/1_4_2.txt

MESSAGE updated for new user interface.

gtar not needed to extract.

(Note that the xforms version was not tested.)
2006-07-23 00:28:12 +00:00
rillig
144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00
minskim
49b383cedb Reformat. 2006-07-22 04:36:06 +00:00
minskim
ac80c54328 Make this package build with gcc-4. 2006-07-22 04:34:48 +00:00
minskim
298a650720 Adjust the valloc return value on Darwin not to conflict with the one
declared in unistd.h.
2006-07-22 04:23:29 +00:00
jlam
7d1f4cca8e "BUILD_ENV" was misnamed. It's actually the environment that is passed
to all internal recursive make processes.  As such, rename it to
"PKGSRC_MAKE_ENV".

XXX Note, some of the usage of this variable in package Makefiles seems
XXX incorrect.  They probably want "MAKE_ENV", which is the environment
XXX passed to the make process when running "make" within ${WRKSRC}.
2006-07-21 14:27:56 +00:00
jlam
7af716330d Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using
the default LIBTOOL_OVERRIDE to replace libtool scripts in packages.
This just formalizes the fact that LTCONFIG_OVERRIDE is not used
meaningfully by pkgsrc.
2006-07-19 19:14:37 +00:00
martti
756439f471 * Make sure PATCHDIR is always set so that the patches are really used.
This fixes the vim-motif build.

* Update to 7.0.39

  3990  7.0.036  can't compile with small features and syntax HL
  1880  7.0.037  crash when resizing Vim window when a line doesn't fit
  3236  7.0.038  complete() can be used from expr. mapping after inserting text
  3240  7.0.039  third argument for inputdialog() doesn't work in the console
2006-07-18 10:27:16 +00:00
joerg
272d3fb422 Fix errno regression. 2006-07-11 00:30:09 +00:00
adam
d54a851f0f Changes 2.4.5:
Almost completely rewrote the DocBook export filter, gaining substantial more functionality in the process
Fixed a security bug pointed out to us by Joxean Koret
Fixed a massive amount of bugs in the OpenDocument import and export filters
Fixed the unstability on x86_64 architectures
2006-07-10 21:40:49 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
adam
1b8930c54b Changes 3.4:
- Paragraph reformatter and word wrap now handle '*' and '-' bullet lists.
- Better internationalization (i18n)
- Multi-file search and replace
- JOE now restores cursor position in previously visited files.
- Build and grep window work more like Turbo-C: the messages window is
  forced onto the screen when you hit ^[ = and ^[ -.
- Syntax highlighter definition files (.jsf files) can now have subroutines.
  This eases highlighter reuse: for example, Mason and PHP can share the HTML
  highlighter.
- I've changed the way JOE handles '-' and redirected input
- Many bugs have been fixed.  I've tried to address every issue in the bug
  tracker.  Hopefully I didn't create too many new ones :-)
- You can now define which characters can indent paragraphs.  Also the
  default list has been reduced so that formatting of TeX/LaTeX files works
  better.
- Highlighting now uses less CPU time and always parses from the beginning
  of the file (the number of sync lines option is deprecated).  Here is a
  CPU usage comparison for scrolling forwards and backwards through a 35K
  line C file:
- JOE now matches Thomas Dickey's implementation of my xterm patch (but
  configure xterm with --paste64).
- File selection menu/completion-list is now above the prompt (which is more
  like bash).  Also it is transposed, so that it is sorted by columns
  instead of rows.
- "Bufed" (prompt for a buffer to edit), works like other file prompt
  commands: it's a real prompt with history and completion.
- Automatic horizontal left scroll jumps by 5-10 columns.
- New syntax files: troff, Haskell, Cadance SKILL, REXX, LUA, RUBY.  Many of
  the existing syntax files have been improved.
2006-07-07 18:22:00 +00:00
jlam
ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
2006-07-07 15:49:30 +00:00
markd
a90778d824 The package xemacs conflicts with is called gnuserv not gnuclient. 2006-07-07 01:31:42 +00:00
jlam
cf56f31e09 In URLs, the "NetBSD" should be capitalized as such, i.e. "NetBSD.org",
not "netbsd.org".
2006-07-06 21:14:19 +00:00
joerg
5e2559d89d Needs msgfmt. 2006-07-06 13:14:01 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
rpaulo
1ef2dcbef4 Update Apel to 1.32, needed by Wanderlust for XEmacs.
Reviewed by magick@
2006-07-04 17:50:22 +00:00
martti
eabef14ed1 Updated editors/vim-share to 7.0.35
1649  7.0.018  VMS: plugins are not loaded on startup
  1425  7.0.019  crash for "VjA789" and repeating
  1470  7.0.020  GUI: crash when using 'mousefocus'
  4240  7.0.021  crash when using "\\[" and "\\]" in 'errorformat
  5471  7.0.022  Ruby: buffer.append() could append to the wrong buffer
  5351  7.0.023  crash after Insert mode completion without matches
  1619  7.0.024  it is possible to set arbitrary v: variables
  2606  7.0.025  crash when deleting an item from a:000
  1800  7.0.026  Unix: when using libcall() and old error may be shown
  1494  7.0.029  cursor position may be wrong when using getchar()
  1664  7.0.030  the ":compiler" command can't be used in a FileChangedRO event
  1808  7.0.031  after deleting a buffer its Select mode mappings remain
  2431  7.0.033  pasting after autoindent removes the indent
  2042  7.0.034  repeating completion was wrong after typing text or using BS
  5905  7.0.035  repeating Insert mode completion doesn't work properly
2006-07-02 17:05:14 +00:00
rillig
4f256be13c Don't install the files in share/emacs group-writable. Bumped
PKGREVISION of emacs and emacs-nox11.
2006-07-02 10:03:14 +00:00
wiz
91b21e0667 Remove some lvalue casts to make this compile with gcc-4.1. 2006-06-30 22:22:58 +00:00
tron
3266459653 Fix build with GCC 4.x:
- Include "stdlib.h" and "string.h" where appropriate.
- Don't use function-local forward declarations of static functions.
2006-06-30 15:59:58 +00:00
joerg
52cb93f65e Instead of ${VERSION}* use to more specific ${VERSION}{,nb*} idiom. 2006-06-30 09:45:19 +00:00
joerg
fd2cea7dbf matlab-mode-* => matlab-mode-[0-9]*. Bump revision. 2006-06-30 07:08:50 +00:00
joerg
32d0637d85 Needs intltool. 2006-06-29 21:50:51 +00:00
joerg
a817cfa772 Needs intltool and msgfmt. 2006-06-29 12:17:16 +00:00
rillig
9a023f4670 Added patch-ae, which resolves a name collision (FT_FILE) with FreeType. 2006-06-26 10:21:55 +00:00
rillig
54b445d363 Replaced /bin/bash with ${SH} in a shell script. Bumped PKGREVISION. 2006-06-21 23:52:45 +00:00
joerg
8786cc5d8c Needs msgfmt. 2006-06-21 13:23:25 +00:00
joerg
2c40d5904b Too early: doesn't need pkg-config, but msgfmt. 2006-06-21 13:12:34 +00:00
joerg
bc58c876e4 Needs pkg-config. 2006-06-21 13:10:54 +00:00
minskim
1ea2da37e3 Add a run-time depenency on perl because bin/emacs-grep-changelog
requires perl to run.

Bump PKGREVISION.
2006-06-20 23:47:23 +00:00
joerg
9e77defa3a Use -pthread for thread linkage on DragonFly. 2006-06-20 14:41:16 +00:00
joerg
51b785694a Force gtar for extraction, pax-as-tar can't handle this at least on
DragonFly.
2006-06-19 22:38:38 +00:00
rillig
e0b68b4574 Fixed pkglint warnings. 2006-06-17 21:42:31 +00:00
rillig
2b5ab9c522 Changed line breaks in shell commands to appease pkglint. 2006-06-17 17:59:10 +00:00
rillig
3a28bdbeb1 Fixed pkglint warnings. 2006-06-17 17:56:10 +00:00
joerg
2047a29236 Patches work better when relative to WRKSRC... 2006-06-12 13:05:10 +00:00
joerg
7f01e8ee73 Needs msgfmt. 2006-06-11 21:46:19 +00:00
joerg
491cc52d17 Needs msgfmt. 2006-06-11 14:28:33 +00:00
minskim
7fc5e51865 Make this package build with gcc-4. 2006-06-08 16:12:48 +00:00
rillig
c150b5df74 The C++ operator const_cast<> needs parentheses around its argument. 2006-06-07 23:24:00 +00:00
rillig
52347b6955 Solaris is identified by the __sun macro, not SunOS. 2006-06-07 19:19:28 +00:00
minskim
572650731f Make configure recognize Linux/amd64. 2006-06-06 16:23:17 +00:00
drochner
846802a151 update to 2.14.3
changes:
-do not display password when it's part of the uri
-bugfixes
-translation updates
2006-05-31 18:37:47 +00:00
ghen
2eca3d9f2c The databases/openldap package has been split in -client and -server component
packages.  Convert LDAP-based applications to depend on openldap-client, and
bump PKGREVISION for those that depend on it by default.
2006-05-31 18:22:23 +00:00
drochner
954f059917 update to 1.0.6.2
changes:
-Simplified and improved table editing
-First version of TeXmacs server
-Further fixes in CJK support
2006-05-31 18:21:24 +00:00
joerg
c17fd28002 Update to conglomerate 0.9.1:
Enhancements
    * Added recent files support to File menu based on libegg ( bug
      #108524)(Nickolay V. Shmyrev)
    * Implemented triple-click selection of text ( bug #144667)(Yuriy
      Syrota)
    * Implementation of word-count feature ( bug #135093) (Thierry
      Moisan)
      (David Malcolm)
    * Implemented --unit-test command line option and unit-testing of
      example files (Geert Stappers)
      (David Malcolm)
    * Added context-menu option to convert an entity reference to a copy
      (David Malcolm)
    * Added new debug plugin (must be enabled with
      --enable-debug-plugin=yes), which adds a debug item to the Tools
      menu to dump the CongEditorArea tree as XML (and open the resulting
      file) (David Malcolm)
    * Initial (disabled) implementation of property pages (David
      Malcolm)

Fixes
    * Huge cleanup of character handling; should compile cleanly on GCC4
      with -Wall
    * Fixes to makefile and to packaging (Nickolay V. Shmyrev)
      (Geert Stappers)
    * Fixes to display specifications(Michèle Garoche)
    * Remove lots of excess debug logging (David Malcolm)
    * Various code cleanups (David Malcolm)
      (Nickolay V. Shmyrev)
      (Marcus Meissner)
    * Fixes for cursor handling during source-code cleanup (Nickolay V.
      Shmyrev)
2006-05-30 19:40:08 +00:00
adam
364ef257ac Changes 4.0.2:
* Fixed speech on Windows
 * Updated alphabets/colours

Changes 4.0.1:
 * Fixed segfault in control mode
2006-05-29 07:10:23 +00:00
wiz
24d0000c3c USE_LANGUAGES=c c++; add missing qt3-tools build dependency. 2006-05-24 22:32:17 +00:00
martti
a4a4bdae65 Updated vim to 7.0.17
SIZE  NAME     FIXES
  1627  7.0.001  'spellsuggest' could not be added to
  2007  7.0.002  C omni complete has problem with % and # in tags file path
  1876  7.0.003  GUI: click in tab pages label may warp mouse pointer
  1596  7.0.004  Compiler warning for debug_saved used before set
  1579  7.0.005  (extra) Win32: uninstall didn't delete spell and autoload dirs
  1347  7.0.006  Mac: "make shadow" didn't link infplist.xml
  1919  7.0.007  AIX: compiling failed for message.c
  2081  7.0.008  Can't call a function that uses both <SID> and {expr}
  1625  7.0.009  ml_get errors when 'spell' is set
  3705  7.0.010  spellfile plugin required typing login name and password
  1989  7.0.011  can't compile with eval feature without folding feature
  2532  7.0.012  matchparen plugin changed cursor column in Insert mode
  4614  7.0.013  Insert mode completion: CTRL-L jumped back to original text
  5712  7.0.014  Motif: doesn't compile with Motif 1.2 and earlier
  4485  7.0.015  Athena: type casts for lvalues
  1810  7.0.016  recognize encodings "mac-roman", "dec-mcs" and "hp-roman8"
  2302  7.0.017  (after 7.0.014) Motif: doesn't link with Motif 1.2 and earlier
2006-05-21 13:32:27 +00:00
wiz
73998f3e19 USE_LANGUAGES=c c++ 2006-05-21 02:25:02 +00:00
joerg
919d6dd056 Fix dynamic export option. 2006-05-19 13:14:06 +00:00
joerg
6f153bb102 Uses C++. 2006-05-19 12:45:12 +00:00
wiz
991dcdf978 Mark as BROKEN_IN pkgsrc-2006Q1 according to
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-18 20:29:58 +00:00
drochner
6550074c48 update to 1.0.6
changes:
-Improved LaTeX and Html converters and support for MathML
-An &alpha;-version of a graphical mode for drawing technical pictures
-Default use of Type 1 fonts
-New plug-ins for Maple and Mathematica
-Simple animations
-Faster booting
-Started documentation of the Scheme API
2006-05-17 17:32:22 +00:00
joerg
cc3c22ccc2 Install man pages into man1, not manl and no formated version.
Bump revisions of elvis and elvis-x11. Should fix PR 33468.
2006-05-15 16:29:19 +00:00
markd
4cad3a396e Fix sort-columns function.
NetBSD sort objects to setting the field separator to the same value as
the record separator.  Since in this case the surrounding code guarantees
there will be no tabs in the input set the field separator to tab.
Bump PKGREVISION.
2006-05-15 11:48:12 +00:00
markd
42965be708 Update to kile 1.9.
Release 1.9 offers many improvements and bug fixes (over 50 bug fixes and
wishes are implemented).
2006-05-15 11:14:02 +00:00
joerg
b6fef71ff2 Uses C++. 2006-05-14 17:16:42 +00:00
rillig
e141f44de7 Fixed the RCS Id comment in line 1. 2006-05-13 10:21:17 +00:00
minskim
fa5157ed20 Remove references to teTeX1. 2006-05-13 03:44:23 +00:00
wiz
9526179121 Add USE_LANGUAGES+=c++. Fromn Ryu HAYASAKA in PR 33471. 2006-05-12 18:08:55 +00:00
martti
c8faba5347 List some installed man pages. PKGREVISION++ 2006-05-11 09:25:37 +00:00
tonio
2ae0e84f8a Make sure vim-share do not link with X
Also avoid installing language manpages for xxd, to fix PLIST
2006-05-10 13:27:43 +00:00
wiz
d6b11da565 Remove USE_LANGUAGES line -- it is already defined in abiword/Makefile.common. 2006-05-09 16:37:18 +00:00
joerg
0630bddd8a Include sys/time.h for timeval. Uses C++. 2006-05-09 10:09:06 +00:00
martti
c2fb140881 Update vim to 7.0.0
Since Vim 6.4 many new features have been added.  To mention a few:

- Spell checking support for about 50 languages
- Intelligent completion for C, HTML, Ruby, Python, PHP, etc.
- Tab pages, each containing multiple windows
- Undo branches: never accidentally lose text again
- Vim script supports Lists and Dictionaries (similar to Python)
- Vim script profiling
- Improved Unicode support
- Highlighting of cursor line, cursor column and matching braces
- Translated manual pages support.
- Internal grep; works on all platforms, searches compressed files
- Browsing remote directories, zip and tar archives
- Printing multi-byte text

Once you have installed Vim 7.0 you can find details about the changes
since Vim 6.4 with ":help version7".
2006-05-09 06:36:48 +00:00
hira
c9dca1927c Add missing USE_LANGUAGES. 2006-05-09 02:54:10 +00:00
joerg
f35a8637fe Fix use of g_list_remove_link. Bump revision. 2006-05-08 21:31:28 +00:00
reed
d6db92e3c8 Add entries to PLIST for lyxclient and tex2lyx manual pages
(as noticed in Martijn's bulk build).

Bump PKGREVISION.
2006-05-06 20:18:36 +00:00
joerg
ad821e691f Reorder includes: sys/types.h before sys/mman.h for DragonFly. 2006-05-06 11:08:50 +00:00
sketch
6873f02080 Abiword requires libiconv as a run-time dependancy. 2006-05-04 12:59:04 +00:00
joerg
ac23bc3526 -lcompat is needed on DragonFly as well. 2006-04-28 13:45:10 +00:00
reed
473b82b42f Remove the reLyX manpage entry.
(It must have snuck back in when I merged in the local directory changes :)

I will just ride on same package version since it was just earlier
today.
2006-04-19 00:54:29 +00:00
reed
93194cc8c7 This is an update to lyx 1.4.1. The jump from 1.3.x to 1.4 is
huge. Please see the announcements at http://www.lyx.org/announce/1_4_0.txt
and http://www.lyx.org/announce/1_4_1.txt

This adds a different interface, change tracking, character styles
new tex2lyx (instead of reLyX) and a lot more.

Pkgsrc changes include:

DESCR -- remove the word "New" since it is not new.

Improve COMMENT.

makepsres tool not used anymore.

New python scripts.

Remove post-install target for texmf files as now done via normal install.

patch-ah removed -- already integrated.
patch-ai removed -- reLyX was removed.
patch-aj removed -- Makefile changed (maybe this is needed to stop rebuild
between build and install steps -- need to check this.)

patch-ac added for sys./time.h needed; already in lyx development version.

(I did this update last week and tested on Linux, NetBSD and DragonFly
and havce been using on NetBSD.)
2006-04-18 23:21:18 +00:00
wiz
375b5e4933 More PKGREVISION bumps for png-1.2.9nb2 update. 2006-04-17 14:52:10 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
adam
8625e81e2e Changes 2.4.4:
See http://www.abisource.com/changelogs/2.4.4.phtml for details
2006-04-15 10:47:24 +00:00
jlam
d212457536 Remove trailing whitespace from various info/* entries that was causing
the files to not be found during PLIST creation.
2006-04-14 23:24:46 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
drochner
0b0cb192fe update to 2.14.1
changes:
-bugfixes
-translation updates
2006-04-12 20:00:01 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
bf6d3f15de Set qt_cv_libname=-lqt-mt in the configure environment
because didn't link with pthread during the configure check.
2006-04-08 17:34:02 +00:00
minskim
fbe19483fe Use texmf-dirs to install into texmf-local. Bump PKGREVISION. 2006-04-07 00:54:25 +00:00
minskim
750a413f0b Do not create a directory for tex files, because they are installed in
PKG_LOCALTEXMFPREFIX.
2006-04-07 00:44:53 +00:00
minskim
896408da3d Use PKG_LOCALTEXMFPREFIX instead of PKG_TEXMFPREFIX, to match with PLIST. 2006-04-07 00:36:45 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
markd
bc998c9be3 Pass the correct sized argument to sbrk() when trying to reduce the break
so that on 64bit systems it is actually a negative number, not a very
large positive one.  Should fix PR pkg/29351.
Thanks to Martijn van Buul for giving me access to an amd64 box so I
could track this down.  Bump PKGREVISION.
2006-04-05 22:22:16 +00:00
jlam
0e75430a3d INSTALL_MAKE_FLAGS doesn't append to MAKE_FLAGS, it replaces it. Make
sure that we preserve any other MAKE_FLAGS when setting INSTALL_MAKE_FLAGS.
2006-04-04 18:07:16 +00:00
jlam
21dc5e3f91 Move info file entries to PLIST. 2006-03-31 15:40:37 +00:00
jlam
ec7d891941 * Remove *.orig files prior to installation so that they aren't installed
during the install phase.

* Remove *.orig entries from the PLIST.

* Move info file entries to the PLIST.

Bump PKGREVISION to 4 for PLIST changes.
2006-03-31 15:34:44 +00:00
jmmv
e4be6bfbde Update to 2.14.0:
============
gedit 2.14.0
============

New and updated translations
============================
- Petr Tomeš (cs)
- Ivar Smolin (et)
- Laurent Dhima (sq)
- Guilherme de S. Pastore (pt_BR)
- Alexander Shopov (bg)
- Duarte Loreto (pt)
- Daniel Nylander (sv)
- Rajesh Ranjan (hi)
- Gabor Kelemen (hu)
- Tino Meinen (nl)

=============
gedit 2.13.93
=============

New features and fixes
======================

- Fix launching on multihead systems (Paolo Maggi)
- Snippets plugin improvements (Jesse Van Den Kieboom)
- Fix the python console history (Steve Frécinaux)
- Fix vim and kate modelines parsing (Steve Frécinaux)
- misc bugfixes

New and updated translations
============================
- Frank Arnold (de)
- Alexander Shopov (bg)
- Funda Wang (zh_CN)
- Francisco Javier F. Serrador (es)
- Theppitak Karoonboonyanan (th)
- Simos Xenitellis (el)
- Leonid Kanter (ru)
- Maxim Dziumanenko (uk)
- Ivar Smolin (et)
- Žygimantas Beručka (lt)
- Rhys Jones (cy)
- Danilo Šegan (sr, sr@Latn)
- Hendrik Richter (de)
- Ignacio Casal Quinteiro (gl)
- Josep Puigdemont i Casamajó (ca)
- Ilkka Tuohela (fi)
- Francisco Javier F. Serrador (es)
- Ankit Patel (gu)
- Clytie Siddall (vi)
- Øivind Hoel (no)
- Gabor Kelemen (hu)
- Satoru SATOH (ja)
- Vincent van Adrighem (nl)


=============
gedit 2.13.92
=============

New features and fixes
======================

- Snippets plugin improvements (Jesse Van Den Kieboom)
- External Tools plugin improvements (Steve Frécinaux)
- Fix the spell checking plugin (Paolo Borelli)
- Make the tags plugin load files lazily to improve startup time (Paolo Maggi)
- misc UI improvements and bugfixes

New and updated translations
============================
- Raphael Higino (pt_BR)
- by Ivar Smolin (et)
- Inaki Larranaga (eu)
- Leonid Kanter (ru)
- Kostas Papadimas (el)
- Slobodan D. Sredojevic (sr)
- Ignacio Casal Quinteiro (gl)
- Ankit Patel (gu)
- Rhys Jones (cy)
- Gabor Kelemen (hu)
- Satoru SATOH (ja)
- Theppitak Karoonboonyanan (th)
- Josep Puigdemont i Casamajó (ca)
- Francisco Javier F. Serrador (es)
- Kjartan Maraas (nb, no)
- Frank Arnold (de)
- Žygimantas Beručka (lt)
- Duarte Loreto (pt)
- Clytie Siddall (vi)
- Funda Wang (zh_CN)
- Ilkka Tuohela (fi)


=============
gedit 2.13.91
=============

New features and fixes
======================

- Snippets plugin improvements (Jesse Van Den Kieboom)
- External Tools plugin improvements (Steve Frécinaux)
- Replace All optimizations (James Livingston)
- Use GOption for command line option parsing (Michael Terry)
- misc UI improvements and bugfixes

New and updated translations
============================

- Theppitak Karoonboonyanan (th)
- Ivar Smolin (et)
- Raphael Higino (pt_BR)
- Žygimantas Beručka (lt)
- Reinout van Schouwen (nl)
- Lukas Novotny (cs)
- Slobodan D. Sredojevic (sr, sr@Latn)


=============
gedit 2.13.90
=============

New features and fixes
======================

- Hide cursor during incremental search (Steve Frécinaux)
- External Tools plugin improvements (Steve Frécinaux)
- misc UI improvements and bugfixes

New and updated translations
============================

- Maxim Popov (ru)
- Kostas Papadimas (el)
- Ivar Smolin (et)
- Kjartan Maraas (nb, no)
- Vladimir Petkov (bg)
- Clytie Siddall (vi)
- Francisco Javier F. Serrador (es)
- Ilkka Tuohela (fi)
- Josep Puigdemont i Casamajó (ca)
- Theppitak Karoonboonyanan (th)


============
gedit 2.13.4
============

New features and fixes
======================

- Depend on gnome-python-desktop instead of gnome-python-extras
- Reimplement autosave feature (Sergio Villar Senin, Paolo Maggi)
- Fix a crash on start related to bacon-message-connection (Marco Barisione)
- Fix bottom pane sizing on start (Paolo Borelli)
- Misc improvements to the External Tools plugin (Steve Frécinaux)
- misc UI improvements and bugfixes

New and updated translations
============================

- Satoru SATOH (ja)
- Ignacio Casal Quinteiro (gl)
- Ankit Patel (gu)
- Ilkka Tuohela (fi)
- Slobodan D. Sredojevic (sr, sr@Latn)
- Adam Weinberger (en_CA)
- Clytie Siddall (vi)
- Francisco Javier F. Serrador (es)


============
gedit 2.13.3
============

New features and fixes
======================

- New External Tools plugin, to execute shell scripts (Steve Frécinaux)
- New 'Snippets' plugin to insert repetitive text fragments (Jesse Van Den Kieboom)
- Bump gnome-vfs requirement to 2.13.4 and use new APIs to get the mime type
- misc UI improvements and bugfixes

New and updated translations
============================

- Adam Weinberger (en_CA)
- Hendrik Richter (de)
- Kostas Papadimas (el)
- Slobodan D. Sredojevic (sr, sr@Latn)
- Takeshi AIHANA (ja)
- Clytie Siddall (vi)
- Francisco Javier F. Serrador (es)
- Priit Laes (et)
- Theppitak Karoonboonyanan (th)


============
gedit 2.13.2
============

New features and fixes
======================

- Restore cursor position on load (can be disabled through GConf) (Paolo Maggi)
- fix crash on startup (Paolo Borelli)
- fix drag'n'drop from File Roller (Paolo Maggi)
- Implemented search highligthing (Paolo Maggi)
- Improve incremental search UI (Steve Frécinaux)
- Run Python garbage collector when needed (Paolo Borelli)
- Implement configure_dialog support for python plugins (Jesse Van Den Kieboom, Raphael Slinckx)
- Handle problems with SIGINT due to python embedding (Paolo Maggi)
- Backport metadata-manager fixes from Evince (Nickolay V. Shmyrev)
- misc UI improvements and bugfixes

New and updated translations
============================
- Ignacio Casal Quinteiro (gl)
- Rostislav Raykov (bg)
- Clytie Siddall (vi)
- Theppitak Karoonboonyanan (th)
- Francisco Javier F. Serrador (es)
- Ilkka Tuohela (fi)
- Kjartan Maraas (nb, no)
- Josep Puigdemont i Casamajó (ca)
- Ankit Patel (gu)
- Åsmund Skjæveland (nn)
- Adam Weinberger (en_CA)
- Takeshi AIHANA (ja)


============
gedit 2.13.1
============

New features and fixes
======================

- modelines plugin (Steve Frécinaux)
- fix string escaping when creating menus (Paolo Borelli)
- Convert help system to gnome-doc-utils (Micahel Terry)
- misc UI improvements and bugfixes

New and updated translations
============================

- Clytie Siddall (vi)
- Ilkka Tuohela (fi)
- Adam Weinberger (en_CA)
- Vincent van Adrighem (nl)
- Takeshi AIHANA (ja)
- Ankit Patel (gu)
- Žygimantas Beručka (lt)
- Marcel Telka (sk)
- Ignacio Casal Quinteiro (gl)
- Inaki Larranaga (eu)
- Funda Wang (zn_CH)
- Josep Puigdemont i Casamajó (ca)
- Theppitak Karoonboonyanan (th)
- Francisco Javier F. Serrador (es)


============
gedit 2.13.0
============

New features and fixes
======================
Reworked codebase based on the new_mdi cvs branch,
among other things, it features:
- improved tabbed widget, for instance tabs are reorderable
- GtkUIManager is now used for menus and toolbar instead of
  libbonoboui
- A side panel and a bottom panel have been added
- A new gobject-based plugin system has been implemented
- Plugins can now be written in Python
- Reading and writing of files are now handled in an
  asynchronous way (so the user interface never blocks)
- Local files are read using mmap (when possible)
- Incremental search is supported (use Ctrl+K)
- A lot of usability improvements with some new UI experiment
  are featured
- Startup time and performaces have been improved
- Remote file saving is supported (for a limited configurable
  set of VFS methods)
2006-03-30 21:29:09 +00:00
jmmv
7fda644a8f Update to 2.14.0:
2006-03-12  Fernando Herrera  <fherrera@onirica.com>

	* configure.in: Release 2.14.0

2006-03-04  Jérémy Ar Floc'h <jeremy.lefloch@gmail.com>

	* configure.in: Added Breton translation

2006-01-30  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-key-editor.c: (update_list_buttons): Fix button sensitivity
	illness on the key list dialog. Patch from Christian Persch. Fixes bug
	#166112

2006-01-30  Fernando Herrera  <fherrera@onirica.com>

	* src/gconf-editor-window.c:
	(gconf_editor_window_selection_changed): Remove duplicated strings
	and fix capitalization. Patch from Benoît Dejean. Fixes bug #167350

2006-01-30  Fernando Herrera  <fherrera@onirica.com>

	* src/main.c: (invalid_arg_error_dialog): HIGfy error dialog.
	Patch from Kristof Vansant. Fixes bug #325058.

2006-01-30  Fernando Herrera  <fherrera@onirica.com>

	* po/POTFILES.in:
	* src/gconf-cell-renderer.c: (gconf_cell_renderer_get_size),
	(gconf_cell_renderer_render): Translate "<no value>" string.
	Patch from Gabor Kelemen. Fixes bug #327525

2006-01-30  Fernando Herrera  <fherrera@onirica.com>

	* data/gconf-editor.desktop.in.in: Added GTK; to Category entry.
	Fixes bug #328037

2006-01-14  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>

	* configure.in: Add "zh_HK" to ALL_LINGUAS.

2006-01-08  Sebastien Bacher  <seb128@debian.org>

	* src/gconf-editor-window.c: (gconf_editor_window_about_window):
	use "translator-credits" instead of "translator_credits",
	patch by Vincent van Adrighem <adrighem@gnome.org> (Closes: #300958)

2006-01-03  Mark McLoughlin  <mark@skynet.ie>

	* configure.in: remove some redundant code which
	set GCONF_DEFAULTS_SOURCE with a value which was
	later overwritten.
2006-03-30 21:28:52 +00:00
jmmv
cbf57061f5 Update to 4.0.0:
=============
Dasher 4.0.0
=============

 * Promoted to stable release

=============
Dasher 3.99.5
=============

 * New icon
 * Bugfixes in 'enter text into other windows' mode

=============
Dasher 3.99.4
=============

 * Fixed font behaviour in Windows
 * Fixed broken start/stop in dynamic button mode
 * Other minor bugfixes

=============
Dasher 3.99.3
=============

 * Bugfix to tarball

=============
Dasher 3.99.2
=============

 * Improved button mode support
 * Cairo support ported from 3.2 branch
 * Win32 should build from tarball again
 * Bugfixes

=============
Dasher 3.99.1
=============

New 4.0.0 preview, highlights include:

* (Partial) button mode support
* Infinite back off
* Improved symbol grouping in alphabets
* New status bar, with 'favourite' alphabet selection

=============
Dasher 3.99.0
=============

First preview of 4.0.0 - many changes and re-writes
2006-03-30 21:27:42 +00:00
jlam
792529759b * Honor PKGINFODIR.
* List the info files directly in the PLIST.
2006-03-30 03:44:41 +00:00
joerg
d9b2837b6e Since vim-kde is linked against qt-mt, also link against pthread.
Add the missing files to PLIST. Bump revision.
2006-03-28 22:29:53 +00:00
uebayasi
95434d4ac8 Fix build on sh3el. PR pkg/33418 from Yasushi Oshima. 2006-03-25 02:48:22 +00:00
minskim
d57a93563a Remove BROKEN_IN because this package is not broken in recent bulk builds
on i386.
2006-03-21 18:53:59 +00:00
minskim
b885ba0aaf Make patches general so that the package builds on more platforms. 2006-03-21 18:48:45 +00:00
joerg
2c38d13ebc Explicitly link against pthread, since libpython is multithreaded.
Bump revision.
2006-03-21 15:34:03 +00:00
jlam
11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00
jlam
e10b319ed7 Fix xemacs packages to honor PKGINFODIR in the default INFOPATH when
reading info files.  Also strip the split info files from the PLIST
as the plist module handles them automatically.  Lastly, define
INFO_FILES so that the pkginstall framework properly manages the "dir"
info file database index in the xemacs info directory.

Bump the PKGREVISION.
2006-03-20 18:21:29 +00:00
jlam
741aecb607 * Nuke all references to and definitions of INFO_DIR in package Makefiles
and replace with appropriate references to PKGINFODIR instead.

* Properly account for split info files during installation.

* Move info file listings directly into the package PLISTs.

This fixes info-file-related PLIST problems.
2006-03-20 18:15:37 +00:00
jlam
7ed707faba Use EMACS_MODULES appropriately to replace EMACS_USE_LEIM and conditional
dependency on xemacs-packages.
2006-03-20 05:27:50 +00:00
jlam
87a4e19255 Remove a patch made unnecessary since the tools framework already
appropriately hides "makeinfo".  Install possibly split info files
correctly, and install them all into ${EMACS_INFOPREFIX}, which is
correct for either Emacs or XEmacs.  List the info files in the PLIST.
Bump the PKGREVISION to 2.
2006-03-20 04:59:08 +00:00
drochner
b395528a29 add one (needed for plugins) 2006-03-14 14:22:36 +00:00
rillig
303fca70a0 Readded the CONFLICTS line for pkg_alternatives. This package does not
really conflict with pkg_alternatives, but with the various vim packages
that can be installed via pkg_alternatives. Thanks to wiz for noting
this.
2006-03-12 17:05:08 +00:00
rillig
818f5a9dcc Removed the references to the working directory. Removed the BROKEN_IN.
Fixed pkglint warnings. Bumped PKGREVISION.
2006-03-12 13:47:35 +00:00
ghen
a527d84ce0 Convert all packages using REPLACE_INTERPRETER to the new variable names
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).

Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.

Ok with rillig.
2006-03-11 10:07:49 +00:00
rillig
bbb049a2af Fixed pkglint warnings. 2006-03-10 23:53:49 +00:00
rillig
c4d2c1bb47 Fixed pkglint warnings. 2006-03-10 23:39:24 +00:00
jlam
6ad6aef9d4 Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09 21:04:39 +00:00
ghen
8cf271c6e8 Use REPLACE_INTERPRETER instead of a patch. 2006-03-09 14:50:31 +00:00
ghen
23a3bdbb82 Use REPLACE_INTERPRETER instead of SUBST. 2006-03-09 14:20:59 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
jlam
6e0c050321 * Teach the tools framework how to supply the pkgsrc version of
makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.
2006-03-05 16:27:22 +00:00