summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-12-31Re-import as wm/matchbox-wm (was wm/matchbox). Requested by wiz@.peter4-0/+88
2005-12-31Initial import of matchbox-themes-extra into the NetBSD Packages Collection.peter4-0/+228
Collection of themes for the Matchbox suite.
2005-12-31This is matchbox-panel-manager for managing the Matchbox panel.peter4-0/+29
2005-12-31Initial import of matchbox-panel into the NetBSD Packages Collection.peter8-0/+141
A flexible always present 'window bar' for holding application launchers and small 'applet' style applications. A number of applets are included in the module.
2005-12-31Initial import of matchbox-nest into the NetBSD Packages Collection.peter4-0/+30
Matchbox-nest is a graphical wrapper around xnest. You can make Xnest look like a particular device's display and set up buttons on that device.
2005-12-31Initial import of matchbox-desktop into the NetBSD Packages Collection.peter6-0/+86
A PDA style application launcher or 'item browser'. Its functionality can be extended by means of dynamically loadable plugins.
2005-12-31Initial import of matchbox-common into the NetBSD Packages Collection.peter5-0/+69
This package contains the Matchbox shared icons and configuration data.
2005-12-31- Change PKGNAME to matchbox-wm-*.peter3-9/+8
- Update to version 0.9.5, changes: 2005-05-26 mallum,,, <mallum@openedhand.com> * configure.ac: Bump up version to 0.9.5 2005-05-25 mallum,,, <mallum@openedhand.com> * src/dialog_client.c: (dialog_client_reparent): Possible fix for odd dissapearing firefox prefs window bug. 2005-05-24 mallum,,, <mallum@openedhand.com> * src/dialog_client.c: (dialog_init_geometry), (dialog_client_configure): * src/wm.c: (wm_make_new_client): Fix broken login so menu's really can position at 0,0 this time. 2005-05-24 mallum,,, <mallum@openedhand.com> * src/dialog_client.c: (dialog_client_check_for_state_hints), (dialog_init_geometry): * src/structs.h: * src/wm.c: (wm_make_new_client): Dont center 'menu' dialogs if initial position is 0,0 2005-05-20 mallum,,, <mallum@openedhand.com> * src/ewmh.c: (ewmh_state_set): * src/wm.c: (wm_make_new_client): Avoid trashing unsupported state hints. 2005-05-17 mallum,,, <mallum@openedhand.com> * src/wm.c: (wm_usage): Rejig usage info a little. 2005-05-12 mallum,,, <mallum@openedhand.com> * src/matchbox-remote.c: (usage), (main): * src/structs.h: * src/wm.c: (wm_handle_client_message): Add 2 new simple switches to matchbox-remote, one too toggle compositor and one to force reload of key shortcuts. 2005-05-11 mallum,,, <mallum@openedhand.com> * src/toolbar_client.c: (toolbar_client_reparent): * src/wm.c: (wm_remove_client), (wm_update_layout): Clear up some more ( final? ) X Errors. Speed up app window resizes caused by horizonal panels/toolbars by avoiding uneeded repaints. 2005-05-11 mallum,,, <mallum@openedhand.com> * data/themes/Default/theme.xml: * data/themes/MBOpus/theme.xml: * data/themes/blondie/theme.xml: Tweak+add basic rough toolbar decorations to keep old apps happy that still use decorated toolbars. 2005-05-11 mallum,,, <mallum@openedhand.com> * configure.ac: minor cleanups, remove xsync enable * src/session.c: (sm_save_yourself_cb): Fix things enough to avoid gnome-session hanging. Support still very basic and incomplete. 2005-05-11 mallum,,, <mallum@openedhand.com> * src/session.c: (sm_save_yourself_cb), (sm_die_cb), (sm_shutdown_cancelled_cb), (sm_connect): * src/session.h: * src/structs.h: * src/wm.c: (wm_new), (wm_usage), (wm_load_config), (wm_find_client), (get_xevent_timed): Fix up session support some more. 2005-05-05 mallum,,, <mallum@openedhand.com> * src/client_common.c: (client_set_focus): * src/ewmh.c: (ewmh_init), (ewmh_set_active): * src/ewmh.h: * src/structs.h: * src/wm.c: (wm_activate_client): Fix _NET_ACTIVE_WIN to not be set to just app wins. Add _MB_CURRENT_APP_WINDOW to do old behaviour. * src/dialog_client.c: (dialog_client_set_focus_next): Fix focusing when non focused dialog is closed 2005-04-28 mallum,,, <mallum@openedhand.com> * src/session.c: (sm_save_yourself_cb): Add some very basic registration info with session manager 2005-04-28 mallum,,, <mallum@openedhand.com> * configure.ac: * src/Makefile.am: * src/session.c: * src/session.h: * src/structs.h: * src/wm.c: (wm_new), (wm_find_client), (wm_event_loop): * src/wm.h: Add basic initial support for connecting to session managers. It currently just connects, should avoid hang when started by gnome-session. 2005-04-26 mallum,,, <mallum@openedhand.com> * src/ewmh.c: (ewmh_handle_root_message): Fix for activate client message being sent to an non topped app dialog window and no effect happerning. Makes GNOME task selector work nicer with MB. 2005-04-26 mallum,,, <mallum@openedhand.com> * src/mbtheme.c: (theme_frame_icon_paint): Fix potential segv if app sets ewmh icon smaller than 16x16 2005-04-26 mallum,,, <mallum@openedhand.com> * src/toolbar_client.c: (toolbar_client_move_resize), (toolbar_client_reparent): Fix a couple of toolbar related X Error warnings 2005-04-16 mallum,,, <mallum@openedhand.com> * configure.ac: Throw an error if AC_PATH_XTRA comes up empty 2005-04-11 Relased 0.9.4 2005-04-11 mallum,,, <mallum@openedhand.com> * configure.ac: Bump up version to 0.9.4 2005-04-07 mallum,,, <mallum@openedhand.com> * src/dialog_client.c: (dialog_client_set_focus_next): Possible fix for odd focus crasher 2005-04-07 mallum,,, <mallum@openedhand.com> * src/dialog_client.c: (dialog_get_available_area): * src/main_client.c: (main_client_manage_toolbars_for_fullscreen): * src/toolbar_client_alt.c: (toolbar_client_configure): Make sure alt input trans for dialog but on top of fullscreen app get resized correctly on fullscreen toggle. Make sure dialogs get positioned correctly for fullscreen with alt input. 2005-03-30 mallum,,, <mallum@openedhand.com> * src/base_client.c: (base_client_new), (base_client_process_name): * src/ewmh.c: (ewmh_update_lists): * src/mbtheme.c: (mbtheme_init): * src/misc.c: (fork_exec): * src/wm.c: (wm_sn_exec): Fixes via Andreas Gunnarsson for bugs 117-121. Includes mainly potential overflow fixes + warnings on openBSD. * src/toolbar_client_alt.c: (toolbar_client_new), (toolbar_client_move_resize): Extra debug statements 2005-03-16 mallum,,, <mallum@openedhand.com> * src/base_client.h: * src/matchbox-remote.c: * src/structs.h: * src/xml.c: Add _GNU_SOURCE to work round x11.pc setting -DX_OPENSOURCE 2005-03-11 mallum,,, <mallum@openedhand.com> * src/base_client.c: (base_client_new): * src/composite-engine.c: (_render_a_client), (comp_engine_destroy_root_buffer), (comp_engine_render): * src/dialog_client.c: (dialog_client_reparent): * src/wm.c: (wm_handle_map_notify): Fix composite lowlighting with blocker win. Also make modal for root dialogs lowlight entire display. 2005-03-01 mallum <mallum@openedhand.com> * src/toolbar_client_alt.c: (toolbar_client_show): Attempt for lessening potential dekstop flash on mapping input win * src/wm.c: (wm_activate_client): Fix stacking order for transient for desktop dialogs 2005-02-28 mallum,,, <mallum@openedhand.com> * src/dialog_client.c: (dialog_client_button_press): Fix for static mode dialogs losing focus when hidden via title bar click. 2005-02-23 mallum,,, <mallum@openedhand.com> * src/keys.c: (keys_add_entry), (keys_load_config): * src/structs.h: Backed held key code out. Seems very difficult todo sanely due to the way X does keyrepeats. Maybe battle again another day. 2005-02-23 mallum,,, <mallum@openedhand.com> * src/main_client.c: (main_client_configure): Refix fullscreen toggling for non alt input windows 2005-02-23 mallum,,, <mallum@openedhand.com> * src/structs.h: * src/keys.c: (keys_add_entry), (keys_load_config): Initial work on supporting 'held' keys - config can now be parsed. * src/main_client.c: (main_client_configure): Fix for toolbars affecting app size when toggling fullscreen. 2005-02-22 mallum,,, <mallum@openedhand.com> * src/dialog_client.c: (dialog_client_reparent), (dialog_client_redraw), (dialog_client_drag): More composite lowlighting related tweaks 2005-02-22 mallum,,, <mallum@openedhand.com> * src/composite-engine.c: (_render_a_client): Force composite lowlighting *off* for now. Needs fixing. 2005-02-22 mallum,,, <mallum@openedhand.com> * src/dialog_client.c: (dialog_get_available_area): Fix dialog positioning for fullscreen windows * src/toolbar_client.c: (toolbar_client_new): Fix toolbar wins getting in correctly handled between mb wm restarts. 2005-02-21 mallum,,, <mallum@openedhand.com> * src/base_client.c: (base_client_destroy): * src/ewmh.c: (ewmh_update_rects): * src/misc.c: More XError trapping; Add debug statements so we no when traps are in place. Do an XSync before untrapping on destroy call, to flush an errors through. 2005-02-18 mallum,,, <mallum@openedhand.com> * src/stack.c: (stack_sync_to_display): * src/toolbar_client_alt.c: (toolbar_client_destroy): Trap some more X Errors 2005-02-18 mallum,,, <mallum@openedhand.com> * src/dialog_client.c: (dialog_get_available_area), (dialog_constrain_geometry): * src/toolbar_client_alt.c: (toolbar_client_new), (toolbar_win_offset), (toolbar_client_configure): Fix alternative toolbar repositioning dialog. Also add some more debug statements. 2005-02-18 mallum,,, <mallum@openedhand.com> * src/dialog_client.c: (dialog_client_redraw), (dialog_client_button_press): Support 'custom' buttons on dialogs. 2005-02-17 mallum,,, <mallum@openedhand.com> * src/main_client.c: (main_client_button_press): Disable app close button in presence of modal app * src/wm.c: (wm_handle_keypress): Fix topping of single instance apps 2005-02-16 mallum,,, <mallum@openedhand.com> * src/dialog_client.c: (dialog_client_reparent): Add colormap to frames so argb wins work again * src/main_client.c: (main_client_button_press): Ignore minimise buttons in presence of modal dialog
2005-12-31Update to version 1.7.peter3-25/+7
Changes: 2005-04-08 mallum,,, <mallum@openedhand.com> * configure.ac: * libmb/Makefile.am: Bump up version to 1.7 2005-03-30 mallum,,, <mallum@openedhand.com> * libmb/mbpixbuf.c: (_load_xpm_file): Fix potential overflow in xmp loader. via Andreas Gunnarsson. 2005-03-29 mallum,,, <mallum@openedhand.com> * libmb/mbdotdesktop.c: (_parse_desktop_entry): Fix pontential overflow by 1 in scanf call. * libmb/mbutil.c: Ditch alloca.h include. Fixes via ML post from Andreas Gunnarsson 2005-03-16 mallum,,, <mallum@openedhand.com> * Makefile.am: * configure.ac: * tests/Makefile.am: * tests/menu/Makefile.am: Add tests/menu to dist and make sure make dist includes it. 2005-03-16 mallum,,, <mallum@openedhand.com> * libmb/hash.c: * libmb/mbdotdesktop.c: * libmb/mbexp.c: * libmb/mbmenu.c: * libmb/mbpixbuf.c: * libmb/mbtray.c: * libmb/mbutil.c: Add _GNU_SOURCE define to fix -DXOPEN_SOURCE issues. 2005-03-07 Ross Burton <ross@burtonini.com> * tests/Makefile.am: Add oh.h to pixbuf_SOURCES. 2005-02-22 mallum,,, <mallum@openedhand.com> * configure.ac: move AC_CONFIG_AUX_DIR above AM_INIT_AUTOMAKE 2005-02-22 mallum,,, <mallum@openedhand.com> * libmb/mbtray.c: (get_xevent_timed): Make timeouts work more correctly. Fixes bug with large timeouts never getting called like with the clock applet.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz264-349/+528
Bump BUILDLINK_RECOMMENDED.
2005-12-31Before testing OPSYS, bsd.prefs.mk has to be included.wiz1-1/+3
2005-12-31monotone and monotone-server updated to 0.25.jmmv2-3/+4
2005-12-31Update to 0.25: depend on monotone 0.25.jmmv1-3/+3
2005-12-31Update to 0.25:jmmv3-7/+8
Incompatible command line changes: - 'monotone revert' now requires an argument. To revert your entire working copy, $ monotone revert no longer works; instead, go to the root of your working copy and run $ monotone revert . New features: - Netsync now supports IPv6 (where OS support exists) Bugs fixed: - 'revert' gives feedback describing what it changes - Database locking further tweaked, to allow more concurrent access in situations where this is safe. - On win32, ticker display was fixed, so that it no longer prints a new line at each update. - 'read' can now understand (and migrate) privkey packets generated by monotone version 0.23 or earlier. - 'log --diffs <files>' now prints only diffs for the given files (previously, it would print only revisions in which the given files changed, but would print all diffs for those revisions). - Win9x and WinNT 4 compatibility fixes. New translations: - pt_BR
2005-12-31Update to 1.3.2 bumped library major version -- bump BUILDLINK_RECOMMENDED.wiz1-2/+2
2005-12-31- ImageMagick-6.2.6.0 (beta version only, so far; noted by ghen).wiz1-2/+1
2005-12-31This package works at least on NetBSD 1.6.2/i386, so there's no need torillig1-4/+1
remove it in 2006Q1.
2005-12-31Update for the changed patch-aa in pkgsrc/mplayer-share.veego1-2/+2
gmplayer can't share the mplayer-share/distinfo file due too some additional files (skins).
2005-12-31Note devel/lincvs update.ghen1-1/+2
2005-12-31Update lincvs to 1.4.4. patch-a[b-g] have been fixed upstream.ghen8-98/+6
Ok by wiz. Changes from 1.4.3 to 1.4.4: - fixed: now external commands like "open file" work also for files containing double quotation marks. - fixed: abnormal termination if cvs status and no revision yet - fixed: now cvs commands work also for files containing double quotation marks. - fixed: prevent rescanning of directory if the folder is solely expanded/collapsed - fixed: honor '/Attic' on conversion from rcsfile path to local file name. - fixed: Output status detection for status cmd in combination with usage of combined modules via a serverside modules file. - changed: logging enhanced for cvs private data (cache clearance) - fixed: External diff --side-by-side on a localy modified and outdated file diffed against the head instead of the same revision in the repository - fixed: erroneous error output if cvsnt passwd file is not writeable - fixed: adaptions for FreeBSD (borrowed from FreeBSD port of LinCVS) - fixed: query update didn't detect 'needs merge' in nested subProjects - changed: logging enhanced for cvs private data - fixed: endless loop at startup if a menu contains items with the same caption - fixed: crash if operate on a CVS-controlled directory containing corrupted CVS private data - fixed: crash while reread of a non-controlled directory after removing of all subdirectories of this directory if scanning-on-the-fly is activated - fixed: rare crash if operate on a CVS-controlled directory in which somebody has removed the private-data directory of CVS - fixed: wrong include hints in ui files - changed: Mac: use double height for width of WhatsThis buttons - fixed: KDE integration disabled as workaround for crippled Qt shipped with SuSE 9.3 - changed: Mac: ocvs is now the default cvs version
2005-12-31Since pkg_install appears in the pkg_info listing, there is no need forrillig1-3/+1
special treatment. Reported by Christoph Egger via private mail.
2005-12-31+ avr-libc-1.4.1, bochs-2.2.5, dopewars-1.5.12, doxygen-1.4.6,wiz1-4/+8
evilwm-0.99.19, monotone-0.25, multitail-3.8.2. - libbonobo-2.13.0 (unstable)
2005-12-31Fix some quoting as per PR 30956 by Chapman Flack.wiz1-4/+4
2005-12-31If target is real-su-bin-install, set DEPENDS_TARGET to bin-install.wiz1-2/+2
From Chapman Flack in PR 30928.
2005-12-31Handle automatic dependencies in bin-install correctly.wiz1-3/+3
From Chapman Flack in PR 32422.
2005-12-31Per pkgsrc guidelines, move the documentation to be stored underjlam2-175/+30
${PREFIX}/share/doc/${PKGBASE}. Also, generate the documentation PLIST entries dynamically since those files are generated from SGML, and their names can change quite a bit from release to release. Bump the PKGREVISION to 3.
2005-12-31Fix a typo (show-depends-dir -> show-depends-dirs).minskim1-2/+2
2005-12-31Prevent configure from finding compilers that exist outside of whatkristerw2-10/+15
is handled by the pkgsrc wrappers.
2005-12-31Add DragonFly support. Fix a number of GCC 3.4 issues.joerg21-7/+1315
2005-12-31metakit-lib bumped since shared library is now installed.joerg1-1/+2
2005-12-31Add DragonFly support. Add -rpath argument and let libtool generatejoerg4-6/+54
a shared library, otherwise other parts of the Makefile gets confused.
2005-12-31More errno fixes for the rest of freewnn.joerg5-1/+64
2005-12-31Fix errno. Add DragonFly support.joerg7-1/+164
2005-12-31Update poppler{,-qt} to 0.4.3.wiz2-3/+4
2005-12-31Update to 0.4.3:wiz7-149/+13
- Fix selection crasher (Nickolay V. Shmyrev, #4402). - Fix printing problem for single page output (#4555). - Fix miscellaneous compile problems/warnings. - CVE-2005-3191 and CAN-2005-2097 security fixes.
2005-12-31+ libexif-0.6.13schmonz1-1/+2
2005-12-31gnome-keyring updated to 0.4.6.wiz2-3/+3
2005-12-31Update to 0.4.6:wiz2-6/+6
Changes in version 0.4.6 are: * Confirm password when selecting new password
2005-12-31Note some updates I did today.wiz2-12/+11
Remove fontconfig 2.3.93, development version.
2005-12-31Update to 3.8.0:wiz2-6/+9
MAJOR CHANGES: * Read-only support for custom directories (e.g. EXIF directory). * Preliminary support for MS MDI format. ---------------------------------------------------------------------------------------- CHANGES IN THE SOFTWARE CONFIGURATION: * Make the default strip size configurable via the --with-default-strip-size and STRIP_SIZE_DEFAULT options. ---------------------------------------------------------------------------------------- CHANGES IN LIBTIFF: * tiffio.h: Added VC_EXTRALEAN definition before including windows.h, to reduce the compile time. * tif_jpeg.c: Improve compilation under MinGW. * {tif_aux.c, tif_dir.c, tif_dir.h, tif_dirwrite.c, tif_print.c, tif_getimage.c}: Make InkSet, NumberOfInks, DotRange and StoNits tags custom. * {tif_aux.c, tif_dir.c, tif_dir.h, tif_print.c}: Make WhitePoint tag custom. * tiffio.h: fixed typo that potentially resulted in redefininition of USE_WIN32_FILEIO * {tif_dir.c, tif_dir.h, tif_print.c}: Make RichTIFFIPTC, Photoshop and ICCProfile tags custom. * libtiff/*, contrib/*: Added 'dual-mode' error handling, enabling newer code to get context indicator in error handler and still remain compatible with older code: Done TIFFError calls everywhere except in tools. * tiffinfo.c: Print EXIF directory contents if exist. * {tif_dirinfo.c, tif_dirread.c, tif_dir.h, tif_dir.c}: Custom directory read-only support. * {tif_aux.c, tif_dirinfo.c, tif_dirread.c, tif_dir.h, tif_dir.c, tif_print.c}: Make YCbCrCoefficients and ReferenceBlackWhite tags custom. * tif_dirread.c: One more workaround for broken StripByteCounts tag. Handle the case when StripByteCounts array filled with completely wrong values. * tif_dirinfo.c: Release file descriptor in case of failure in the TIFFOpenW() function as per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1003 * tif_dirinfo.c: Correctly yse bsearch() and lfind() functions as per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1008 * tif_open.c, tiff.h, tiffdump.c: Incorporate preliminary support for MS MDI format. http://bugzilla.remotesensing.org/show_bug.cgi?id=1002 * libtiff.def, tiffiop.h, tiffio.h: Made TIFFFreeDirectory public. * /tif_dirinfo.c: Make XResolution, YResolution and ResolutionUnit tags modifiable during write process. As per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=977 * if_dirread.c: Don't try and split single strips into "0" strips in ChopUpSingleUncompressedStrip. This happens in some degenerate cases (like 1x1 files with stripbytecounts==0 (gtsmall.jp2 embed tiff) * tif_fax3.c: changed 'at scanline ...' style warning/errors with incorrect use of tif_row, to 'at line ... of strip/tile ...' style. CHANGES IN THE TOOLS: * tiffcp.c: Added many error reporting messages; fixed integer overflow as per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=789 * tiffcp.c: Return non-zero status when reading fails. * fax2tiff.c: Properly calculate sizes of temporary arrays as per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=943 * fax2tiff.c: Added option '-r' to set RowsPerStrip parameter as per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=944 * tiffdump.c: Fixed typeshift and typemask arrays initialization problem as per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=946 * bmp2tiff.c: Fixed possible integer overflow error as per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=965 * tiffsplit.c: Copy fax related fields over splitted parts as per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=983 * tiffdump.c: Fixed crash when reading malformed tags. * tiff2pdf.c: Added missed 'break' statement as per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=932
2005-12-31Update to 1.0.20051219:wiz3-22/+6
2005/12/19 + correct return-values of new functions dlg_default_listitem() and dlg_default_formitem() (Debian #344002). + add Swedish translation (Debian #343303, by Daniel Nylander) + begin function-summaries in dialog.3 + update config.guess, config.sub 2005/12/07 + change license to LGPL. + change naming convention in dlg_colors.h to make it easier to read, and incidentally remove the last chunk of code preventing relicense. + add --passwordform (request by Reznic Valery). + modify pause.c, msgbox.c to work with --help-button. + modify formbox.c, inputbox.c, textbox.c, yesno.c to work with extra button (adapted from Reznic Valery patch). + modify dlg_exit_label(), dlg_yes_labels() and dlg_ok_label() to allow help-button (prompted by Reznic Valery patch). + add zh_CN.po file from http://www.iro.umontreal.ca/translation/maint/dialog/ + provide alternate interfaces for dialog_checklist(), dialog_menu() and dialog_form(): dlg_checklist(), dlg_menu() and dlg_form() (discussion with Michael Gebetsroither). + add/use dlg_result_key() to allow binding function keys to the buttons. + implement user-definable key bindings in the rc-file. + modify inline cases for KEY_xxx values to use binding tables in new module dlg_keys.c + add several DIALOG_STATE items to the rc file: aspect, separate_widget, tab_len and visit_links + add a tab-adjustment to dlg_print_text() to improve solution from 2005/10/30, e.g., in the samples/form* scripts. + fix an off-by-one which made mouse-selection not work for menu items past the first page (GenToo #112024, patch by Harald van Dijk). 2005/11/07 + extend dlg_add_result() to allow caller to pass a null pointer for dialog_vars.input_result (Debian #336986). + correct length used for text portion of radio/checkboxes (report by Valentin Stoykov). + modify msgbox, textbox and center_label() to work properly for LANG=bg_BG.utf8 examples by Valentin Stoykov. + modify use of freopen() to work with opaque FILE type on DragonFly (report by Jeremy C Reed). + modify print_line() to compute columns, use that for the call to dlg_print_line(). Fix a few places where strlen() was used instead of dlg_count_columns() (reports by Valentin Stoykov). 2005/10/30 + reviewed changes since beginning development in 1999, decided that there are no appreciable portions of original code remaining. Marked sources to correspond. + improve cache performance for inputstr.c using tsearch() rather than a linked-list search (Debian #294853). + remove a special case for darwin in CF_XOPEN_SOURCE configure macro. + add ms.po file from http://www.iro.umontreal.ca/translation/maint/dialog/ + remove an assignment that caused the cursor to appear initially on a form field rather than button (Debian #333506). + modify buttons.c to count columns rather than bytes, fixing case where buttons were laid out incorrectly (report by Valentin Stoykov). + change dlg_print_text() to count columns rather than bytes, fixing case where fewer columns were displayed in menu than expected (report by Valentin Stoykov). 2005/10/05 + improve fix for dlg_does_output(), eliminating redundant leading separator. + fill background color for item-help text (report by Peter Postma). + correct interaction between --separate-output and --output-separator broken in 2005/09/11 fix for Debian #326918 (Debian #331440). + update config.guess, config.sub
2005-12-31Update to 2.12.1:wiz1-3/+2
2.12.1 ====== Fixes - Code cleanups (Kjartan Maraas) - Open GModules with G_MODULE_BIND_LAZY (Kjartan Maraas) - Fix change notification with multiple sources (Alexander Larsson) - Allow space in config source names on windows (Tor Lillqvist) - Read xml files in larger chunks (Mark McLoughlin) - Simplify the handling of --enable-schemas-install (Stepan Kasal) - Win32 Fixes (Tor Lillqvist) Lots of translation updates.
2005-12-31Update to 2.12.1:wiz5-10/+11
2.12.1 ====== Fixes - Code cleanups (Kjartan Maraas) - Open GModules with G_MODULE_BIND_LAZY (Kjartan Maraas) - Fix change notification with multiple sources (Alexander Larsson) - Allow space in config source names on windows (Tor Lillqvist) - Read xml files in larger chunks (Mark McLoughlin) - Simplify the handling of --enable-schemas-install (Stepan Kasal) - Win32 Fixes (Tor Lillqvist) Translators - Alexander Shopov (bg) - Samia Niamatullah (bn) - Miloslav Trmac (cs) - Martin Willemoes Hansen (da) - Adam Weinberger (en_CA) - Francisco Javier F. Serrador (es) - Ivar Smolin (et) - Hizkuntza Politikarako Sailburuordetza (eu) - Ilkka Tuohela (fi) - Ignacio Casal Quinteiro (gl) - Ankit Patel (gu) - Yair Hershkovitz (he) - Erdal Ronahi (ku) - Tino Meinen (nl) - Mişu Moldovan (ro) - Marcel Telka (sk) - Laurent Dhima (sq) - Christian Rose (sv) - Maxim Dziumanenko (uk) - Clytie Siddall (vi) - Funda Wang (zh_CN)
2005-12-31Update to 1.0.1:wiz5-40/+24
Overview of changes from 1.0.0 to 1.0.1 == * Fixes o Minor - uim-xim - Workaround fix for preventing SEGV if compiled with g++-4.x. Overview of changes from 1.0.0-beta to 1.0.0-final == * Fixes o Minor - uim.el - Sync with uim-el 0.0.6-beta4 - gtk+ immodule - fix SEGV with gvim when the caret state indicator is enabled with a timeout value (Etsushi) - workaround fix for preedit handling on gvim when use-with-vi? is enabled with anthy and mana (Masanari, YamaKen, Etsushi) - SKK - improve completion behavior (Masanari, Etsushi) Overview of changes from 1.0.0-alpha to 1.0.0-beta == * New features o IM related - SKK - enable word completion with UNIX look command (Etsushi) * Fixes o Critical - uim-pref-qt - fix behavior of custom widget with integer number when the value in the stored file is greater than 99 (Etsushi) o Minor - update configure script (Etsushi) - don't require XML::Parser - more strict check for canna - Qt immodule - fix to respond to uim-pref-gtk's custom messages on the fly in addition to uim-pref-qt's (Etsushi) - uim-pref-qt - code cleanup (Kazuki) - Canna - fix behavior of backspace key in conversion state (Etsushi) o Others - Update translations Overview of changes from 0.4.9.1 to 1.0.0-alpha == * New features o Main features - uim.el (bridge for Emacs) (Konosuke) - byeoru Hangul input suite (Jae-hyeon) - mana Japanese input (Masanari) o IM related - toggle-im facility (Etsushi, YamaKen) - Anthy - vi-cooperative mode (Masanari) - Canna - vi-cooperative mode (Masanari) - SKK (Etsushi) - dynamic completion - ddskk compatible behavior with mistypes while starting kanji-mode, e.g. "kAnnji" for "Kannji" - improved numeric conversion - support commit with opposite case in latin-conversion - support completion with conversion and/or commit at once * Fixes o Critical - fix segmentation fault if uim is compiled with '--enabled-debug' (Etsushi, dai <d+r AT vdr.jp>) - fix IPC (connection to PRIME) in some rare cases (Masanari) - fix possible GC crash with anti-stack smashing compilers such as GCC4 (Jun, YamaKen) o Minor - preedit reset with IM switch (Masanari) - some build fixes (Masanari) - gtk+ immodule - disable warnings (Etsushi) - uim-xim - support changes in X modifier keys on-the-fly (Etsushi) - Anthy - improve kana-input mode (Masanari) - SKK - improve completion behavior (Etsushi) - improve skkserv connection (Masahito, Etsushi) - PRIME - proper custom setting (YamaKen) - uim-im-switcher-qt - show list of IM properly (Etsushi) - uim-pref-qt - compatible behavior with uim-pref-gtk (Etsushi) * Others o obsolete table API o translations - add ko (Jae-hyeon) - update ja (Daichi Kawahata, YamaKen)
2005-12-31Update to 0.98b:wiz3-9/+9
xsane-0.97 -> 0.98: ------------------- - void xsane_batch_scan_scan_list(void): added if (gtk_events_pending()) in while (xsane.scanning) (this was removed in xsane-0.97 what made a lot of trouble) - corrected bad <Toolbox/...> italian transations for gimp plugin - added Postscript Zlib-Compression and Ascii-85 compression (patch by Julien BLACHE) - added (single page) PDF saving routine (patch by Julien BLACHE) - added PDF and Postscript to mail-mode. PDF and Postscript documents can not be displayed inline in html mails. I also do not know a way to display a link to a document that is integrated in the mail. So the <IMAGE> tag has no effect for pdf and postscript documents in html mode. - --print-filenames prints the filenames after conversion, so it is safe that the file exists and is complete - selected medium definition is stored in preferences now - BUGFIX for scanners that do not allow to set all resolutions. In fax mode an possibly also in copy mode the created pages had a wrong scaling when the scanner did not support the desired resolution: - xsane_set_resolution returns bestdpi = selected resolution - xsane_set_all_resolutions stores bestdpi as used resolution - when option 0 (num_options) has not defined SANE_CAP_SOFT_DETECT then xsane prints a warning but does try to read the option value - added xsane_mode (VIEWER/SAVE/EMAIL/FAX/etc) to preferences - po/*: all po files are in UTF-8 code now to transform non-UTF-8 po files to UTF-8 put the po file into the IMPORT_PO_DIR directory and call in the po directory "make import-po-files" - rename xsane-logo2.jpg to xsane-logo.jpg and changed all html files to xsane-logo.jpg - viewer uses preferences.filetype instead of "by ext" - localedir for sane-backends is set by sane-prefix instead of xsane-prefix - replaced printf by g_print to get correct output on non-utf-8 terminals - question mark '?' and asterisk '*' in filenames are replaced by underscore '_' - translations: U=updated, N=not updated, A=added/new cs da de es fr hu it ja nl pl pt pt_BR ro ru sk sl sr sv tr vi zh U U U N N U U N N N N N N U U N N N N N N xsane-0.98 -> 0.98a: -------------------- - corrected gimp_plugin bug: xsane_mode now is hold in xsane.xsane_mode like bevore xsane-0.98, additionally preferences.xsane_mode is used to store the user selection the user selection is loaded at program start when nothing else is predefined xsane-0.98a -> 0.98b: --------------------- - changed bug in header file due to conficting types in xsane-front-gtk.h from: int xsane_set_resolution(int well_known_option, double resolution); to: double xsane_set_resolution(int well_known_option, double resolution);
2005-12-31Update to 1.0.17:wiz6-42/+40
New with 1.0.17, released 2005-12-18: * New backends: hp4200 (HP ScanJet 4200), lexmark (Lexmark X1100 series), mustek_usb2 (Mustek BearPaw 2448 TA Pro) * Updated backends: artec_eplus48u, avision, canon, epson, fujitsu, genesys, gt68xx, microtek2, mustek_pp, plustek, plustek_pp, sm3600, snapscan, umax_pp. * Hotplug/udev updates. * scanimage fixes. * sane-find-scanner finds more chipsets. * Build system fixes/updates. make now calls makedepend. * Several fixes in SANE internal functions (sanei). * Portability fixes (especially for MacOSX, FreeBSD, OpenBSD, OS/2). * Updated translations. * Documentation updates. * Bugfixes.
2005-12-31Update to 1.3.2:wiz3-7/+51
* Version 1.3.2 (released 2005-12-15) ** GnuTLS now support TLS Inner application (TLS/IA). This is per draft-funk-tls-inner-application-extension-01. This functionality is added to libgnutls-extra, so it is licensed under the GNU General Public License. ** New APIs to access the TLS Pseudo-Random-Function (PRF). The PRF is used by some protocols building on TLS, such as EAP-PEAP and EAP-TTLS. One function to access the raw PRF and one to access the PRF seeded with the client/server random fields are provided. Suggested by Jouni Malinen <jkmaline@cc.hut.fi>. ** New APIs to acceess the client and server random fields in a session. These fields can be useful by protocols using TLS. Note that these fields are typically used as input to the TLS PRF, and if this is your intended use, you should use the TLS PRF API that use the client/server random field directly. Suggested by Jouni Malinen <jkmaline@cc.hut.fi>. ** Internal type cleanups. The uint8, uint16, uint32 types have been replaced by uint8_t, uint16_t, uint32_t. Gnulib is used to guarantee the presence of correct types on platforms that lack them. The uint type have been replaced by unsigned. ** API and ABI modifications: New functions to invoke the TLS Pseudo-Random-Function (PRF): gnutls_prf gnutls_prf_raw New functions to retrieve the session's client and server random values: gnutls_session_get_server_random gnutls_session_get_client_random New function, to perform TLS/IA handshake: gnutls_ia_handshake New function to decide whether to do a TLS/IA handshake: gnutls_ia_handshake_p New functions to allocate a TLS/IA credential: gnutls_ia_allocate_client_credentials gnutls_ia_free_client_credentials gnutls_ia_allocate_server_credentials gnutls_ia_free_server_credentials New functions to handle the AVP callback: gnutls_ia_set_client_avp_function gnutls_ia_set_client_avp_ptr gnutls_ia_get_client_avp_ptr gnutls_ia_set_server_avp_function gnutls_ia_set_server_avp_ptr gnutls_ia_get_server_avp_ptr New functions, to toggle TLS/IA application phases: gnutls_ia_require_inner_phase New function to mix session keys with inner secret: gnutls_ia_permute_inner_secret Low-level API (used internally by gnutls_ia_handshake): gnutls_ia_endphase_send gnutls_ia_send gnutls_ia_recv New functions that can be used after successful TLS/IA negotiation: gnutls_ia_generate_challenge gnutls_ia_extract_inner_secret Enum type with TLS/IA modes: gnutls_ia_mode_t Enum type with TLS/IA packet types: gnutls_ia_apptype_t Enum values for TLS/IA alerts: GNUTLS_A_INNER_APPLICATION_FAILURE GNUTLS_A_INNER_APPLICATION_VERIFICATION New error codes, to signal when an application phase has finished: GNUTLS_E_WARNING_IA_IPHF_RECEIVED GNUTLS_E_WARNING_IA_FPHF_RECEIVED New error code to signal TLS/IA verify failure: GNUTLS_E_IA_VERIFY_FAILED * Version 1.3.1 (released 2005-12-08) ** Support for DHE-PSK cipher suites has been added. This method offers perfect forward secrecy. ** Fix gnutls-cli STARTTLS hang when SIGINT is sent too quickly, thanks to Otto Maddox <ottomaddox@fastmail.fm> and Nozomu Ando <nand@mac.com>. ** Corrected a bug in certtool for 64 bit machines. Reported by Max Kellermann <max@duempel.org>. ** New function to set a X.509 private key and certificate pairs, and/or CRLs, from an PKCS#12 file, suggested by Emile van Bergen <emile@e-advies.nl>. The integrity of the PKCS#12 file is protected through a password based MAC; public-key based signatures for integrity protection are not supported. PKCS#12 bags may be encrypted using password derived symmetric keys, public-key based encryption is not supported. The PKCS#8 keys may be encrypted using passwords. The API use the same password for all operations. We believe that any more flexibility create too much complexity that would hurt overall security, but may add more PKCS#12 related APIs if real-world experience indicate otherwise. ** gnutls_x509_privkey_import_pkcs8 now accept unencrypted PEM PKCS#8 keys, reported by Emile van Bergen <emile@e-advies.nl>. This will enable "certtool -k -8" to parse those keys. ** Certtool now generate keys in unencrypted PKCS#8 format for empty passwords. Use "certtool -p -8" and press press enter at the prompt. Earlier, certtool would have encrypted the key using an empty password. ** Certtool now accept --password for --key-info and encrypted PKCS#8 keys. Earlier it would have prompted the user for it, even if --password was supplied. ** Added self test of PKCS#8 parsing. Unencrypted and encrypted (pbeWithSHAAnd3-KeyTripleDES-CBC and pbeWithSHAAnd40BitRC2-CBC) formats are tested. The test is in tests/pkcs8. ** API and ABI modifications: New function to set X.509 credentials from a PKCS#12 file: gnutls_certificate_set_x509_simple_pkcs12_file New gnutls_kx_algorithm_t enum type: GNUTLS_KX_DHE_PSK New API to return session data (better data types than gnutls_session_get_data): gnutls_session_get_data2 New API to set PSK Diffie-Hellman parameters: gnutls_psk_set_server_dh_params * Version 1.3.0 (2005-11-15) ** Support for TLS Pre-Shared Key (TLS-PSK) ciphersuites have been added. This add several new APIs, see below. Read the updated manual for more information. A new self test "pskself" has been added, that will test this functionality. ** The session resumption data are now system independent. ** The code has been re-indented to conform to the GNU coding style. ** Removed the RIPEMD ciphersuites. ** Added a discussion of the internals of gnutls in manual. ** Fixes for Tru64 UNIX 4.0D that lack MAP_FAILED, from Albert Chin. ** Remove trailing comma in enums, for IBM C v6, from Albert Chin. ** Make sure config.h is included first in a few files, from Albert Chin. ** Don't use C++ comments ("//") as they are invalid, from Albert Chin. ** Don't install SRP programs and man pages if --disable-srp-authentication, from Albert Chin. ** API and ABI modifications: New gnutls_kx_algorithm_t key exchange type: GNUTLS_KX_PSK New gnutls_credentials_type_t credential type: GNUTLS_CRD_PSK New credential types: gnutls_psk_server_credentials_t gnutls_psk_client_credentials_t New functions to allocate PSK credentials: gnutls_psk_allocate_client_credentials gnutls_psk_free_client_credentials gnutls_psk_free_server_credentials gnutls_psk_allocate_server_credentials New enum type for PSK key flags: gnutls_psk_key_flags New function prototypes for credential callback: gnutls_psk_client_credentials_function gnutls_psk_server_credentials_function New function to set PSK username and key: gnutls_psk_set_client_credentials New function to set PSK passwd file: gnutls_psk_set_server_credentials_file New function to extract PSK user in server: gnutls_psk_server_get_username New functions to set PSK callback: gnutls_psk_set_server_credentials_function gnutls_psk_set_client_credentials_function Use size_t instead of int for output size parameter: gnutls_srp_base64_encode gnutls_srp_base64_decode
2005-12-31Update to 3.1pl1:wiz7-87/+41
This is a terse description of the new features added to bash-3.1 since the release of bash-3.0. As always, the manual page (doc/bash.1) is the place to look for complete descriptions. 1. New Features in Bash a. Bash now understands LC_TIME as a special variable so that time display tracks the current locale. b. BASH_ARGC, BASH_ARGV, BASH_SOURCE, and BASH_LINENO are no longer created as `invisible' variables and may not be unset. c. In POSIX mode, if `xpg_echo' option is enabled, the `echo' builtin doesn't try to interpret any options at all, as POSIX requires. d. The `bg' builtin now accepts multiple arguments, as POSIX seems to specify. e. Fixed vi-mode word completion and glob expansion to perform tilde expansion. f. The `**' mathematic exponentiation operator is now right-associative. g. The `ulimit' builtin has new options: -i (max number of pending signals), -q (max size of POSIX message queues), and -x (max number of file locks). h. A bare `%' once again expands to the current job when used as a job specifier. i. The `+=' assignment operator (append to the value of a string or array) is now supported for assignment statements and arguments to builtin commands that accept assignment statements. j. BASH_COMMAND now preserves its value when a DEBUG trap is executed. k. The `gnu_errfmt' option is enabled automatically if the shell is running in an emacs terminal window. l. New configuration option: --single-help-strings. Causes long help text to be written as a single string; intended to ease translation. m. The COMP_WORDBREAKS variable now causes the list of word break characters to be emptied when the variable is unset. n. An unquoted expansion of $* when $IFS is empty now causes the positional parameters to be concatenated if the expansion doesn't undergo word splitting. o. Bash now inherits $_ from the environment if it appears there at startup. p. New shell option: nocasematch. If non-zero, shell pattern matching ignores case when used by `case' and `[[' commands. q. The `printf' builtin takes a new option: -v var. That causes the output to be placed into var instead of on stdout. r. By default, the shell no longer reports processes dying from SIGPIPE. s. Bash now sets the extern variable `environ' to the export environment it creates, so C library functions that call getenv() (and can't use the shell-provided replacement) get current values of environment variables. t. A new configuration option, `--enable-strict-posix-default', which will build bash to be POSIX conforming by default. u. If compiled for strict POSIX conformance, LINES and COLUMNS may now override the true terminal size. 2. New Features in Readline a. The key sequence sent by the keypad `delete' key is now automatically bound to delete-char. b. A negative argument to menu-complete now cycles backward through the completion list. c. A new bindable readline variable: bind-tty-special-chars. If non-zero, readline will bind the terminal special characters to their readline equivalents when it's called (on by default). d. New bindable command: vi-rubout. Saves deleted text for possible reinsertion, as with any vi-mode `text modification' command; `X' is bound to this in vi command mode. e. A new external application-controllable variable that allows the LINES and COLUMNS environment variables to set the window size regardless of what the kernel returns: rl_prefer_env_winsize
2005-12-31Update to 5.1:wiz2-6/+13
This is a terse description of the new features added to readline-5.1 since the release of readline-5.0. 1. New Features in Readline a. The key sequence sent by the keypad `delete' key is now automatically bound to delete-char. b. A negative argument to menu-complete now cycles backward through the completion list. c. A new bindable readline variable: bind-tty-special-chars. If non-zero, readline will bind the terminal special characters to their readline equivalents when it's called (on by default). d. New bindable command: vi-rubout. Saves deleted text for possible reinsertion, as with any vi-mode `text modification' command; `X' is bound to this in vi command mode. e. If the rl_completion_query_items is set to a value < 0, readline never asks the user whether or not to view the possible completions. f. New application-callable auxiliary function, rl_variable_value, returns a string corresponding to a readline variable's value. g. When parsing inputrc files and variable binding commands, the parser strips trailing whitespace from values assigned to boolean variables before checking them. h. A new external application-controllable variable that allows the LINES and COLUMNS environment variables to set the window size regardless of what the kernel returns.
2005-12-31Remove p5-Apache-ePerl, since eperl, its dependency, has been removed.wiz5-43/+1