of fonts required to run the X server.
AIUI we do not want the X server package to depend on these fonts
directly. (If this is not the case, or no longer is, they should be
added to DEPENDS.)
Allow multiple BUILD_DIRS (but Makefile.common must be included later)
Adds installation of some cmake files and gets rid of many manual
installation rules.
Bump PKGREVISION where PLIST changed.
X.Org Security Advisory: Dec. 9, 2014
Protocol handling issues in X Window System servers
using the 1.16.x patches, backported to 1.12 by myself.
Review welcome.
Bump PKGREVISION.
The Panel encountered a problem while loading
"ClockAppletFactory::ClockApplet" Do you want to delete the applet
from your configuration?
Solution:
https://mail.gnome.org/archives/commits-list/2012-May/msg05607.html
While here, depend on sysutils/desktop-file-utils/desktopdb.mk
pkgsrc changes:
- remove post-3.4.1 fix
Changed noted in doc/en/ReleaseNote:
ver 3.4.1
* Update unicode properties to 7.0.0.
* Automatically select an appropriate character set in selecting font on mlconfig
according to a selected character encoding.
* Add "Blink cursor" and "Log" entries to "Others" tab of mlconfig.
* Add "Color" tab which customizes cursor colors , vt 16 colors and so on to mlconfig.
* Add "Font policy" and "Box drawing font" entries to "Font" tab of mlconfig.
* Support OSC 5380;color:key and OSC 5381;color:key.
* 'mlcc color [color name]' returns current rgb of specified colors.
* Bug fixes:
SF Bug #72 (Thanks to http://sf.net/u/p2all)
Fix a bug which disabled "\x1b]5381;/dev/...;pty_name\x07". (enbugged at 3.3.8)
Fix "is_auto_encoding" of OSC 5379 which didn't work.
Fix a bug which disabled "xft" checkbox of mlconfig.
Revive "New" button in "PTY List" of mlconfig.
- Add LICENSE= gnu-gpl-v2
- Add MASTER_SITES
(upstream)
- Update 1.3.3 to 1.3.9
from debian/changelog
keylaunch (1.3.9) unstable; urgency=low
* Distclean should clean too. (Closes: #570044)
* Add missing script. Not automatically done, because of not using automake.
keylaunch (1.3.8) unstable; urgency=low
* Fix several lintian errors and cleanup aclocal/autoconf stuff.
keylaunch (1.3.7) unstable; urgency=low
* The keylaunch is not dead release!
* Keylaunch is using dh_strip. (Closes: #498310)
keylaunch (1.3.6) unstable; urgency=low
* At first remove all events from the X11 filedescriptor.
This lead to a broken 1.3.5 version.
keylaunch (1.3.5) unstable; urgency=low
* Use select instead of using a while loop with usleep.
keylaunch (1.3.4) unstable; urgency=low
* Since keylaunch uses dh_strip, the install option -s is not needed.
(Closes: #437252)
(Above all are by:)
-- Stefan Pfetzing <dreamind@dreamind.de>
News in 3.14.2
--------------
* Bug fix
* Translation updates
News in 3.14.1
--------------
* Fix UndoManager with a new implementation
* Various other improvements
* Translation updates
News in 3.14.0
--------------
* Translation updates
News in 3.13.91
---------------
* Improved Mac OS X support
* Gutter improvements
* Various other improvements and code clean-up
* Translation updates
News in 3.13.90
---------------
* Adjustments to the file loading and saving API:
- Make gtk_source_encoding_get_default_candidates() private
- Replace gtk_source_encoding_foreach() by gtk_source_encoding_get_all()
The file loading and saving API can be considered stable now.
* Add Vala bindings
* Various other improvements
* Translation updates
News in 3.13.3
--------------
* Extend the api to obtain candidate encodings
* Rework drawing of spaces and margins (requires new Gtk+)
* Various other improvements and bugfixes
* Translation updates
News in 3.13.2
--------------
* New feature: file loading and saving
* Split testfiles.sh to tests/syntax-highlighting/
* GtkSourceView is now fully relicensed to LGPL
* Various other improvements and bugfixes
* Translation updates
News in 3.13.1
--------------
* Improvements to the words completion provider
* Completion window sizing fixes
* Improvements to some lang files
* Various other improvements and bugfixes
* Updated translations
News in 3.12.1
--------------
* Renovate test-widget
* Various improvements and bugfixes
* Updated translations
News in 3.12.0
--------------
* Small improvements to the documentation
* Updated translations
News in 3.11.91
---------------
* Updated translations
News in 3.11.90
---------------
* Add syntax highlighting for LLVM IR and Sweave
* Improvements to some lang files
* Updated translations
News in 3.11.4
--------------
* Add the popular Solarized style schemes
* Improvements to some lang files and a new lang file for lex
* Optimize the draw-spaces code
* Various fixes to the completion framework
* Misc bugfixes
* Updated translations
News in 3.11.3
--------------
* Font scaling support for headings/titles in LaTeX and HTML
* Add Change Case submenu to the right click context menu
* Add ANS Forth 94 syntax highlighting
* Misc bugfixes
* Updated translations
News in 3.11.2
--------------
* Add API to change text case
* Add reStructuredText and yaml syntax highlighting
* Improve LaTeX, m4 and D syntax highlighting
* Documentation improvements (including best practices for language definition files)
* Installed tests
* Misc bugfixes
* Updated translations
News in 3.11.1
--------------
* Deprecate the Gutter:xpad and Gutter:ypad properties
* Deprecate gtk_source_gutter_get_window()
* Better implementation of GtkSourceMarks (private class GtkSourceMarksSequence)
* Style schemes: more visible right margin
* Documentation improvements
* Misc bugfixes
* Updated translations
In what is almost an olympic release schedule, here's a new version of
xkbcomp. Over the last two-and-a-bit years a number of patches have
accumulated, the most interesting one is support for multiple keysyms per
level (#25025). I say "parsing support" for a reason, the symbol becomes a
NoSymbol, which is arguably still more useful than a parsing error. Plus,
multi-sym per key won't work in X anyway.
Other than that, misc fixes and changes all over the place. UNIXOS2 support
was dropped. Sorry guys, no multi-keysym parsing for you. I'll get a
bucket ready for the tears.
Adam Jackson (1):
configure: Drop AM_MAINTAINER_MODE
Alan Coopersmith (10):
unifdef -U__UNIXOS2__
config: Add missing AC_CONFIG_SRCDIR
Remove unused function entry/exit tracking framework
Remove unused uASSERT macro
Convert remaining sprintf calls to snprintf
Fix many const char * warnings from gcc
Remove useless checks for NULL before free in OverlayKeyCreate()
Don't dereference the pointer whose allocation failed
Remove useless assignment to 'outline' variable
Initialize nMatch even if WIN32 is defined
Benno Schulenberg (1):
Making sure that a copied string is always null-terminated (#66345).
Colin Walters (1):
autogen.sh: Honor NOCONFIGURE=1
Daniel Stone (2):
Add parsing support for multiple keysyms per level
Reset scan state when opening a new file
Laura (1):
Add #include <stdlib.h> to xkbscan.c
Peter Hutterer (7):
Use DEBUG, not DEBUG_ON to determine whether debugging is enabled
man: document -help/-?, -em1, -emp, -eml
Always terminate the scanBuf string (#66345)
Parse -w1 flag correctly (#66344)
compat: don't warn about redefinition when nothing is defined yet
man: replace default include directory with the one from configure
xkbcomp 1.3.0
Ryan Pavlik (1):
Include Xwindows.h rather than windows.h
Thomas Klausner (1):
Protect config.h like usual.
Vincent Lefevre (1):
xkbcomp: Improved -w option parsing
git tag: xkbcomp-1.3.0
http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.3.0.tar.bz2
MD5: 0012a8e3092cddf7f87b250f96bb38c5 xkbcomp-1.3.0.tar.bz2
SHA1: 113c93679c9245141b5899240f59fcc8227d8dc1 xkbcomp-1.3.0.tar.bz2
SHA256: cfac973778fabf5216121ad60b7af8ab74ce7513af0f9260cf8c5309e1622b2a xkbcomp-1.3.0.tar.bz2
PGP: http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.3.0.tar.bz2.sighttp://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.3.0.tar.gz
MD5: f8da094e266e2f99316696fab4922d70 xkbcomp-1.3.0.tar.gz
SHA1: 32fffd47086a6d204ac842668a598af74d9c172a xkbcomp-1.3.0.tar.gz
SHA256: 91d052c895a47ab2930aa1e150bfe7559fdaeb959d035634d5ba259300a3353f xkbcomp-1.3.0.tar.gz
PGP: http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.3.0.tar.gz.sig
In Lablgtk-2.18.3:
2014.10.06 [Jacques]
* add Gdk.Window.create_foreign and set_transient_for functions (Tim Cuthbertson)
2014.09.20 [Jacques]
* CAMLparam initializes with Val_unit rather than 0 since ocaml 4.02.
Fix a related problem in ml_gobject.
This caused random crashes with unison (Christopher Zimmermann, PR#1425)
* Also factorize some code to use Val_option_*
* Replace XID by GdkNativeWindow where required.
You may need to insert calls to Gdk.Window.native_of_xid in some places.