Commit graph

4788 commits

Author SHA1 Message Date
snj
a50b622c68 Convert to buildlink3 and s/scientifical/scientific/. 2004-04-11 22:51:34 +00:00
snj
c73778fadd Convert to buildlink3. 2004-04-11 22:47:15 +00:00
snj
419ff11844 Whitespace fixes. 2004-04-11 22:46:49 +00:00
snj
c249bbad56 Convert to buildlink3 and remove some unnecessary CONFIGURE_ARGS. 2004-04-11 22:45:44 +00:00
snj
5552c6dad8 FIX_RPATH has been gone for 4 months. 2004-04-11 20:55:43 +00:00
xtraeme
172687035e bl3ify 2004-04-11 18:36:55 +00:00
xtraeme
f8537ca547 bl3ify 2004-04-11 18:26:34 +00:00
xtraeme
e9d9e77dca bl3ify 2004-04-11 18:21:32 +00:00
xtraeme
b618bb2708 bl3ify 2004-04-11 15:40:01 +00:00
snj
f1422b74ad Convert to buildlink3. 2004-04-11 07:23:57 +00:00
rh
fcde527436 Update gnustep-back to 0.9.2.
Noteworthy changes in version `0.9.2'
=====================================

   * Art backend added support for grayscale, one-isblack colorspaces.
   * Windows pasteboard interaction handling added.
   * Better focus handling on Windows.
   * Better font and draw handling on Windows.

Noteworthy changes in version `0.9.1'
=====================================

   Color on 8 bit displays works correctly now. WindowMaker properties
are always set now in case another manager is emulating WindowMaker
styles.
2004-04-10 23:46:55 +00:00
rh
2b3a0eb31c Update gnustep-gui to 0.9.2.
Noteworthy changes in version `0.9.2'
=====================================

   * Working NSToolbar implementation
   * New Mac OS X methods in NSView and other classes
   * Fixed some sheet handling problems.
   * Integrated gif, jpg, and png handling in front-end.
   * Added overridable button and frame drawing functions
   * Add some keyed decode/encoding to some classes
   * NSStringDrawing redesigned.
   * Much improved loading of gorm files

Noteworthy changes in version `0.9.1'
=====================================

   * NSWindow - DnD works on whole window and events are propogated up
     to first DnD aware view.
   * Absolute paths and DnD works in OpenPanels.
2004-04-10 23:44:28 +00:00
danw
b65724482c Fix up some Makefile logic that got broken by the libtool patches (and
prevented it from building on some platforms). Ensure that the built
library is named libtk84 (as opposed to libtk8.4) on all platforms.
2004-04-09 23:39:00 +00:00
jmmv
ac4c55ee66 Update to 1.01:
* configure.in, libxklavier/xklavier_config_xkb.c: I suppose now libxklavier
  should be able to live in xorg world - the name of the rules files is
  customizable at build-time.
2004-04-09 21:42:13 +00:00
reed
d040d4c74d A slightly longer description. 2004-04-09 00:26:47 +00:00
xtraeme
bb7d560e1d Add missing PAM dependency, which is needed when building under Linux. 2004-04-06 20:40:30 +00:00
taca
5948756883 Re-add optional distfiless' information. 2004-04-06 10:13:58 +00:00
reinoud
48b89d3bd6 Fix double inclusion compilation error with some XFree versions. 2004-04-05 23:03:52 +00:00
tron
f2bf0fe5d4 Add conflicts with each other to the "gtk-engines" and the "gtk2-engines"
package because they installed identical files into the same directory.
2004-04-05 13:27:00 +00:00
recht
1ce3746036 Fix a problem with the "redmond" engine which was missing the gtk2 symbols.
Bump the PKGREVISION to 7 for this change.
2004-04-04 22:44:06 +00:00
mason
b80f4a3c08 HOMEPAGE was incorrect, pointing to non-existant page.
Correct page: http://cpan.uwinnipeg.ca/htdocs/Tk/Tk.html
2004-04-04 08:53:48 +00:00
xtraeme
be4d58b714 Regen distinfo for patches (hi jmmv!) 2004-04-04 05:54:36 +00:00
taca
d7da8468a0 - Add missing initialzation of VMIN and VTIME member of termios's c_cc
array as xterm(1) do.
- PATCHFILES should be simply assigned not additonaly in PATCH_SITES
  section.
- Add empty HOMEPAGE.

Bump PACKAGEREVISION.
2004-04-03 17:01:03 +00:00
recht
74cbda6145 update to 0.6 and add an explicit dependency on pkgconfig.
0.6
===
  - Fix some fairly serious memory leaks (Tommi Leino)
  - Cygwin build fix (Masahiro Sakai)
2004-04-03 11:20:20 +00:00
minskim
05b27962b8 Comment out two directories in PLIST. They are handled by metacity.
Bump PKGREVISION.
2004-04-03 05:25:17 +00:00
jmmv
36d1560a27 Explicitly start the X server in the fifth virtual terminal (vt05) when we
are running under NetBSD (I guess other OSes don't need the fix, or need
different defaults).  This avoids the X server starting in the first virtual
console, together with getty, causing annoying keyboard problems.
Bump PKGREVISION to 1.  Closes PR pkg/19434.
2004-04-02 15:17:43 +00:00
adam
b24e317d9d Changes 2.2.10:
* Build:
  - SUN Forte C++ (see README.SUN):
    Now builds. This is probably the first time since
    gtkmm 2.0.x. There are still some "anachronism"
    warnings, which someone might like to fix with a
    patch.
  - gcc++ 3.4 (cvs): Lots of issues fixed, though you
    might see an internal compiler error.
* Documentation:
  - Book: Mention CellRenderer's "editable" property.


Changes 2.2.9:

* Build:
  - Removed DISABLE_DEPRECATED macros so that gtkmm 2.2
  can build with GTK+ 2.3.x. I didn't release this previously
  because previous versions of GTK+ 2.3.x were broken with
  gtkmm, but it's OK now.
  - Removed unnecessary namespace qualification to fix build
  with the Intel compiler.
* Glib::ObjectBase: The default constructor, never before used,
  now generates a custom GType, for use when creating new
  implementations of Glib::Interfaces - for instance, see the
  new custom tree model example in gtkmm.
* examples: Added treecustommodel example, though it's much
  better in gtkmm 2.4.
* documentation:
  - Corrected name and install location of devhelp file.
  - Fixed some documentation that mentinod freeing C objects.
  - Added docs/internals/gtk_patches.txt with URLs of some
    patches/bugs that were needed to underlying libraries,
    as a clue for future developers.
* spec file: Added devhelp file.
2004-04-02 12:33:22 +00:00
jmmv
b68bd17102 Fix paths to libgtop and libgtop2, which now live in sysutils. 2004-04-02 12:18:09 +00:00
jmmv
a777ea31e9 Moved to pkgsrc/x11/gnome-themes-extras. 2004-04-02 11:54:40 +00:00
jmmv
3368a183f0 Rename gnome-themes-extra to gnome-themes-extras. 2004-04-02 11:53:56 +00:00
jmmv
8ad1aab046 Reimport gnome-themes-extra as gnome-themes-extras to match package name.
This is version 0.6.
2004-04-02 11:52:37 +00:00
martti
9bbde9d5b1 Updated xfce4-menueditor to 1.05
* filesel dialog for launcher command in edit and add dialog
* filesel dialog for new menu filename
* check if all field are filled when adding and creating a new menu
* no more gint response (might cause prbl at compiling under NetBSD)
* (begin of) icon support added
* text in tree formatted
* patch for my_tree_store_swap_up and my_tree_store_swap_down applied
* menueditor.c splitted into more files
* bug in my_tree_store_swap_up and my_tree_store_swap_down leading to
  corrupted menu file fixed.
2004-04-02 10:07:26 +00:00
snj
bc9bd615c1 As noted in PR pkg/25016, lintpkgsrc barfs on multiline .if statements
that are not escaped.
2004-04-02 03:49:51 +00:00
xtraeme
8c517678bd Hmm, revert previous... looks like this is the right name. 2004-04-01 22:13:35 +00:00
xtraeme
b643f360d8 Fix PKGNAME, this should be 2.6.0, not 2.6.0.0! heh 2004-04-01 22:11:28 +00:00
jmmv
007d4122e8 Adjust paths to the new location, due to the GTK+ update to 2.4. 2004-04-01 19:36:58 +00:00
jmmv
b6ef0f73d3 Update to 0.6. Unknown list of changes since the previous version. 2004-04-01 19:17:53 +00:00
jmmv
cb94a408d3 Update to 2.6.0. Changes since the previous stable branch:
Zenity 2.6.0
============
" Roll on Rottnest! "

	* Fix up dialog sizes [Darren, Glynn]
	* Add Serbian help docs [Danilo]
	* New and updated translations
		- Alexander Winston [en_CA]
		- Kostas Papadimas, Nikos Charonitakis [el]
		- Telsa Gwynne, Dafydd Tomos [cy]
		- Andras Timar [hu]
		- Mugurel Tudor [ro]

Zenity 2.5.91
=============
" Too old to die young "

	* Use automake 1.7 now [Glynn]
	* Removed some unused code [Glynn]
	* New and updated translations
		- MÉ~Ytin Æ~Omirov [az]

Zenity 2.5.90
=============
" Half drunk "

	* Build fixes [Tomasz]
	* Fix help, remove cruft [Glynn]
	* THANKS [Glynn]
	* New and updated translations
		- Takeshi AIHANA [ja]
		- Changwoo Ryu [ko]
		- Robert Sedak [hr]
		- Arafat Medini [ar]
		- Danilo Å| egan, Aleksandar UroÅ¡eviÄ~G [sr, sr@Latn]
		- Paisa Seeluangsawat, Supranee Thirawatthanasuk [th]
		- Jarkko Ranta [fi]
		- Laurent Dhima [sq]
		- Kostas Papadimas [el]
		- Priit Laes [et]
		- Guntupalli Karunakar, Amanpreet Singh Alam [pa]

Zenity 2.5.2
============
" Bottle half full or half empty? "

	* Handle stdin on text dialog [Glynn]
	* Build fixes [Glynn]
	* New and updated translations
		- Duarte Loreto [pt]
		- Sanlig Badral [mn]
		- Robert Sedak [hr]
		- Christophe Merlet [fr]
		- Roozbeh Pournader [fa]
		- Christian Neumair [de]
		- Kjartan Maraas [no]
		- Laurent Dhima [sq]
		- Ã~Esmund Skjæveland [nn]
		- Andras Timar [hu]
		- Funda Wang [zh_CN]
		- MÉ~Ytin Æ~Omirov [az]
		- Laurent Dhima [sq]

Zenity 2.5.1
============
" Zen beginnings "

	* Use the new file selection widget [Jan]
2004-04-01 19:05:26 +00:00
jmmv
77dfa6d7b6 Update to 0.8.1:
Changes in 0.8.1
================

Translation:

    Update Basque, Arabic, Greek, Welsh and British translations.

Changes in 0.8.0
================

Translation:

    Update translations for Ukrainian, German, Arabic, Italian, Mongolian,
    Greek, Canadian English.

Changes in 0.7.6
================

Miscellanous
    * Report caret-moved events for non-focused objects.

UI:
    * Notify user when he moves to a new table.

Changes in 0.7.5
================

Miscellanous
    * Filter events for watched object.

UI:
    * add a function to unwatch all watched objects.
    * better presentation for tables.

Changes in 0.7.4
================
Presentation
    * Store presentation items in XML files, not not in gconf keys.

UI
    * Map shutup function on control-left key.

Changes in 0.7.3
================
Braille
    *  Support for devices created by HandyTech.

UI
    * Possibility to add a watch a specified object (to receive all event for
    that object).

GUI
    * Add option to permite a crosswire on without a cursor when the
    magnifier is active.
    * Presentation is now a collection of predefined profiles.

Miscellanous
    * Made non-case sensitive a braille device command line value.

Changes in 0.7.2
================

Magnifier:
    * Make sure that the coordinates are set ok in case of a change of
      resolution.
    * Zoomer's coordinates are from (0,0) to (x-display-size - 1,y-display-size - 1)
      (not from (1,1) to (x-display-size, y-display-size) as before)
2004-04-01 19:04:27 +00:00
jmmv
7cacccc9f3 Update to 2.6.0:
2.6.0
=====

Bugfixes:

- Rename numerous high and low contrast icons to make them work again:
  keyboard, keyboard accessibility, theme, font, background, sound,
  window, preferred apps, volume control, mouse, menus & toolbars.
  (Calum Benson)

Enhancements:

- Added accessible icons for fileroller, gcalctool, perfmeter, Computer,
  Browse Network, gucharmap, gdict, accessx status applet, Display
  Resolution, main menu, AT Support. (Calum Benson)

New/updated translations:

 2004-03-21  Kjartan Maraas  <kmaraas@gnome.org>
       * no.po: Fix a typo.

 2004-03-21  Mugurel Tudor  <mugurelu@go.ro>
       * ro.po: Updated Romanian translation by
       Mişu Moldovan <dumol@go.ro>

2004-03-20  Gareth Owen <gowen72@yahoo.com>
       * en_GB.po: Added British translation

2004-03-20  Robert Sedak  <robert.sedak@sk.htnet.hr>
         * hr.po: Updated Croatian translation.


2.5.92
======

Bugfixes:

2004-03-15  Calum Benson  <calum.benson@sun.com>

       * gtk-engines/hc-engine/hc-style.c: (draw_dot):
        Remove bogus semi-colon, fixes #136846 (Kjartan Maraas)

New/updated translations:

2004-03-14  Maxim Dziumanenko <mvd@mylinux.com.ua>

       * uk.po: Updated Ukrainian translation


2.5.91
======

New/updated translations:

2004-03-08  Alexander Winston  <alexander.winston@comcast.net>

       * en_CA.po: Added Canadian English translation at "32 translated
       messages" status.

2004-03-06  Mətin Əmirov  <metin@karegen.com>

       * az.po: Translation updated.

2004-03-06  Changwoo Ryu  <cwryu@debian.org>

       * ko.po: Updated Korean translation.

2004-03-04  Nikos Charonitakis  <frolix68@yahoo.gr>

       * el.po: Updated Greek translation.

2003-02-17  Paisa Seeluangsawat  <paisa@users.sf.net>

        * th.po: Updated Thai translation.


2.5.90
======

New/updated translations:

2004-02-14  Danilo � egan  <dsegan@gmx.net>

       * sr.po, sr@Latn.po: Reviewed Serbian translation by Aleksandar
         Urosevic

BugFixes:

2004-02-24  Calum Benson <calum.benson@sun.com>

       Add PanelToplevel::arrow-size property to large print themes.
       Fixes #110939.

2004-02-24  Narayana Pattipati <narayana.pattipati@wipro.com>

       Add GtkCheckMenuItem::indicator_size property value to the
hemes.
       Fixes bugzilla bug#131659
2004-04-01 19:03:00 +00:00
jmmv
1c09e730a8 Bump PKGREVISION to 6 and fix paths to installed files, due to the update
of GTK+ to 2.4.
2004-04-01 19:02:34 +00:00
jmmv
550efddc00 Update to 0.10.10, the version addressed to GNOME 2.6.0:
What's new in gnome-mag-0.10.10:

* languages:
Alexander Winston (en_CA)
Gareth Owen (en_GB)
John C Barstow (mi)

What's new in gnome-mag-0.10.9:

* languages:
  MÉtin Æmirov (az)
  Alexander Winston (en_CA)
  Amanpreet Singh Alam (pa)
  Paisa Seeluangsawat (th)
  Gurban Mohemmet Tewekgeli (tk)

