Changes from etc/NEWS:
** The obsolete C mode (c-mode.el) has been removed to avoid problems
with Custom.
** UTF-16 coding systems are available, encoding the same characters
as mule-utf-8. Coding system `utf-16-le-dos' is useful as the value
of `selection-coding-system' in MS Windows, allowing you to paste
multilingual text from the clipboard. Set it interactively with
C-x RET x or in .emacs with `(set-selection-coding-system
'utf-16-le-dos)'.
** There is a new language environment for UTF-8 (set up automatically
in UTF-8 locales).
** Translation tables are available between equivalent characters in
different Emacs charsets -- for instance `e with acute' coming from
the
Latin-1 and Latin-2 charsets. User options
`unify-8859-on-encoding-mode'
and `unify-8859-on-decoding-mode' respectively turn on translation
between ISO 8859 character sets (`unification') on encoding
(e.g. writing a file) and decoding (e.g. reading a file). Note that
`unify-8859-on-encoding-mode' is useful and safe, but
`unify-8859-on-decoding-mode' can cause text to change when you read
it and write it out again without edits, so it is not generally
advisable.
By default `unify-8859-on-encoding-mode' is turned on.
** In Emacs running on the X window system, the default value of
`selection-coding-system' is now `compound-text-with-extensions'.
If you want the old behavior, set selection-coding-system to
compound-text, which may be significantly more efficient. Using
compound-text-with-extensions seems to be necessary only for decoding
text from applications under XFree86 4.2, whose behaviour is actually
contrary to the compound text specification.
-nox11 for Emacs 20.
* Buildlink2 clean up. Include xaw.buildlink2.mk when either Lucid or
Athena is used. (Lucid uses Athena.) Included motif.buildlink2.mk when
Motif is used.
XXX While this, we need to link temacs against X libs, which may break
Unexec stuffs on NetBSD/pmax, which was fixed around 1999/01 - 1999/02.
I suppose this doesn't change the resulting binary packages.
(Ted 2.14 April 6, 2003)
* Initial support for Macintosh pict images
* Table Headers
* Bug in image rendering on 256 color screens solved
* Fixes in German package
* Brazilian window texts
* Tabs in page headers/footers finally saved in such a way that they are
picked up by MS-Word 2000
(Ted 2.13 March 15, 2003)
* Options for making much more compact PostScript when a document is printed.
* Support for smallcaps.
* Upgraded the pdfmarks to a version that more recent versions of acroread
support.
* Default codepage for new documents now is 1252. The defaultAnsicpg resource
must be used to set a different one.
* Make the print dialog usable when there is a huge number of printers.
* Partial implementation of rowspan/colspan of table cells.
(Ted 2.12 December 1, 2002)
* GTK version is now more mature and even usable. Source Adapted to GTK 2.0
* Solid shading of paragraphs and table cells.
* Colored table cell borders, Text colors.
* GTK version uses X11 resources for configuration, like the Motif version.
* To change the hyperlinks as saved by older versions of Ted to blue and
underlined once run the command TED_HYPERLINKS_BLUE=1 Ted old.rtf and save
the document.
This release fixes the problem with scrambled screens when using
xemacs in a terminal. Other changes are numerous as its a -current.
Mainly bug fixes.
Please see http://www.xemacs.org for details.
Changes:
Changes since B0.99-15
1. lib/edt.sl: Hard-coded escape sequences \e= and \e> were swapped.
This affected the use of the application keypad on systems that did
not have terminfo entries specifying these strings.
2. src/file.c: if write failed, report errno and num failed bytes.
3. src/screen.c: Unlock buffer files when exiting as a result of a
fatal error.
4. lib/cmode.sl: c_indent_line would auto-insert // even when
configured not to do so by the user.
5. lib/site.sl: Collapse multiple occurances of / characters in
filenames that appear on the command line.
6. src/ledit.c: If a file to be loaded really a directory, then skip it.
7. src/*.c: use _SLvsnprintf instead of vprintf to
avoid buffer overflows. Also use safe_strcpy instead of strcpy.
8. src/sysdep.c: tweak to expand_filename to deal with very large
filenames (much larger than OS permits).
9. lib/compress.sl: avoid using a regexp to get extname.
10. src/pty.c: tweaked for compiling with CYGWIN--- Requires slang
1.4.5 if you intend to build a cygwin version.
11. src/main.c: If jed-script is symlinked to jed, then the result is
equivalent to running jed with the -script option. This is useful
for using jed in an executable script, e.g.,
#!/usr/bin/env jed-script
vmessage ("Script name: %s", __argv[0]);
quit_jed ();
Also, if the script defines a function called "jedscript_main",
then that function will get called after the file is loaded.
12. doc/rtl/keys.tm: get_key_binding documentation corrected by
Guenter Milde
13. lib/filter.sl: filter_region function was not working.
14. src/menu.c: New function: menu_select_menu. This enables a menu
item to be executed from a function call, e.g.,
menu_select_menu ("Global.W&indows.&Color Schemes");
will popup the color-schemes menu.
15. src/ledit.c: bug-fix involving loading files such as xxx-1.0.sl
when loaded as ()=evalfile("xxx-1.0").
16. src/colors.c: new intrinsics: get_color, add_color_object. The
idea behind these was conceived by Francesc Rocher. A
"custom_color" function analogous to "custom_variable" was also
added.
17. src/wterm.c: patch from Paul Shirley
to have ALT keys return scancodes instead of win32 virtual keycodes.
18. doc/tm/rtl/*.tm: Fixed synopsis lines and various other
documentation improvments (Guenter Milde)
19. src/indent.c: New intrinsic: what_syntax_table returns the name of
the current syntax table.
20. src/unix.c: fixed a problem in the filename expansion routines
that affects older systems that do not have glob.h.
21. lib/site.sl: If Tab_Always_Insert_Tabs is non-zero, the pressing
the tab key will cause a tab to be inserted. The default value is
0.
22. When objects (files or buffers) are loaded, they are given the
full path name. This means that the slang pseudo-variable
__FILE__ will expand to the full pathname of the file being loaded.
23. lib/cmode.sl: treat formfeeds like whitespace
24. lib/comments.sl: Add support for java comments (Nathan Smith)
25. lib/os.sl: x_*_selection functions aliased to x_*_cutbuffer if
undefined. This permitted #ifdefs to be removed from lib/mouse.sl
to avoid problems with mouse.sl byte-compiled with jed but used
with xjed.
26. src/xterm.c: Handle selection events while waiting for keyboard
input. This allows, e.g., x_insert_selection to be bound to a key.
27. src/indent.c: Added support for a second string character to the
syntax tables. This improves the highlighting of, e.g., python
code which uses two string characters.
28. lib/pymode.sl: minor cleanups.
29. src/wterm.c, w32cons.c: make NumLock return ESC O P when
NUMLOCK_IS_GOLD is set. Hopefully EDT emulation will now work
properly on win32 systems.
30. src/menu.c: Ctrl-G causes abortion of menu mode.
31. src/wterm.c: drag/drop functionality for wjed ("John Skilleter")
32. lib/html.sl: updated to support euro, etc. (Kees Serier)
33. src/win32.c:w32_pclose: add a work-around to what may be a Borland
compiler bug. ("John Skilleter")
34. src/xterm.c: internal border width of the of xjed window is now
configurable via -ib xjed option (Jim Clifton)
35. lib/krconv.sl: respect the value of C_BRA_NEWLINE
(Ulrich Bernert)
36. src/buffer.c,ledit.c: If a file is read through a symbolic link,
set the name of the buffer to the name of the symlink and not the
actual file. This is allows e.g., foo.c --> /dev/c/0013
to be interpreted as a C file.
37. src/win32.c: differentiate between (shift|alt|ctrl)-backspace
(John Skilleter)
38. src/cmisc.sl: Make c_end_of_function symmetric with
c_top_of_function. (Reuben Thomas)
39. src/wterm.c: fix problem with calculation of font-height for wjed.
Also added new intrinsic for setting the font: w32_select_font
(John Skilleter)
40. New internal hooks added: _jed_before_key_hooks, _jed_after_key_hooks
41. lib/wmark.sl: rewritten to use _jed_before/after_key hooks. The
result is that one is now able to use the regions with menu and
minibuffer commands.
42. lib/popups.sl: Edit menu enhanced with more region functions.
Register functions moved to region functions popup.
43. src/menu.c: disabled access to the menus from the minibuffer
44. lib/cmode.sl: added mode-specific menu entries to list all
functions and macros defined by the file. This affects C mode and
SLang mode.
45. New intrinsics: exit, _exit. These are useful in jed scripts to
return an exit value to the shell. exit is like exit_jed and
_exit is like quit_jed except an argument is required.
46. lib/tmmode.sl: This file implements the tm_mode for editing
text-macro files. In addition, the text-macro processing code
(textmac.sl) was removed from the jed distribution as well as
lib/tm/*. Instead, the text-macro processing code and macros will
be made available as a separate package.
47. src/sig.c: Changed the way SIGHUP and SIGTERM are handled to avoid
a possible race condition.
48. lib/latex.sl,ltx-math.sl: If another tex file was loaded while
latex math mode was active, then latex_math_mode would cease to
work in the first buffer. This has been fixed.
49. lib/perl.sl: Updated to Mark Olesen's latest version. See
lib/perl.sl for details.
50. lib/sccs.sl: New file supporting SCCS revision control (Philip
Brown).
51. src/intrin.c: New intrinsic function: run_program. This plays the
same role as the "system" function except jed resets the display
first, if run in a terminal. For X, it runs the specified program
in another xterm, or the terminal set by the XTerm_Pgm variable.
*** Note: This function needs to be fixed to work asynchronously
on win32. Any volunteers??
52. src/xterm.c: Added Charl Botha's XRENDER patch to Xjed.
53. lib/ide.sl: Remove references to ide_function_help (Guido Gonzato).
54. lib/site.sl: save_buffer was not calling read_file_from_mini
without a prompt string <klaus.schmid at kdt.de>
55. doc/tm/*.tm: removed docs for obsolete functions <klaus.schmid at kdt.de>
56. lib/mouse.sl: wheel mouse was not ignoring hidden lines
<klaus.schmid at kdt.de>
57. lib/f90.sl: Merged fix and free formats into the same file. In
addition to f90_mode, there is now f90_fixed_format_mode and
f90_free_format_mode. The default format for f90_mode is "free",
which may be set via the F90_Default_Format variable.
58. lib/registers.sl: rewritten to allow registers to be given
meaningful names by the user. Also, fixed limit of 95 registers
removed.
59. lib/folding.sl: Fixed endless loop during a call to
fold_whole_buffer when a fold-start mark is at the end of the
buffer. Several other tweaks aimed at preserving the current
position when closing folds (klaus.schmid at kdt.de)
60. lib/edt.sl: multiple definition of exit corrected
(joukj at hrem.stm.tudelft.nl (Jacob (=Jouk) Jansen))
61. lib/search.sl,isearch.sl: If the search string contains any upper case
characters then a case-sensitive search will be performed.
62. src/mkfiles/makefile.all: Add CFLAGS macro to MINGW32/CYGWIN32
section. Miquel Garriga <miquel at icmab.es>
63. src/screen.c: Make the [EOB] line read-only. Miquel Garriga <miquel at icmab.es>
64. src/version.c: Use __MINGW32_VERSION if defined to get the
compiler version. Miquel Garriga <miquel at icmab.es>
65. lib/os.sl: make sure W32shell_Perform_Globbing is declared. Miquel Garriga <miquel at icmab.es>
66. lib/cal.sl: avoid interpretation of 08 in dates as octal. Miquel Garriga <miquel at icmab.es>
67. src/screen.c: %F may be used to specify complete pathname on the
mode-line. (John Skilleter).
68. doc/tm/keys.tm: get_key_binding documentation corrected. (Klaus
Schmid <klaus.schmid at kdt.de>)
69. src/mkfiles/makefile.all: Make sure CFLAGS defines JED. Also add
support for creating wjed in cygwin environment (Paul
Shirley).
70. New intrinsic: expand_symlink expands symbolic links
Changes from previous version:
> New features in this release:
> * bidirectional terminal support handles Arabic ligature joining
> (LAM/ALEF)
> * new command to go backward and forward along text positions
> after search and other operations
>
> Main enhancements:
> (for details see the change log)
> * Added recognition of mouse wheel control sequences and attached
> according behaviour - untested as I don't have a mouse wheel.
> * New key interpretations for shift-Return (shift-Enter) and
> control-Return (control-Enter) to insert Unicode paragraph
> separators and line separators respectively if Unicode
> line-end handling is enabled.
> * Improved coded and mnemonic character entry on prompt line.
> * Fixed display problems in separated display mode
> (for Unicode combined characters) on the status line.
> * Reviewed various commands for remaining fixes in UTF-8 handling.
and patch-aa was incorporated in the standard distribution by the author.
LyX is a wordprocessor frontend to LaTeX, which gives both the
ease-of-use of a wordprocessor, and the flexibility and power of
LaTeX.
Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically
generated. Speeds up learning LaTeX and makes complicated layouts
easy and intuitive. New features include spell-checking, international
character support, WYSIWYG graphics, tables, and equations.
Fixes part of PR pkg/20805 by Marc Recht.
LyX is a wordprocessor frontend to LaTeX, which gives both the
ease-of-use of a wordprocessor, and the flexibility and power of
LaTeX.
Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically
generated. Speeds up learning LaTeX and makes complicated layouts
easy and intuitive. New features include spell-checking, international
character support, WYSIWYG graphics, tables, and equations.
Fixes part of PR pkg/20805 by Marc Recht.
LyX is a wordprocessor frontend to LaTeX, which gives both the
ease-of-use of a wordprocessor, and the flexibility and power of
LaTeX.
Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically
generated. Speeds up learning LaTeX and makes complicated layouts
easy and intuitive. New features include spell-checking, international
character support, WYSIWYG graphics, tables, and equations.
Fixes part of PR pkg/20805 by Marc Recht.
LyX is a wordprocessor frontend to LaTeX, which gives both the
ease-of-use of a wordprocessor, and the flexibility and power of
LaTeX.
Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically
generated. Speeds up learning LaTeX and makes complicated layouts
easy and intuitive. New features include spell-checking, international
character support, WYSIWYG graphics, tables, and equations.
Fixes part of PR pkg/20805 by Marc Recht.
LyX is a wordprocessor frontend to LaTeX, which gives both the
ease-of-use of a wordprocessor, and the flexibility and power of
LaTeX.
Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically
generated. Speeds up learning LaTeX and makes complicated layouts
easy and intuitive. New features include spell-checking, international
character support, WYSIWYG graphics, tables, and equations.
Fixes part of PR pkg/20805 by Marc Recht.
LyX is a wordprocessor frontend to LaTeX, which gives both the
ease-of-use of a wordprocessor, and the flexibility and power of
LaTeX.
Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically
generated. Speeds up learning LaTeX and makes complicated layouts
easy and intuitive. New features include spell-checking, international
character support, WYSIWYG graphics, tables, and equations.
Fixes part of PR pkg/20805 by Marc Recht.
LyX is a wordprocessor frontend to LaTeX, which gives both the
ease-of-use of a wordprocessor, and the flexibility and power of
LaTeX.
Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically
generated. Speeds up learning LaTeX and makes complicated layouts
easy and intuitive. New features include spell-checking, international
character support, WYSIWYG graphics, tables, and equations.
Fixes part of PR pkg/20805 by Marc Recht.
Makefiles simply need to use this value often, for better or for
worse.
(2) Create a new variable FIX_RPATH that lists variables that should
be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By
default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
additional variables may be appended from package Makefiles.
Packages Collection.
Kind of provided in PR 20574 by Gan Uesli Starling, packaging by myself.
Mined is a text editor with
Good interactive features
an intuitive user interface
command control and pull-down menus available
control and function key or mouse control
Many useful text editing capabilities
extensive Unicode support, including double-width and combining
characters, keyboard mapping and script highlighting
many text editing features, e.g. paragraph wrapping, smart quotes,
multi-line support in search and replacement patterns
program editing features, HTML support and syntax highlighting,
identifier search
systematic text and file handling safety, avoiding loss of data
"Small-footprint" operation and portability
plain text mode (terminal) operation
instant start-up
cross-platform operation (Unix, DOS/Windows)
patch. The previous one had decode-coding string<f> bug. Pointed out and
tested by tron. Thanks!
* XIM patch by Seiichiro Inouse <ginouse at ts dot catv dot ne dot jp>.
* Belately Buildlinkify.
Let's bump revision to 2.
* The XEmacs Project announced that 21.4 is the official stable branch.
21.4.12 is the first release of the branch. The XEmacs 21.1 series
is retired.
* Changes new in 21.4 are as below
* Changes in XEmacs 21.4
========================
** Summary of user-visible changes:
-- The delete key now deletes forward by default.
-- Shifted motion keys now select text by default.
-- You can now build XEmacs with support for GTK+ widget set.
-- ~/.xemacs/init.el is now the preferred location for the init file.
- XEmacs now supports a `~/.xemacs/init.el' startup file.
- Custom file will move to ~/.xemacs/custom.el.
-- Much-improved sample init.el, showing how to use many useful features.
-- XEmacs support for menu accelerators has been much improved.
-- Default menubar improvements.
- Default menubar has many new commands and better organization.
- The font-menu is now available under MS Windows.
-- Dialog box improvements, including a real file dialog box.
- XEmacs now has a proper file dialog box under MS Windows (and GTK)!
- The old clunky file dialog box is improved.
- Keyboard traversal now works correctly in MS Windows dialog boxes.
- There is a Search dialog box available from Edit->Find...
-- New buffer tabs.
-- There is a new MS Windows installer, netinstall, ported from Cygwin.
-- The subprocess quote-handling mechanism under Windows is much improved.
-- Printing support now available under MS Windows.
-- Selection improvements.
- Kill and yank now interact with the clipboard under Windows.
- MS Windows support for selection is now much more robust.
- Motif selection support is now more correct (but slower).
-- Mail spool locking now works correctly.
-- International support changes.
- The default coding-priority-list is now safer.
- International keysyms are now supported under X.
- MS Windows 1251 code page now supported.
- Czech, Thai, Cyrillic-KOI8, Vietnamese, Ethiopic now supported.
- Proper support for words in Latin 3 and Latin 4.
-- Help buffers contain hyperlinks, and other changes.
-- The modeline's text is now scrollable.
-- The mouse wheel under MS Windows now functions correctly.
-- Interactive searching and matching case improvements.
- Incremental search will now highlight all visible matches.
- Interactive searches always respect uppercase characters.
-- Rectangle functions rewritten to avoid inserting extra spaces.
-- New command `kill-entire-line' that always kills the entire line.
-- Default values correctly stored in minibuffer histories.
-- You can now create "indirect buffers", like in GNU Emacs.
-- Pixel-based scrolling has been implemented.
-- Operation progress can be displayed using graphical widgets.
-- User names following a tilde can now be completed at file name prompts.
-- XEmacs can now play sound using Enlightenment Sound Daemon (ESD).
-- X-Face support is now available under MS Windows.
-- The PostgreSQL Relational Database Management System is now supported.
-- Indentation no longer indents comments that begin at column zero.
-- Face and variable settings can have comments in Customize.
-- New locations for early package hierarchies.
-- The `auto-save' library has been greatly improved.
-- New variable `mswindows-alt-by-itself-activates-menu'.
-- Other init-file-related changes.
- Init file in your home directory may be called `.emacs.el'.
- New command-line switches -user-init-file and -user-init-directory.
-- Etags changes.
- In DOS, etags looks for file.cgz if it cannot find file.c.
- New option --ignore-case-regex is an alternative to --regex.
- New option --declarations, for C-type languages.
- In C++, tags are created for "operator".
- Ada now supported.
- In Fortran, procedure is no longer tagged.
- In Java, tags are created for "interface".
- In Lisp, def-type constructs are now tagged.
- In Perl, the --globals option tags global variables.
- Python now supported.
- New file extensions recognized: .ss, .pdb, .psw.
Changes:
2.7.2:
======
- Renaming and cleaning up several kmaps.
- Added contributed Russian menu translations and FAQ.
- Old Hungarian has been renamed to Hungarian Runes
- Added several kmaps:
SAMPA,Berbere,Russian,Farsi
- Small bugfixes
2.7:
====
- Added full Unicode compliant bidirectional text support
- Added fallback to root xinput style if no suitable style is found
- Received and added Polish gui translations, Persian.kmap,
Sanskrit.kmap Inuktitut-ICI.kmap, Inuktitut-KBD.kmap,
Chinese-Pinyin.kmap, Chinese-WB.kmap, ArmenianEastPhon.kmap
- Speed Optimizations
- OpenType GPOS support for composing characters
- Better TAB control
Older changes available in appropriate CHANGELOGs (too long to include).
configuration database from beeing modified by packages that do not honour
the --disable-schemas-install option. There is no need to patch these broken
packages any more.
Okay'ed by wiz.
rebuild the documentation database at install/deinstall time. This means
that:
- PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly;
this is done by a bsd.pkg.install.mk template.
- The share/omf directory is only removed by scrollkeeper, which is the
last package in the dependancy tree.
- PKGREVISION is bumped.
Reviewed by wiz.
- Fixed an egg-recent related bug (James Willcox)
- Make sure to include <config.h> in all *.c files (Paolo Maggi)
- Allow svg icons in tabs and recent files list (James Willcox)
- Code cleanup in the Open page of the preferences dialog (Paolo)
- Updated gedit guide (Breda McColgan)
- Updated to latest recent-files code (James Willcox)
- Updated about box (Paolo Mggi)
- Fixed mem leaks (Paolo)
- Fixed several bugs in the diff plugin (Paolo)
- Fixed default fonts for printing (Paolo Maggi)
- Updating docs to newest build template (John Fleck)
- Updated gedit man file (James Willcox, Paolo)
- Requires libgnomeprintui-2.2 >= 2.1.7 (Paolo)
- Revamped about dialog (Christian Neumair)
- Added ISO-8859-2 to the list of supported
encodings (Marcin Malinowski)
- Fixed problems with line numbers (Paolo)
- Improved key navigability of output window (Paolo)
- Remember printer configuration/settings (Paolo)
- Fixed various little problems in the plugin
engine (Paolo)
- Enabled startup notification (James)
- Fixed icon sizes for recent-files menus and
document tabs (James).
- Fixed a crash bug related to recent files (James)
- Lots of new and updated translations.
Changes in the package:
- Depend on gnome2-dirs.
- Use the new schemas.mk framework to handle GConf2 schemas.
Also fix build problems - there is a <sys/queue.h> header file bundled
with vigor which will take precedence over the system header, but
lacks some necessary definitions for NetBSD (at least). Remove the
header accordingly.
version 1.31 -> 1.32 :
- the user can set the encoding character of the file with a combo box included in the Kile file selector.
- two color schemes are available for the editor (Black on White/White on Black)
- improved the "Multiple Function" dialog of the "Gnuplot frontend"
version 1.3 -> 1.31 :
- new dialog box for the "ref" and "pageref" tags (the user can select one of the existing labels)
- the "--unique" option is now used for the "Kdvi Forward Search" command
- the bug about the "report" class in the "Quick Start" wizard has been fixed
- the GnuPlot front end code has been cleaned (only QString are used instead of string)
Also update HOMEPAGE and MASTER_SITES.
Changes excerpted from ${WRKSRC}/CHANGES-beta.
---
Lots of updates from Ben Wing (as always), also from Andy Piper, Mike
Sperber, and Stephen Turnbull with lots of documentation updates and
fixes. One new exciting addition in this release is that the LDAP and
PostgreSQL code has been extracted out of the core C code and moved to
DSO's. We have Jerry James to thank/blame/worship for that.
Build
-- Reset sheap-adjustment to zero - Piper.
-- Make --pdump default to yes on Linux - Turnbull.
-- Only use -Wpacked in GCC v3 - Wing.
-- Remove LISP_FLOAT_TYPE definition. - James.
-- Temporarily disable DSO's under Cygwin - Wing.
-- Updates to DSO building code (Makefile.in, configure.in etc) - Wing, James.
-- Separate compiler warning flags from CFLAGS - Wing.
-- Delete auto-autoloads.e* & custom-load.e* on 'make clean' - Turnbull.
-- Disable detection of 'getaddrinfo' for HP-UX 11.XX - Turnbull.
-- Include modules directories in 'make tags' - Youngs.
-- Fix shadowing warnings in make-docfile.c - Wing.
-- Move the common stuff from postgresql/ldap Makefile.in.in &
configure.ac's into a "common" Makefile and configure script -
Wing.
-- Major cleanup of ellcc - Wing, James.
-- Add Makefile var to pick up '--site-libraries' in DSO's - Youngs.
-- Avoid unnecessary deviations from UNIX 'describe-installation' in
xemacs.mak - Aichner.
-- Don't confirm overwriting files in xemacs.mak - Aichner.
-- Support 'xemacs_extra_name' in xemacs.mak - Aichner.
-- Some gcc/g++ 3 fixes - Wing.
-- Warning fixes - Wing.
-- Fix some C++ errors - Wing.
-- Allow for C needing volatile and C++ that can't have volatile,
remove previous volatile hacks - Wing.
-- Try for a working Cygwin build with old unexec - Wing.
-- Warning suppression - Turnbull.
-- New Mule character class regexp tests - Turnbull, Ueno.
-- Better handling of known bugs in tests - Turnbull.
-- Add test for stale subexpr match-data - Turnbull.
-- Update syntax-table tests - Turnbull.
-- Add word-boundary regexp tests - Turnbull.
Documentation
-- Updates to PROBLEMS file
Running/Linux - Lesstif 0.93.36 - Turnbull
Running/IRIX - Irix 6.5 coredumps - Turnbull
Running/Cygwin - "No cygXpm-noX" fatal error - Turnbull
Missing charsets - Remove ambiguity - Turnbull
Running, General - FontSet warnings - Turnbull
MacOS/X - Stack limitation - Turnbull
Digital Unix - Generalise - Turnbull
AIX - USE_KKCC lossage - Turnbull.
-- Update instructions in info/dir - Wallington.
-- Recommend TeXinfo 4.2 in INSTALL - Turnbull.
-- Add example in sample.Xdefaults - Boffi.
-- Typo fixes - Yamaoka, Youngs, Turnbull, Wing.
-- Docstring fixes - Turnbull, Piper, Skyttä, Wing.
-- Update description of XEmacs Patches and Design ML's - Turnbull.
-- Incorportate ChangeLog.X into ChangeLog - Wing.
-- FAQ additions/amendments:
Debugging FAQ improvements - Wing.
Mention union type bugs - Turnbull.
Debugging HOWTO improvements - Turnbull.
Decoding Lisp objects in the debugger - Turnbull.
Fix location of FAQ on website - Skyttä.
Add missing menu entry for Q3.2.7 - Verna.
Displaying non-ASCII - Turnbull.
Mention bug report commands - Turnbull.
Revise Q1.3.[1-6] - Turnbull.
New FAQ for "no cygXpm-noX" fatal error - Turnbull.
-- New TeXinfo nodes:
"Widget Internals" - Turnbull.
"Simple Specifier Usage" - Turnbull.
"Compilation Options" - Turnbull.
-- Document charset Unification and Tables - Turnbull.
-- Better short description of Mule in Mule submenu - Turnbull.
-- Regression Testing XEmacs design hints & rewrite - Turnbull.
-- Document 'face-frob-from-locale-first' - Golubev.
-- Document 'set-face-background-pixmap-file' - Verna.
-- Add urefs to Doug Lea's * Wolfram Gloger's home pages in "Low-Level
Modules" - Turnbull.
-- Update "Available Packages" - Skyttä.
-- Document 'append' arg of 'add-to-list' - Skyttä.
-- Add optimisation hints in "Techniques for XEmacs Developers" - Turnbull.
Internals
-- Add *menubar*FontSet and *popup*FontSet entries - Turnbull, Skyttä.
-- Extract ldap and postgresql code from core and put them into DSO's - James.
-- 'Fset_window_point' Correct to GNU/Emacs behaviour (fixes some bugs
in Gnus) - Wing.
-- Inhibit GC in critical sections - Wing.
-- Fix calculation in 'report_sheap_usage' - Piper.
-- Implement and use new var 'garbage_collection_messages' - Wallington.
-- Fix 'open_database' for Berkeley DB 4.1.x - Allen.
-- Updates to frame code - Sperber.
-- Change C debugger entrance: error message, then stack trace, then
exiting message, then force debugger - Wing.
-- Use EQ not EQUAL in 'mswindows_init_frame_1' - Wing.
-- Better redisplay-related asserts - Wing.
-- Don't generate large warning strings when they'll be discarded - Wing.
-- Implement 'debug-on-error' as documented - Wing.
-- Fix docs relating to QUIT which can't GC under any circumstances - Wing.
-- More robust package compilation and debugging - Wing.
-- Overhaul profile code - Wing.
-- Fix crashes due to incorrectly ported GNU/Emacs code - Wing.
-- Clean up realpath.c - Wing.
-- DdeCreateStringHandle needs to be manual due to new Cygwin bug - Wing.
-- Fix some Cygwin complaints - Wing.
-- Unconditionally use LISP_FLOAT_TYPE code - James.
-- Improve crash message in 'shut_down_emacs' - Turnbull.
-- Update NAS code for NAS 1.6 and later - Toy.
-- Fix "unused variable" warnings in mule-canna.c - Turnbull.
-- Prototype 'enqueue_focus_event' - Turnbull.
-- Use BORDER_FIDDLE_FACTOR instead of 10 in 'layout_layout' - Piper.
-- Add optional 'noerror' arg to 'Frequire' - Wallington.
-- Only resize 'layout_query_geometry' dynamically if static sizes
haven't been set - Piper.
-- Fix infloop upon a gdm logout - Sigelman.
-- Fix scope of 'num_nonshy_regs' - Turnbull.
-- Fix "stale match data" bug - Turnbull.
-- Don't call 'XtDisplay' on a destroyed widget - Golubev.
-- Update specifier code - Sperber.
-- Update process code - Sperber.
-- Move ldap/postgresql code out to DSO's - James.
-- Normalise Ffile_truename and drive spec on cygwing to win32 format
- Piper.
-- Use 'closesocket' instead of 'CloseHandle' in 'winsock_closer' - Alexander.
-- Coding system updates - Ikiuo.
Lisp API
-- Update window-xemacs.el to fix 'goto-line' - Wing.
-- Add garbage collection messages - Wallington.
-- Re-implement window configurations in Emacs Lisp - Sperber.
-- Enhance background-pixmap-file code - Verna.
-- New macro 'save-window-excursion' to eventually replace bytecode
instruction - Sperber.
-- Move window.el et al up the order in dumped-lisp.el - Sperber.
-- Don't use 'save-window-excursion' in
'shrink-window-if-larger-than-buffer' - Sperber.
-- Updates to pixel-size code in dialog.el - Sperber.
-- Remove nonworking 'breakpoint-on-error' - Wing.
-- Extract out 'with-displaying-help-buffer' into a more general mechanism
- Wing.
-- Don't catch errors when noninteractive in startup.el - Wing.
-- Fix warnings in code-files.el, loadhist.el, & package-get.el - Wing.
-- Simplify code in '*-reset-device-font-menus' - James.
-- Synch font-menu.el to the 21.4 version - Turnbull.
-- Preserve return value from 'call-process' - Sperber.
-- New functions in replace.el that operate on regions - Evans.
-- Run 'delete-frame-hook' in general dialogs only - Piper.
-- Add a margin parameter in autoload.el for DSO autoloads - James.
-- Conditionalise autoloads for DSO's on the existence of the DSO - James.
-- Always set module directories/paths in dump-paths.el - James.
-- Bring list of package sites up to date - Skyttä.
-- Add "Find Variable" menu entry for 'hyper-apropos-find-variable' -
Wallington
-- Fix 'view-lossage' interactive spec - Wallington.
-- Synch 'with-output-to-string' with GNU/Emacs 21 - Wallington.
-- Bind C-xrd to 'delete-rectangle' - Yamaoka.
-- Move entries in 'auto-mode-alist' out to packages for the modes
that are in packages - Skyttä
-- New compatible alias for 'lookup-syntax-properties'
('parse-sexp-lookup-properties') - Turnbull.
-- Enable C autoloads for DSO's - James.
-- Update revert-buffer code - Piper.
-- Add new coding system 'utf-8-bom' - Ikiuo.
* What's New, Improved, or Just Different.
* Long you've eagerly waited, and now it's here! A huge number of
bug fixes (who knew it had so many bugs?), performance
improvements, and new nifty niceties.
* Build System
* Plugins
* New plugin build system, backported from the
development branch (nextgen.sh)
* Fixed the AbiMagick plugin build, which sometimes
failed due to a syntax error.
* Fixed Gdict plugin in non-gnome-enabled builds.
* Fixed AbiSDW importer build on win32 (msvc6 issue).
* Plugin build is now more flexible regarding placement
of AbiWord source (--with-abiword=DIR).
* Told AbiSDW where to find peer module wv.
* Cleaned up optimizer settings in (Free/Open/Net)BSD build.
* The pspell installation's validity is now checked when
configuring using --with-pspell.
* Fixed libxml2 build interaction with wv.
* Cleaned out remnants of the no longer used ask installer.
* Fixed iconv-related build bustage on FreeBSD.
* (Free/Open/Net)BSD build now defaults to peer libiconv.
* QNX build now uses shared zlib and libpng.
* There was some simplification and update of the peer module
wv build system.
* The patch for libjpeg builds on win32 was merged in.
* Peer module libpng is now a build option for unix.
* The compiler pacifier (ABI_OPT_PACIFY_COMPILER) has been
heavily enhanced.
* Realcleaning has been altered to affect all OBJDIRs, so it
is no longer required that all the usual flags be set when
just realcleaning (realclean really cleans).
* The debug build macros have been enhanced.
* Fixed sometimes-fatal syntax in peer module expat config.
* Environmental C(XX)FLAGS are now properly propogated (3674).
* Fixed static build on unix.
* Lots of osf/digital/tru64 build fixes.
* Fix for non-perl builds that couldn't build with perl
bindings if they wanted to.
* No more accidental -g -O2 when not asked for in configure.
* Rpm specfile
* No BuildArch flags.
* Correct dictionary files.
* Gdict plugin now enabled by default.
* Application and Code
* Fixed 3351 (BiDi behavior), at least some of 3171 (for
real), 3604(T602 importer), 3593 (code syntax with scandir),
3567 (html exporter generation of incorrect tags), 3565
(status bar cut off languages with verbose expressions),
3592 (putenv portability), 3608 and 3618 (pointless
comparisons of an unsigned int with zero), 3095 (font path
instability with repetitive entries), 3638 (crash on
semi-bogus imports), 3523 (funky icons with aiksaurus), 3324
(newline character erasing crash), 3587 (adjacent
superscript and subscript), 3722 (rtl dominance crash),
3507(printing screen colors), 1928 (context menu problem),
3122 (spell checker learning hyperlinked words), 2698
(hyperlink status bar text), 3590 (duplicate accelerator),
3089 (case conversion en mass), 3008 (cursor focus in win32
hyperlink dialog), 3060 (hyperlink offset), 3582 (multiline
hyperlink display), 3109 (hyperlink insertion selection
check)(not all platforms), 2715 (crash on zoom), 3584 (win32
encoding dialog input focus), 3802 (XSL-FO exporter faulty
tags), 3827 (docs with jpegs), 1319 (increase indent off
page crash), 3360 (handle rtfs that aren't fully spec
compliant), 3330 (forcing of gcc flags to other compilers),
3663 (wrong parameter passing to linker), 3889 (Yiddish
spell checking), 3537 (crash on zoom with header/footer),
3781 (downgrading abiword causes the profile to crash it),
3940 (perl bindings and perl 5.8).
* Lots of memory leak fixes, as well as some rather
significant speed enhancements.
* Fixed some problems related to the zero margin difficulties,
comma delimited fractions, and setlocale misuse.
* Various qnx fix backports.
* Backported fix for faulty syntax in the html exporter.
* Fixed a crasher of the win32 Aiksaurus plugin.
* WordPerfect importer now handles superscript, subscript,
strike-out, and italic text attributes.
* English dictionary update (does not affect pspell builds).
* Fix default geometry, handle profile geometry better, take
geometry runtime paramter (the last being 1124).
* All snprintfs (which caused problems on some unix variants)
have been removed from unix or xp code, except in peer
module psiconv.
* DocBook exporter now properly handles abw headings, plain
text, and page breaks (the last being 2734).
* Internationalization-specific (does not affect other aspects of
the app)
* Nynorsk (nn-NO) translation updated.
* Ukrainian (uk-UA) translation and profile updated.
* Basque (eu-ES) translation.
* Bulgarian (bg-BG) update.
* Romanian (ro-RO) translation.
* Catalan (ca-ES) update.
* Documentation
* Massive French (fr-FR) documentation goodness.
* Documentation build system fixes.
* New English screenshots.
* Documentation on adding documentation.
* Cleaned up deprecated docs.
* Small document on document creation.
* Index (for en-US).
* Toolbar help.
* List howto.
* Known Issues
* There are some mysterious printing bugs, particularly on Win32
platforms, that we have not been able to track down because they
are rare and not reproducible by the developers. Please give us
as much information as possible if you encounter these, but when
posting to bugzilla use the bug(s) that already exist instead of
filing a new one. This is easier on us and you.
Changes :
free_charptrarray, striponedir()
- Plug some memory leaks (Steven Kneizys).
read_file()
- Abort if we read a file of 0 lines (num_lines == 0), fixes BUG #70.
- Reverse tests to stop segfault on editing a new file of 0 lines
(David Benbennick).
do_int_speller()
- Fix zombie processes and spelling buffer issues (Rocco Corsi)
do_gotoline()
- Set placewewant if we actually move to a different line.
nanogetstr()
- Add NANO_HOME_KEY and NANO_END_KEY to the home and
end key code (fixes BUG #69).
bottombars(), onekey()
- Make bottom list dynamic with screen size (Guus Sliepen & Chris).
do_credits()
- Add Thomas Dickey.
strcasestr()
- Renamed to stristr since strcasestr has not been confirmed to
be detected properly on various Linux systems.
Updated POs : no nb it fr uk gl
NetBSD one.
Changes since 1.0.0.24:
* Several minor bugfixes (1.0.0.26).
* Final changes in the menus (1.0.0.26).
* Prittier checkmarks in menus (1.0.0.25).
* Many minor bug fixes and cleanups (1.0.0.25).
* Part I of the documentation on the markup in packages (1.0.0.24).
* Part I of the documentation on the markup in packages (1.0.0.24).
* Variants for descriptions (1.0.0.24).
* More customizable referencing and indexing (1.0.0.24).
* Customizable page numbers (1.0.0.24).
Changes since 1.0.0.15:
* Hacky support of numbers in equation arrays (1.0.0.23).
* Some little improvements in the LaTeX input filter (1.0.0.23).
* Cleanups by David Allouche, mainly in menu.scm (1.0.0.23).
* Support of the Finnish language (1.0.0.22).
* Improvements in the German dictionary (1.0.0.22).
* Temporary fix for problem with g++ 3.2 (1.0.0.22).
* Fixed problem with Guile 1.6 (1.0.0.22).
* Several minor bugs have been fixed (1.0.0.21).
* Low level support of elementary graphics (1.0.0.21).
* The online documentation system becomes default (1.0.0.20).
* New algorithm for the computation of table borders (1.0.0.20).
* Entering Greek letters as variants of normal letters (1.0.0.20).
* Applied many small patches from David Allouche (1.0.0.20).
* Creation of a made-by-TeXmacs tag (1.0.0.20).
* Updated interface for Axiom (1.0.0.20).
* Very simple browsing through help (1.0.0.19).
* Page breaks before (1.0.0.19).
* Cleanup in base.scm by David Allouche (1.0.0.19).
* A very rudimentary interface for GNU Octave (1.0.0.18).
* Several minor bug corrections (1.0.0.18).
* The packages number-europe and number-long-article can be used to
customize the numbering conventions (1.0.0.17).
* Automatic completion support for computer algebra systems (1.0.0.17).
* Automatic completion using tab (1.0.0.17).
* Added content-based tags to Text menu (1.0.0.16).
* Improvements in the LaTeX to TeXmacs converter for reimporting
documents which were previously exported (1.0.0.16).
I've also changed the default location of documentation files to the
standard place (providing a symlink for compatibility). It is hard (or at
least seems to me) to make TeXmacs recognize the documentation in the new
place without the symlink.
This closes my own PR pkg/18495 which provided an update to 1.0.0.17.
Reviewed by wiz.
hnb stands for Hierarchical NoteBook. It is a console (ncurses)
program to organize many kinds of data in one place, including
addresses, TODO lists, ideas, book reviews, brainstorming,
speech outlines, etc. It stores data in XML format, and is
capable of native export to ASCII and HTML.
Approved by wiz.
This closes my own PR 18233 (the package was provided there).
bugs have been fixed over the 3 years since 9.0 was released, some
major portability improvements have been made, and remove pkgsrc
patch-ac
"+ work around NetBSD 1.5's use of MK symbol in curses.h (reported by
Matthias Buelow)."
- Use last updated date for pacakge version.
- Utilize emacs.mk.
Now build problem on emacs 20.X was fixed.
2002-09-09 NIIBE Yutaka <gniibe@m17n.org>
Check JIS x0213 support at compile time.
* check-jisx0213.el: New file.
* configure.in: Check if JIS X0213 is supported or not.
* Makefile.in (TOPSRCS): Remove egg-x0213.el.
(DEPS): Don't load jisx0213.el.
(ITSSRCS): Removed its/aynu.el.
(AYNU): New variable.
Bug fix.
* its/thai.el (its-thai-add-vowel, its-thai-add-tone): Bug fixes.
Just call compose-string.
version 1.3beta -> 1.3 :
- fixed some minor bugs
- new user manual
- added more options for the "Quick Start" wizard
version 1.2 -> 1.3beta :
- the "label" tags written on the same line than a "section" tag are now detected
- added a "find next" command
- improved the "replace" command
- improved the "edit user menu" command (ability to insert several lines)
- added more options for the "quick start", "tabular" and "array" wizards
- added new LaTeX tags (maketitle, footnote, tableofcontents, ref, pageref)
- added DCOP support (no new instance when kile is already running - Kdvi
"inverse search" should work better)
Vim is an almost compatible version of the UNIX editor Vi. Many new features
have been added: multi level undo, syntax highlighting, command line history,
on-line help, filename completion, block operations, etc.
If you are building the package from source you may want to enable some
features such as a perl or python interpreter which are not enabled by
default.
This version also contains a X11 KDE3 GUI. If you don't have X11,
look at the `vim' package instead.
Changes since 21.5.5 are too many to list here. Please consult www.xemacs.org
for details. There have been mainly hundreds of bug fixes and work has been
done on a new garbage collector which isn't enabled yet. Nothing exitingly
new has been added as far as i know. Mainly internal rework.
Kile is a LaTeX source editor, TeX shell and GnuPlot frontend. It simplifies
the creation and modification of LaTeX source code documents as well as the
use of LaTeX-related programs for users who want to retain control over their
LaTeX documents.
Features:
+ an editor to write your LaTeX source files (syntax highlighting, undo / redo,
search / replace, spellcheck, etc.);
+ integrated DVI, PS, PDF and HTML viewers;
+ a GnuPlot front end (adapted from Xgfe);
+ wizards for generating LaTeX code (Quick document, Quick letter, tabular and
array environments);
+ direct insertion of the principal LaTeX tags via the LaTeX, Math and Greek
menus;
+ one-click insertion of 370 different mathematical symbols;
+ insertion of standard Bibtex entry types in the .bib file;
+ "inverse" and "forward" search with KDVI;
+ automatic launching of LaTeX-related programs via the Tools menu;
+ a "Messages / Log File" frame which provides process information and LaTeX
compilation log files;
+ Next Latex Error and Previous Latex Error commands for browsing LaTeX errors;
+ clicking line numbers in the log file for jumping to the corresponding line
in the editor;
+ a "structure view" with links for jumping directly to different parts of the
document in the "Structure" frame;
+ a Help menu entry featuring extensive LaTeX documentation.
packages collection (to avoid conflict with graphics/ee).
This is an easy to use text editor, intended to be usable with little or no
instruction. (A version of this editor is found in FreeBSD as ee).
collection as editors/ee.
EE is an easy to use text editor, intended to be usable with little or no
instruction. (A version of this editor is found in FreeBSD).
Mule-UCS is an Emacs Lisp library providing flexible and complehensible
encoding mechanism to Emacs. As the name suggests, it supports Unicode, which
the original Emacs doesn't support.
fixes by me).
Changes:
* Automatic generation of preamble instead of using the TeXmacs.sty file
(1.0.0.15).
* Widget factory for menus moved to the Scheme interface (1.0.0.15).
* Circulating variants for certain environments (1.0.0.15).
* New menu look and feel (1.0.0.14).
* Some changes to the LaTeX to TeXmacs converter (1.0.0.14).
* We started implementing a TeXmacs to Html converter (1.0.0.14).
* Correction of a severe bug which disabled the keyboard on certain systems
(1.0.0.13).
* Better support of the numeric keypad and dead accents (1.0.0.13).
* Complete change of the keyboard behaviour (1.0.0.12).
* Automatic detection and configuration of modifier keys (1.0.0.12).
* Automatic translation of menus in the documentation (1.0.0.12).
* Guile/Scheme scripts inside documents (1.0.0.12).
* Wildcard system for keyboard shortcuts (1.0.0.11).
* Keyboard shortcuts in the menus are determined automatically (1.0.0.11).
* Further reorganization of the menus (1.0.0.11).
* Support for grey menu items, checkmarks and ... in menus (1.0.0.11).
* Automatic determination of keyboard shortcuts in menus (1.0.0.11).
* Widgets are now attached to the current display at creation time (1.0.0.11).
* Improved reduce and axiom interfaces (1.0.0.11).
* We replaced the gencc preprocessor by the more standard template system of
C++ (1.0.0.10).
- Catch up to recent tamago's CVS repositry.
- Sort PLIST.
Changes are too large to include here, see ChangeLog in detail.
Anyway mainly more better support for emacs 21.X and canna now.
buildlink2.mk files back into the main trunk. This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
New features:
* The built-in Help system was revamped, a hyperlink mechanism was
added for following cross-references
* Enhanced Exuberant ctags support
* Line numbers are available in shell commands
* Goto Line also accepts column numbers
* Automatic line-feed termination when saving is now optional
* A customizable window title
* Optional syntax based parenthesis matching (iso. purely character based)
Fixed bugs:
* Find Definition incorrectly reads the X selection when not needed
* Background popup menu could lock up X-server when used with
any of the lock keys on
* Very wide windows when starting NEdit under fvwm
* Workaround for illegal key bindings installed by other Motif
applications, causing PageUp/PageDown and arrow keys to stop
responding in NEdit. This is not an NEdit bug, it just looks like one
* Fix for PageUp/PageDown keys not responding
* Crash when running X on 2nd screen
* Line number display updating in continous wrap mode
* Performance problem with X Resources highlight patterns
* Menu fonts showing up as blocks
* Lockup's in syntax highlighting (especially Perl)
* Crash when using characters with ASCII code >= 128 in syntax
highlighting patterns
* Crash when modifying tab distance in continous wrap mode
* Crash when running NEdit in low-depth color modes
* Continous wrap mode + variable width font display bugs
* Potential scroll bar corruption in continuous wrap mode
* Workaround for selection copy/paste problems with recent versions
of gnome-terminal
* Jump to tags only referenced by line number
* Composed characters in learned sequence
* Missing titles in some dialogs
* Macro language: continue statement outside loop crash
* Rectangular overstrike paste fixes
* Hard-coded statistics line font
* Open filenames starting with a dash
* Crash when closing window of non-existing file while error dialog is up
* Bad CapsLock grab on certain keyboard configurations
* Replacements in rectangular selections could sometimes fail
* Various buffer overflow fixes
* Multiple selection dialog does not pop up on first find
* Tag not found
* Files opened with -read command line option could not be unlocked
* adjust bdf-path (for any2ps, m2ps, ...) from really non-useful
(/usr/share/fonts) to where pkgsrc/fonts/intlfonts puts it's
BDF-files. (The intlfonts pkg still needs to be installed manually!)
* Fix character-set=>bdf-file mapping for a few cases (latin, jis);
mule seems to expect other filenames than what intl installs.
This intends to fix PRs 17589 and 17336.
Inspired by PR 14195, from Scott Baron (sb125499@ohiou.edu), but based
on the -current NetBSD jed package.
JED is a freely available text editor for Unix, VMS, MSDOS, OS/2, and
MS Windows.
Features include:
* Color syntax highlighting on color terminals.
* Folding support
* Extensible in a language resembling C. Completely customizable.
* Capable of read GNU info files from within JED's info browser
* A variety of programming modes (with syntax highlighting) are
available including C, C++, FORTRAN, TeX, HTML, SH, IDL, DCL, NROFF...
xjed is the version for X11
Changes since 1.0.0.7:
* You may now make money donations to the TeXmacs project (1.0.0.9).
* Headers and footers through menus (1.0.0.9).
* Minor bug fixes (1.0.0.9).
* Reorganization of the online manual (1.0.0.9).
* Standard keyboard prefixes part of tmdoc style file (1.0.0.9).
* Some changes for compilation with g++ 3.1 (1.0.0.8).
* Implementation of arrows with limits above and below (1.0.0.8).
Rui-Xiang Guo <rxg@ms25.url.com.tw>.
Cooledit is a full-featured text editor, for Unix computers that run
the X Window System. Cooledit was born from a need for a user
friendly text editor that would rival editors of other operating
systems in ease of use and convenience. Lately Cooledit is also a
powerful programmer's editor. It is also small and fast, making it
ideal for interface with applications that allow for, or require, an
external editor. See 'Features' in the man page for a more elaborate
description of what Cooledit can do.
* Embedable AbiWord! Now you can view AbiWord documents in
Evolution and Gnumeric. Is it not nifty?
* Plugins.
o GDict plugin now builds without libgdict installed.
o Bugfixes in AbiPaint and AbiMagick for Win32 platforms.
o Some AbiMagick and AbiGimp enhancements.
o Wikipedia works again.
* Internationalization
o French documentation.
o Documentation generation scripts now allow for multiple languages.
o Win32 now allows for Arabic and Hebrew lists, as well
as improved bidi list support.
o Finnish system profile.
o Japanese, Swedish, Welsh, French, German, and Lithuanian
localization updates.
* Build system
o Minor fixes all around.
o Improved build system documentation (BUILD.TXT).
o Updated RPM spec for GNOME embedding.
* Import/Export
o RTF importer now handles /sectd.
o Several LaTeX exporter fixes.
* Miscellaneous
o Bug numbers fixed (not a complete list): 3301, 3171,
3215, 2223, 3332.
o A number of unnumbered bugs.
o Code cleanup.
Patch submitted by Dawid Szymanski <dawszy@tgr.lubin.edu.pl> in PR 17451
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
Changes since 1.0.0.2:
* First part of a reorganization of the menu layout (1.0.0.7).
* Support for user preferences (1.0.0.7).
* Mathematical characters in special fonts become tokens (1.0.0.7).
* Support for the itanium platform (1.0.0.7).
* Rudimentary switches and folding (1.0.0.6).
* Improved documentation for adding new computer algebra systems (1.0.0.6).
* Added a presentation mode (1.0.0.6).
* Improved interfaces for QCL, Axiom and Mupad (1.0.0.6).
* Visual environment information when editing (1.0.0.5).
* Letter and exam styles; old letter becomes ``generic'' (1.0.0.5).
* Implementation of overline and underline macros (1.0.0.5).
* Improved special mathematical fonts cal, frak and Bbb (1.0.0.5).
* Some small improvements in LaTeX to TeXmacs converter (1.0.0.5).
* Added amsart and jsc style files (1.0.0.5).
* Further reorganization of the style files (1.0.0.5).
* Spanish translations of several help files (1.0.0.4).
* Further reorganization of the style files (1.0.0.4).
* Examples of TeXmacs documents are available from online help (1.0.0.4).
* Experimental support for the Giac computer algebra system (1.0.0.4).
* Experimental support for MacOSX with help from Martin Costabel (1.0.0.3).
* Suffixes handling in the file loader and saver by Gareth McCaughan (1.0.0.3).
* Experimental support for the Axiom system by Andrey Grozin (1.0.0.3).
* Experimental support for Italian with help from Xav (1.0.0.3).
* Fixed bug with computer algebra session styles (1.0.0.3).
* Preliminary version of online help (1.0.0.3).