Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
- Fixed bug in <reject> handling: failed to reject if $return
had been set.
- Added two useful demos of restructuring nested data
- Fixed doc bug re use of //
- Localized filehandles, like a good citizen should
- Misc doc bug fixes
- Fixed Text::Balance dependency in Makefile.PL
- Fixed bug that @itempos wasn't set up if referred to only in
an autoaction.
- Fixed truncation bug in tracing contexts
- Dramatically improved speed of line counting
- Made item(s) and item(s /,/) behave consistently wrt %item
- Added prototype <autorule:...> handling
- Added outer block markers for <perl_codeblock>
- Fixed multi-grammar precompilation
- Fixed numerous snafus in tutorial.html
- Added nesting level information to traces
- Fixed resetting of $text after an <uncommit> rule.
- Updated Text::Balanced to fix various bugs
- Removed Text::Balanced from distribution (now a prereq only)
- Fixed fatal error with $tracelevel
- Replaced 'our' with 'use vars' to reinstate 5.005 compatibility.
|
|
Major changes since 2.2.2 were:
* New function eel_filename_get_rename_region
* Accessibility updates
* New eel-canvas that fixes zoom tearing
* New functions for slave glade prefs widgets
* Draw EelEditableLable frame even when text is empty
Major changes since 2.2.1 were:
* New widget EelInputEventBox
* Added canvas a11y support
* CanvasGroup move redraw fixes
|
|
Glade 2.0.0 (Apr 11 2003)
===========
o Hide GNOME widgets and stock items in GTK+ projects.
o Made stock icon code more robust, hopefully fixing bug #105694.
o Updated for newer GnomeDB.
o Updated example text editor application for GTK+ 2.
o Bug fixes, including a few crashers.
Glade 1.1.3 (Nov 2 2002)
===========
o The widget tree now has icons & popup menus again.
o Removed dependancy on gnome-common for generated apps.
o Stopped generating any deprecated code.
o Updated GnomeDB support.
o Updated the generated signal callback argument names.
o A few keynav improvements, including global accelerators like Ctrl+S.
o Disabled support for typing in labels while hovering over widgets, as
it is a bit too error-prone.
o Added 'New' button back to toolbar in GNOME version!
o A few bug fixes.
|
|
to figure out the best place. Avoids breakage if some other package
accidently creates PREFIX/share/info.
|
|
|
|
ChangeLog:
* Fix a bug that the 'loose' feature doesn't work properly.
* Fix a bug that both server/client tried to traverse wrong paths
if a relative path calculated by the 'super' keyword is more than
2 levels.
|
|
|
|
Closes PR 21263 by Jeremy C. Reed.
|
|
|
|
The Changes file does not show anything beyond 0.40.
|
|
`Quick patch' supplied by Rasputin <rasputin at idoru dot mine dot nu>.
2002-05-01 Dave Thomas <Dave@Thomases.com>
* ri/ri.rb: Fix bug where class names were output with
underscores. Also tidy up some typos. Patch from Derek Peschel.
2001-08-18 Dave Thomas <Dave@Thomases.com>
* ri/ri.rb: Fix bug which failed to match plain 'blksize' because
it couldn't parse out the classname part (File::Stat)
2001-08-15 Dave Thomas <Dave@Thomases.com>
* ri/ri.rb: Re-organize to allow can_handle? to be implemented
without generating output. Add caching for loaded description files.
2001-08-13 Dave Thomas <Dave@Thomases.com>
* install.rb: Add support for DESTDIR (patch from Christian
Lademann)
* ri/ri.rb (defined?): New method to fid out if a particular
name exists
* post_process: convert --@ to -@ in a method name. (I can't to it
in the text - there are too many other occurances of --).
|
|
|
|
ChangeLog:
* Fix a bug that the 'SetAttrs' request for directories was issued in
a wrong order.
* New feature: loose
Background:
Proper CVS repositories don't have files with same file name
inside/outside 'Attic' directory of the same directory. If both exist
accidentally, it is very difficult to determine which file is the
right one. So in the past, cvsync exits abnormaly with the
'inconsistency' error message. But some CVS repositories has this
inconsistency. It is unhappy for CVS repositories mirror sites to
redistribute them.
The 'loose' option provides a workaround for bogus CVS repositories.
When cvsync detects a inconsistency, cvsync assumes that the a file
with more recent modification time is right and don't exit.
This feature is optional. The best way is to remove the
inconsistencies from master sites, of course.
* Fix a bug that when move a RCS file from inside/outside Attic to
outside/inside Attic without chaging modifition time and permissions,
cvsync can't detect the action.
|
|
Depend on gnome-libs/bonobo/oaf instead.
Bump PKGREVISION.
|
|
|
|
|
|
- User customizable key bindings
- editor navigation history
- improved default text editor
- improved editor linking behaviour
- better UI for editor/ viewing synchronization
- new Ant view
- new Ant editor
- External tools now use debugger-style launch configurations.
- more flexible project layouts
- java editor is more customizable
- find in file
- better java outline view
- hyperlinked java code
- improved conditional breakpoints
- stack trace hyperlinks
- new refactorings
- more java compiler options
and many more (see http://download.eclipse.org/downloads/drops/R-2.1-200303272130/whats-new.html)
|
|
|
|
|
|
it with items named 'id' which do not work with Objective-C
|
|
Patches provided by Ossi Herrala (pkg/20725) and Marc Recht (pkg/20995).
Changes:
0.20.1:
=======
User-visible changes:
* fix svnadmin load bug so that property deletions actually occur
* fix checksum compatibility issue for older repositories
0.20.0:
=======
User-visible changes:
* new compatibility rule: require only that each interim release be
compatible with the one before it (see HACKING)
* ra_svn is still new so above rule doesn't yet apply
(i.e. 0.20 over ra_svn is NOT compatible with previous releases)
* merge infers the target path (see book chapters 4 & 8)
* merge continues in presence of missing target file
* merge's add notifications are no longer duplicated
* commands can be safely interrupted (Ctrl-C)
* --encoding global default in ~/.subversion/config
* new option --editor-cmd
* begin multi-release transition to escape binary properties over DAV
* misc performance improvements
Developer-visible changes:
* RA vtable functions take pool argument
* svn-config --includes path fixed
* uuid at creation now complete
* start having test failures throw exceptions rather than return errors
* test suite option --cleanup with --verbose being default mode
* continued diff library development
* minor revprop hook changes
* bug fixes: no diff on binary files (#1019), consistent error messages
(#1181), version numbers in hook scripts (#1182), win98 codepage (#1186)
0.18.1:
=======
User-visible changes:
* editor environment variables no longer incorrectly required
* 'svn help import' now displays correct usage
* fix crashes in the internal diff library and ra_dav
* fix Win9x/Me console issue
* cvs2svn.py api fix
* hot_backup.py now correctly removes old backups
Developer-visible changes:
* various rpm package fixes
0.18.0:
=======
User-visible changes:
* renamed the [default] section to [global] in the servers config file
* compression option is now http-compression and lives in servers file
* use internal diff by default rather than external program (#405 in
progress)
* symlinked hook scripts now run
* read-only access flag (-R) for svnserve
* quiet flag (--quiet) for svnadmin dump
* --ignore-uuid and --force-uuid for svnadmin load
* miscellaneous performance improvements
* more work on the Book
Developer-visible changes:
* new authentication library libsvn_auth (#724)
* new bdb table uuids
* client context object in libsvn_client
* more work on java and other language bindings
* test framework now has a quiet option (-q)
* miscellaneous small code cleanups
* bug fixes: more valgrind memory bugs, apr xlate i18n mess (#872),
non-existent URL checkout (#946), props on to-be-deleted files (#1066),
ra_svn move/copy (#1084), eol translation (#1085), ra_svn
checksumming (#1099), cat command corrupt output (#1104), cvs2svn
memory consumption (#1107), merge of property add (#1109),
'..' relative path (#1111), commit/cleanup/diff3 (#1119),
.svn/entries checksum (#1120), svn commit in / (#1122),
status on uncontrolled directory (#1124), commit message eol
characters (#1126), cat -r PREV (#1134), ra_dav wcprops (#1136)
split XML cdata/attribute encoding (#1118)
|
|
ChangeLog:
2003-04-15 MAEKAWA Masahide <maekawa@daemon-systems.org>
* 0.19.4
* Fix a bug that broken 'head' and 'branch' are written.
* Make this compile on Solaris 9
* Fix a bug to a server writes a wrong pid number to <pidfile>.
|
|
|
|
ChangeLog:
2003-04-14 MAEKAWA Masahide <maekawa@daemon-systems.org>
* 0.19.3
* Fix a bug that '@' is missing for 'comment'.
* Improve the network performance.
* Options (both)
-V: Print the version number to standard error.
-v: Verbose mode.
* Options (server)
-g: Specifies the group the server should run as.
-u: Specifies the user the server should run as.
-w: Sets the working directory of the server.
|
|
|
|
|
|
dot jp>.
* Do some Makefile/PLIST clean-ups.
Bump revision.
|
|
dot jp>.
* Do some Makefile/PLIST clean-ups.
Bump revision.
|
|
|
|
* Remove qr// from t/downgrade.t
* Mention $File::Spec::VERSION a second time in t/forgive.t
* Fix t/integer.t initialisation
* Fix comparison tests to use eval to get around 64 bit IV conversion issues
* Alter t/malice.t to work with Test/More.pm in t/
* Change t/malice.t and the error message in check_magic
* Adds support for CODE references
|
|
o Lots of bugfixes.
o The bt_pkgflags module was added, which provides a replacement for
the pkg-config utility (not compatible).
o The bt_msg_summary() function was added to bt_config, which provides
an homogeneous way to output diagnostic messages at the end of the
configuration process.
o The bt_err() function in bt_config does not accept error codes any
more as its first argument.
o The buildtool(1) manpage was rewrote, including a simple user refer-
ence so people can easily learn how to build packages without having
to dig into the big manual.
|
|
ChangeLog:
2003-04-09 MAEKAWA Masahide <maekawa@daemon-systems.org>
* 0.19.2
* When the configuration file is updated, a server reloads it
automatically.
* Options (client)
-4 : Forces a client to use IPv4 addresses only
-6 : Forces a client to use IPv6 addresses only.
* A server runs in background mode (default).
When executed with -f option, a server runs in foreground mode.
|
|
(suggested by lukem), group z, r and f flags.
some whitespace cleanup.
|
|
Bump PKGREVISION.
|
|
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
|
|
|
|
YASM is a complete rewrite of the NASM assembler under the "new" BSD License
(some portions are currently under the GNU General Public License (GPL) or
the GNU Lesser General Public License (LGPL)). It is designed from the ground
up to allow for multiple assembler syntaxes to be supported (eg, NASM, TASM,
GAS, etc.) in addition to multiple output object formats. Another primary
module of the overall design is an optimizer module.
Package provided in pkgsrc-wip by Juan RP.
|
|
|
|
ChangeLog:
2003-04-08 MAEKAWA Masahide <maekawa@daemon-systems.org>
* 0.19.1
* Fix a bug to fail to mirror a repository when no pre-existing files.
* Fix a bug that list operations fail when pre-allocated buffers are
exhausted.
* Even if a server fail to parse a RCS file, just ignore it and
continue to run.
2003-04-05 MAEKAWA Masahide <maekawa@daemon-systems.org>
* Fix a bug that a packet length of protocol version is mistakenly
calculated.
|
|
|
|
Package change: $PKG_SYSCONFDIR/ctags.conf added as glogal,
configuration file, parsed before /etc/ctags.conf,
/usr/local/etc/ctags.conf and $HOME/.ctags
Changes since version 5.4:
ctags-5.5 (Tue Apr 1 2003)
* Changed kind indicator for methods from 'f' to 'm' [Tcl].
* Changed tags within interfaces to be disabled by default (like prototypes in
C/C++) [Fortran].
* Removed explicit descriptions of individual --<LANG>-types options from
--help output. See new --list-languages and --list-kinds options.
* Removed explicit list of supported languages and supported tag kinds and
mapping patterns from man page. See new --list-languages, --list-kinds, and
--list-maps options.
* Renamed --<LANG>-types option to --<LANG>-kinds (still accepts old name).
* Added --list-kinds option.
* Added --list-maps option.
* Added --list-languages option.
* Added support for dimensioned variables, contributed by Simon Bohlin [ASP].
* Added support for C# language.
* Added support for Erlang language, contributed by Brent Fulgham.
* Added support for HTML language files.
* Added support for JavaScript language files.
* Added support for SML (Standard ML) language, contributed by Venkatesh Prasad.
* Added mapping for .plx to Perl.
* Added tags for autocommand groups [Vim, Patch #664685].
* Added support for numerous language extensions [Fortran].
* Added '$', 'D', and 'd' in column 1 as comment characters [Fortran].
* Added special handling of --options=NONE to disable automatic reading of
options from configuration files or environment.
* Added check for case-insensitive filenames to configure.
* Fixed problem with lower case <SID> tag [Vim, Bug #657327].
* Fixed problem recognizing indented code [Vim, Patch #664685].
* Fixed problem with infinite loop in certain comments [PL/SQL, Bug #629115].
* Fixed problem of incorrect extension field [C, Bug #639639].
* Fixed problem of empty scoping extension field [C, Bug #639644].
* Fixed missing tags for functions split across lines [PHP, Bug #681824].
* Fixed missing tags for nested subprograms using 'contains' [Fortran, Bug #670433].
* Fixed missing tags when variable has same name as keyword [Fortran].
* Fixed spurious tag when an array-spec occurs within an entity-decl [Fortran].
* Fixed mishandling of multiline raw strings [Python, Bug #699171].
* Fixed missing scope extension field on namespaces [C++, C#, Bug #665086].
* Fixed several bugs causing missed tags [Fortran].
* Fixed problem with --langmap option preventing clearing of map [Bug #688442].
* Fixed recognition of Unicode-8 characters [Java].
* Fixed man page errors and omissions.
* Fixed bug in readFieldValue() in readtags library.
* Fixed bug in option parsing in readtags command-line program.
* Fixed portability problems with DJGPP [Bug #692569].
* Fixed portability problems with Cygwin.
|
|
supported by lang/icon.
|
|
ChangeLog:
2003-04-04 MAEKAWA Masahide <maekawa@daemon-systems.org>
* 0.19.0
* HEADS UP: Change Cvsync Version Exchange Protocol
If you use the old versions, please upgrade to 0.19.0 or higher.
* Improve the performance to update sub-collection.
When a server receives an update request of collections
defined as sub-collection, the server sends differences
of the sub-collection with a relative prefix based on the
`super' collection. The client can update only that directory.
* REMARK:
AIX 4.3.3 without IPv6
BSD/OS 4.2
Cygwin 1.3.22 without IPv6
FreeBSD/i386 5.0-CURRENT (as of 2003/03/12)
FreeBSD/i386 4.7-STABLE (as of 2003/03/05)
FreeBSD/sparc64 5.0-CURRENT (as of 2003/03/05)
Mac OS X
NetBSD/alpha 1.6O with native pthreads
NetBSD/i386 1.6P with native pthreads
NetBSD/i386 1.6L with GNU Pth
NetBSD/macppc 1.6M with native pthreads
OpenBSD/i386 3.2-stable
OpenBSD/sparc64 3.3-beta
Solaris 8/SPARC
Works fine on these platforms.
2003-04-01 MAEKAWA Masahide <maekawa@daemon-systems.org>
* Make this compile on AIX 4.3.3
|
|
Changes since 1.4.8
1. src/slarray.c: superfluous call to SLclass_add_math_op removed
(Michael Noble)
2. src/slang.c: foreach (NULL) using("next"){} foo (); caused _NARGS=1
in foo.
3. src/slarrfunc.c: Fix to prevent sum(NULL) from causing a core-dump.
4. src/slimport.c: import (module, "") made equivalent to
import(module,"Global"); This way, import(module, current_namespace())
will work when the current namespace is anonymous.
5. src/slospath.c: Several users have requested that I add the ability
to define a load path and use that path when loading interpreter
files. To this end, several new functions were added to the API:
char *SLpath_get_load_path (void);
int SLpath_set_load_path (char *path);
/* Get and Set the path to be searched for files */
int SLpath_get_path_delimiter (void);
SLpath_set_path_delimiter (int delimiter);
/* Get and set the character delimiter for search paths */
int SLang_load_file_verbose (int verbose);
/* if non-zero, display file loading messages */
New intrinsics include:
set_slang_load_path
get_slang_load_path
path_get_delimiter
These functions, nor the intrinsics have an effect on applications
that use SLang_load_file_hook or SLns_load_file_hook for loading
files. The change should be transparant to applications that use
the stock load file mechanism. The main difference is that if one
attempts to load a file with no extension, e.g., "foo", but the
file does not exist, then the interpreter will try to load the more
recent of "foo.sl" and "foo.slc".
See src/slsh.c for how the functions may be used.
6. slsh/slsh.c: Updated to use the new search path code outlined
above. Also, slsh is distributed with a collection of general
purpose slang functions, including jed's provide/require functions.
See slsh/README for more information.
7. doc/tm/cslang.tm: Modified the section describing the implemetation
of intrinsic functions in an effort to clarify the discussion.
8. src/slang.c: tiny memory leak resulting from peephole optimzations
added earlier found and fixed.
9. src/slarrmisc.c: new intrinsic: cumsum computes the cumulative sum
of an array via the new SLarray_map_array function.
|
|
Bump PKGREVISION.
|
|
|
|
|
|
|
|
Changes:
arts
* Several memory corruption fixes.
kdelibs
* kdialog: Fix screen numbering problem for centerOnScreen() static method
* kprogress: Fix math problem in displaying correct percentage for large
numbers
* kio_http: Fix data processing for webdav(s) listing of directories and files
* kate: Many small bugfixes, including:
+ Fixed code completion drop-down box position
+ Fixed "wrap cursor disabled" bugs
+ Fixed vertical scrollbar middle mouse behaviour
+ Fixed remove whitespace feature
+ Now clears the redo history when it is irrelevant
+ Fixed crash after starting up with a non-existant directory in the file
selector history
* kparts: Fix extension of transparently downloaded files, this fixes ark
(used to display temp file instead of archive content)
* klauncher: Fixed support for "Path=" entry in .desktop files. This entry
can be used to specify a working directory.
* kio: Don't let ChModJob's -X emulation interfere with mandatory file locking.
* kdeui: Fix for alternate background coloring in Konqueror list views.
* kdeui: Fix to prevent an event loop in conjunction with Qt 3.1.2.
* kio/bookmarks: Properly handle multiple shown bookmarks with the same URL;
fixes crash on exit in Konqueror when bookmarkbar is on and some bookmarks
points to the same place
* kstyles: Handle focus indicators on label-less checkboxes better
* kdeprint: Don't freeze when there is no route to the selected CUPS server
* SSL: add support for OpenSSL 0.9.7
* SSL: ADH ciphers are now explicitly disabled in all cases
* SSL: new CA root certificate added
* Several Xinerama related fixes
* QXEmbed fixes for various situations that don't handle XEMBED well
* Java on IRIX with SGI 1.2 VM is fixed
* khtml: Several major bugfixes, partially incorporated fixes from Safari as well.
kdeaddons
kdeadmin
* Linux Kernel Configurator: Add details about the lightbulb icon's meaning
* Linux Kernel Configurator: Support for more incorrect kernel configuration
files
kdeartwork
kdebase
* kcmshell: Restored backwards compatibility wrt KDE 3.0 module names
* klipper: Escape "&" everywhere.
* konsole:
+ Removed "get prompt back"-hacks, don't assume emacs key shell bindings.
+ Fixed usage of background images with spaces in the filename.
+ Profile support fixes (disabled menubar etc.)
+ Bookmarks invoked from "Terminal Sessions" kicker menu now set correct
title.
+ Fixed a problem with the "Linux" font that prevented it from being used
with fontconfig.
* kdesktop: Made desktop menus pop up in unused Kicker space work.
* kicker: Fixed empty taskbar sometimes showing scroll buttons.
* konqueror:
+ Various startup performance improvements
+ Fix crash when sidebar tree expands hidden directory
+ Fix crash when config button hidden from config button's menu
+ Extensive fixes to Netscape plugins, fixing crashes and plugin support
+ Changes to default preview settings, making the defaults safer on various
platforms
* Java configuration module: Make it possible to properly configure Java in
all cases
* Previews: Fixed a privacy issue where previews of HTML files could access
files or hosts on the network.
kdeedu
* KStars:
+ Fixed bug #51708: No longer exits if starting position is below horizon
(only affected some systems)
+ Fixed bug #52205: Country of Lhasa is China, not Tibet.
+ Fixed too-narrow coordinates field in statusbar.
+ Fixed bug in "length of day" calculator module; it now properly accounts
for latitude and longitude
kdegames
* Atlantik: Many small bugfixes, including:
+ Better handling of incoming messages
+ Fixed token animation
* kbackgammon: Common crash fix.
kdegraphics
* KIconEdit: Fix the ellipse/circle tool not to leave any "holes" in the
drawings
* Kooka: Some UI crashes fixed
* KViewShell: Default paper size is fixed
* KGhostView: Fixed wheel-mouse scrolling
kdemultimedia
* KsCD:
+ Stopped KsCD from pausing after tracks in random mode
+ Correctly associate extra CDDB information with tracks
+ Support non-Latin encodings properly in CDDB entries and elsewhere
+ Proper systemtray behaviour
+ Updated key accel code to avoid depricated calls
* Movie previews have been removed due to severe unresolved stability problems
kdenetwork
* Desktop Sharing server (krfb):
+ fix problems on X11 servers with 8 bit depth
+ fix problems on X11 servers with big-endian framebuffer
+ allow X11 servers without XShm (thin clients). Warning: requires a lot
of bandwidth
+ remove read timeouts. This should solve problems with some clients that
got disconnected after a minute of inactivity (but increases the time to
detect dead clients)
+ fix problem with clients that support both RichCursor and SoftCursor
encodings (like krdc from HEAD)
* Desktop Sharing client (krdc):
+ fix: when an error occurred in fullscreen krdc did not restore the
original resolution
+ fix: krdc stopped to repaint the framebuffer after a disconnect while
the error dialog was displayed
+ the quality setting in medium quality mode has been increased because
the original setting looked too bad with Keramik
kdepim
* KOrganizer bug fixes:
+ Use correct default duration for events crossing a day boundary (#53477).
+ Correctly save category colors (#54913).
+ Don't show todos more than once in what's next view.
+ Include todos in print output of month view (#53291).
+ Don't restrict maximum size of search dialog (#54912).
+ Make cancel button of template selection dialog work (#54852).
+ Don't break sorting when changing todos by context menu (#53680).
+ Update views on changes of todos directly in the todo list (#43162).
+ Save state of statusbar (#55380).
* knotes: Escape "&" in note titles
kdesdk
* Cervisia:
+ Fixed line break in protocol view
+ Fixed timestamp for files that are not in cvs (#55053)
+ Fixed handling of Cervisia's options like 'Update Recursively' when run
as embedded part in konqueror (#55665)
kdetoys
* kworldclock: Fixed that all clocks show the same time.
* kweather: Made it work again with non-english locales. (#52147)
* kweather: Prevent KWeather from looping and freezing Kicker when not
connected to the internet.(#49191)
kdeutils
* klaptopdaemon: Fix serious stalling problems on GNU/Linux with ACPI
* kcalc: Now a KMainWindow instead of a KDialog to fix various UI
inconsistencies
* kdf: Support escapes in fstab
quanta
* Bugfixes:
+ Allow resizing of the main window even with large user toolbars [#53230]
+ Insert valid DTD definitions [#53274]
+ Honor the View Default settings from Settings->Configure Editor [#53569]
+ Be less braindead regarding the Show DTD Toolbar setting [#53739]
+ Be able to select also directories in tag dialogs [#54819]
+ Do not complain about text files being binary ones on a system with
broken mimetypes [#54924]
+ Bring up the "File Changed" dialog only, when the file content has
changed[#55678]
+ Select Tag Area behaviour fixed for optional tags
+ Insert non-translated string in CSS code parts
+ Insert "border-top", "border-right", etc. correctly in CSS
+ Don't quote the script line more than once in the action configuration
dialog
+ Memory leak fixed: editor parts were not deleted when a file was closed
+ Fix insertion of "img" tags in HTML documents
+ Upload/rescan project/add to new project tree view behaviour fixed
+ Fix renaming of file in the Project Tree, when a file with the new name
was already present in the project
+ Rename only what has to be renamed in the project and enable project
saving after a rename
+ Use the correct encoding for newly created files
+ Saving of Author and E-Mail project options was broken in some cases
+ Fix the numbering of new documents
+ Fix the execution of actions
+ Fix crash when deleting an action
+ Insert valid single tags from the toolbar
* Enhancements:
+ Show the tag attributes (Alt-Down) menu lower than the current line
+ "Insert in cursor position" for script actions replaces the selection if
there was some text selected
+ New DCOP interface (WindowManagerIf) added to enable the modification of
the opened documents from a script
+ DTD for Quanta tags (DTD definition) added
+ XHTML 1.0 Strict DTD added
|