What's new in gnome-mag-0.10.8:

* fix for builds with non-standard X directories. [bug 130787, from
  Fernando Herrera]

* smooth-scrolling is now the default.

* magnifier toplevel window is now TYPE_POPUP as it
  needs to be override-redirect and always on top.

* fixes to benchmarking code reports (Brian Cameron).

* cache GC's used in magnifier, to reduce X traffic (Brian Cameron).

* makefile cleanup: (Tomasz K³oczko)

* languages:
  punjabi  Guntupalli Karunakar
  thai	   Paisa Seeluangsawat
  croation Robert Sedak
  arabic   Arafat Medini
2004-04-01 18:58:40 +00:00
jmmv
2088655869 Update to 2.6.0. Changes since previous stable branch (2.4.x):
Changes in GNOME-Applets 2.5.90
===============================

Overall
* Major docs updates and cleanups. (Glynn Foster, SUN Microsystems doc team)
* Build tree cleanups. (Glynn Foster)

Translations
* Brazilian (Raphael Higino)
* Russian (Leonid Kanter)
* Bengali (Sayamindu Dasgupta)
* Dutch (Elros Cyriatan)

Changes in GNOME-Applets 2.5.8
==============================
Needs to be updated.

Changes in GNOME-Applets 2.5.7
==============================
Needs to be updated.

Changes in GNOME-Applets 2.5.6
==============================

Overall
* Docs updates (Breda McColgan)
* BSD fixes - bug #134654 (Julio M. Merino Vidal)
* Fix disable-schemas_install (Jason Leach)
* Fix cleaning up .servin.in files - bug #132071 (Jason, Padraig O'Briain)
* Depracation fixes (Kjartan Maraas)
* Fix compilation - bug #133213 (Alexander Winston)
* Add documentor credits (Chee Bin Hoh)

Battery Charge Monitor
* BSD fixes - bug #134661 (Julio M. Merino Vidal)

CD Player
* BSD fixes - bug #134657 (Julio M. Merino Vidal)
* Reduce cpu useage with accesability on - bug #133619 (Pardraig O'Briain)

Character Palette
* Multihead fix - bug #133587 (Dennis)

Disk Mounter
* multihead fixes - bug #134019 (Dennis Smit)

Geyes
* Allow for user installed themes in home directory - bug #122872 (Dennis)
* properly install themes - bug #133100 (Chee Bin Hoh)

GKB
* Keypress fixes - bug #101960 (Egmont Koblinger)

GSwitchit
* Multihead awareness - bug #134025 (Dennis Smit)
* HIG fixes - bugs #133701, 133702, 133570 (Dennis Cranston)
* Fix keynav - bug #132851 (Padraig)

Inbox Monitor
* Fix auto updateing - bug #131407 (Srinivasa Ragavan)
* Gettext fixes - bug #134398 (Gustavo)
* Fix multihead issues - bug #111837 (Leena Gunda)

Keyboard Assesibility
* Fix bug #124153 (Kjartan Maraas)
* mark strings for translation - bug #132579 (Kjartan)

Modem Lights
* Multihead fixes (Dennis)

Stickynotes
* Gconf snaity checks - bug #124024 (Kevin Vandersloot)
* Fix initial placement of notes - bug #125675 (Kevin)
* Multihead fixes - bug #128258 (Dennis, Leena Gunda )

Stock Ticker
* Fix compilation (Jody Goldberg)
* Fix data retrieval - bug #123125  Remi Cohen-Scali.

System Monitor
* install and fix docs - bug #87496 (Dennis, Alexander Winston)

Volume Control
* Fix hadow type - bug #133136 (Richard Hult)

Weather Monitor
* Fix help - bug #134826 (Vijaykumar Patwari)
* More Swedish locations - bug 134479 (Andre Dahlgvist)
* Add Ukraine locations - bug #126101 (Yury Umanets)
* Fix wind display direction - bug #132230 (corwashere yahoo com)
* Divide areas into regions, states, cities etc - bug #81391 (Michael Terry)

Translations
* Albanian (Elian Myftiu)
* Arabic (Arafat Medini)
* Canadian English (Adam Weinberger)
* Croation (Robert Sedak)
* Czech (Miloslav Trmac)
* Danish (Ole Laursen)
* Dutch (Vincent van Adrighem)
* Finnish (Jarkko Ranta)
* French (Christophe Merlet)
* German (Christian Neumair)
* Greek (Kostas Papadimas, Nikos Charonitakis)
* Irish (Alastair McKinstry)
* Italian (Leandro sul clementino)
* Japanese (T.Aihana)
* Lithuanian (Zygimantas Berucka)
* Korean (Changwoo Ryu)
* Malay (Hasbullah Bin Pit)
* Norwegian (Kjartan Maraas)
* Polish (GNOME PL Team)
* Portuguese (Duarte Loreto)
* Serbian (Danilo Segan)
* Spanish (Francisco Javier F. Serrador)
* Ukrainian (Maxim Dziumanenko)

Changes in GNOME-Applets 2.5.5
==============================

Overall
* Keynav (Bill Haneman)
* Help fixes (Chee Bin HOH)
* Docs update (Breda McColgan)
* Generalize the way about windows are handled
  between all applets (Archana Shah, Dennis Smit)
* Multi head fixes (Arvind Samptur)
* Build fixes (Jason Leach)
* UI fixes (Sergey V. Oudaltsov, Calum Benson, Shakti Sen)
* I18N fixes (Maxim Dziumanenko)

Gweather
* Fix help, Bug #131894 (Muktha Narayan)
* Add support for forecasts from the Australian Bureau of Meteorology (James Henstridge)

Geyes
* Popup an error dialog when there is a major problem
  with the theme files, Bug #132635 (Dennis Smit)

Mini Commander
* Fix crasher bug #132270 (Fernando Herrera)

Charpick
* Removed "Add a palette.." item from pop
  down menu. Fixes #131887 and #129757 (Michael Terry)
* Make the property window it's dialogs be event
  driven instead of using gtk_dialog_run. Fixes #133087 and #131889
  (Dennis Smit)

Stickynotes
* Property window gets destroyed after applet removal (Vijaykumar Patwari)
* App icon make use of icon theme (SUN Microsystems)

Mixer
* Merge patch from gnome-mixer for gsteamer part. (Kevin Vandersloot)

Translations
* Azerbaijani (Metin Amiroff)
* Spanish (Francisco Javier F. Serrador)
* Czech (Miloslav Trmac)
* Polish (Artur Flinta)
* Albanian (Elian Myftiu)
* Slovenian (Andraz Tori)
* Greek (Kostas Papadimas)
* Serbian (Serbian team (Prevod.org))
* Irish (Alastair McKinstry)
* Dutch (Vincent van Adrighem)
* Korean (Changwoo Ryu)
* Portuguese (Duarte Loreto)
* German (Christian Neumair)
* Japanese (Takeshi AIHANA)
* Norwegian (Kjartan Maraas)

Changes in GNOME-Applets 2.5.0
==============================

Overall
* Docs update (Breda McColgan)
* Fix numerous leaks (Kjartan Maraas)
* Lock down improvements (George Lebl)

Battery Monitor
* Fix high cpu usage and other weird things - bug #88553 (David Moore)

Keyboard Accesibility Status
* Fix many leaks (Jody Goldberg)

Keyboard Layout Switcher
* New international US keyboard (Szbolacs Ban)
2004-04-01 18:50:52 +00:00
jmmv
8799d1687d Update to 2.6.0. Changes since previous stable branch (2.4.x):
2.6.0
=====
- Make new tabs/windows open in the current directory of the current tab.
- Handle icon and window titles separately when needed.
- Set window roles on all windows, so that window managers can use
  this information.
- Lots of changes so that the interface follows the HIG more closely and
  plays well and consistently with the rest of GNOME, becoming in general
  more usable. This includes from wording changes to various rearrangements
  in the interface to behaviour changes.- Updated and enhanced manual.
- Better URL recognition.
- Some accessibility improvements.
- Better handling of session saving.
- Lots of amazing work by translators; since last time, we have added Tamil,
  Norwegian Nynorsk, Croatia/Hrvatska, Thai and Canadian English.
- Moved to the new GTK+ widgets in most places.
- Fixed quite a few bugs and memory leaks.

Thanks go to everybody who participated in this: translators, documenters,
bug herders, testers, bug reporters and a big et caetera.

2.5.90
======

  - Fixed an accelerator clash in the popup, caught by Ben Maurer.
  - Code cleanups in accessilibity code, spotted by Padraig O'Briain
  - Updated translations: Mətin Əmirov (az), Miloslav Trmac (cs),
    Ole Laursen (da), Christian Neumair (de), Kostas Papadimas (el),
    Francisco Javier F. Serrador (es), Christophe Merlet (fr), Takeshi
    AIHANA (ja), Žygimantas Beručka (lt), Sanlig Badral (mn), Vincent
    van Adrighem (nl), Kjartan Maraas (no), Artur Flinta (pl), Duarte
    Loreto (pt), Laurent Dhima (sq), Danilo Šegan (sr), Christian Rose (sv).
  - New translations: Adam Weinberger (en_CA), Chatchawarn Hansakunbuntheung
    and Chanchai Junlouchai (th).

2.5.5
=====

  - Fixed a crash under IceWM, thanks to Owen, who “spent quite some
    time looking at protocol traces”.
  - Use the new file chooser, now that libgnomeui allows us to do that.
  - Be better w.r.t. a11y; Muktha Narayan.
  - A couple of minor miscellaneous fixes.
  - Updated translations: Mətin Əmirov (az), Miloslav Trmac (cs),
    Nikos Charonitakis (el), Francisco Javier F. Serrador (es),
    Pauli Virtanen (fi), Christophe Merlet (RedFox) (fr),
    Takeshi AIHANA (ja), Young-Ho Cha (ko), Daniel van Eeden (nl),
    Kjartan Maraas (no), Gnome PL Team (pl), Laurent Dhima (sq),
    Слободан Средојевић (sr), Christian Rose (sv), Maxim Dziumanenko (uk).

2.5.4
=====

  - Fixed saving the geometry of windows with tabs to the session.
  - Be smarter on Solaris (Robert Basch)
  - Use the new GTK+ API in more places.
  - Make keyboard shortcuts work even when the menubar is hidden.
  - Updated translations: Arafat Medini (ar), Mətin Əmirov (az), Miloslav
    Trmac (cs), Ole Laursen (da), Christian Neumair (de), Francisco Javier
    F. Serrador (es), Christophe Merlet (RedFox) (fr), Alastair McKinstry
    (ga), Robert Sedak (hr), Takeshi AIHANA (ja), Young-Ho Cha (ko),
    Žygimantas Beručka (lt), Sanlig Badral (mn), Daniel van Eeden (nl),
    Åsmund Skjæveland (nn), Kjartan Maraas (no), Gnome PL Team (pl), Duarte
    Loreto (pt), Laurent Dhima (sq), Слободан Средојевић (sr).

2.5.1
=====

  - Fixed the navigation among notebook tabs.
  - Make sure the profile editor sets mnemonic widgets on things so that we are nice
    to gnopernicus/GOK users.
  - Updates to the manual.
  - Follow the HIG and the GDSG more closely.
  - Make uris go through gnome_vfs_make_uri_from_input so that
    things like www.gnome.org are properly handled (Behdad Esfahbod).

2.5.0
=====

  Thanks to Kjartan Maraas for hunting memleaks, and the translation team.

  - Make new windows/tabs open in the current tab's working directory, and
    make factory calls start shells in the directory current at the call.
  - Fixed a couple of crasher bugs.
  - Fixed a couple of ngettext related problems.
  - Various UI enhancements in menus, key navigation et caetera.
  - Make sensible use of xterm's control sequences for setting icon titles.
  - Set roles on all windows, so that window managers can use them.
  - Fix a few memory leaks, found by Kjartan Maraas.
2004-04-01 18:50:21 +00:00
jmmv
0702d5d66f Bump PKGREVISION to 2 due to the GTK+ update to 2.4. 2004-04-01 18:49:52 +00:00
jmmv
ed04236b5e Update to 2.6.0.0:
2.6.0.0 stuff:

- DisplayLastLogin defaults to false since '/usr/bin/last' is stupidly
  unlocalized

- Add translated (de, es, fr, it, ja, ko, sv, zh_CN, zh_HK and zh_TW)
  documentation (Glynn, Sun translation team)

- Translation updates (Christophe Merlet, Christian Neumair, Maxim Dziumanenko,
  Telsa Gwynne, Stanislav Visnovsky, Gustavo Maciel Dias Vieira,
  Alastair McKinstry, Alexander Winston, Sanlig Badral, Vincent van Adrighem,
  Michiel Sikkes, Funda Wang, Ales Nyakhaychyk, Metin Amiroff, Takeshi AIHANA,
  Alessio Frusciante, Francesco Marletta)

2.5.90.2 stuff:

- Support for GTK+ theming (accessibility) and ability to change current
  theme in the standard login, fixes #125070 (Muktha, me)

- Hindi was written wrong in the language menu fixes #134372
  (Guntupalli Karunakar)

- When restarting a server by whacking it and starting it again, wait
  for 1 sec to allow things to "settle", plus be a lot milder on X
  server's lock files / sockets to avoid whacking ones currently in use

- Make language dialog in the graphical greeter come up quicker and init
  the languages lazily

- Fix #135232 by using code@mod for the translation matrix (me), and added
  Serbian variants there (Danilo Segan)

- Fix #135053 by adding canadian english (Adam Weinberger, Danilo Segan)

- Fix sourcing of environment on AIX, #135401 (Vincent Berger)

- Fix displaying of ~/.xsession-errors file

- Attempt to handle out of user diskspace more gracefully by whacking old
  .xsession-errors in case we fail.

- Translation updates (Nikos Charonitakis, Jordi Mallach, Funda Wang,
  Tommi Vainikainen, Kostas Papadimas, Kjartan Maraas, Miloslav Trmac,
  Laurent Dhima, Zygimantas Berucka, Christian Rose, Changwoo Ryu,
  Yukihiro Nakai, Duarte Loreto, Christophe Merlet,
  Francisco Javier F. Serrador, Artur Flinta, Alastair McKinstry,
  Guntupalli Karunakar, Takeshi AIHANA, Paisa Seeluangsawat,
  Surichat Sumrit, Supranee Thirawatthanasuk, Chanchai Junlouchai,
  Adam Weinberger, Christian Neumair, Hasbullah Bin Pit,
  Pauli Virtanen, Ole Laursen, Asmund Skjaeveland, Metin Amiroff,
  Vincent van Adrighem, Tino Meinen, GNOME PL Team)

2.5.90.1 stuff:

