Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
Sync with chat/silc-client update.
|
|
|
|
When you are upgrading from a prior release to SILC Client 1.0.1, there
are two issues you have to take special care of:
First of all the default theme (as defined in the file default.theme in
the source package) has changed. You may need to update your personal
theme to reflect those changes. The second change affects the filename
used to store the session data when /DETACH'ing. If you have detached
from a SILC network with your old client and want to resume the session
with SILC Client 1.0.1, you first have to
/SET session_filename session
After successfully resuming your session, you can revert the setting to
its default "session.$chatnet" again.
Changes:
--------
- /NOTICE and /ACTION command now both take a mandatory target argument
and an option -sign flag. Both work in channels and queries, /IGNORE
now correctly treats both. default.theme has changed, please update
your theme. Closes #1.
- /SILCNET [ADD|REMOVE|LIST] command to manage different SILC networks.
- /SMSG and /MMSG now correctly open new query windows if wished.
- New settings session_filename defines the filename used to store
session information generated by /DETACH. A setting like
session.$chatnet allows you to detach from different networks.
|
|
under -current, until i found out why it suddenly fails.
|
|
|
|
|
|
|
|
since KDE1 has been removed.
Noted by agc.
|
|
|
|
created by the "gnome-dirs" package.
|
|
|
|
|
|
support, as some systems with a < 64bit off_t have long long support.
|
|
|
|
|
|
either buildlink2.mk or buildlink3.mk files.
|
|
|
|
|
|
1) s/USE_X11BASE/USE_X11/
2) Enable IPv6 if USE_INET6 is enabled.
3) Use GConf2 schemas.mk framework, and GCONF2_SCHEMAS pointing to the
schemas files.
4) There's no need to depend on gnome1-dirs, we'll use gnome2-dirs instead.
5) Use PKGCONFIG_OVERRIDE poiting to pkgconfig's files.
6) Previous buildlink2 file had gnome1 dependencies...
7) There's no need to depend on net/soup package...
so bump PKGREVISION.
|
|
|
|
fine-grained distinction between required versions of pre-requisites
(DEPENDS) and versions that are recommended for security or library ABI
consistency reasons (RECOMMENDED).
The contents of ${RECOMMENDED} are added to DEPENDS unless
IGNORE_RECOMMENDED is set to YES, in which case a warning will be printed
and IGNORE_RECOMMENDED will be added to BUILD_DEFS.
Add a corresponding BUILDLINK_RECOMMENDED.<pkg> variable for use with
buildlink2 and buildlink3.
|
|
|
|
Changes:
* v 0.6.0: Add support for SDL_ttf.
Bug fixes.
* v 0.5.0: Store the configuration in the xmms config file.
* v 0.4.0: Rewriting of the tunnel effect.
One new effect "child" (instead of blob).
Fix possible crash on GeForce4
(patch by Ashvin Mysore <ashvin@z-ha-dum.flatirons.org>.
|
|
|
|
|
|
|
|
Changes sinec 4.2.83:
o Many bug fixes.
o Further work on enhancement request 125873. As the user is typing
in input, the display will now show the thousands separator
(if checked).
o On a Solaris keyboard, Shift-"^" is
GDK_asciicircum/GDK_SHIFT_MASK. This keyval/state pair needed to
be added to the Xor recognized mappings.
o gcalctool can now optionally show the thousands seperator
character for fixed point numbers displayed in the decimal
base. Same for numbers stored in the memory registers. There is
a new "Show Thousands Separator" menu entry in the View menu to
set this.
o Online help updated.
o Updated the gcalctool man pages.
o Install "gnome-calculator" symlink as reqested by Glynn Foster.
|
|
scheme only accepts `python', so if we have a script which uses:
#!/path/to/python23
PYTHON_PATCH_SCRIPTS will fail.
Fix provided by Min Sik Kim in PR pkg/24069.
|
|
|
|
Changes since 0.8:
* 0.8.1 Major feature enhancement masked as minor number release
+ added real Microsoft-like $FIftiMain index-based
global search. The searches are as fast as possible now.
- removed the 'Case sensitive' checkbox because index
search can't use it anyway.
+ added support for 'javascript:fullSize' URLs.
+ beautified the font dialog a bit.
+ fixed empty title in the titlebar bug.
+ refined the synchronization between the contents tree and
the wxHtmlWindow displayed page.
* 0.8.2 Bug fixes and improvements:
+ added 'find in page' code (wxWindows 2.5.x only).
+ added 'copy text' code (wxWindows 2.5 only).
+ added a 'find in page' dialog that hopefully pops up
on Ctrl-F :) (wxWindows 2.5.x only)
+ added a popup menu with common options (back, forward,
copy selection, find in page) that pops up when the user
right clicks the HTML window.
+ beautified the tree control and enabled variable sizes
for the tree items.
* 0.8.3 Bug fixes:
+ fixed a relative path bug (i.e. for file paths like
../directory/file) both for HTML pages and images (had to
override wxHtmlWindow::OnOpeningURL()).
+ made the fonts change if necessary so that alternative
encodings can be used (such as Russian or Chinese).
* 0.8.4 Minor bugfix:
+ corrected a bug that crashed xchm if the user tried
to open a .chm file that is not present on disk.
* 0.8.5 Major bugfixes:
+ made xCHM properly handle weird charset languages
(Russian, Chinese) properly even when xCHM is being linked
with the GTK2/Unicode version of wxWindows.
* 0.8.6 Minor bugfixes:
+ corrected a bug that made xCHM refuse to load pages
with /absolute/paths.
+ corrected a bug that made xCHM refuse to load pages
with ./in/current/dir paths.
* 0.8.7 Minor feature enhancements:
+ the contents panel sash position persists between sessions.
+ decreased the default application font size from 14 to 12.
+ added opened files history support.
* 0.8.8 Major feature enhancements:
+ all the wxListBox widgets have been replaced with
wxListCtrl derived controls.
+ added real-time searchable index support via a new 'Index'
panel (status / selected index word changes as you type).
+ suppressed unhelpful error messages while loading a page.
+ hacked around wxWindows file system handler bug.
GetMimeTypeFromExt() couldn't figure out that pages that
ended in ".HTM" (as opposed to lowercase ".htm") are of
"text/html" MIME type.
* 0.8.9 Bugfix release:
+ checking for the u_intXX_t types with autoconf.
+ the detection of the book title, home page, index
and contents files is reliable.
+ applied FreeBSD port patch.
* 0.8.10 Bugfix / enhancements release:
+ fixed a horizontal scrollbar repainting bug that occured
in the search and index tabs.
+ added Chanler White Mac OS X patch to be able to launch
open a .chm file by double-clicking on it on Mac OS X.
|
|
|
|
Changes:
- Close some cross-site scripting vulnerabilities in the admin pages
(CAN-2003-0965).
- New languages: Catalan, Croatian, Romanian, Slovenian.
- New mm_cfg.py/Defaults.py variable PUBLIC_MBOX which allows the site
administrator to disable public access to all the raw list mbox files
(this is not a per-list configuration).
- Expanded header filter rules under Privacy -> Spam Filters. Now you can
specify regular expression matches against any header, with specific
actions tied to those matches.
- Rework the SMTP error handling in SMTPDirect.py to avoid scoring bounces
for all recipients when a permanent error code is returned by the mail
server (e.g. because of content restrictions).
- Promoted SYNC_AFTER_WRITE to a Default.py/mm_cfg.py variable and
make it control syncing on the config.pck file. Also, we always flush
and sync message files.
- Reduce archive bloat by not storing the HTML body of Article objects in
the Pipermail database. A new script bin/rb-archfix was added to clean
up older archives.
- Proper RFC quoting for List-ID descriptions.
- PKGDIR can be passed to the make command in order to specify a different
directory to unpack the distutils packages in misc. (SF bug 784700).
- Improved logging of the origin of subscription requests.
- Misc bugfixes.
|
|
"foo
string"
in inline asm with
"foo\n"
"string"
(Noted in agc's latest bulk build.)
|
|
|
|
Changes:
o Compiles with gcc3 (switch from varargs.h to stdarg.h)
o Builds with BLT24z/tk8.4/tcl8.4
o minor bug fixes
|
|
|
|
|
|
|
|
(branching 13 January 2004, from /branches/1.0-stabilization)
http://svn.collab.net/repos/svn/tags/0.36.0
User-visible changes:
* add cancellation suport to svnadmin and svnlook (r8222)
* runtime 'store-password' option renamed to 'store-auth-creds' (r8014)
* 'svn blame' changes:
- now shows correct revision info (r8035-6)
- responds to cancellation better (r8129)
* svnserve changes:
- added '--inetd' option; now required to speak with stdin/stdout (r8205)
- added '--listen-port' and '--listen-host' options (r8001-2)
- removed '-u' option (r8003)
- ignore SIGPIPE (no more repos lockups when you terminate a pipe) (r8140)
* lots of Book work (many newly-documented Apache and svnserve topics)
Developer-visible changes:
* bugfix: svnserve network crash (r8142)
* bugfix: return result_rev from svn_client_checkout correctly (r8096)
* bugfix: fs history harvesting code (r8154)
* bugfix: memory leak in mod_dav_svn (r8223)
* bugfixes in edge-cases of status and update (r8114-5)
* make 'svn blame' work with 18n and uri-escaped filenames (r8023, 8030, 8040)
* small bugfixes to authentication system (r8006, r8235)
* standardize error message formatting (r8218)
* load RA modules as foo.so.0, not foo.so (r8098)
* various core API changes:
- use constructor for svn_client_cxt_t (r8053-4)
- anchor/target may use NULL for target (r8216)
- stop using apr_ symbols (r8219)
- rename to 'svn_repos_authz_func_t' (r8213)
- add pool parameter to finish_report and abort_report (r8215)
* numerous changes to Perl and Java bindings, to keep up with C API.
|
|
|
|
Changes:
* 0.9.8a
* The bug that caused the failure of cache data read has been fixed.
* 0.9.8
* The offline mode has been implemented.
* The performance of the scanning of MH folders has been improved on
the platforms which support d_type in 'struct dirent'.
* The error checking on moving/deleting messages has become strict.
* When getting IMAP4 message list, it now fallbacks to FETCH command
if server doesn't fully support SEARCH command.
* Outbox for accounts are now correctly chosen when sending from queue.
* Gettext has been upgraded to 0.12.1.
* IPv6 support is now enabled by default.
* Other bugfixes have been made.
* 0.9.7
* The vulnerability in SMTP response handling, which is exploitable by
a malicious SMTP server, has been fixed.
* The structure of folder system has been sorted out.
* The checking of the existence of IMAP root directory has been
modified.
|
|
Fixes problem seen in agc's latest bulk build.
|
|
so we can build it without root permissions, suggested by Julio Merino in
private email.
|
|
|
|
|