summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-12-05Update to 1.9.17 and drop maintainership (never used it, really).jmmv4-78/+17
1.9.17 bug fix, when saving hnb DTD, I also saved the text attribute removed the format names from prefs.c,.. now the string specified is used instead, (makes extending easier) improved the tokenizer for libcli, it now acts almost exactly as bash, even the hooks for understanding $variable_expansion is included in the code, uses a single malloc various bug fixes cleanups and merging of commands, e.g. go_root, go_recurse, and go_backrecurse are now go <root|backrecurse|recurse|up|down|left|right> search now is a single command taking direction and query as arguments. changed escape to be the key used to bring up the menu,.. and remapped ^Q to be quit (again) 1.9.16 attempts to fix the compile on OSX renaming mergesort to node_mergesort due to nameclash only compiling the static lib made indent and outdent only work when there is no data typed already, (thus making > and < allowed typed in navigation mode as long as they're not the first character typed. removed errors appearing with -pedantic (at least here) removing all macros with variable arguments replacing them with va_list removing inline statements from libcli created an utility function for string replacements, that I inserted into all the various import/export filters. added a function "insert_cal <month> <year>" which inserts the specified month/year in a fashion that makes hnb useable as a simple timeplanner as well. (when I get around to adding support for clones, this might be interesting) allowing the user to use <,>,+ and - when typing in new data without erratic behavior, and not the need to enter edit mode. (except if it is the first char of the data) fixed an issue with creating the first child, and pressing insert, and various other commands,.. added rpm spec file from Asgeir Nilsen made file_opml and file_hnb interpret all attributes implemented buffered reading for the xml tokenizer changed the function prototype for functions that register with libcli, they must now register with an int (int argc, char **argv, void *data) function overhauled hnb to use this API, some more refinement might be needed in someplaces, but it seems to work OK for now. added a menu that is accesed from F9 1.9.15 outdent fixed to be more efficient and work as intended added export context changed all import/export functions to use the query variable if filename passed is * 1.9.14 bugfix: The new sort and shuffle functions could result in dataloss when saved. new feature: expand/collapse and expand_all/collapse_all are new bindable functions, expand/collapse is bound to +/- in the default config file, they force portions of the tree to stay open even when you leave it. 1.9.13 Apparently I broke the nasty quick-sort I had implemented, when I changed the way the tree was stored. Implemented a Merge-sort which is faster anyways. Improved the behavior of non fixed navigation when the whole tree is displayed. Added a shuffle function (not currently bound), I used it while developing the new mergesort, but someone might find it useful. 1.9.12 Changed the datastructure to use a "assosciation list" for storing the actual data. Will move all tags, like checkbox to this structure. Should actually make it possible to do the addition of start end date and other "columns" a breeze, perhaps even automatic for some export/import formats modified tree_duplicate to use the new node_duplicate function, and a modified version of the import_node which takes a single node with data set as input. added import_node_text which disregards all other data items 1.9.11 changed node_swap to only swap relational pointers, thus making it easier to extend the data stored in Node later thus also changing and move node, indent/out-dent and sort to accommodate for a truer swap fixed a bug with editing of newly introduced child note: should perhaps move ui_action_edit into a built-in command that is handled specially since it now needs special attention by being a subcommand to ui_action_command 1.9.4-1.9.10 feb 2003 re-implementation of positioning of selection bar in non fixed mode massive code cleanup and separation separation of variables from prefs.* to static variables in the code modules where they belonged integration with spell checker (Ispell, but through prefs it could easily be made Aspell instead) new preferences format ability to execute commands and running mail-client / web-browser if a node or it's children contain url's / mail addresses OPML import and export postscript export htmlcss export save_state and restore_state for single level undo where needed new XML tokenizer cut/paste functionality 1.9.3 jan 2003 stabilising of the code ability to use default terminal colours, (patch from NN) 1.9.1 oct 2002 option to remember current position in hnb file when saving/loading cleaned up most of the help-system code further code separation 1.9.0 oct 2002 fixed the movement behaviour when going to the parent node,.. the screen jumped too much separated the various export and load filters into own files used my new libcli for the cli code, and as "glue" in some code spots reverted to a manual makefile instead of autoconf/automake improvements to dynamic key-bindings, multiple key-bindings for each action, all key-bindings in various context got their own choice in the preferences. The first of the actual key-bindings shown as help added some more bindings for the node editor, (skip word and bskip word, hooks for even more)
2004-12-05gice updated to 0.6.2.jmmv2-3/+3
2004-12-05Update to 0.6.2: list of changes unknown. Drop maintainership.jmmv2-7/+6
2004-12-05Fixes to ctype macro usage so that this builds on -current.skrll4-4/+50
2004-12-05Rename some variables to be more dlcompat-specific, and remove ajlam1-7/+5
redundant conditional.
2004-12-05dlcompat is considered built-in only if both /usr/lib/libdl.* andjlam1-5/+3
/usr/include/dlfcn.h exist. Also, correct the setting of USE_BUILTIN.dlcompat in the loop.
2004-12-05Make note of python-mode update.ben1-1/+2
2004-12-05Update MASTER_SITES to reflect move to sourceforge and new maintainers.ben2-9/+9
The changes are minor, but there is no ChangeLog. The version number went from 4.6 to 4.54, however 4.6 appears to be the older version. Setting the package version to 4.6.54. This addresses PR#28348
2004-12-05Follow template builtin.mk file in bsd.builtin.mk.jlam1-11/+20
2004-12-05Allow the wrapper-specific transform scripts to replace one arg withjlam1-12/+24
several args by setting split_arg="yes" as part of the transformation.
2004-12-05don't throw away all "-Wl," arguments, they are needed to pass variousgrant1-3/+3
shlib options to the Darwin linker.
2004-12-05fix typogrant1-2/+2
2004-12-05Make antiword compile on FreeBSD. From pancake at phreaker dot net,cube2-4/+4
PR#28501.
2004-12-04opencm updated to 0.1.2rc8.jmmv2-3/+3
2004-12-04Update to 0.1.2rc8. List of changes unknown. Drop maintainership.jmmv6-39/+26
2004-12-04re-work workaround for __unvis13 namespace clash by renaming it togrant1-6/+6
__nbcompat_unvis13. fixes build on older NetBSD and Linux/sparc.
2004-12-04Note update of epiphany-extensions to 1.4.3.jmmv1-1/+2
2004-12-04Epiphany Extensions 1.4.3jmmv4-60/+38
========================= Changes * Fix tab closing with tab-grouper extension * Select first menu item when popping up context menu with keyboard * Fix compilation with latest mozilla trunk * Simplify certificates extension * Fix build with latest mozilla trunk Updated translations * Christian Neumair (de) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Yannick Tailliez (fr) * Takeshi AIHANA (ja) * Reinout van Schouwen (nl) * Raphael Higino (pt_BR) Epiphany Extensions 1.4.2 ========================= Interface improvements * Implement context menu in "Links" tab of the Page Info dialog (Christian) Bug fixes * Fix a mem leak (Christian) * 64 bit portability fix (Andrzej Dopierała) Translations updates * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * David Lodge (en_GB) * Gabor Kelemen (hu) * Takeshi AIHANA (ja) Epiphany Extensions 1.4.1 ========================= New extensions * Sidebar extension, written by Crispin Flowerday Bug fixes * Fix some mem leaks (Adam) [#153470, #153471, #153473] * Fix crash (Christian) [#153712] * Always load unnamed stylesheets (Adam) [#153739] * Don't block stylesheets without "media" attribute (Adam) [#153710] * Fix many compiler warnings (Christian) Translation updates * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Reinout van Schouwen (nl) * Raphael Higino (pt_BR)
2004-12-04Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changedjlam18-24/+42
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to the configure and build processes.
2004-12-04Note update of eog2 to 2.8.2.jmmv1-1/+2
2004-12-04Update to 2.8.2:jmmv3-7/+8
- Eel dependency removed (Paolo Borelli) - Important crash fixes (James Henstridge, Jens Finke) - AIX compilation fixes (Sandie Vanderme) - Translation Updates: Alexander Shopov (bg), David Lodge (en_GB), Dwayne Bailey (zu, nso), Martin Willemoes Hansen (da), Mohammad DAMT (id)
2004-12-04Note update of gnome2-games to 2.8.2.jmmv1-1/+2
2004-12-04Update to 2.8.2:jmmv2-6/+5
Aisleriot: - Fix the end of game check for Odessa. Ataxx: - Fix a crasher on 64-bit machines. Five or More: - Handle missing themes better. Gnometris: - Fix drag and drop from konqueror. - Use the ESD compielr flags properly. libgames-support: - Display ace-high card decks properly. - Fix conflicting extern and static declarations.
2004-12-04Note update of glib2 to 2.4.8 and gtk2 to 2.4.14.jmmv1-1/+3
2004-12-04Update to 2.4.14:jmmv4-6/+22
* GtkFileChooser - Improve keybindings [Federico Mena Quintero] - Speed up loading of large directories [Federico] - Move "Browse for other folders" expander up [Federico] - Support DND from the path bar [Federico] * GtkUIManager - Speed up [Dave Neary, Michael Natterer, Sven Neumann, Soeren Sandmann] * GtkTreeView - Fix resizing artifacts in empty, focused treeviews [Billy Biggs, Vincent Noel] * GtkSettings - Handle changes to gtk-menu-images and gtk-button-images much more efficiently [Matthias Clasen] * GDK - Allow to set wm hints on leader windows [Sebastien Bacher] * Win32 - Implement resize grips [Robert Ögren] - Bug fixes [Robert, Tor Lillqvist] * Bug fixes [Morten Welinder, William Jon McCann, Anders Carlsson, Philip Langdale, Christian Persch, John Finlay, Carlos Garnacho Parro, Tim Janik, Gavin Romig-Koch, Jonathan Blandford, Billy Biggs, Federico, Christian Neumair, Kristian Høgsberg, Sven, Dennis Cranston] * Updated translations (ca,id,nb,no,nso,pa,zh_CN)
2004-12-04Update to 2.4.8:jmmv2-5/+5
* Reduce signal connection complexity from O(n) to O(1) [Sven Neumann] * GChildWatch - Use sigaction instead of signal [Jonas Jonnson, Archana Shah] - Make the very first SIGCHLD work [Gustavo Carneiro] * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler] * Other bug fixes [Andrea Campi, Dave MacLachlan]
2004-12-04Mention new bmp-musepack package.wiz1-1/+2
2004-12-04Add and enable bmp-musepack.wiz1-1/+2
2004-12-04Note update of nabi.minskim1-1/+2
2004-12-04Initial import of bmp-musepack:wiz4-0/+26
BMP plugin for Musepack (mpc) files.
2004-12-04Update nabi to 0.15.minskim3-7/+14
Changes: - Support more keyboard layout. - Update icons. - Add Tux theme. - Enable setting Korean/English, Hangul/Hanja switch keys.
2004-12-04Note addition of lablgtk2, version 2.4.0.jmmv1-1/+2
2004-12-04Add and enable lablgtk2.jmmv1-1/+2
2004-12-04Initial import of lablgtk2, version 2.4.0:jmmv5-0/+149
LablGTK is an Objective Caml interface to GTK+. This version, LablGTK2, has support for GTK+ from 2.0 to 2.6. It uses the rich type system of Objective Caml 3 to provide a strongly typed, yet very comfortable, object-oriented interface to GTK+. This is not that easy if you know the dynamic typing approach taken by GTK+.
2004-12-04Update mail/proxsmtp to 1.0. Changes from version 0.6 include:jlam4-12/+11
- Added XCLIENT support. - Drop XCLIENT commands coming in from clients for security. - Added big scary warnings to the sample scripts about escaping variables.
2004-12-04xmms-musepack updated to 1.1.wiz1-1/+2
2004-12-04Update to 1.1 version from www.musepack.net.wiz4-35/+23
Changes: 1.1 Autotools build process %d now contains the full date tag 1.1-alpha10 Equalizer works now Fixed a small Bug with skipping broken tracks 1.1-alpha9 Fixed Bug with Id3 Reading Added Display of variable Bitrate 1.1-alpha8: Some Bugfixes (ID3-Genre out of range, Audio in use by other Program, di splaytitle with empty tags) 1.1-alpha7: Added Reading of ID3-Tags and writing of APE2-Tags Some changes in generate_title to make it work with FreeBSD 1.1-alpha6: close speed-up 1.1-alpha5: corrected end of track bug 1.1-alpha4: minor bugfixes 1.1-alpha3: another small glitch fixed in tag reading 1.1-alpha2: fixed tag reading 1.1-alpha: rewrite from scratch using musepack lib
2004-12-04Print a comment for the removal of the lib/ocaml directory in packagesjmmv1-1/+4
depending on this one.
2004-12-04Mention new libmusepack package.wiz1-1/+2
2004-12-04Add and enable libmusepack. Sort.wiz1-2/+3
2004-12-04Initial import of libmusepack-1.0.3:wiz5-0/+56
Musepack is an audio compression format with a strong emphasis on high quality. It's not lossless, but it is designed for transparency, so that you won't be able to hear differences between the original wave file and the much smaller MPC file. It is based on the MPEG-1 Layer-2 / MP2 algorithms, but has rapidly developed and vastly improved and is now at an advanced stage in which it contains heavily optimized and patentless code.
2004-12-04Claim aspell package updates.wiz1-9/+9
2004-12-04Note that guppi is no longer maintained (in a comment).wiz1-1/+5
2004-12-04Note update of drivel to 1.2.3.jmmv1-1/+2
2004-12-04Update to 1.2.3:jmmv2-6/+5
* Fixes: - Fix double-protocol insertion in Insert Image dialog. (Todd). - Fix double-mnemonic in Format menu (Adam). - Make menus translatable (Isak). - Update the RPM spec file to handle Scrollkeeper data (Todd).
2004-12-04Note Addition of databases/ruby-DBD-sqlite package.taca1-1/+2
2004-12-04Add and enable ruby-DBD-sqlite.taca1-1/+2
2004-12-04Switch to use RUBY_DLEXT as suffix of extention library.taca39-104/+104
2004-12-04Note guppi, g-wrap1, and gnucash updates.wiz1-1/+4
2004-12-04Convert to use guile-1.6. Bump PKGREVISION.wiz5-38/+19
Based on PR 28526 by Andreas Hallmann.