- Login field was not clearned when x server / slave crashed (#131389)

- Change the 12 hour format to be less confusing (#133189)

- Re-fix the aix ADMCHG bug #123766 (Vincent Berger)

- keymouselistener fixes (Brian Cameron)

- Compilation fixes #131042, #130963

- Build fixes (Tomasz Kloczko)

- Other fixes and cleanups (among others #133181 by Mariano Suarez-Alvarez)

- Translation update (Andras Timar, Francisco Javier F. Serrador, Lucas Vieites,
  Maxim Dziumanenko, Robert Sedak, Metin Amiroff, Laurent Dhima, Changwoo Ryu,
  Kjartan Maraas, Miloslav Trmac, Asmund Skjaeveland, Sanlig Badral,
  Zygimantas Berucka, Kostas Papadimas, Christian Neumair, Artur Flinta,
  GNOME PL Team, Gustavo Maciel Dias Vieira, Joao Emanuel, Danilo Segan,
  Vincent van Adrighem, Tino Meinen, Fernando Herrera, Arafat Medini)

2.5.90.0 stuff:

- Add accessibility setting to gdmsetup and allow setting an arbitrary
  sound for the "ready for login" sound.  (#125487)

- gdmflexiserver now lists running sessions if there are some and allow
  the users to easily switch. (#127038)

- Display last login when the user enters their name (can be turned
  off) (#128940)

- Inactive flexiservers are reaped by default after 5 minutes.

- Accessibility modules set the busy cursor for 2 secs to show that
  an action was started (#125153)

- Doubleclicking on a language in graphical greeter selects it
  (Kirk Mitchener, #123199)

- Optional info message on login (sort of like motd) (Anton Altaparmakov,
  #125219)

- New SUP (socket protocol) commands to request shutdown/reboot after
  session ends or after all users log out.  Also new SUP commands for
  querying and setting the VT on Linux.

- A --wait-for-go option that will start one X server and then wait until
  GO is sent through the fifo before going further.

- IPv6 support (Archana Shah)

- Built in sessions are out of /etc/X11/dm/Sessions and moved to
  <datadir>/gdm/BuiltInSessions

- Fix chooser commonication vs. accessibility stuff (#125064)

- Fix RetryDelay and make it default to 1 and not 3 (Leena Gunda, me, #128507)

- On AIX without PAM, password expiration is done (Vincent Berger, me, #123766)

- On crypt/shadow the double login warning was too early, now done after
  authentication as in the PAM setup.

- Clients are now forcibly whacked at session stop, should "fix" #126071

- Use GtkFileChooser in gdmsetup (Jan Arne Petersen, #128668)

- Paranoia: Check owenership of the socket before using it

- Fix xdmcp session counting (#126465)

- Warn the user when they want to set root as autologin (RH #97716)

- StandardXServer can now have arguments

- Default color is now #76848F and the PreSession script tries
  to use the default gdm color to fix #128220

- Fix assert failure when starting Xnest (#127780)

- Indent the chooser and config toggles in the setup (#120639)

- Lots of cleanup and fixes and adding to the general paranoia in the
  code.  (me, Ray Strode, Brian Cameron)

- Translation updates (Miloslav Trmac, Andras Timar, David O'Callaghan,
  Paul Duffy, Danilo Segan, Vincent van Adrighem, Kostas Papadimas,
  Jordi Mallach, Ole Laursen, Dmitry G. Mastrukov, Russian team,
  Sanlig Badral, Francisco Javier F. Serrador, Lucas Vieites,
  Laurent Dhima, Asmund Skjaeveland, Artur Flinta, Duarte Loreto,
  Robert Sedak, Christophe Merlet, Christian Neumair, Zygimantas Berucka)
2004-04-01 18:49:37 +00:00
jmmv
bf168ba1c2 Update to 2.6.0:
Version 2.6.0
=============

  Translators

	* Alexander Winston (en_CA)
	* Gareth Owen (en_GB)
	* Jitendra Shah (mr)
	* Mişu Moldovan (ro)
	* Leonid Kanter (ru)

Version 2.5.92
==============

  Translators

	* Vladimir \"Kaladan\" Petkov (bg)
	* Dinesh Nadarajah (ta)
	* Maxim Dziumanenko (uk)

Version 2.5.91
==============

  Session Manager

	* New splash screen for 2.6 (Jakub Steiner)
	* Make the capplet use GtkFileChooser (Chris Kelso)

  Translations

	* Mətin Əmirov (az)
	* Laszlo Dvornik (hu)
	* Christopher R. Gabriel (it)
	* Amanpreet Singh Alam (pa)
	* Paisa Seeluangsawat (th)

Version 2.5.90
==============

  Translations

	* Laurent Dhima (sq)
	* Paisa Seeluangsawat (th)

Version 2.5.5
=============

  Session Manager

	* Set accessible role on the logout dialog (Padraig)
	* Update help links to the new user-guide location (Mark)

  Session Properties Dialog

	* Make Escape actually with the warning dialog (Bala)
	* Don't warn user about discarding changes if no changes have been made (Bala)

  Translators

	* Changwoo Ryu (ko)
	* Robert Sedak (hr)
	* Maxim Dziumanenko (uk)

Version 2.5.4
=============

  Session Manager

	* Don't show silly icon when we can't find an splash icon (Glynn)
	* Update the icon map (Luca Ferretti)
	* Fix usage of deprecated function (Kjartan)

  Misc

	* Fix issue with underquoted definition of AM_PATH_ESD (Alexander
	  Winston)
	* Kill unused .desktop file (Mark)
	* Update support for lwm (James F. Carter)
	* Add support for openbox (Michael Terry)

  Translators

	* Kjartan Maraas (no)
	* Laurent Dhima (sq)
	* Miloslav Trmac (cs)
	* Mətin Əmirov (az)
	* Reinout van Schouwen (nl)

Version 2.5.3
=============

  Session Manager

	* Fix lock-up on log out with glib 2.3.1 (Mark)
	* Use a managed window for the logout dialog when accessibility
	  is enabled (Mark, Bill Haneman)
	* Require gtk+ 2.3.x and dump the pangox coverage cache hack (Mark)

  Translators

	* Duarte Loreto (pt)
	* Isam Bayazidi (ar)
	* Paul Duffy (ga)
	* Sanlig Badral (mn)

Version 2.5.2
=============

  Session Manager

	* Start the gnome-keyring daemon at login (Alexander Larsson)
	* Shut down the GConf daemon at logout (W. Michael Petullo, Mark)
	* Don't set the full path of the splash screen in GConf (Mark)

  Translators

	* Kostas Papadimas (el)
	* Paisa Seeluangsawat (th)

Version 2.5.1
=============

  Misc

	* Add a --enable-deprecations build flag (Mark)

  Translators

	Dafydd Harries (cy)
	Miloslav Trmac (cs)
2004-04-01 18:48:11 +00:00
jmmv
aeda46b8b0 Update to 2.6.0. Changes since previous stable branch (2.4.x):
Version 2.6.0
=============

	* New and updated translations.

Version 2.5.93
==============

  Screenshot Taker

	* Use the new file chooser in save mode instead of open mode

  Clock Applet

	* Fix crash with unset/invalid clock format preference

  Translators

	* New and updated translations.


Version 2.5.92
==============

  Panel

	* Fix accessibility issue with the "Force Quit" dialog
	* Correctly launch nautilus for directories from the run dialog

  Clock Applet

	* Use GtkComboBox in the preferences dialog

  Translations

	* New and updated translations.


Version 2.5.91
==============

  Panel

	* Don't resize while autohiding
	* Remove the username from the Log Out menu item again
	* Xinerama fixes for panel position and collision avoidance
	* Make moving launchers with button2 work again
	* Don't allow the panel to be moved when its hidden

  Clock Applet

	* Fix task and appoinment list scrolling
	* Use Fedora's system-config-time if available
	* Fix issue with clock not resizing when date chanes in some locales

  Notification Area

	* Set the window icon on the about dialog

  Translations

	* New and updated translations.


Version 2.5.90
==============

  Panel

	* Fix a typo - "or to to shutdown"
	* Fix issue with autohides not being unqueued on leave notify
	* Allow the hide button's size to be themed
	* Make apps be launched on the correct screen after menus are re-loaded
	* Fixup instance of using an uninitialised variable

  Applets

	* Fix issue with calendar jumping multiple months on click

  Misc

	* Updated help documentation
	* Allow building against an uninstalled build of gnome-panel

  Translations

	* New and updated translations.


Version 2.5.5
=============

  Panel

	* Make applets move a pixel at a time so we can move them to the corner
	* Fix broken keynav with numlock enabled
	* Fix problem with disappearing launchers
	* Correctly test for modifiers throughout the panel

  Notification Area

	* Correctly manage the lifecycle of the about dialog
	* Use the correct icon in the about dialog

  Misc

	* Update help links to point to new user-guie location
	* Add configure flag to disable use of evolution-data-server
	* Update help documentation
	* Make the screenshooter use GtkFileChooser
	* Add documentor credits in applet about dialogs
	* Warnings fixes
	* Un-mark property descriptions for translation

  Translators

	* New and updated translations.


Version 2.5.4
=============

  Panel

	* Add more lockdown support
	* Fix major X leak with translucent panels
	* Use a new "applications" icon for the applications menu
	* Set accessible names for drawers and hide buttons
	* Fix issue with "Log Out blah" menu item and username's with underscore
	* Remove bogus panel_signal_connect_object_while_alive()
	* Fix issue where "Delete this Panel" wasn't visible
	* Only allow resizing the run dialog if the proram list is visible
	* Fix some runtime warnings
	* Fix some portability issues

  libpanel-applet

	* Install enums header and fix signal definitions
	* Build panel-test-applets with -export-dynamic

  Clock Applet

	* Fix bug where selected calendars were out of sync
	* Use UTC time for events if preference set
	* Correctly detect all day events
	* Re-position the calendar popup as the clock is moved around
	* Don't show "Adjust Date & Time" if no config tool available
	* Fix issue with ellipsizing the task description

  Misc

	* Sync with newer version of the recent files implementation
	* Use a themed window icon in the screenshooter
	* Fix issue with unsetting the preferred command for Wanda
	* Set the accessible name on the notification area
	* Fix underquoted definition of AM_PATH_ESD
	* Fix invalid UTF8 in spanish help docs
	* Bump required GTK+ to 2.3.2

  Translators

	* New and updated translations.


Version 2.5.3.1
===============

  libpanel-applet

	* Fix crasher with ORBit 2.9.4

  Translators

	* New and updated translations.


Version 2.5.3
=============

  Panel

	* Add a shadow around the run dialog applications list
	* Set the accessible name on the run dialog entry
	* Don't allow the creation of empty launchers
	* Change the default panel size from 22px to 24px
	* Put the username in the "Log Out" menu item
	* Fix occassional problem where moving an applet caused the panel to
	  move
	* Use a useless icon for the actions menu until a better one is found
	* Mark a string for translation
	* Use latest versions off egg-recent
	* Fix minor typo in the default panel setup
	* Use GtkFileChooser instead of GtkFileSelection
	* Don't add directories during command completion in the run dialog
	* Fix UTF-8 conversion issue in the run dialog

  Clock Applet

	* Add support for showing Evolution tasks/appointments

	* Allow a custom time format to specified in GConf
	* Make the applet out of process
	* If showing UTC time, select the right day in the calendr
	* Make it easier for translators to swap elements of the time format
	* Schemas terminology fix

  Other Applets

	* Display Notification Area help on the correct screen
	* Don't allow changing the number/names of workspaces if locked down

  Misc

	* Make use of new libgnomeui/gdk functions instead of egg-screen-*
	* Add bugzilla pointers to all applet .server files
	* Build fixes
	* Update Spanish documentation

  Translators

	* New and updated translations.


Version 2.5.2
=============

  Panel

	* Kill some unused functions
	* Be more paranoid about removing dirs from the GConfClient cache
	* Fix some strings to by more translator friendly
	* Make blocking auto-hiding recursive
	* Rename "Open Recent" to "Recent Documents"
	* Use gdk_screen_get_monitor_at_point() instead of a hack
	* Sort the applets in the "Add to panel" menu according to the locale
	* Fix various bugs with autohide with no animations
	* Make schema descriptions of the "screen" and "monitor" keys more
	  expicit
	* Use the monitor size and not the screen size to position the panel
	* Fix bug in menu positioning when the panel is hidden
	* Add labelled-by relation for the slider in the properties dialog
	* Fix the preferences dialog to use the locked_down key
	* Remove invalid assertion about auto_hide_size > 0
	* Don't set invalid tooltips on menu buttons
	* Set the accessible name on drawers
	* Make sure to set the PPosition WM_NORMAL_HINT to keep other WMs happy
	* Make the expander in the run dialog activatable via a mnemonic
	* Use GObject's instance private data
	* Use GConf's standard function for unsetting a hierarchy
	* Make the Menu Bar help point at the correct location
	* Make menu buttons use the correct tooltip
	* Make "Force Quit" confirmation dialog cancel on escape

  Screenshooter

	* Don't crash when using the shape extension on an offscreen window
	* Fix slight performace issue
	* Expand filenames with a tilde when saving
	* Kill crufty printing support

  Applets

	* Simplify the various clock time format GConf keys into one enum
	* Make the clock not display leading zeros in dates
	* Make Wanda not use deprecated functions
	* Rename the Window Menu to "Window Selector"
	* Make the Window Selector's help point at the user guide
	* Destroy the Window Selector's about dialog when the applet is removed
	* Ditto for the Show Desktop button
	* Make the Show Desktop button use SVG icons

  libpanel-applet

	* Fix weird issue caused by not removing the dir from the GConfClient
	  cache

  Misc

	* Many distcheck fixes required for using automake 1.7
	* XML-ize the libpanel-applet docs
	* Man pages updates
	* Update build message to say "2.5"
	* Make sure Wanda's generated .server files get deleted on make clean

  Translators

	* New and updated translations.


Version 2.5.1
=============

  Panel

	* Implement per-panel and global lockdown keys
	* Add a "disabled_applets" key and don't show those applets
	* Fix gnome-panel --help not to show the flags twice
	* Used the folder icon from the icon theme for folders
	* Use the term "Drag and drop" instead of "DnD"
	* Don't allow vertically centered horizontal panels and vice versa
	* Link to help for action buttons
	* Use the "delete" stock icon for "Delete this panel"
	* Fix crashing when gdk_property_get_fails
	* Snap to 0/100% opacity with a 2% tolerance
	* Set revert to insenitive in the launcher editing dialog
	* Remove the bold labels in the panel properties dialog
	* Don't unhide hidden drawers when unhiding the parent panel
	* Use GtkExpander in the run dialog
	* Don't allow the panel to autohide when dragging things around
	* Don't unhide the panel if we quickly move the pointer in and out
	* Get translucent applet backgrounds almost working
	* Remove useless, crufty code
	* Don't allow the panel to unhide when the properties dialog is open

  Applets

	* Hide the preferences menu items when locked down
	* Update help buttons to point to the correct docs
	* Allow the PanelApplet's children to become focusable after focusing itself
	* Fix a memory leak in libpanel-applet

  Window List

 	* Remove "visible" from the descipription of the applet
	* Update to use the new icon from jimmac
	* Disable certain preferences when only showing the current workspace

  Workspace Switcher

	* Add a shadow around the workspace list in the preferences
	* Unselect any selected workspace name when the list is unfocused

  Window Menu

	* Ellipsize the window menu item if its too long
	* Update to use the new icon from jimmac
	* Don't refer to the "Window List" in the about dialog
	* Use the icon theme to lookup the window icon

  Show Desktop Button

	* Lookup the icon according to the icon theme

  Wanda

	* Respect the "inhibit_command_line" lockdown preference
	* Make the "rotate" prefernce false by default - bubbles should go up
	* De-brand Wanda - she's a fish, not a "GNOME fish"

  Clock

	* Show week numbers in the calendar
	* Better schema description for "internet_time"

  Misc

	* Help documentation updates
	* Add a --enable-deprecations build time flag

  Translators
2004-04-01 18:46:01 +00:00
jmmv
36f5287ff8 Update to 2.6.0. Changes since previous stable branch (list may be
incomplete):

gnome-control-center 2.5.4

* Improve layout of display capplet
* quote the AC_DEFUN properly
* Add a test for ngettext
* Delete some of the unused file cluttering the tree
* Trivial string consistency adjustment
* Handle sorted trees
* Fix incorrect string in gnome-settings-daemon
* Do not popup the logout dialog when the close button (X)
* Move a few capplets to the new file selector
* Fix the ATK relations for the file-type capplet
* Make fontilus and themus respect the gconf install settings
* Fix transtions for titles of colour pickers.
* Warn before deleting a type
* Improve Dr Wright.
* Another typo in the new a11y settings daemon extensions

gnome-control-center 2.5.1

* Fix the build and configure on older X servers.
* Use icon themes
* Merge gswitchit into gnome-settings-daemon and keyboard capplet

gnome-control-center 2.5.0

* Add libxklavier and prep for inclusion of gswitchit's xkb-properties-capplet
* http://bugzilla.gnome.org/show_bug.cgi?id=120842
  [HIGification broke accessx]
* http://bugzilla.gnome.org/show_bug.cgi?id=106489
  [protect against gconf failure]
* http://bugzilla.gnome.org/show_bug.cgi?id=124513
  [Handle TruColor Displays]
* http://bugzilla.gnome.org/show_bug.cgi?id=116710
  [smarter maximum dpi]
2004-04-01 18:40:09 +00:00
jmmv
1e5ae7188a Update to 2.6.0. Changes since previous stable version:
Version 2.6.0
=============

  Translators

	* Gareth Owen (en_GB)

Version 2.5.92
==============

  Translations

	* Sayed Jaffer Al-Mosawi (ar)
	* Peter \"Peshka\" Slavov (bg)
	* Alexander Winston (en_CA)
	* Elian Myftiu (sq)
	* Danilo Segan (sr)
	* Gurban Mohemmet Tewekgeli (tk)
	* Maxim Dziumanenko (uk)

Version 2.5.91
==============

  libgnome-desktop

	* Fix issue where dragging a file from an nfs mounted dir onto
	  a launcher wouldn't work (Mark)
	* Make the launcher editor use GtkFileChooser (Brian Skahan)

  Misc

	* Don't depend on strptime (Mark)
	* Check for scrollkeeper in configure (Mark)
	* Fixup OMF files to validate with latest scrollkeeper (Mark)

  Translations

	* Laszlo Dvornik (hu)
	* Luca Ferretti (it)
	* Amanpreet Singh Alam (pa)
	* Duarte Loreto (pt)
	* Elian Myftiu (sq)
	* Dinesh Nadarajah (ta)
	* Paisa Seeluangsawat (th)

Version 2.5.90
==============

  Misc

	* Allow build against an uninstalled build (Laszlo Peter)

Version 2.5.5
=============

  Misc

	* Use the new applications icon for the Applications menu (Mark)

Version 2.5.4
=============

  About Dialog

	* Set intro text as non-editable (Fernando Herrera)
	* Plug some leaks (Kjartan Maraas)

  libgnome-desktop

	* Include correct i18n header to fix warnings (The Written Word)

  Misc

	* Use the common docs build system (Malcolm Tredinnick)
	* Small configure.in cleanup (Tomasz K³oczko)
	* Fix underquoted AM_PATH_ESD issue (Alexander Winston)
	* Don't included generated .desktop files in tarball (Mark)
	* Distcheck fix (Mark)

  Translators

	* Christophe Merlet (RedFox) (fr)
	* Kjartan Maraas (no)
	* Miloslav Trmac (cs)

Version 2.5.3
=============

  About Dialog

	* Update the "Contact" link (Alex Duggan)

  Misc

	* FDL/GPL/LGPL docs updates (Eric Baudais)

  Translators

	* Dmitry G. Mastrukov (ru)

Version 2.5.2
=============

  libgnome-desktop

	* Handle g_filename_from_utf8() failure (Dennis Cranston)

  Translators

	* Danilo Segan (sr)
	* Kjartan Maraas (no)
	* Kostas Papadimas (el)

Version 2.5.1
=============

  libgnome-desktop

	* Remove unnecessary accessibility code (Padraig)
	* Use the correct mnemonic widget for the command entry (Padraig)

  Misc

	* Add a --enable-deprecations build flag (Mark)

  Translators

	Abel Cheung (zh_TW)
	G Karunakar (hi)
	Jordi Mallach (ca)
	Ole Laursen (da)
	Sanlig Badral (mn)
2004-04-01 18:36:11 +00:00
jmmv
1c857a347c Update to 1.0.0. Changes since previous version in pkgsrc:
News in 1.0.0
* Bug fixes and updated translations.

News in 0.9.2
* Bug fixes and updated translations.

News in 0.9.1
* Bug fixes.
* XML and HTML .lang files now highlight strings using simple patterns.
* Beginning of line and end of line are now correctly matched, even if
  the slice of text doesn't include the newlines.
* "Others" style is now deprecated.

News in 0.9.0
* Miscellaneous Bugfixes

News in 0.8.0
* Highlighting spec files for PHP, Verilog, MSIL, C# and SQL.
* Migrated test application to Gtk 2.3 (UI and file selector).
2004-04-01 18:35:00 +00:00
jmmv
b9716613de Update to 2.4.0:
GTK+-2.4 adds significant new functionality while maintaining
source and binary compatibility with GTK+-2.2. Highlights
of new features and improvements in GTK+-2.4 are:

New file selector widget

 The new GtkFileChooser widgets provide a radically simplified
 and improved way for users to select files. Capabilities such as
 customizable filters and previews are now available for
 application writers. The filesystem access is encapsulated as a
 dynamically loaded module; as an example of what this allows,
 libgnomeui now provides a gnome-vfs backend for GtkFileChooser
 so that it has the same view of remote filesystems as
 applications such Nautilus.

New drop-down selection widget

 The GtkComboBox widget replaces the old GtkOptionMenu and
 GtkCombo widgets with a single unified appearance
 and programming interface for both editable and non-editable
 dropdowns. Other enhancements provided include customizability
 of the main display widget and grid layouts for the drop-down
 menu.

Action-based toolbar and menu API

 GtkUIManager allows the application to specify a set of
 "actions", then create menus and toolbars using those actions
 from an XML-like interface description. This separation makes it
 easier to coordinate having the same item both in a menu and in
 a toolbar and simplifies the implementation of toolbar editing.

Bidirectional editing and interface flipping improvements

 GTK+ now automatically determines the base direction for
 label and text-entry widgets based on their contents, rather
 than requiring it to be specified by the application; this
 gives a much better user experience when editing mixed
 right-to-left and left-to-right text. Support for user-interface
 mirroring in right-to-left locales has now been extended to
 cover virtually all widgets.

Other enhancements:
 - The GtkTreeModelFilter tree model allows displaying a
   filtered view of another tree model

 - GtkTreeView now supports a fixed-height-mode for faster
   display.

 - GtkToolbar has been reworked to provide a more consistent
   and extensible programming interface along with new features
   such as an overflow menu and animated editing feedback.

 - GtkEntry now supports completion dropdowns.

 - Named icons via the freedesktop.org icon theme specification
   are now supported.

 - gdk-pixbuf improvements include a PCX loader and saving
   support for the ICO and CUR formats.

 - Round trips to the X server at application startup and
   during operations such as drag-and-drop have been
   greatly reduced.
2004-04-01 18:15:41 +00:00
jmmv
a97ec97d87 Update to 1.00. Changes since 0.97 are small changes and fixes (mostly
related to portability).
2004-04-01 18:12:58 +00:00
tron
8b0f208816 Fix dependencec (once more), bump package revision. 2004-04-01 11:43:56 +00:00
xtraeme
4052696ecd Teach qt's configure to find libraries/headers inside BUILDLINK_DIR, which
is mandatory if you want Xft2/Xrender support when using X11_TYPE=XFree86.
2004-03-30 21:50:19 +00:00
xtraeme
a1fdb089fa Remove XFree86/Makefile.common which was causing strange changes in the
targets, and use ${LOCALBASE}/X11R6 instead of ${X11ROOT}, noted by
Jeremy C. Reed (fixes building in qt3 when using X11_TYPE=XFree86).
2004-03-30 21:45:10 +00:00
xtraeme
2a30d492da X11ROOT should be used as directory for buildlinkifying the files. 2004-03-30 21:26:40 +00:00
recht
26758b1ce9 Add buildlink3.mk 2004-03-30 18:58:34 +00:00
reed
ecbc5f3db7 Use x11 directory instead of testing directory. 2004-03-30 17:23:48 +00:00
jlam
47b3573672 Allow the last known version information to match all future versions of
XFree86 until we know for certain that it's different.  This makes us more
bulletproof to updates in xsrc.
2004-03-30 17:10:16 +00:00
jlam
88588c9c0b Use "XF86_VERSION" instead of "_XF86_VERSION" as the variable name since
we use it in several places within pkgsrc as a public variable.
2004-03-30 17:04:06 +00:00
snj
c21b20505c Make hot-babe less sensitive so that her clothes stay on a bit longer. From
toddpw@ in PR pkg/24921.

While here, clean up the English in DESCR and use bl3.
2004-03-29 22:44:29 +00:00
recht
5f95fb9727 Add missing Xrandr and xcursor buildlink2.mks.
Patch PKGREVISION to 1.
2004-03-29 09:27:11 +00:00
taca
61ee4e388d Revert ruby-tcltk package to use tcl83.
Unfortunately, Ruby has problem with thread library even if recent
release of 1.8.1.  So, a program using ruby's library shouldn't link
with thread library.

Bump PKGREVISION.
2004-03-29 07:55:25 +00:00
jlam
6d92080aa2 Match the template builtin.mk file in bsd.builtin.mk, and make the two
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links)
use the new format correctly.
2004-03-29 05:43:28 +00:00
jlam
426cc1ce72 Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+".  This is mandated by the example
buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-29 05:05:32 +00:00
xtraeme
4636f9b663 Make sure X11_TYPE=XFree86 is defined before building X11 packages,
this will fix wrong binary packages made by bulk builds.
2004-03-29 00:30:16 +00:00
xtraeme
141f67cbf7 Fix PATH. 2004-03-28 23:35:57 +00:00
xtraeme
e47eb3e79d Regen. 2004-03-28 22:30:38 +00:00
xtraeme
c68d333dea Fix meta-pkgs/XFree86 PATH. 2004-03-28 22:27:56 +00:00
xtraeme
7bfae2570d Add missing files plus some modifications. 2004-03-28 22:11:32 +00:00
xtraeme
770c956a77 Upgrade XFree86 packages to 4.4.0.
To see a full list of changes, please review:
http://xfree86.org/4.4.0/RELNOTES.html

These packages has been tested under NetBSD 1.6/-current, FreeBSD 4.x/5.x,
and GNU/Linux (i386) by Jeremy C. Reed, Michal Pasternak and myself.
2004-03-28 22:06:15 +00:00
recht
a2b99a8792 Install the libraries into QTLIBDIR and symlink to PYSITELIB to make
libtool happy.
2004-03-28 20:54:49 +00:00
wiz
4bcc4d0700 Add buildlink3 file; from Michal Pasternak on tech-pkg. 2004-03-28 00:42:10 +00:00
jlam
faed7092a8 Reverse the use of USE_DB185 in bdb.buildlink3.mk -- it defaults to
"yes" and packages that can't use the DB-1.85 API should set it to "no".
This makes the native DB the preferred DB if it exists.
2004-03-26 18:48:52 +00:00
minskim
5daed86e36 Include the iostream header file before using ostream. Fixes build on
NetBSD-current.
2004-03-26 18:39:31 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jlam
98196bcc44 Fix tcl/tk configure script stupidity: it overwrote the value of LDFLAGS
that accumulates within itself with a do-nothing version because it tried
to re-use LDFLAGS for another purpose.  This broke all library checks after
the "checking for ELF" step.  Fix this by (duh) not re-using LDFLAGS but
by using a different variable.  Bump the PKGREVISIONs of lang/tcl and
x11/tk.

This fixes building the threaded versions of tcl and tk.
2004-03-25 22:49:14 +00:00
jwise
0b05178f11 Now that we build tcl/tk with thread safety enabled, pull pthread buildlink
glue into the tcl buildlink glue.

Also, update buildlink dependencies appropriately.

Pointed out by wiz@netbsd.org.
2004-03-24 15:24:36 +00:00
wiz
255d8ca6f4 Never install the executable setuid root. Might have happened if libvga
was found (not on NetBSD, of course).
Bump PKGREVISION to 1.
Closes PR 21812 by reed.
2004-03-24 11:56:00 +00:00
jlam
326169077a USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
jwise
73345802b3 Build thread-safe versions of tcl and tk. Bump PKG_REVISION to nb1 to match. 2004-03-22 16:14:02 +00:00
bouyer
1dc415c5b5 This package build fine with gcc3, don't insist on using egcs on SunOS.
This package use c++.
2004-03-22 15:06:52 +00:00
wiz
32f7584b9b Update to 804.026:
This a re-port of a perl interface to Tk8.4.
C code is derived from Tcl/Tk8.4.5.
It also includes all the C code parts of Tix8.1.4 from SourceForge.
The perl code corresponding to Tix's Tcl code is not fully implemented.

Perl API is essentially the same as Tk800 series Tk800.025 but has not
been verified as compliant. There ARE differences see pod/804delta.pod.

The goal of this release is Unicode support via perl's and
core-tk's use of UTF-8.
Tk804.026 builds and loads into a threaded perl but is NOT
yet thread safe.

This Tk804 is only likely to work with perl5.8.0 or later.
Perl's UTF-8 support has improved since it was introduced in perl5.6.0.
Some functions (regular expression match in Text widgets) are known
to only work with perl5.8.1 and later

There are a lot more tests in Tk804. Some notably t/entry.t and
t/listbox.t very dependant on the available fonts and to a lesser
extent the window manager used. (See below for a list of fails
which can be "expected" even if nothing is really wrong.)

Others t/JP.t and t/KR.t need oriental fonts and can take a long time to
run on a machine with a lot of fonts but which lacks the glyphs tests are
looking for.
2004-03-22 12:27:19 +00:00
martti
44f759ceba Updated xpmroot to 2.4.18 (to match the current fvwm2 version). There are
no changes in the xpmroot code...
2004-03-22 08:26:24 +00:00
kristerw
73ff7727b9 Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions. 2004-03-22 03:22:01 +00:00
snj
35960d4b8e Fix build on sparc64 with gcc2. 2004-03-20 01:51:03 +00:00
snj
127211d115 Fix build on sparc64 with gcc2. Slightly silence pkglint. 2004-03-20 01:39:30 +00:00
snj
9c23f1a430 Fix build on sparc64 with gcc2. 2004-03-20 00:48:36 +00:00
cube
bedda7656b Bump PKGREVISION after gkrellm1 buildlink[23].mk change.
That should close PR 24818.
2004-03-18 15:33:21 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
minskim
e60d48436a Add explicit dependency on pkgconfig. 2004-03-17 21:04:12 +00:00
wiz
04412ee46f Unconditionally disable kerberos on FreeBSD.
Per Michal Pasternak on tech-pkg, xscreensaver only
supports kerberos 4 and FreeBSD only provides kerberos 5.
2004-03-17 19:36:59 +00:00
taca
7a3885f057 Remove CONFIGURE_ARGS here since it had no effect and specified
incorrect parameter.
2004-03-17 04:13:46 +00:00
danw
873317a06c add darwin support 2004-03-16 23:59:42 +00:00
minskim
7fa907333d Switch to Tcl/Tk 8.4. OK'ed by taca@.
Bump PKGREVISION.
2004-03-16 23:54:25 +00:00
jlam
59bdf89739 If the ${PKGBASE} of a package doesn't match the token passed to
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that
we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-16 18:23:26 +00:00
jlam
83270dba5d BUILDLINK_DEPENDS.<pkg> is appended to. 2004-03-16 17:55:35 +00:00
jlam
59fad5b9f8 Manipulate the buildlink depth so that libiconv and Xfixes aren't added
to BUILDLINK_DEPENDS unless their respective buildlink3.mk files are
included by the top-level Makefile.
2004-03-16 17:40:54 +00:00
minskim
a980f2e900 Switch to Tcl/Tk 8.4 and bl3ify. 2004-03-16 16:04:05 +00:00
tron
e4e5a452c8 Backout my recent changes because Thomas Klausner and Grant Beattie
disapprove.
2004-03-16 14:04:44 +00:00
tron
b293d8fc5c Fix locale file installation. Bump package revision because of that. 2004-03-16 09:48:45 +00:00
tron
34d8c0e23a Fix locale file installation. Bump package revision because of that. 2004-03-16 09:48:22 +00:00
taca
d428fd9d93 Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
xtraeme
fae758643e bl3ify 2004-03-15 20:24:32 +00:00
recht
b4268706cf Xrandr won't build without the X Extension library which is only present
in XFree86>=4.3; ignore it when checking dependencies or buildlinking.
Skip also randrext (Xrandr's header files) in this case.

The patch agains x11-links' builtin.mk is a slightly modified version of
the patch jlam@ posted in:
http://mail-index.netbsd.org/tech-pkg/2004/03/15/0001.html

ok'd by jlam@
2004-03-15 17:30:18 +00:00
recht
e16f191894 (re-add) buildlink2.mk needed for suggested fix for PR 24787.
(until qt3 is bl3ified)
2004-03-15 16:24:24 +00:00
taca
9c8799e8a4 Update MASTER_SITES and HOMEPAGE. 2004-03-15 14:24:57 +00:00
jdolecek
b09aacadfa force 64bit arithmetic for computation of memory sizes in kcontrol
info module; this fixes int overflow e.g. when having 4G of swap

also add support for CACHED_MEM, count that as sum of cached file
and exec data (for NetBSD 1.6+)

bump pkg revision for this change
2004-03-14 18:30:31 +00:00
wiz
da3a48aac0 Add defined test before !empty test. 2004-03-14 00:38:19 +00:00
jlam
ec4db654ac Support using BDB_TYPEs other than native. 2004-03-12 21:33:28 +00:00
jlam
4d54cd0d68 buildlink3.mk files shouldn't include buildlink2.mk files. 2004-03-12 21:20:16 +00:00
wiz
d37c798ce2 Explicitly add freetype2's buildlink3.mk to enable ft2 support.
Bump PKGREVISION.
2004-03-12 19:44:59 +00:00
jlam
a8477fa11c This package uses the C++ compiler for building and linking. 2004-03-12 19:06:55 +00:00
cjep
1a3e680c41 sort 2004-03-12 13:11:33 +00:00
recht
779c2f5a46 update to 2.2.0
pygtk-2.2.0:  11-march-2004
   - Added support for GTK+ 2.2 APIs, GdkDisplay, GdkScreen,
          GdkClipboard and GtkWindow (James)
   - Better and more flexible support for TreeModel and TreeView API
          (Don Allingham, Benjamin Cama, John Ehresman, Johan,
           jkluebs@luebsphoto.com)
   - Better support for gtk.gdk.Pixbuf integration with
          Numerical arrays (Tim Evans)
   - Better support for Pygtk generation tools (codegen, m4 macros,
          h2def, Makefile.am ...) (James, Jon Willeke, Xavier, Johan)
   - Removed gtkgl bindings (James)
   - Added gtk.gdk.Eventkey.hardware_code (Johan)
   - Added gtk.binding_entry_remove and gtk.accel_group_connect (Gustavo)
   - Don't allow reading non readable properties (James)
   - And lots of bug fixes: gdk.event_get_axis (Seth Nickell),
          distutils (Alif Wahid), mem leaks, gtk.Menu.popup (Gustavo)
2004-03-12 10:48:23 +00:00
snj
f711236d94 Use bl3. 2004-03-12 05:46:34 +00:00
taca
4ebeb28b9f Bump pacakge revision with ruby-base package's update. 2004-03-12 05:02:55 +00:00
reed
493728a085 Make sure the displayed output mentions "OpenMotif" so reader will
have some idea what is going on.
2004-03-12 02:03:25 +00:00
reed
c73adff8a0 Mention "renderext" in description. 2004-03-11 23:11:28 +00:00
xtraeme
aa53ce07af bl3ify 2004-03-11 17:22:55 +00:00
xtraeme
99a11b005b Update fbdesk to 1.1.5.
Changes:

	o GCC 3.3 fixes
2004-03-11 16:56:12 +00:00
xtraeme
f5e1830986 bl3ify 2004-03-11 16:19:03 +00:00
seb
00570f94b1 Remove info files entries from PLIST. 2004-03-11 16:00:04 +00:00
seb
2c2567dba9 Remove info files entries from PLIST. 2004-03-11 15:42:21 +00:00
minskim
a3c0d62315 Keep library names on IRIX and Linux to be same as on other platforms. 2004-03-11 01:27:05 +00:00
markd
e2beb463ae Add build dependency on graphviz for "dot" as package will find and use
it if it happens to be there.  Should fix issue seen in bulk build.
2004-03-10 22:52:59 +00:00
markd
9481b2545d More PLIST fixups for systems without a shared libfontenc 2004-03-10 21:15:43 +00:00
minskim
032c87c6ee Let this package download Daemon.* from MASTER_SITE_LOCAL. Noted by
Karl Hammerschmidt on tech-pkg@.
2004-03-10 20:18:51 +00:00
minskim
d23862af7b Switch to Tcl/Tk 8.4 and bl3ify. Bump PKGREVISION. 2004-03-10 19:29:31 +00:00
jlam
bb46710479 Convert to use bdb.buildlink3.mk. 2004-03-10 18:07:16 +00:00
jlam
d0b4c54eb6 Split out the code that deals with checking whether the software is
built-in or not into a separate builtin.mk file.  The code to deal
checking for built-in software is much simpler to deal with in pkgsrc.

The buildlink3.mk file for a package will be of the usual format
regardless of the package, which makes it simpler for packagers to
update a package.

The builtin.mk file for a package must define a single yes/no variable
USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether
to use the built-in software or to use the pkgsrc software.
2004-03-10 17:57:14 +00:00
martti
da2428b947 File removed, we are now using buildlink3 2004-03-10 15:40:03 +00:00
xtraeme
6f080fa7de bl3ify and bump PKGREVISION due to meta-pkgs/xfce4 upgrade. 2004-03-10 11:59:31 +00:00
xtraeme
ff51acf13f bl3ify, s,USE_X11BASE,USE_X11,g. Welcome to 4.0.4nb1, ok'ed by martti@ 2004-03-10 11:53:37 +00:00
markd
da275e65ac Update to match the actually released version. 2004-03-10 11:24:17 +00:00
martti
da0646cf07 Updated XFce to 4.0.4
* Bug fixes
* Translation updates
2004-03-10 07:41:16 +00:00
jmmv
ac40df26e9 Update to 0.10.8:
* fix for builds with non-standard X directories. [bug 130787, from
  Fernando Herrera]
* smooth-scrolling is now the default.
* magnifier toplevel window is now TYPE_POPUP as it needs to be
  override-redirect and always on top.
* fixes to benchmarking code reports (Brian Cameron).
* cache GC's used in magnifier, to reduce X traffic (Brian Cameron).
* makefile cleanup: (Tomasz K³oczko)
* languages:
  punjabi  Guntupalli Karunakar
  thai	   Paisa Seeluangsawat
  croation Robert Sedak
  arabic   Arafat Medini
2004-03-09 22:18:41 +00:00
recht
b0d8744bf4 Add Xrandr's buildlink so that the pkgsrc version of Xrandr/Xrender
will get used in the case of PREFER_PKGSRC={yes,xrandr}.
Bump PKGREVISION to 6.
2004-03-09 22:15:01 +00:00
skrll
3056ad2d9b Remove myself as maintainer. 2004-03-09 21:00:09 +00:00
minskim
ab235c8f5f bl3ify gconfmm and define USE_LANGUAGES=c c++. Also add required
gtkmm/buildlink3.mk.
2004-03-09 20:56:35 +00:00
minskim
4bddde0c60 bl3ify and USE_LANGUAGES=c c++. 2004-03-09 20:44:44 +00:00
markd
4b88c479fa Add new kde language translations. 2004-03-09 13:45:56 +00:00
markd
1c43e72fe4 Initial import tg language translation for KDE 3.2.1. 2004-03-09 13:43:39 +00:00
markd
67eefe495b Initial import sr@Latn language translation for KDE 3.2.1. 2004-03-09 13:42:35 +00:00
markd
d77b3b1ddf Initial import nds language translation for KDE 3.2.1. 2004-03-09 13:41:29 +00:00
markd
2746218bc3 Initial import bn language translation for KDE 3.2.1. 2004-03-09 13:40:27 +00:00
markd
5b6236618e Update to KDE 3.2.1. 2004-03-09 13:36:48 +00:00
markd
48fbb37a2c Update to KDE 3.2.1. 2004-03-09 11:37:39 +00:00
markd
d08f00a25b Update to KDE 3.2.1
Changes:

Konqueror: fixed "Create Folder..." not available in sidebar dirtree when
 starting with a profile
Konqueror: fixed crashes related to the "Find files" functionality
Konqueror: fixed case-sensitive sorting, wasn't working for most locale
 settings
Konqueror: make it possible to paste files using the mouse into listviews when
 no free area is left
Konqueror: make different users in smb:/ not ask password for every dir change
Konqueror: don't disable "Toggle selection" if no files are selected
Konqueror: don't show 'link view' checkbox when there's only one view +
 sidebar, and other related fixes
Konqueror: Fixed tab navigation for right-to-left locales
Konqueror: Fixed synchronisation problem when tabs were moved
Konqueror: Show newly fetched url images in tabs
Konqueror: Added setting to let popups ignore "open in tab instead of window"
 ("[FMSettings] PopupsWithinTabs=false")
Konqueror: "Go/Applications" now calls "programs:/" slave
Konqueror: Linking checkbox did not redraw when unchecking
kdeprintfax: fixed crash happening after sending the fax
KWin: improved detection of windows belonging together, fixing some stacking
 and focus stealing prevention problems
KWin: windows kept below others no longer affect smart placement
KWin: obey requests to go fullscreen even from applications with maximum size
 set
KWin: keeping windows in workarea is not so strict
KWin: return focus to previously active window when hover unshaded window is
 shaded again
Klipper: fixed problem with Klipper sometimes not reading new clipboard
 contents
Kate: fixed problems with session restore (restoring the documents and windows
 now works correct)
khelpcenter : improve startup time for systems with info pages
Kicker: Don't start menu entry in K menu when right clicking it
KControl: No default for possible destructive "Logout without Confirmation"
 shortcut
KSplash: Updated locolor splash to KDE 3.2 version
Konsole: Made sending of master input to added session working
Konsole: Fixed dynamic toolbar hiding initialization
Konsole: Handle schemas with absolute paths
Konsole: Fixed crash with --noscrollbar
Konsole: Settings/keyboard entries are now sorted
Konsole: Ctrl-C killed konsole window, not processes running in shell
KHotKeys: Included actions with Konqueror mouse gestures.
2004-03-09 11:33:08 +00:00
markd
f99020ed0c Update to KDE 3.2.1
Changes:
Improve suggestions given when in the rename dialog shown when copying/moving
 files
Progress dialog: large files (>4GB) fixes; make "keep open" work again
Progress dialog (all in one): don't block logging out from KDE
KIO: Preserve file premissions when copying from remote protocols that support
 listing
KIO: Give again the choice to overwrite when moving/renaming files
KIO: Make 'overwrite' ask only once for a given dir (when moving a directory
 with subdirs)
KSystemTray: if the mainwindow is minimized or not on the current desktop,
 clicking will show it instead of hiding
KLocale: fixing support for YY aka %y
KDatePicker: fixing layout of close button
KatePart: fixed broken "replace from cursor"
KatePart: fixed some redraw problems (no artefacts while scrolling)
Don't let knotify start aRts if aRts is disabled in its kcontrol module.
kdeprint: Added check for print file names given by the rename dialog
KHTML: fix crash in parsing weired pages
KHTML: fixing support for clear:both
KHTML: better support for DOM Test Suite
KHTML: fix Heirmenus
KHTML: fix animated GIFs not looping
KHTML: don't recurse when printing
KHTML: use content, not viewport coordinates for server side image maps
KHTML: fixing overflow content
KHTML: fix repainting logic to optimize for reduced X server load and minimum
 CPU
KHTML: Reduce window. to forms, images and applets, like document.
KHTML: restore KDE 3.1 behavior of <font size=-1>
KHTML: update frame sizes before returning value for innerWidth/innerHeight,
 in case the window was just resized
KHTML: return attribute names in lowercase in compatibility mode (DOM L2/L3)
KHTML: fixing insertRow for tables without tbody
KHTML: implementing TreeWalkerImp
KHTML: fixing javascript events with frames
KHTML: fixing attributes for repeated body elements
KHTML: implement support for pageX/pageY. fix layerX/layerY
KHTML: Activate merged alternate code path for inline boxes
 construction/painting
KHTML: implementing incremental XML parsing
KHTML: fix detection of the selector
KHTML: implementing CSSStyleDeclarationImpl
KHTML: skip pseudo styles when updating anonymous blocks'style
KHTML: fixing pure punctuation/single letter text childs
KHTML: fixing user-defined stylesheets
KHTML: fixing mixed block/inline content
KHTML: fixing relayouting of childs with floats
KHTML: respect padding and borders on cnn.com
KHTML: treat xhtml transitional that way
KHTML: enhanced border drawing code for dotted and dashed lines
KHTML: fixing handling of <nobr>
2004-03-09 11:22:23 +00:00
wiz
10f2ae1ce8 Fix PLIST after libtool update.
Should fix bulk build problem.
2004-03-08 22:57:35 +00:00
minskim
9c121e17ff Update Tcl/Tk to 8.4.6.
* Tcl_Obj sharing fixed in [binary scan]
  * Updated errno usage for recent glibc
  * Fixed [file normalize ~unknownuser] error
  * Fixed two memory leaks in VFS code
  * Fixed possible infinite loop in TclFinalizeFilesystem
  * Updated HP-UX 11 build libraries setup
  * Unix std channels forced to exist at startup
  * Stopped broken [exec] quoting of '{'
  * Fixed memory leak with very long host names
  * Corrected level interpretation of Tcl_CreateTrace
  * Allow 64-bit configure on IRIX64-6.5*
  * Several OS X/Aqua native integration improvements (scrollbar,
    event generate, unicode clipboard, tk_messageBox, mousewheel event,
    alpha blending for partially transparent images)
  * Recognized native hand2/fleur cursors on Windows
  * Post menubuttons so they stay on screen better
  * Fixed crash during intra-image copy/resize
  * New msg catalogs for Esperanto and Polish
  * Corrections bold/italic font handling (width calculations) on Windows
  * Fixed shrinking grid geometry calculations
2004-03-08 22:14:18 +00:00
minskim
dc3bf1e6e1 Update tk to 8.4.5. Too many changes since 8.3.4. Please see
ChangeLog in the distfile.
2004-03-08 20:29:43 +00:00
minskim
2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00
minskim
beb854f26a Reimport tk-8.3.4 into x11/tk83 before updating Tk to 8.4.5, because
many packages still need 8.3.  OK'ed by the maintainer (jwise@).
2004-03-08 20:07:38 +00:00
minskim
ac690cf634 Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 will
be updated to depend on lang/tcl after Tcl/Tk update.
2004-03-08 19:52:50 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
wiz
efe91595c8 Remove CXX=CC line in response to PR 24707 by Kouichirou Hiratsuka.
Builds fine with 2.95.3 and 3.3.2.
2004-03-08 16:56:38 +00:00
minskim
7f801b9bb2 Define two missing constants when sizeof(void*) == 8. It will fix
build on 64bit architecture.
2004-03-08 16:52:13 +00:00
jmmv
8285954ef8 Get rid of the SPLASH_NAME variable, because SITES_${SPLASH_NAME} was not
beeing defined properly (causing a build failure).  (I could have defined
the variable at the very beginning of the Makefile, but this annoys pkglint.)
2004-03-08 15:24:40 +00:00
snj
c43c5d4d8f Nuke unnecessary LTCONFIG_OVERRIDE and CONFIGURE_ARGS. 2004-03-08 03:22:16 +00:00
snj
c40a803a7b bl3ify. 2004-03-08 02:36:23 +00:00
kristerw
7e9491cc6c Add missing include files. 2004-03-08 01:48:54 +00:00
jmmv
7761140315 Use a custom splash screen that includes a note about pkgsrc and also shows
the current installed version of GNOME.  Bump PKGREVISION to 4.
2004-03-07 17:42:23 +00:00
jmmv
d44aa584ab Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentation
database.
2004-03-07 12:09:20 +00:00
snj
4a7c529e1d Use bl3. 2004-03-07 05:51:43 +00:00
minskim
7250db2fac No longer used. 2004-03-07 01:41:57 +00:00
minskim
8ede385f67 No longer used. 2004-03-07 01:25:21 +00:00
minskim
01af22b7f5 No longer used. 2004-03-07 01:07:57 +00:00
jlam
c235995075 Minor whitespace nits. 2004-03-07 00:32:06 +00:00
snj
4b0fc8ad27 No longer used. 2004-03-06 23:53:50 +00:00
jlam
430351a890 Conform to template in revision 1.101 of bsd.buildlink3.mk. 2004-03-06 23:46:06 +00:00
snj
9618ba80fb bl3ify. 2004-03-06 23:19:38 +00:00
minskim
7bc0431ea6 Update blt to 2.4z, update MASTER_SITES and HOMEPAGE, bl3ify, and
enable pkgviews installation.

Many new features and bug fixes since 2.4.o.  See NEWS in the distfile
for the complete list.
2004-03-06 06:26:21 +00:00
cube
8adf916975 Correct path to gkrellm1 bl2 include. 2004-03-06 00:02:11 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
wiz
ac10c147b4 Update lablgtk to 1.2.6:
* fixed a problem of SpinButton.get_value_as_int for the case of
    the value is minus' src/gtkEdit.ml (Jun Furuse)
  * ocamllex is abstracted by CAMLLEX in Makefiles (Jun Furuse)
  * more parametrizations in config.make.nt (Jun)
  * added the selection method to clist. (Jun)
  * Glib.Io.add_watch returns event source, so that we can remove it later (J)
  * added Glib.Io.read (J)
  * added a new module Gdk.Input (J)
  * various improvements to GtkText (Antoine Mine)
  * fix Glib.IO (Henri Dubois-Ferriere)
  * fixes in ml_gdk.c: win32 and ClientData
  * GtkThread.main switches GtkMain.Main.main to call GtkThread.thread_main
  * added GList.clist#get_row_state and GWindow.file_selection#file_list
    (by Francois Pessaux)
  * added META (by Stefano Zacchiroli)
  * fixed applications/camlirc (Tim Freeman)
  * add gdk_property_*
  * fix GdkPixbuf.create_pixmap
  * add GdkEventClient (requested by Didier le Botlan)
  * add Gdk.Window.get_pointer_location (Tim Freeman)
2004-03-04 16:13:35 +00:00
minskim
d8d207ca97 Add explicit dependency on pkgconfig. 2004-03-03 22:25:58 +00:00
reed
1f5a56ec40 Uppercase first character of COMMENT. (Lost in revision 1.3,
but not documented so I assume was an accident.)
2004-03-01 17:58:19 +00:00
markd
5b91e07ca1 Needs qt3-docs while building so that configure will decide to use
doxygen.
2004-03-01 13:51:47 +00:00
junyoung
1b88b7954b I'm no longer maintaining these packages. 2004-03-01 13:42:25 +00:00
minskim
c96b46aa17 Add -R option in linking, so that scrollbar modules can be loaded
dynamically.  Noted by Naoki Fukaumi on tech-pkg-ja@jp.NetBSD.org.
While here, replace sed/mv with SUBST_* and make them fix more files.

Bump PKGREVISION.
2004-02-29 17:54:13 +00:00
minskim
c1beb9fb91 Correct a subdirectory name in Makefile. The patch was sent to the
author.  Noted by Kouichirou Hiratsuka on tech-pkg-ja@jp.NetBSD.org.
2004-02-29 17:41:16 +00:00
markd
5703e9aa3d Fix another instance of finding the path for ispell/aspell.
Bump PKGREVISION.
2004-02-29 12:00:56 +00:00
recht
4de5532b13 Use tab instead of spaces for indentation to make pkglint happy. 2004-02-29 00:22:43 +00:00
snj
8bad784271 lib/gtk-2.0/2.2.0/engines is "owned" by gtk2. Bump PKGREVISION. 2004-02-27 01:53:45 +00:00
snj
4eab02a6d6 Clean up lib/gtk-2.0/2.2.0/engines at deinstall time. Bump PKGREVISION. 2004-02-27 01:52:48 +00:00
jmmv
8dc756d300 Update to 0.10.7:
2004-02-24  Bill Haneman <billh@gnome.org>

	* configure.in:
	Revved to 0.10.7.

	* magnifier/magnifier.c:
	(magnifier_init_window): Make the toplevel magnifier window
	GTK_TYPE_POPUP as it should be override-redirect and should never
	be occluded or decorated.

2004-02-10  Tomasz K³oczko <kloczek@pld.org.pl>

	* magnifier/Makefile.am: fix for paralel build (make -j<N>).
	* configure.in: Trivial cleanup: remove AC_SUBST(CFLAGS),
	  AC_SUBST(CPPFLAGS) and AC_SUBST(LDFLAGS). This variables are
	  substed by default.
2004-02-26 17:56:28 +00:00
jmmv
3b69bf10ca bl3ify 2004-02-26 17:31:40 +00:00
jmmv
9c5f5c8d12 Initial addition. 2004-02-26 17:29:24 +00:00
jmmv
35c706928e Avoid passing C89 options when calling the compiler, as they trigger some
errors that break the build.
2004-02-26 16:42:39 +00:00
minskim
2d074ecf46 bl3ify 2004-02-25 23:15:44 +00:00
markd
bba9c6d32d Remove "USE_LANGUAGES= c c++". Now set in Makefile.kde. 2004-02-25 22:11:23 +00:00
minskim
9aeb6f3d5e Update mlterm to 2.8.0pl1. Patch provided by Kouichirou Hiratsuka in
PR pkg/24534.

Changes:
  * Added contrib/scrollbar/pixmap_engine, which eases adding your
    original scrollbars to mlterm.
  * Shrunk used memory if many font names specified in ~/.mlterm/*font files.
  * Added tool/viewsfml.
  * Garbage multi-byte characters were often left in a screen. Fixed.
  * Partially ported kiklib to MS Windows.
  * Added -%,--logseq,logging_vt_seq option.
  * Revivied mlterm configuration protocol 5380, added mlcc and
    w3mmlconfig again.
  * Supported window grouping.
  * ml_char_t is 64bit in LP64, not 96bit.
  * Fixed many bugs, cleaned many codes, and updated documentations.
2004-02-25 17:15:42 +00:00
cube
7f6858cfc2 Note removal of ion-dock. 2004-02-23 13:28:21 +00:00
cube
42d03b5e21 Remove the short-lived ion-dock package, which is now part of the Ion2
distribution.
2004-02-23 13:24:26 +00:00
kristerw
d7865a06f4 USE_BUILDLINK3 packages must not use buildlink2 files... 2004-02-22 15:29:11 +00:00
jmmv
91c568475e bl3ify and add explicit dependancies on packages used directly by this one. 2004-02-22 11:15:21 +00:00
snj
9960e15ed3 s/utilty/utility/ 2004-02-21 07:52:52 +00:00
snj
dc7e28b9f5 As intriguing as bindings for a "tooltit" sound, these are bindings for
a toolkit.
2004-02-21 07:51:00 +00:00
jlam
e6ef33712d Add AUTOCONF_REQD=2.50 for those packages that use libtoolize. Otherwise,
when calling ${ACLOCAL}, invoke it with "-I ." so that it will find the
local libtool.m4 file.
2004-02-20 23:45:43 +00:00
jmmv
53aacf3789 unused 2004-02-20 17:50:36 +00:00
jmmv
3893510dbc bl3ify, add explicit dependenies on everything used directly by this package
and use pkgsrc intltool.
2004-02-20 13:27:44 +00:00
jmmv
07ef7358df unused 2004-02-20 12:25:19 +00:00
minskim
79870154de Do not use PYPKGPREFIX in buildlink3.mk except in BUILDLINK_DEPENDS.*. 2004-02-20 03:12:22 +00:00
minskim
d475a194e8 bl3ify 2004-02-19 21:36:39 +00:00
jlam
356defdb76 Add BUILDLINK_DEPENDS.<pkg> for dependencies in a section that is invoked
only if we're not using the built-in versions of the package.
2004-02-19 19:12:26 +00:00
jlam
555f2ef6ff Move the settings, which force the use of builtin versions of dependencies
if the builtin version of the package is being used, into a global
location so that they're always executed.
2004-02-19 18:51:01 +00:00
wiz
75a5a40aca Unused. 2004-02-19 18:14:08 +00:00
wiz
5864f18321 buildlink{2,3} files should not include pkgconfig/buildlink{2,3}.mk. 2004-02-19 17:54:05 +00:00
wiz
97a4918772 Convert to buildlink3. 2004-02-19 15:00:38 +00:00
minskim
0435954643 bl3ify and add explicit build dependency on pkgconfig. 2004-02-18 16:58:36 +00:00
jlam
d51a733eeb If we're using the built-in version of the software, then we must also
be using built-in versions of any other software pulled in via
buildlink3.mk files.
2004-02-18 16:53:52 +00:00
jlam
bf6e059da4 Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in the
environment overrides all other settings.
2004-02-18 16:35:27 +00:00
minskim
dd1141553f bl3ify. Also add explicit build dependency on pkgconfig and remove
redundant WRKSRC.
2004-02-18 15:48:00 +00:00
jlam
efa1ab70ba Include "../../mk/compiler.mk" to get the value of CC_VERSION before
testing it.
2004-02-18 13:33:40 +00:00
jmmv
5fe8866e38 Rename some installed pixmaps so that this does not conflict with libgnomeui.
Bump PKGREVISION to 2.  Found by wiz@.
2004-02-18 11:56:02 +00:00
jmmv
c97fed2499 Remove etc/sound/events and etc/sound iff they are emtpy, since they may be
shared with some other gnome2 packages in some scenarios.
2004-02-18 11:25:36 +00:00
jlam
1d98f6a8b1 bl3ify 2004-02-18 10:21:15 +00:00
ben
602d1edaa8 Update from FLTK 1.0.11 to FLTK 1.1.4. 2004-02-18 05:07:34 +00:00
jmmv
a6665532b5 Dependancies are appended, not set (me using old version of createbuildlink). 2004-02-17 23:50:33 +00:00
jmmv
c73658c72a Honour PKG_SYSCONFDIR. Bump PKGREVISION to 4.
While here, note in the PLIST where shared directories are removed.
2004-02-17 22:40:30 +00:00
jmmv
3071ba4e37 Not used any more. 2004-02-17 22:18:26 +00:00
jmmv
b5c4bbd8d9 bl3ify. 2004-02-17 22:13:19 +00:00
jmmv
5a70d77a65 Add some more dependencies, used by the .pc file. 2004-02-17 22:09:07 +00:00
jmmv
319fd272de Update to 0.10.6 and bl3ify. Changes:
2004-02-09  Bill Haneman <billh@gnome.org>

	* configure.in: Revved to 0.10.6.

	Re-dist to fix libtool problem.

2004-02-06  Robert Sedak  <robert.sedak@sk.htnet.hr>

        * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.

2003-01-08  Brian Cameron <Brian.Cameron@sun.com>

	* magnifier/zoom-region.c: Fix pan test so that it does not
	call zoom_region_process_updates if the delta is 0.  This
	should fix the problem with Frame Rate being assigned
	unreasonable values.  Also fixed the counter so it exits
	the pan test after the correct number of iterations.

2003-01-06  Brian Cameron <Brian.Cameron@sun.com>

	* magnifier/zoom-region.c: Properly reset max totals.

2003-12-20  Arafat Medini <lumina@silverpen.de>

	* configure.in: Added Arabic locale "ar"  to ALL_LINGUAS

2003-12-17  Brian Cameron <Brian.Cameron@sun.com>

	* magnifier/zoom-region.c:
	Now cache gc's, so there is less X-traffic.
	* magnifier/magnifier-main.c:
	Properly abort if user specifies a pantest but does not supply
	a number of iterations via --timing-iterations.  Corrected bug
	with exit-magnifier property not being set properly during the
	update test.

2003-12-11  Bill Haneman <billh@gnome.org>

	* magnifier/magnifier.c:
	Fixed compile issue in magnifier_expose_filter.
	Thanks to Kaushal Kumar for catching the problem.

2003-12-10  Tõivo Leedjärv  <toivo@linux.ee>

	* configure.in: Added et to ALL_LINGUAS.

2003-12-10  Bill Haneman <billh@gnome.org>

	* magnifier/zoom-region.c:
	(zoom_region_update): Changed use of deprecated
	gdk_pixbuf_render_to_drawable to
	gdk_draw_pixbuf.

	* magnifier/magnifier.c:
	(magnifier_transform_cursor):
	Replaced gdk_pixbuf_render_to_drawable with gdk_draw_pixbuf (as above).

	* magnifier/magnifier-main.c, zoom-region.c, magnifier.c:
	Silenced some other compiler warnings introduced by timing patch.

2003-12-10  Bill Haneman <billh@gnome.org>

	* magnifier/zoom-region.c:
	Add #include <gdk/gdk.h>
	(zoom_region_clip_to_target): New function, clips a rectangle
	in the source screen to the zoom-region's target.  Used for
	processing expose/dirty notifications on the source.
	(impl_zoom_region_mark_dirty): Fixed implementation; it was
	using the wrong coordinate system for the 'dirty' notification.

	* idl/GNOME_Magnifier.idl:
	Improved docs for markDirty.

	* magnifier/magnifier.c:
	(magnifier_expose_filter): New  method, filters
	'GdkExpose' events that are passed in on a source
	window for which notifications are selected by the
	client.  Useful if we have the ability to 'snoop' exposes on
	the source.
	(magnifier_set_expose_listener):
	Add the expose filter (above) to a specified GdkWindow.
	(magnifier_realize): Add the expose filter (above) to the source root window
	on set_source_display.
	(impl_magnifier_add_zoom_region): Add the expose filter to the source
	root when the first zoom region is added.

2003-12-08  Brian Cameron <Brian.Cameron@sun.com>
	* magnifier/zoom-region.c
	Cleaned the timing report, now more code reuse.

2003-12-09  Åsmund Skjæveland  <aasmunds@fys.uio.no>

	* configure.in: Added nn to ALL_LNGUAS.
	* nn.po: Added Norwegian Nynorsk translation.
2004-02-17 21:57:58 +00:00
jmmv
2a05f863ce Be silent during execution. 2004-02-17 18:33:27 +00:00
jmmv
167c65d18a When using the native version of this library, symlink the .pc file into
the buildlink directory so that pkg-config can find it.  Ok'ed by jlam@.
2004-02-17 16:27:54 +00:00
jlam
eb8b7b047d Be more complete in matching versions of XFree86. In particular, match
the one that comes with -current.
2004-02-17 13:44:34 +00:00
jmmv
9a698785ea Use pkgsrc intltool. 2004-02-17 13:42:32 +00:00
jmmv
23fe5d4a2a Move the install script from files/install.tmpl to INSTALL, as we usually do. 2004-02-17 12:40:01 +00:00
jlam
0eb0b64bfb Don't include other buildlink3.mk files if we're just checking whether the
software is built-in.
2004-02-17 09:13:33 +00:00
jlam
292343d470 whitespace nits 2004-02-17 08:59:04 +00:00
jlam
7a0fb34dde Check the version of the XFree86-provided Xcursor library. 2004-02-16 23:16:02 +00:00
jlam
904b6dd3b0 Append to BUILDLINK_DEPENDS.<pkg>, don't set it. 2004-02-16 22:52:31 +00:00
jlam
c2511a008a bl3ify and modify the buildlink3.mk file to determine the version of the
XFree86-provided Xrandr software.
2004-02-16 22:45:34 +00:00
grant
0b14ce1683 explicitly link against libX11 on Solaris. 2004-02-16 22:20:01 +00:00
grant
7901ef2d36 bl3ify 2004-02-16 22:19:01 +00:00
jlam
909f053d92 Fix some missed randr -> randrext conversions. 2004-02-16 21:50:26 +00:00
jlam
21c68497a7 The randrext-1.0 distfile from fdo.org/~xlibs/releases/ moved the doc files
into share/doc/randrext.  Otherwise, no change.
2004-02-16 21:47:53 +00:00
jlam
6b61e1cbed Fix the MASTER_SITE and remove inclusion of pkgconfig/buildlink*.mk since
this package doesn't actually _use_ pkg-config.
2004-02-16 21:37:49 +00:00
jlam
53f9831d73 Revert and inadvertant change. 2004-02-16 21:04:39 +00:00
jlam
fd248f8330 Move the BUILDLINK_FILES definition to the right place so that they're
symlinked even if we use the built-in Xrender.
2004-02-16 21:03:14 +00:00
jlam
292b88ea48 If Xrender>=0.8, then automatically use render>=0.8. 2004-02-16 18:33:01 +00:00
jlam
c2c51c39b9 Require render>=0.8 to build Xrender-0.8.*. 2004-02-16 18:32:36 +00:00
jlam
bbbada1244 Modify checks for the version number of XFree86-provided Xrender library
so that they will be more accurate.  Also properly include the buildlink.mk
files for render.
2004-02-16 12:43:06 +00:00
jlam
501c5fa8ad Remove redundant USE_X11. 2004-02-16 12:39:55 +00:00
jlam
a1b57b2ee4 Add checks to see whether the XFree86-provided render headers satisfy the
dependency requirements.
2004-02-16 12:39:00 +00:00
jmmv
5cbed6f96b Use wildcards and remove useless files from the list. 2004-02-16 12:37:58 +00:00
jmmv
440ec00abf Remove some unneeded environmental variables. 2004-02-16 12:37:12 +00:00
jmmv
4300174b81 Note where the share/idl directory is removed. 2004-02-16 12:36:25 +00:00
sketch
64f06b3422 Add 'Forte Developer 7' to the list of matches for the Sun CC compiler. 2004-02-16 11:08:21 +00:00
grant
56faf25781 bl3ify; fixes build with sunpro. 2004-02-16 10:41:57 +00:00
grant
e2000e39d4 as of the last update, this no longer requires pthreads. 2004-02-16 10:41:39 +00:00
jlam
3548105a91 Remove patches that are unnecessary because we override the generated
libtool script.
2004-02-16 10:21:03 +00:00
jlam
7e96862d18 Maintain this thing myself. 2004-02-16 10:02:42 +00:00
jlam
71b09f479d bl3ify 2004-02-16 09:16:13 +00:00
jmmv
84fb07d57e Use wildcards and remove useless files from the list. 2004-02-16 00:15:07 +00:00
recht
d0eb62449d bl3ify and add:
USE_LANGUAGES=          c c++
2004-02-15 21:38:45 +00:00
recht
c934703052 add buildlink3 2004-02-15 20:38:37 +00:00
jmmv
a028e0a748 Depend on gnome2-dirs>=1.3 which now handles the share/control-center-2.0/icons
shared directory.  Bump PKGREVISION to 8.
2004-02-15 18:37:50 +00:00
jlam
cffe5240a0 bl3ify 2004-02-15 15:12:23 +00:00
markd
225fb2313e Update to KDE3.2
Now generated by doxygen.
2004-02-15 11:03:12 +00:00
recht
db259e2611 bl3ify 2004-02-15 09:47:48 +00:00
recht
145506f16f add buildlink3.mks 2004-02-15 09:45:30 +00:00
kristerw
cc32130045 Convert varargs-macros to old-style macros, to make the package
compile when using gcc 2.95.
2004-02-14 22:27:30 +00:00
recht
9fdeaeaae7 Define USE_X11=yes in the buildlink3.mk since the Gtk+2 headers use X11
headers.
This fixes at least the gtkhtml3 build and it's like that in the b2.mk, too.
2004-02-14 22:10:46 +00:00
minskim
f69a538c96 Explicitly depend on pkgconfig. 2004-02-14 21:26:37 +00:00
minskim
b15da0df15 Explicitly depend on pkgconfig. 2004-02-14 21:06:43 +00:00
kristerw
17dab9ae2b Require Xrender>=0.8.
Bump PKGREVISION.
2004-02-14 20:51:46 +00:00
minskim
8784c23b30 Explicitly depend on pkgconfig. 2004-02-14 20:31:56 +00:00
minskim
9648fe79ff Explicitly depend on pkgconfig. 2004-02-14 19:40:10 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jmmv
7951630a71 Add and enable libxklavier. 2004-02-14 17:35:16 +00:00
jmmv
9882c1989b Initial import of libxklavier, version 0.97:
libxklavier is a library providing high-level API for X Keyboard Extension
known as XKB.  This library is indended to support XFree86 and other
commercial X servers.  It is useful for creating XKB-related software
(layout indicators etc).

The current features are:
* Reading XKB configuration registry information (for XFree86).
* Configuring XKB.
* Application-defined callbacks for many XKB-related events.
* Support for per-window switching etc.
2004-02-14 17:34:25 +00:00
jlam
3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00
jmmv
9afb1fe070 Explicitly depend on all packages used by this one. Also sort bl inclusion
lines and use pkgsrc intltool.
2004-02-14 14:48:23 +00:00
grant
52f1b46a37 remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
automatically now.
2004-02-14 00:54:44 +00:00
jmmv
5f70d86fba Bump PKGREVISION due to nautilus update (imlib2 removed as a dependency). 2004-02-14 00:24:34 +00:00
snj
d1c0454833 s/dependant/dependent/ 2004-02-14 00:07:29 +00:00
jmmv
477aa8a690 Use pkgsrc intltool. 2004-02-13 22:15:35 +00:00
jmmv
6abdc9d650 No need to list the .pc file here. 2004-02-13 20:53:56 +00:00
minskim
27f7db673c .if should be closed with .endif, not with .fi (hi jmmv!). 2004-02-12 15:31:56 +00:00
jmmv
8119c1cbac Preserve previous behavior: only use buildlink3 when USE_BUILDLINK3 is set
to yes; otherwise, default to buildlink2.
2004-02-12 12:07:41 +00:00
ben
beede7fed6 Moving llnlxdir from x11 to net category. 2004-02-12 05:41:41 +00:00
ben
bb123f630d Moving llnxdir from x11 category to net category. 2004-02-12 05:40:59 +00:00
ben
51332253e3 Note addition of x11/llnlxdir in CHANGES and category Makefile. 2004-02-12 05:34:31 +00:00
ben
31ac9560fd Initial import of x11/llnlxdir-2.1.2, an advanced graphical FTP client,
submitted by Tor Stormwall in PR 23913.

LLNL XDIR manages files in a heterogeneous network.
It provides a graphical user interface for drag-and-drop
file transfer and for direct manipulation of local and
remote directories. LLNL XDIR has the ability to view
information in four different formats, including
hierarchical and iconic views. Based on UNIX, the C
programming language, OSF/Motif, and the file transfer
protocol FTP, LLNL XDIR is highly portable.
2004-02-12 05:32:07 +00:00
markd
9f14c13b0d Dont include the "." in the suffix - its in the PLIST 2004-02-12 05:04:08 +00:00
markd
9b65f93dd9 Conditionalise some bits of PLIST for parts that arent built when using
some older X11 versions.

Should fix both Al's and Krister Walfridsson's bulk build problems.
2004-02-12 04:57:07 +00:00
jlam
d2b62c66fb Create a new variable PREFER_NATIVE that has the opposite semantics
as PREFER_PKGSRC.  Preferences are determined by the most specific
instance of the package in either PREFER_PKGSRC or PREFER_NATIVE.  If
a package is specified in neither or in both variables, then PREFER_PKGSRC
has precedence over PREFER_NATIVE.
2004-02-12 02:35:06 +00:00
minskim
8d7a59f64b Use pkgsrc intltool. 2004-02-12 02:32:49 +00:00
jlam
1edfa505ed Reorganize code so that any dependencies are checked as part of deciding
whether the software is built-in or not.  This facilitates implementing
the forthcoming PKGSRC_NATIVE variable.
2004-02-12 01:59:37 +00:00
xtraeme
53d798589b Bump PKGREVISION due to imlib2 update. 2004-02-11 22:56:23 +00:00
xtraeme
35e06f5d53 Bump PKGREVISION due to libgtkthml update. 2004-02-11 07:43:22 +00:00
xtraeme
a917c04a0e bl3ify 2004-02-11 07:11:28 +00:00
xtraeme
ef0f21d9b0 bl3ify 2004-02-11 06:12:20 +00:00
xtraeme
224715f0c2 bl3ify 2004-02-11 04:58:15 +00:00
xtraeme
45e3241c4d bl3ify 2004-02-11 04:47:10 +00:00
xtraeme
79317ebe2d bl3ify 2004-02-11 04:35:20 +00:00
jlam
1b2674fcd7 The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mk
and any pre-existing buildlink2.mk files.
2004-02-10 20:45:01 +00:00
xtraeme
affa232cd8 Fix some cases where ?+ should be +=, and fix the package name. 2004-02-10 02:37:09 +00:00
xtraeme
875fd978fd bl3ify 2004-02-10 02:04:54 +00:00
jlam
bbdd151ce7 BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to the
existing value.  This is critical to set the correct list of dependencies
for a package.
2004-02-09 23:56:32 +00:00
minskim
2e42b35dac Remove a temporary directory created at post-install, so that a
non-root user can 'make clean'.  Approved by wiz@.
2004-02-09 23:19:27 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
xtraeme
7e9d73f48e Fix PKGNAME. (xrender -> Xrender) 2004-02-09 06:24:05 +00:00
xtraeme
302bdac6fa bl3ify, while here remove PLIST_SUBST now we have libtool-1.5.2, it's
not longer needed (at least on FreeBSD).
2004-02-09 04:13:06 +00:00
jmmv
cbde456a74 Include intltool's buildlink2.mk to handle dependancies required by these
tools (as p5-XML-Parser).  Noted by Min Sik Kim.
2004-02-08 21:00:04 +00:00
jlam
a1c40fc01e We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,
etc. because the bare variables will point to the correct executables.
2004-02-08 04:03:14 +00:00
jlam
75f431d969 PKGLIBTOOL and PKGSHLIBTOOL are no more. 2004-02-08 03:00:29 +00:00
wiz
78cbb9a914 Fix PLIST after libtool-1.5.2 update. 2004-02-07 22:46:04 +00:00
minskim
a89fef0347 Set permission of man directories correctly. Approved by wiz@. 2004-02-07 17:37:24 +00:00
jmmv
993d7a307b Under a system without GNU regex, this package builds an internal copy of
it.  This copy defines the standard regcomp and friends functions, which
are also present in NetBSD.  The problem is that the copy gets linked into
the libgtksourceview shared library and, when loaded into memory, shadows
native regex functions.

The problem exposes itself at least in gedit through gnome-vfs2.  The later
executes regcomp, expecting the native one to be called, but instead the
one from the libgtksourceview library appears, making the program crash.

Apply a patch to ensure these internal GNU regex functions do not colish
with native ones.  Bump PKGREVISION to 8.
2004-02-07 15:21:43 +00:00
wiz
5dcee2c032 Depend on latest version of dependencies; bump PKGREVISION. 2004-02-07 10:40:44 +00:00
jmmv
d3189ea520 Bump revision due to nautilus update to 2.4.2. 2004-02-06 22:37:59 +00:00
jmmv
b516e57bee Update to 1.8:
* Fix quote and output bugs [Christian]
* Hook up 'activate' on text entry [Glynn, raf@noduck.net]
* Fix up Solaris build [Damien]
* Fix up spec file [Glynn]
* Add locale header [Leonardo]
* Make dialogs resizable [Ingo]
* Unmark translation messages [Christian]
* Fix up gdialog wrapper [Peter]
2004-02-06 22:07:00 +00:00
jlam
7699290f10 If we're passing through MAKEFLAGS variables whose values may contain
spaces, use the :Q modifier instead of double-quoting the value.  This
avoids breakage when executing the just-in-time su targets.
2004-02-06 19:04:24 +00:00
minskim
aa0d662ad2 Provide default values for variables used in configure.
Close PR pkg/24331.
2004-02-06 16:26:23 +00:00
markd
a40d90c8e5 Initial import of uz language translation for KDE 3.2. 2004-02-06 12:36:05 +00:00
markd
05c9e279cd Update kde3-i18n-[r-z]* to KDE 3.2. 2004-02-06 12:34:35 +00:00
markd
ace9d8719a Update kde3-i18n-[h-p]* to KDE 3.2. 2004-02-06 10:21:23 +00:00
markd
5577108dc6 Initial import of ms language translations for KDE 3.2 2004-02-06 10:08:36 +00:00
markd
6d78d67402 Initial import of mn language translations for KDE 3.2 2004-02-06 10:07:25 +00:00
markd
bdbf2235fe Initial import of hi language translations for KDE 3.2. 2004-02-06 10:00:12 +00:00
markd
53c423b9fa Update kde3-i18n-[e-g]* to KDE 3.2. 2004-02-06 02:47:21 +00:00
markd
24c290b12e Initial import of gl language translations for KDE 3.2. 2004-02-06 02:39:20 +00:00
markd
29cd71db6d Update kde3-i18n-[a-d]* to KDE 3.2. 2004-02-05 22:33:16 +00:00
markd
b2858fe712 Initial import of cy language translations for KDE 3.2 2004-02-05 22:25:10 +00:00
markd
aa1f74ff3e Initial import of az language binding for KDE 3.2 2004-02-05 22:24:05 +00:00
wennmach
56f333d9e1 Fix: x11/xworld sets the owner and group of the command to "bin".
Patch submitted by Min Sik Kim in PR pkg/24325.
2004-02-05 22:19:45 +00:00
skrll
0c157532de The long awaited update libtool to 1.5.2.
Some pkgsrc things
	- Fix PLISTs for packages that use -release
	- Include canonicalisation of a couple of paths for the benefit
	  of qt3-*
	- the normal version=sunos patching
	- fix all library_names_spec for the standard set of symlinks

The libtool things some of which had already made it into pkgsrc libtool.

New in 1.5.2: 2004-01-25; CVS version 1.5.0a, Libtool team:
* lt_dlrealloc is an official part of the libltdl API.
* --tag, --silent and --debug options are preserved and reused when libtool
  calls itself for relinking etc.
* `-pthread' and similar options are honoured when linking shared libraries.
* -no-suppress in compile mode shows compiler output for both PIC and non-PIC
  object compilation.
* New link mode option `-precious-files-regex' to prevent accidental removal
  of files you want to keep, such as test coverage data, from the temporary
  output directory.
* Directories specified in /etc/ld.so.conf are no longer hardcoded on Linux.
* Recognises the 'R' symbol type on Solaris so read-only symbols can be
  exported.
* Bug fixes.

New in 1.5: 2003-04-14; CVS version 1.4e, Libtool team:
* First stable release of multi-language architecture.
* libtool and libltdl support for Mac OS/X.
* libltdl will now use cygwins dlopen API instead of always forcing
  LoadLibrary.
* Support auto-import patch to binutils on cygwin for much improved dll
  support.
* Bug fixes.

New in 1.4.3: 2002-10-13; CVS version 1.4.2a, Robert Boehne:
* The libltdl subdirectory now bootstraps correctly with Automake 1.5.
* srcdir != builddir builds with Automake 1.5 work correctly.
* Support for mips-compaq-nonstopux.
* New command line argument, --preserve-dup-deps prevents removal of
  duplicate dependent libraries.

New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team:
* Help strings display correctly again.
* Better error messages when library linking fails.
* Better error messages from libltdl when loading fails.
* Better search path management in libltdl with `lt_dlinsertsearchdir' call.
* Support /lib/w32api in recent cygwin releases.
* Support cross compilation to mingw.
* Support for .rc files (Windows resource compiler).
* Improved handling of mingw gcc.
* Improved handling of $PATH with entries containing spaces.
* Improved support for linking with gcc on aix4* and aix5*.
* Improved support for GCC 3.0.
* Initial support for QNX RTOS, UnixWare 7 and OpenUNIX 8.
* Bug fixes to the OpenBSD port.
* Bug fixes.

New in 1.4.2: 2001-09-11; CVS version 1.4.1a, Gary V. Vaughan:
* libltdl now builds on solaris again
* diagnose and warn about not-quite-working combinations of gcc and
  ld on solaris.
* Improved OpenBSD support.
* Improved cygwin support.
* Bugfixes.

New in 1.4.1: 2001-09-03; CVS version 1.4.0a, Libtool team:
* Better error messages from libltdl when loading fails.
* Don't leave here-doc files behind.
* Improved support for OpenBSD.
* Libtool will build with autoconf-2.50 and higher.
* Plug memory management bugs in libltdl.
* Prefer shl_load to dlopen for better operation on HP-UX.

New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team:
* Now bootstraps with autoconf-2.50 and automake-1.4-p4.
* Always try to build at least a static lib, even if both static and
  shared libs were disabled.
* Full support for C++ compiler.
* Support for GNU gcj compiler.
* libltdl can now load all modules in a given path according to user
  supplied criteria with `lt_dlforeachfile' call.
* Improved support for AIX ia64, djgpp, HPUX, hurd, OpenBSD, sco3.2*.
* Internal mutex handling no longer has namespace clashes on NCR MP-RAS.
* New pdemo and tagdemo tests.
* Bug fixes.
2004-02-05 20:14:05 +00:00
markd
7c14ad07ee Remove language translations no longer provided in KDE 3.2 2004-02-05 11:35:10 +00:00
markd
47efc6d248 Regen for patch-aa 2004-02-05 10:05:58 +00:00
jlam
317cc72791 Make PREFER_PKGSRC just yes/no or a list of packages. This makes it
simpler to understand.
2004-02-05 07:17:14 +00:00
jlam
e7133cac25 Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use its
value outside of buildlink-related files.
2004-02-05 07:06:15 +00:00
jlam
07a9d8dfb2 Support a new global variable:
BUILDLINK_PREFER_PKGSRC
	This variable determines whether or not to prefer the pkgsrc
	versions of software that is also present in the base system.

	This variable is multi-state:
		defined, or "yes"	always prefer the pkgsrc versions
		not defined, or "no"	only use the pkgsrc versions if
					needed by dependency requirements

	This can also take a list of packages for which to prefer the
	pkgsrc-installed software.  The package names may be found by
	consulting the value added to BUILDLINK_PACKAGES in the
	buildlink[23].mk files for that package.
2004-02-05 06:58:02 +00:00
markd
3fd107d9b4 Forgot to update for the last minute addition of patch-a[cd] 2004-02-05 00:35:50 +00:00
xtraeme
3ef27cc340 Fix XF86Config(5) suffix in FreeBSD, it should be IMAKE_FILEMAN_SUFFIX
not IMAKE_LIBMAN_SUFFIX.
2004-02-04 23:56:29 +00:00
xtraeme
441626193d Fix manpage suffix in FreeBSD, it's IMAKE_MANNEWSUFFIX not
IMAKE_LIBMAN_SUFFIX.
2004-02-04 23:29:26 +00:00
markd
0bc0f8e6fe Update to KDE-3.2
Changes:
Base

Kate
* Moving KATE view management over to KMDI Joseph Wenninger
* Basic project managment Christoph Cullmann

KControl
* Xinerama KControl module, enhanced KDE Xinerama and dual-head support
  George Staikos
* add/update control module for configuring per-domain settings. See Bug
  49145. Leo Savernik
* Support for per-style configuration settings in the style control center
  module, a module for Keramik Maksim Orlovich
* Add support for installing/removing- and switching Xcursor themes to the
  mouse KControl module Fredrik Hoeglund
* Font installer - create fonts:/ ioslave, and modify KControl module to
  use this. See http://members.lycos.co.uk/cpdrummond for (old)
  screenshots/download Craig Drummond

KHotKeys
* Update to version 2.0, which includes more features like mouse
  gestures. Lubos Lunak

KWin
* Full support for latest NETWM spec version in KWin, and seamless usage
  of other compliant window managers with KDE. Lubos Lunak
* New API for window decoration plugins. Lubos Lunak
* Focus stealing prevention. Lubos Lunak
* Add an option to allow wide borders to some of the window decoration
  styles Gunnar Schmi DT

Kicker
* Make addition of non-KDE applications to Kicker easier Alexander Kellett
* Enable backgrounds for child panels and all applets, allow for
  colorization of background pixmaps Aaron J. Seigo
* Allow applets to export a menu to the handle Aaron J. Seigo
* User defined plain colors for tiles Aaron J. Seigo
* Make the panel transparent. Zack Rusin
* Add an option to the RMB-menu and to the "Advanced Options" in kcontrol
  to enable/disable the panel handle when "Custom" size is selected.

KDM
* More sophisticated session definitions, common with GDM Oswald
  Buddenhagen
* Pluggable greeter input methods; better architectural compliance with
  PAM's input model. Oswald Buddenhagen

Various (kwin, kdesktop, kcontrol, ksmserver)
* Optimally support the X Resize and Rotate extension. Hamish Rodda

All KDE applications (kdebase/kdenetwork/kdepim/kdegraphics,...)
* No absolute paths to user home directories in KDE config files. This
  allows to support roaming users. Helge Deller

Konsole
* Add a better interface to konsolepart for other apps. Dominique Devriese
* Added "Set Selection End" to right mouse button menu.
* Column text selecting when Ctrl and Alt are pressed
* Uses now KTabWidget, allows tab context menus and more Stephan Binner
* Utilize KNotify (e.g. passive popup) for "Activity", "Bell",
  "Shell Exit" and "Silence" events
* ZModem up- and download (requires rzsz) Waldo Bastian
* Make bidi rendering (for RTL languages) configurable. Meni Livne


KEditBookmarks
* Export to HTML and printing of bookmark collection. Alexander Kellett
* Recursive favicon updates in bookmark editor. Alexander Kellett
* Field for incremental searching on titles. Alexander Kellett
* Opera and Internet Explorer bookmark collection exporting. Alexander
  Kellett
* Bookmark editor now includes an extra pane to allow title/url editing
  without use of context menu / keyboard shortcuts. Alexander Kellett
* More detailed bookmark access information (last viewed, first seen, view
  counts). Alexander Kellett
* Recursive - entire collection, per folder - alphabetical sorting
  Alexander Kellett

Konqueror
* Enhanced Konqueror statusbar and kpart statusbar extension. Statusbar
  notifications for secure connections, wallet, js errors. David Faure,
  George Staikos
* Bookmarklets support in the form of a "Mini-tools" konq-plugin
  Alexander Kellett
* Addition of an advanced Add Bookmark dialog. Alexander Kellett
* Read-only bookmark menu includes. Alexander Kellett
* Ability to select which items should be shown in the bookmark bar.
  Alexander Kellett
* Servicemenu improvements: placed in a common Actions submenu, allow
  grouping into submenus, allow for separators, allow simple mimetype
  globbing Aaron J. Seigo
* Bookmarking of all loaded tabs as a folder. Alexander Kellett
* Lightweight bookmark editing from within bookmarks menu via context
  menu. Alexander Kellett
* New sidebar module: Web. Implements sidebar modules similar to those
  introduced in Netscape 6/Mozilla. George Staikos
* Konqueror "preloading", often reducing Konqueror startup time. Lubos Lunak
* Spellchecking in text forms and spelling highlighting Scott Wheeler,
  Don Sanders

Tabbed Browsing
* "New Tab" and "Close Tab" buttons besides the tab bar Stephan Binner
* Loading/read state indication by tab color Stephan Binner
* Drag and drop support from/to tabs and to empty tab bar space Stephan
  Binner
* Allow to reorder tabs with pressed middle mouse button Stephan Binner
* Middle mouse button on tabs or empty tab bar space opens clipboard
  content Stephan Binner
* Support for opening external URLs and popups in new tabs Stephan Binner
* Optional permanent close buttons within tabs and permanent shown tab
  bar Stephan Binner

KHTML part
* KHTML: Implement caret mode. This is a prerequisite for designmode.
  See Bug 48302. Leo Savernik
* KHTML: add infrastructure for per-domain settings. See Bug 49145.
  Leo Savernik
* better support for samba shares through libsmbclient of samba 3.0
  Stephan Kulow

KIO Slaves
* kio_smtp: SMTP pipelining support for faster submission, esp. over
  high-latency links. Marc Mutz

KDesktop
* Added GUI for "Mouse wheel over desktop switches desktop" option.
* Make screen savers capable of being DPMS aware, so they can be disabled
  when watching a movie or TV if the app sets up X DPMS appropriately.
  Gregor Jasny
* Screen locker: pluggable greeter input methods; better architectural
  compliance with PAM's input model. Oswald Buddenhagen
* Shadow behind the text of the desktop icons, for more readability Laur
  Ivan
* E-mail addresses entered in "Run Command..." (Alt-F2) will start mailer.
  Waldo Bastian
* Numeric expression in "Run Command..." (Alt-F2) is evaluated. Waldo
  Bastian
2004-02-04 14:25:58 +00:00
markd
07e5679905 Update to KDE-3.2.0.
Changes:
Libraries

* Hidden methods in DCOP interfaces - DCOPIDLng Alexander Kellett
* Documentation parsing (kdoc based) and inclusion in generated .dcopidl files
  (note: kdebindings dcopidlng only) Alexander Kellett
* Kalyptus based rewrite of DCOPIDL - DCOPIDLng Alexander Kellett
* Thumbnail generator for DVI files. Stefan Kebekus
* Thumbnail generator for Xcursor files. Fredrik Hoeglund
* KMainWindow can now maintain the statusbar and corresponding action (duplicate
  (99% of the time broken) code removed from countless applications in KDE).
  Benjamin Meyer
* KMainWindow, KToolbar, and several other core classes now will only stores
  settings if those settings are not the default values (helping to reduce the
  huge size of config files). Benjamin Meyer
* Add support for International Domain Names (IDN). Thiago Macieira, Waldo
  Bastian
* KDE Password Registry and Wallet. George Staikos
* SSL session ID reuse. George Staikos
* KCookiejar: Support HttpOnly cookies. Waldo Bastian
* KLocale: support for different calendar systems Hans Petter Bieker
* KCalendarSystem: support for Hebrew calendar system Hans Petter Bieker
* Support data urls. See rfc 2397. Leo Savernik
* New tab widget classes KTabBar and KTabWidget in kdeui Stephan Binner
* New KFile permissions panel Tim Jansen
* Support for mimetype inheritance and aliases David Faure
* KDialogBase: Replace setButtonOkText() & co. with setButtonOk() that takes a
  KGuiItem instead (deprecating the old methods) Martijn Klingens
* Move KPrefs from libkdepim to kdelibs. Cornelius Schumacher
* Support for "extra fields" in KIO slaves and in Konqueror / KFileDialog
  David Faure <faure@kde.org>
* Add KSplashScreen, a splash screen class based on QSplashScreen (with support
  for KDE's Xinerama options) Chris Howells
* KPasteTextAction: enhanced action for pasting text by offering a list with
  the clipboard history. Andras Mantia

KHTML
* Non-modal find dialog David Faure

KDEfx
* Added KCPUInfo class which makes it possible for applications to do runtime
  checks for architecture specific CPU features, such MMX, 3DNow! and AltiVec.
  Fredrik Hoeglund
* Added MMX and SSE2 optimizations to the blending functions in KImageEffect,
  that among other things are used to blend the translucent menus when the menu
  effect is set to software blend, and to tint icons when they're selected in
  icon views. Fredrik Hoeglund

Kate Part
* File type specific settings Christoph Cullmann
* vi style cmd line Christoph Cullmann
* Support variable lines in files Anders Lund
* Color Schemes Christoph Cullmann
* Indentation based code folding Christoph Cullmann
* Implement more DCOP interfaces and clean up the ktexteditor dcop interfaces
  Christoph Cullmann

KImgIO
* Add PCX image plugin, supports reading and writing 1, 4, 8 and 24bpp images
  Nadeem Hasan
* Add TGA image plugin, supports reading and writing true color TGA images
  (compressed and uncompressed) Dominik Seichter

Interfaces
* Interfaces for KBytesEdit widget part Friedrich W. H. Kossebau

KSpell
* Adding ability to spell check HTML, TeX and nroff documents. Zack Rusin
* Completely reworking the spell checking dialog. Adding language selection
  combo. Zack Rusin
2004-02-04 13:58:39 +00:00
martti
b854453dc6 Updated xfce4-menueditor to 1.0rc3nb1 (pkg/24311 by Cesar Catrian C.) 2004-02-04 11:51:57 +00:00
xtraeme
deef537567 Use subst.mk instead of using sed and mv. 2004-02-03 17:56:54 +00:00
recht
f1a41390ea Add buildlink3.mk file. 2004-02-03 01:41:49 +00:00
xtraeme
553d3e0295 oops, it's "de" not "es". 2004-02-02 23:56:03 +00:00
xtraeme
b377295bfe Some gettext catalogs were not installed in FreeBSD, so use
PLIST_SUBST to disable them for now.
2004-02-02 23:55:00 +00:00
xtraeme
5f58933408 Same libraries were not installed in FreeBSD, so use PLIST_SUBST to
make the precompiled package.
2004-02-02 23:10:29 +00:00
xtraeme
3622a95497 Revert previous commit, buildlink still is needed as pointed out
Julio Merino.
2004-02-02 19:10:05 +00:00