display editor.
Users new to Emacs will be able to use basic features fairly rapidly
by studying the tutorial and using the self-documentation features.
Emacs also has an extensive interactive manual browser. It is easily
extensible since its editing commands are written in Lisp.
GNU Emacs's many special packages handle mail reading (RMail) and
sending (Mail), outline editing (Outline), compiling (Compile),
running subshells within Emacs windows (Shell), running a Lisp
read-eval-print loop (Lisp-Interaction-Mode), automated psychotherapy
(Doctor :-) and many more.
Flavors:
no_x11 - build without X11 support
gtk - build with gtk2 toolkit instead of athena
Based on submissions by Matthew Dempsky, Brad Walker and Andreas Voegele.
"go head" naddy@
half a million audio ioctls on variable rate devices before it got
around to playing any sound. Unbreaks gstreamer on auich. Upstream
as gnome bug 538068.
ok espie, ajacoutot
This will greatly help when updating to the upcoming 4.6. Also shrinks a lot
port Makefiles, which will be soon converted to use it.
This will also deprecate Makefile.inc.
feedback ajacoutot@ steven@, ok ajacoutot@
No longer use modbuild.
Tweak regress_depends (from simon) and run_depends
Patch Makefile.PL to not run to CPAN for RUN_DEPENDS.
ok and help from simon@
NX is an exciting new technology for remote display. It provides near
local speed application responsiveness over high latency, low bandwidth
links. The core libraries for NX are provided by NoMachine under the
GPL.
opennx is a LPGL implementation of the NX Client.
tweaks and ok bernd@
a number of different sources and perform simple manipulation on the
captured image. The image can be saved as one or more PNG or JPEG
files.
Works with uvideo(4).
OK robert@
This module provide an object interface to tempdir() from File::Temp.
This allows to destroy the temporary directory as soon you don't need it
anymore using the magic DESTROY() function automatically call be perl
when the object is no longer reference.
If a value is passed to at object creation, it become only a container
allowing to keep same code in your function.
This is for an update to another port coming soon.
ok simon@ who had a similar version in his tree.