Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
-getmail could previously record an envelope return path header of "<<>>".
Fixed. Thanks: Fredrik Steen.
|
|
|
|
Changes:
x) When emulating a network of multiple machines, the emulated
machines can now be placed on different hosts.
x) NetBSD/evbmips can now be installed and run from a disk image.
(There is no INSTALL kernel for NetBSD/evbmips, so you need to
install using another OS, for example emulated NetBSD/pmax.)
x) NetBSD/sgimips can now be installed. Not onto a SCSI disk,
but the files can be exported via nfs from another emulated
machine. The sgimips machine can then netboot. (Read the
documentation for details.)
|
|
|
|
Changes since 4.21: * Fixed a bug in the new mouse-motion code that caused
the screen to never blank on multi-head non-Xinerama
systems. Oops.
* New hacks, `interaggregate', `antmaze', `tangram',
and `crackberg'.
* Minor tweaks to `fiberlamp', `ifs', `slidescreen',
`zoom', `sonar', `fireworkx', `whirlwindwarp',
`bubble3d', and `rd-bomb'.
* Added motion blur to `blinkbox'.
* `bsod' now includes Longhorn's "RSOD", and OS/2.
* Fixed `-wireframe' usage in most hacks and man pages.
|
|
INSTALLATION_DIRS to set up ${PREFIX}/man/man1.
|
|
|
|
|
|
|
|
checkfile_patches_patch are called with path names relative to the current
directory, not to the package directory. The other subroutines will follow.
|
|
|
|
|
|
|
|
|
|
Bump package revision once more.
|
|
autoconf version.
|
|
|
|
on which(1). Correctly pass all arguments (even the first one) to the
build script. See PR 30362 for details.
|
|
_INCOMPAT_BZIP2.
|
|
|
|
Changes since 0.3.10:
- Changes include bug fixes to the tracker and to btlaunchmany[curses],
the Windows installers' being built using older versions of Python
and wxPython to fix the problem with the client sticking in the task
list, and the addition of a little sneakiness to help keep ISPs from
killing connections to seed clients.
- Today's release should fix the problem with clients hanging in the
task manager. It should also fix problems on 64-bit processors.
|
|
[http://sourceforge.net/projects/dvipng/], gimp-2.2.8, openmotif-2.2.3
[http://www.openmotif.org/], poedit-1.3.3, sylpheed-claws-1.0.5,
vlc-0.8.2.
- openmotif-2.2.4 (devel version, 2.2.3 is stable)
|
|
filter them out.
|
|
on which(1). Correctly pass all arguments (even the first one) to the
build script. This fixes PR 30362.
|
|
|
|
|
|
|
|
in PR 30258.
While here, clean up pkglint warnings.
|
|
|
|
|
|
|
|
0.88 Jun 21 2005
- Change maintainer back to paul@seamons.com (Paul Seamons)
- Add run_n_children_hook to prefork servers (At suggestion of
James Fitzgibbon and Paul B. Henson)
- Make delete child only delete children it knows about.
Fixes ancient bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=168784
filed by Christian Mock and worked on by Lucas Filipozzi.
- Store $ENV{PWD} as part of script name for HUP'ing (Russel Pettway)
- Allow PreFork and PreForkSimple to have child mark
explicitly as done the same as other server types via
the ->done(1) call. (Idea from Marc Martinec)
- After numerous requests, the CHLD SIGNAL is now
set to DEFAULT in the child process of PreFork and
PreForkSimple servers. This should allow grand child processes to
run without affecting the child process (or parent).
- Fix parent/child communication channel buffering issue (Matt Sergeant)
- Check for child's sock before closing with
child_communication enabled (Alexander Hlawenka)
- Documentation fix (Mark Morgan)
- Allow 'stream' option for syslog_logsock property (Daniel Matuschek)
- Fix syslog format vulnerability. (Carlos Velasco) This has
potential to break some log implementations that were
planning on ->log passing all of @_ to syslog. Now only the
first item from @_ is passed as the message.
- Allow for '-' in group names. (Corey Minyard)
- Prevent locking caused by interupt of flock (Dietmar Maurer [cpan #11693])
- Finally fix UID/GID bugs during daemonization. This is the
biggest bug winner. The new model Calls POSIX::setuid and
setgid and tests for success by checking the values of $<
and $( and not by checking the response of the setuid/setgid functions.
- Add CIDR style lookups for allow/deny using cidr_allow and
cidr_deny (Carsten Wolff)
- Allow for port configured in perl to not have to be arrayref.
|
|
|
|
|
|
removed; no new version out for years.
|
|
come out. Use RealPlayerGold instead.
|
|
|
|
News in 11.55
=============
* A bug was fixed which lead to the insertion of trailing whitespace
during filling. In particular extra spaces were added to sentence
endings at the end of lines. You can make this whitespace visible
by setting the variable `show-trailing-whitespace' to `t'. If you
want to delete all trailing whitespace in a buffer, type `M-x
delete-trailing-whitespace RET'.
* A bug was fixed which lead to a `*Compile-Log*' buffer popping up
when the first LaTeX file was loaded in an Emacs session.
* On some systems the presence of an outdated Emacspeak package lead
to the error message `File mode specification error: (error
"Variable binding depth exceeds max-specpdl-size")'. Precautions
were added which prevent this error from happening. But
nevertheless, it is advised to upgrade or uninstall the outdated
Emacspeak package.
* The value of `TeX-macro-global' is not determined during
configuration anymore but at load time of AUCTeX. Consequently the
associated configuration option `--with-tex-input-dirs' was
removed.
* Support for the LaTeX Japanese classes `jsarticle' and `jsbook'
was added.
News in 11.54
=============
* The parser (used e.g. for `TeX-auto-generate-global') was extended
to recognize keywords common in LaTeX packages and classes, like
"\DeclareRobustCommand" or "\RequirePackage". Additionally a bug
was fixed which led to duplicate entries in AUCTeX style files.
* Folding can now be done for paragraphs and regions besides single
constructs and the whole buffer. With the new `TeX-fold-dwim'
command content can both be hidden and shown with a single key
binding. In course of these changes new key bindings for
unfolding commands where introduced. The old bindings are still
present but will be phased out in future releases.
* Info files of the manual now have a .info extension.
* There is an experimental toolbar support now. It is not activated
by default. If you want to use it, add
(add-hook 'LaTeX-mode-hook 'LaTeX-install-toolbar)
to your init file.
* The manual now contains a new chapter "Quick Start". It explains
the main features and how to use them, and should be enough for a
new user to start using AUCTeX.
* A new section "Font Locking" was added to the manual which explains
syntax highlighting in AUCTeX and its customization. Together with
the sections related to folding and outlining, the section is part
of the new chapter "Display".
* Keywords for syntax highlighting of LaTeX constructs to be typeset
in bold, italic or typewriter fonts may now be customized.
Besides the built-in classes, new keyword classes may be added by
customizing the variable `font-latex-user-keyword-classes'. The
customization options can be found in the customization group
`font-latex-keywords'.
* Verbatim content is now displayed with the `fixed-pitch' face. (GNU
Emacs only)
* Syntax highlighting should not spill out of verbatim content
anymore. (GNU Emacs only)
* Verbatim commands like `\verb|...|' will not be broken anymore
during filling.
* You can customize the completion for graphic files with
`LaTeX-includegraphics-read-file'.
* Support for the LaTeX packages `url', `listings', `jurabib' and
`csquotes' was added with regard to command completion and syntax
highlighting.
* Performance of fontification and filling was improved.
* Insertion of nodes in Texinfo mode now supports completion of
existing node names.
* Setting the variable `LaTeX-float' to `nil' now means that you
will not be prompted for the float position of figures and tables.
You can get the old behaviour of `nil' by setting the variable to
`""', i.e. an empty string. See also *Note Floats::.
* The XEmacs-specific bug concerning `overlays-at' was fixed.
* Lots of bug fixes.
News in 11.53
=============
* The LaTeX math menu can include Unicode characters if your Emacs
built supports it. See the variable `LaTeX-math-menu-unicode',
*Note Mathematics::.
* Bug fixes for XEmacs.
* Completion for graphic files in the TeX search path has been added.
* `start' is used for the viewer for MikTeX and fpTeX.
* The variable `TeX-fold-preserve-comments' can now be customized to
deactivate folding in comments.
News in 11.52
=============
* Installation and menus under XEmacs work again (maybe for the first
time).
* Fontification of subscripts and superscripts is now disabled when
the fontification engine is not able to support it properly.
* Bug fixes in the build process.
News in 11.51
=============
* PDFTeX and Source Special support did not work with ConTeXt, this
has been fixed. Similar for Source Special support under Windows.
* Omega support has been added.
* Bug fixes in the build process.
* `TeX-fold' now supports folding of environments in Texinfo mode.
News in 11.50
=============
* The use of source specials when processing or viewing the document
can now be controlled with the new `TeX-source-specials' minor mode
which can be toggled via an entry in the Command menu or the key
binding `C-c C-t C-s'. If you have customized the variable
`TeX-command-list', you have to re-initialize it for this to work.
This means to open a customization buffer for the variable by
typing `M-x customize-variable RET TeX-command-list RET', selecting
"Erase Customization" and do your customization again with the new
default.
* The content of the command menu now depends on the mode (plain TeX,
LaTeX, ConTeXt etc.). Any former customization of the variable
`TeX-command-list' has to be erased. Otherwise the command menu
and the customization will not work correctly.
* Support for hiding and auto-revealing macros, e.g. footnotes or
citations, and environments in a buffer was added, *Note Folding::.
* You can now control if indentation is done upon typing <RET> by
customizing the variable `TeX-newline-function', *Note Indenting::.
* Limited support for `doc.sty' and `ltxdoc.cls' (`dtx' files) was
added. The new docTeX mode provides functionality for editing
documentation parts. This includes formatting (indenting and
filling), adding and completion of macros and environments while
staying in comments as well as syntax highlighting. (Please note
that the mode is not finished yet. For example syntax
highlighting does not work yet in XEmacs.)
* For macro completion in docTeX mode the AUCTeX style files
`doc.el', `ltxdoc.el' and `ltx-base.el' were included. The latter
provides general support for low-level LaTeX macros and may be
used with LaTeX class and style files as well. It is currently
not loaded automatically for those files.
* Support for ConTeXt with a separate ConTeXt mode is now included.
Macro definitions for completion are available in Dutch and
English.
* The filling and indentation code was overhauled and is now able to
format commented parts of the source syntactically correct. Newly
available functionality and customization options are explained in
the manual.
* Filling and indentation in XEmacs with preview-latex and activated
previews lead to the insertion of whitespace before multi-line
previews. AUCTeX now contains facilities to prevent this problem.
* If `TeX-master' is set to `t', AUCTeX will now query for a master
file only when a new file is opened. Existing files will be left
alone. The new function `TeX-master-file-ask' (bound to `C-c _'
is provided for adding the variable manually.
* Sectioning commands are now shown in a larger font on display
devices which support such fontification. The variable
`font-latex-title-fontify' can be customized to restore the old
appearance, i.e. the usage of a different color instead of a
change in size.
* Support for `alphanum.sty', `beamer.cls', `booktabs.sty',
`captcont.sty', `emp.sty', `paralist.sty', `subfigure.sty' and
`units.sty'/`nicefrac.sty' was added. Credits go to the authors
mentioned in the respective AUCTeX style files.
* Inserting graphics with `C-c RET \includegraphics RET' was
improved. See the variable `LaTeX-includegraphics-options-alist'.
* If `LaTeX-default-position' is `nil', don't prompt for position
arguments in Tabular-like environments, see *Note Tabular-like::.
* Completion for available packages when using `C-c RET \usepackage
RET' was improved on systems using the kpathsea library.
* The commenting functionality was fixed. The separate functions for
commenting and uncommenting were unified in one function for
paragraphs and regions respectively which do both.
* Syntax highlighting can be customized to fontify quotes delimited
by either >>German<< or <<French>> quotation marks by changing the
variable `font-latex-quotes'.
* Certain TeX/LaTeX keywords for functions, references, variables
and warnings will now be fontified specially. You may add your own
keywords by customizing the variables
`font-latex-match-function-keywords',
`font-latex-match-reference-keywords',
`font-latex-match-variable-keywords' and
`font-latex-match-warning-keywords'.
* If you include the style files `german' or `ngerman' in a document
(directly or via the `babel' package), you should now customize
`LaTeX-german-open-quote', `LaTeX-german-close-quote' and
`LaTeX-german-quote-after-quote' instead of `TeX-open-quote',
`TeX-close-quote' and `TeX-quote-after-quote' if you want to
influence the type of quote insertion.
* Upon viewing an output file, the right viewer and command line
options for it are now determined automatically by looking at the
extension of the output file and certain options used in the
source file. The behavior can be adapted or extended respectively
by customizing the variable `TeX-output-view-style'.
* You can control whether `TeX-insert-macro' (`C-c RET') ask for all
optional arguments by customizing the variable
`TeX-insert-macro-default-style', *Note Completion::.
* `TeX-run-discard' is now able to completely detach a process that
it started.
* The build process was enhanced and is now based on `autoconf'
making installing AUCTeX a mostly automatic process. See *Note
Installation:: and *Note Installation under MS Windows:: for
details.
News in 11.14
=============
* Many more LaTeX and LaTeX2e commands are supported. Done by
Masayuki Ataka
|
|
|
|
- gtk2+-2.6.8 (thanks, jmmv!)
|
|
|
|
The principal improvements over KOffice 1.3 are:
* Krita: Krita is an image editor and paint application with a wide
range of applications, from photo editing to the creation of original
artwork. Sporting a clear and uncluttered interface (for a paint
app...) it makes the features it delivers accessible and intuitive to
use.
This is the first public release of Krita and while it provides a
coherent set of features, it is only the first stepping stone towards
a flexible paint application for artists and image editors.
* Kexi. KOffice 1.4 is the first official release to include Kexi. Kexi
is an integrated environment for creating and managing databases. It
can be used for creating database schemas; inserting data; performing
queries, and processing data. Forms can be created to provide a custom
interface to your data. All database objects - tables, queries and
forms - are stored in the database, making it easy to share databases.
Kexi is considered as a long awaited Open Source competitor for
MS Access, Filemaker and Oracle Forms. Its development is motivated by
the lack of Rapid Application Development (RAD) tools for database
systems that are sufficiently powerful, inexpensive, open standards
driven and portable across many OSes and hardware platforms.
* OASIS OpenDocument support: Most KOffice applications now support the
OASIS OpenDocument file format. KOffice developer David Faure is part
of the OASIS technical committee and was able to participate in the
discussions that led to the creation of this standard file format.
* KWord (Word Processor):
o rewritten spell-checking support which is much faster and solves
many problems (e.g. KOffice-1.3's right-click-menu sometimes
hanging); with aspell, spell-checking is available in more than
70 languages.
o word completion with tooltip;
o a new WordPerfect import filter, based on an external library, libwpd;
* KPresenter (Presentation Tool):
o a master page concept;
o reworked dialogs (property editor, object and page effects); and
o customizable slide order and selection for slide show.
* KSpread (Spreadsheet):
o Support for right-to-left spreadsheets;
o much improved value parsing and formatting;
o a calendar plug-in;
o additional options for cell validity, 5 new functions, and
o a new Microsoft Excel import filter.
* KChart (Graph and chart drawing tool):
o New, much improved, data editor;
o linear or logarithmic scale;
o printing support;
o support for data as rows or columns; and
o export to PNG and SVG formats.
* Kivio (Flow-charting application):
o New stencils: Nassi Schneiderman;
o a docker for adding stencils to the document;
o a tool for adding connector targets to stencils; and
o a poly-line connector.
|
|
Changes: Lots of bugfixes and compatibility issues addressed.
|
|
|
|
|
|
Bump PKGREVISION.
|
|
|