This is the *BETA* developement line of XEmacs so handle with care.
This package is based on pkg/14132 contributed by Eric Gillespie Jr.
Most notable change to the release is the possibility to compile
xemacs with gtk+. Set XEMACS_WIDGETS accordingly in your mk.conf
Possible values are:
lucid (default)
gtk
gnome
motif
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
* Import/Export bookmarks to RTF
* Multi-threaded incremental loader
* Perl Scripting now works by default
* State of the art Theasurus plugin
* Start of HTML importer plugin
* Spelling support for Commonwealth English, Brazilian Portuguese,
Hungarian, Ukranian, Galican
* Word Perfect Import improvements
* Import Lists from MS Word
* New improved toolbar icons
* Fields update automatically
* Styles Lock
* Export nested lists to RTF
* Import First and facing header/footers from RTF
* Import Bookmarks for MS Word
* Import hyperlink from MS Word
* Add header/footer export to HTML
* Look in dictionary file for suggestions to misspelt words.
* Help file improvements
* Perl script to convert the docs to HTML
* Lots of progress on OSX port
* MS Word importer imports all known image types
* New AbiWord server
* Start of Open Office importer plugin
* Web layout Mode
* Free translate plugin for Windows
* Drag and drop hyperlinks and images from Galeon/Mozilla into AbiWord
* Gnome2 icons
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
removal of USE_GTEXINFO
INSTALL_INFO added to PLIST_SUBST
`${INSTALL_INFO}' replace `install-info' in target rules
print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
makeinfo command usage
See -newly added by this commit- section 10.24 of Packages.txt for
further information.
* created a new jumbo patch which includes some of the previously ignored
patches (those which applied only partially)
* changes since 6.0.185
* compiler warnings in the X11 client-server code
* "I" in Visual mode saves too many lines for undo
* size of Visual area not shown after scrolling
* GUI: when 'mouse' is empty middle click still moved the cursor
* serverlist() gives an error when there is no server
* when 'virtualedit' is set "ylj" goes to the wrong column
* col(".") returns one to little when 'virtualedit' is set
* "--remote-silent" partly worked like "--remote-wait"
* when 'virtualedit' is set search() may find wrong position
* 've' set and 'sel' "exclusive" "x" in Visual mode works wrong
* 've' set and 'sel' "exclusive" "v$x" doesn't delete last char
* cursor doesn't move correctly when 've' and 'showbreak' set
* multi-byte: could crash on exit when 'tenc' is set.
* a script starting with "#!perl" is not recognized as perl
* when scrollbinding a long jump doesn't set cursor properly
* GTK: "icon=" argument for toolbar item was not used
* setting 'fileformat' was possible when 'modifiable' is off
* ":unlet" doesn't work for variables with curly braces
* (extra) batch scripts to start gvim didn't use -f argument
* expanding wildcards or avoiding it doesn't work properly
* (extra) installed shortcuts start in desktop directory
* cursor color not updated for CTRL-^ in Insert mode
* GUI: redraw problems with bold multi-byte characters
* after 6.0.167: allow "++enc" to overrule help file encoding
* set 'readonly' after reading a file failed
* GTK: missing button names for confirm() causes a crash
* display problems for unprintable file name chars with CTRL-G
* viminfo files contains marks without a file name
* copy and paste doesn't work when using "/" in Visual mode
* may display wrong lines after reloading a changed file
* ":help" may leave an empty unlisted buffer behind
* explorer plugin only loads directory in first window
* ":setlocal" and ":setglobal" list termcap options
* patch 6.0.218 causes a beep on startup
* crash with illegal multi-byte chars in a .vim file
* menu for xxd didn't reset 'filetype' and did not find xxd.exe
* compilation problem for systems without a console
* with "-b" argument 'binary' wasn't set in a second file
* completing user commands didn't work for mappings and dirs
* reloading a file at the file-changed prompt resets 'readonly'
* completing arguments of menu commands didn't work well
* GCC 3.0.2 has an optimizer problem that makes Vim crash
* Win32: make bitmaps work with signs
* error in a client-server expression was reported in server
* GUI file selection dialog mixes up file and directory names
* after 6.0.135 pasting with a menu doesn't work in Insert mode
* using --remote may give unwnanted error message
* add a way to avoid GUI dialogs to popup
* when 'fileencodings' is "latin2" help files displayed wrong
* ":s/\n/#/" doesn't replace at empty lines
* when "evim" can't start the GUI there is no menu to exit
* printing multi-byte chars and tabs doesn't work properly
* shift-left in Insert mode didn't move cursor at end of line
* make CTRL-X CTRL-Q work like CTRL-X CTRL-V in Insert mode
* using "P" to put a line break leaves cursor after end of line
* after "gd" and "gD" "n" may still search backwards
* ":help /\z(\)" doesn't work
* add the v:dying variable to be aware of being killed
* could not create fold with markers when 'commentstring' empty
* the xp_backslash field wasn't always initialized
* (extra) Win32: displaying UTF-8 may read past end of text
* expanding a path with a trailing backslash could fail
* leaking memory and reading uninitialzed memory for ":cd"
* regexp on multibyte chars could go before start of line
* leaking memory when redefining a function
* leaking memory for expanding option values
* crash on 64 bit machine when pasting a selection
* when re-using the current buffer some items were not cleared
* dynamic linking with python interface might not work
* wrong syntax highlighing with multi-line patterns
* redoing "veU" works like "U" is used as an extra command
* could hang when stdin and stderr are redirected
* using "%{'-'}" in 'statusline' resulted in a zero
* it was not easy to indicate who modified Vim
* '[ mark in wrong column after using "p" in an empty line
* the search pattern "\(.\{-})*" could make Vim hang
* after patch 6.0.148 "p" works like "P" for multi-byte encoding
* statusline and ruler wrong when containing multi-byte chars
- Better partial word checking code
- Add Meta-A as alternate keyystroke for ^^ for people with
non-US keyboards
- Replace hard coded ALT_G and ALT_H values in the replace
and goto shortcuts with their macro counterparts NANO_ALT_*_KEY
- Call tcsetattr() to restore the old terminal settings, so
tcsh can use ^C after suspend for example
- Move "right" increment to part where new line is created
- New Polish translation, and updates
- now displays the reached offset while searching
- many shortcuts added for different teminals
- replace llseek with lseek + use of _FILE_OFFSET_BITS=64
- replaced lots of int by INT which 64bits
- yet again some s/int/INT/
- Some bug fixed
Fixes PR/15050 by Shell Hung.
Also, pass down ${_MOTIFBASE} from the package makefile during the
build, and use it in the Makefiles. Fixes PR 15277 from Hiramatsu
Yoshifumi, hiramatu@boreas.dti.ne.jp, albeit in a different way to
the fix in the PR.
* bufname() may find unlisted buffer while listed buffer matches
* setting 'iminsert' in vimrc may show ruler on alternate screen
* don't set 'iminsert' as a side effect of ":lmap"
* completing values for ":set tags=" didn't escape spaces right
* could unexpectedly apply a mapping in Insert mode
* after using 'wildmenu' not all status lines are redrawn
* leaking memory when wiping out a buffer with local mappings
* in an expression used for ":s" "~" was replaced
* the python library was linked statically
* alternate screen color wrong after using external command
* scrollbars and mouse pointer not updated when moving a window
* crash with ":ls" while editing a file with a very long name
* redraw problem in quickfix window
Version 4.44 is a bug-fix release that addresses bugs found in the
previous release. Bugs that have been addressed in this release include:
* URL handler allows embedded commands
Nvi is an implementation of the ex/vi text editor originally distributed
as part of the Fourth Berkeley Software Distribution (4BSD), by the
University of California, Berkeley. The source code to nvi is freely
available, and nvi may be freely redistributed.
6.0.102 changing folds may leave the cursor halfway a closed fold
6.0.103 a large value for 'scrolloff' stops 'scrollbind'
6.0.104 redraw problem when typing a double-wide char over another
6.0.105 crash when using window of one column with multi-byte chars
6.0.106 (extra) Win32: didn't give error for wrong 'printfont'
6.0.107 (extra) VisVim: would automatically write a modified file
6.0.108 could get error message when first line of a file is folded
6.0.109 XIM: input method was reset when repeating an insert
6.0.110 error when undoing a change done by executing a register
6.0.111 virtcol() didn't use the offset for 'virtualedit'
6.0.112 the explorer plugin didn't sort names with spaces correctly
6.0.113 trouble when $HOME includes a space
6.0.114 fnamemodify() didn't expand home directory for ":p"
6.0.115 (extra) Win32: dialog textfield didn't scroll
6.0.116 (extra) Win32: check for writable file didn't check ACLs
6.0.117 (extra) Win32: 'lines' is limited too much when not using menu
6.0.118 when $TMPDIR is a relative path temp directory is not deleted
6.0.098 GTK with Gnome: Search/Replace dialogs were not translated
6.0.099 Cygwin: didn't detect dos filetype when Vi compatible
6.0.100 crash when using ":badd +0 test%file"
6.0.101 ":mksession" can't handle '%' and '#' in a file name
- nano has its own self-contained checks for gettext
- Run signal_init() after doupdate() so ^Y wont suddenly
start suspending after returning from ^Z suspend in Hurd.
- do_spell() : Dont prompt for replace if we don't change
the word in question (Rocco Corsi, fixes bug #67).
- Added better Hurd support for function keys (Alt-V,U,9,@,F).
- signal_init() : Unconditionally disable VDSUSP if it exists,
stops ^Y suspending nano on the Hurd.
- Updated PO files
* Fix for incorrect number of colors declared in an icon, which broke the build.
* Big-endian deutsch dictionary.
* Little-endian latin dictionary.
* Rewrite of glib and gtk+ detection in abi and wv.
* Build fix for wv.
* Patch for building rpms.
* Patch to allow Abi to build against installed versions of wv, rather
than the peer library.
* Work on making automake build plugins.
* Build fixes in abi and libiconv for non-Win32.
* Fixes to make Abi build on FreeBSD.
* Added test case for plugins.
* Work on plugin building.
* Fix build for bz2 plugin.
* Bi-directional bug fixes.
* Fixes to the way font path is set.
* Locale and Unix font docs.
* Bug fixes in image import.
* 16x16 icon for Enlightenment.
* Plugin to read OpenWriter documents. Very basic at the moment.
* Reorganised plugin directory to make it easier to handle.
* Lithuanian translation update.
* Build system for bz2 plugin on Win32.
* New rpm spec.
* Preferences now in alphabetical order in preferences file.
* Added preference to turn off auto-load of plugins.
* Plugin allowing Abi to load any image format recognised by gdk-pixbuf.
* Fix a spelling error in the Danish translation.
* Fixed an assertion in the squiggles code.
6.0.093 TCL after patch 6.0.070: bogus message when closing window
6.0.094 Athena: crash when using the bottom scrollbar
6.0.095 Perl: Deleting lines may leave cursor beyond end of file
6.0.096 ":saveas" changes file name even when file already exists
6.0.097 multi-byte: Using CTRL-F in Insert mode may cause a crash
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.
Example #1:
DISTNAME= foo-X.Y
PKGREVISION= Z
=> PKGNAME= foo-X.YnbZ
Example #2:
DISTNAME= barthing-X.Y
PKGNAME= bar-X.Y
PKGREVISION= Z
=> PKGNAME= bar=X.YnbZ (!)
On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
Highlights include: Command Line Printing, Normal Mode, Thesaurus,
Dictionary support, All image type support (these last three via plugins),
Header/Footers for first/last/facing pages, Dynamic Toolbars (drag and
drop toolbar icons) for Unix/Gnome. Plus lots of other stuff and bugfixes.
Version 0.016 (May 2 19:36)
* Enable
Version 0.015 (Mar 25 15:17)
* Disable by default built-in curses, db, and re libraries. Most OS's these
days have proper libraries for these, and I was seeing conflicts
(particularly on SuSE under Vigor 0.014). This may break things on some
other OS's, probably older ones. If so, try using --enable-curses
--enable-db --enable-re on the command line.
Version 0.014 (Feb 8 14:50)
* Remove the hack to the EULA that produced the Jumping Vigor Bug.
Version 0.013 (Feb 5 11:53)
* Fix to configure.in: it looked for Tcl on Debian systems when it was
supposed to look for Tk.
Version 0.012 (Feb 4 00:28)
* Updated EULA, made dialog box move along with assistant
Version 0.011 (Feb 2 00:10)
* Look for libtcl8.2 etc (as opposed to libtcl82 etc); handle select()
calls prior to assistant initialization
"obtained from..." line). Based on those comments I removed that line
and note hereby the following thing to give credit for the previous work:
The idea for the patch management was taken from the FreeBSD
vim port (by obrien@freebsd.org)
- Upgraded to 6.0.92
- Ignored patches 27, 48, 53, 64, 70, 73, 87
Changes since 6.0.25:
6.0.026 GTK: menu separators could be selected with the cursor keys
6.0.027 VMS: fix printing, compiling with VAXC and other things
6.0.028 compilation error with +visualextra but without +virtualedit
6.0.029 undo doesn't work correctly in specific situations
6.0.030 "source! file" doesn't work after ":argdo" or in a loop
6.0.031 define putenv() also for non-GUI for systems that lack it
6.0.032 no redraw after a fold setting was changed
6.0.033 MS-Windows: 'wildmenu' shows name with embedded space wrong
6.0.034 calling searchpair() with three arguments could crash
6.0.035 menu to toggle toolbar didn't work when 'ignorecase' is set
6.0.036 DOS/Windows/OS/2: path in 'tags' relative to drive didn't work
6.0.037 the default syntax menu was defined even when disabled
6.0.038 when 'selection' is "exclusive" the cursor can be beyond EOL
6.0.039 "c" in blockwise Visual and "gP" left cursor in wrong position
6.0.040 when 'fileencoding' is invalid, writing may remove the file
6.0.041 if LC_MESSAGES isn't defined ":lang messages en" doesn't work
6.0.042 ":mksession" can't handle a file name with a space
6.0.043 patch 6.0.041 used vim_getenv() instead of mch_getenv()
6.0.044 syntax argument "containedin" doesn't always work properly
6.0.045 creating fold with Visual mode doesn't redraw other window
6.0.046 the stack check fails when the limit doesn't fit in a long
6.0.047 using nested regexp item in \%[] can cause a crash
6.0.048 Win32 console: mouse sometimes doesn't work right
6.0.049 the intro screen is misleading when running evim
6.0.050 "viw" doesn't include multi-byte characters before the cursor
6.0.051 UTF-8: CTRL-R on the command line skips composing characters
6.0.052 requires 6.0.046: also look in sys/resource.h for rlim_t
6.0.053 extra: various fixes for QNX
6.0.054 CTRL-V in mswin.vim and Paste menu didn't paste block of text
6.0.055 GTK: copying a selection didn't work the first time
6.0.056 CTRL-O cw results in a nested Insert mode
6.0.057 ":wincmd g}" didn't work inside a function
6.0.058 after CursorHold autocommand the ruler wasn't updated
6.0.059 'hlsearch' highlighting is not visible in diff lines
6.0.060 Motif: if fontset cannot be allocated tooltip may crash Vim
6.0.061 v:this_session wasn't used correctly in menu.vim
6.0.062 ":shell" crashes when 'verbose' is > 3
6.0.063 when 'cpo' includes "$" "cw)" didn't update syntax highlight
6.0.064 extra: improve self-installing exe made with NSIS
6.0.065 ":normal" can read redo characters before its argument
6.0.066 undo for one command can be split into two pieces
6.0.067 if_xcmdsrv.c doesn't compile on AIX
6.0.068 using "gq" on a Visual area doesn't always redraw correctly
6.0.069 "K" on a word that includes a "!" gives an error message
6.0.070 Win32: failing library load didn't give a clear error message
6.0.071 the "iris-ansi" builtin termcap isn't very good
6.0.072 Visual area not redraw correctly when 'lazyredraw' is set
6.0.073 extra: CTRL-Z doesn't position cursor for DJGPP version
6.0.074 "&" in substitute string is wrong with a few multi-byte chars
6.0.075 could equalize too many windows when closing a window
6.0.076 compiler warning in version.c (depends on 6.0.049)
6.0.077 patch 6.0.075 was incomplete
6.0.078 "daw" didn't always work at the end of a line
6.0.079 still possible to overwrite a read-only file with "W" in 'cpo'
6.0.080 session with same file in two windows gives hit-enter prompt
6.0.081 buffers menu has wrong buffer number after ":saveas file"
6.0.082 shell prompt is sometimes right after a message from vimrc
6.0.083 GTK: dialog buttons are empty when compiled without menus
6.0.084 UTF-8: "r" with composing character can't be redone
6.0.085 with "s" and using 'mousefocus' Insert mode is stopped
6.0.086 "gu" gives a wrong message
6.0.087 lang: update message translations
6.0.088 "rx" in Visual mode could not be repeated with "."
6.0.089 "==" in a C file with a dashed list in a comment works wrong
6.0.090 a wrapping line that doesn't fit and 'so' set flashes badly
6.0.091 CTRL-O in Insert mode with 've' set moves cursor unnecessary
6.0.092 MS-Windows: explorer plugin didn't ignore case of 'suffixes'
- Added built-in patterns for CSS, XML, and regular expressions (Regex).
Many other pattern updates.
- Support for high- and true-color systems. NEdit now will automatically
select the best visual from your X server. This reduces the chance of
running out of colors.
- New features in the Find and Replace dialogs:
o Replacement across multiple windows in a session.
o Case sensitivity may be set independently of regular expressions.
o Add "Replace and Find" command, which saves keystrokes when doing
a large-scale find & replace.
- ClearCase version-extended pathnames.
- Many new macro subroutines and variables, array support in macros.
- Range highlighting of matching delimiters.
- Undo and Redo highlights the text that has changed, when visible.
- Support for wheel mouse scrolling on servers that support it (XFree86).
- Improved accelerator key handling.
- Insert Control Code dialog accepts value in any valid C notation
- Optional beeping when search operations wrap.
- Additional default search styles.
- Optional displaying of path names in the window list menu.
- Fix a crash when entering an invalid line number in "Goto Line".
- Fix problems when running NEdit on 64-bit platforms like Alpha
- NEdit failed to open files if some directories above were not "readable"
- Fix potential crashes if some system calls fail
- When no colors are left, attempt to reuse the closest matching color. This
allows NEdit's syntax highlighting to better coexist with Netscape, which
unfortuntely takes all available colors.
- Accelerators now available in confirmation dialogs, and may be invoked
without the Alt key.
- Don't even try to open a directory for editing
- Fix a couple of memory corruption problems
changes:
Fully editable styles on Windows and Unix.
New and improved import/export filters. This includes the initial
release of a Word Perfect import filter.
Dramatically faster spell checking.
Plus new artwork, many bug fixes, speed ups and behind the scenes work.
* Added two new patches (instead of adding nb1 to the version number).
6.0.024 inserting a char with CTRL-V u 9900 may cause a crash
6.0.025 using "$" after "\v" in a regexp doesn't always work
And now I'll switch to a not-so-frequent vim patching mode, maybe once
a month is enough (although vim is almost like Linux, new patches are
needed all the time to make it stable :-)
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
- Updated to 6.0.23. Changes since 6.0.18:
6.0.019 crash when making a printable string with multi-byte chars
6.0.020 <Leader> and <LocalLeader> don't work inside a function
6.0.021 the 'cscopepathcomp' option didn't work
6.0.022 'langmap' wasn't use after a command starting with "g"
6.0.023 The lhaskell syntax file didn't load haskell.vim
Changes:
- can edit block special files
- can read/edit/write parts of files
- +cmd now works on command line
- :e# bug fixed and a buffer overflow fixed
- bmore program added to package
use X11_BUILDLINK_MK as a test value. Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
6.0.012 IGNORED (Polish message translations fix)
6.0.013 ":silent! cmd" sometimes still gives an error message
6.0.014 can modify buffer while 'modifiable' is off
6.0.015 get an error message for deleting b:did_ftplugin
6.0.016 bufnr(), bufname(), etc. did not find unlisted buffers
6.0.017 the "Co" termcap entry was sometimes set to the wrong value
6.0.018 initializing 'encoding' may cause a crash
Changes since 0.99.14:
Bugfixes, and:
src/menus.c: Scrolling implemented for popup menus that contain
more rows than the display.
src/wterm.c: included latest patches from John Skilleter
<John.Skilleter@pace.co.uk> for wheel-mouse support.
src/intrin.c: New intrinsic variable Menus_Active indicates
whether or not the menus are currently active.
src/wterm.c: fix problem with background color used when the
screen is cleared not matching the background color used in
drawing text.
* Loading the sh.vim syntax file causes error messages
* Using a '@' item in 'viminfo' doesn't work
* The configure check for ACLs on AIX doesn't work
* The find/replace dialog doesn't reuse a previous argument properly
* In Insert mode, "CTRL-O :ls" has a delay before redrawing
* With a vertical split, 'number' set and 'scrolloff' non-zero, making
the window width very small causes a crash
* When setting 'filetype' while there is no FileType autocommand, a
following ":setfiletype" would set 'filetype' again
* 'imdisable' is missing from the options window
* Nextstep doesn't have S_ISBLK
* Using "gf" on a file name starting with "./" or "../" in a buffer
without a name causes a crash
* Python: After replacing or deleting lines get an ml_get error
-----------------------------------------------------
The number of changes is huge. These are just the main new items:
Folding - momentarily hide part of the text
Vertically split windows - mixed with horizontal splits
Diff mode - show and remove differences between files
Easy Vim: click-and-type - for those who really don't like two modes
User manual - learn to use Vim, reads like a book
Flexible indenting - automatic indenting for any language
Extended search patterns - more regexp power than you will need
UTF-8 support - Unicode allows editing nearly all languages
Multi-language support - translated messages and menus
Plugin support - drop a script in a directory and you can use it
Filetype plugins - an easy way to setup for editing a type of file
File browser - browse directories, also on a terminal
Editing files over a network - read and write a remote file directly
command-line editing window - use any Vim command to edit an Ex command
Debugging mode - debug your Vim functions and scripts
Cursor in virtual position - edit tables and draw ASCII pictures
Debugger interface - use Vim with Sun Visual Workshop
Communication between Vims - let one Vim tell another Vim what to do
Printing - print with syntax colors
Quickfix extended - see error messages in a window and jump there
Writing files improved - rename or copy to make a backup file
Argument list - select groups of files to work on
Restore a View - save the looks of a window and restore it later
Color schemes - quickly switch between different color setups
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links. These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.
Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
push toward a 1.0 release for AbiWord. Users will find this release is much
faster and uses far fewer resources. Major changes from version 0.7.14:
* _Tons_ of bug fixes
* Fully Customizable Styles
* Multi-Lingual Spell checking (Spell check in multiple languages)
* Line Based Tables
* Automatic Numbered Headings
* Import/export improvements and additions
* Preview as Web
* Tons of Locale definitions
* Plugin Architecture
* AutoSaves of document
* Major Encoding fixes and Improvements
* Perl Bindings for AbiWord
* Updated our Distrubuted Type 1 Fonts
Some new features since version 5.8:
Folding - momentarily hide part of the text
Vertically split windows - mixed with horizontal splits
Diff mode - show and remove differences between files
Easy Vim: click-and-type - for those who really don't like two modes
User manual - learn to use Vim, reads like a book
Flexible indenting - automatic indenting for any language
Extended search patterns - more regexp power than you will need
UTF-8 support - Unicode allows editing nearly all languages
Multi-language support - translated messages and menus
Plugin support - drop a script in a directory and you can use it
Filetype plugins - an easy way to setup for editing a type of file
File browser - browse directories, also on a terminal
Editing files over a network - read and write a remote files directly
command-line editing window - use any Vim command to edit an Ex command
Debugging mode - debug your Vim functions and scripts
Cursor in virtual position - edit tables and draw ASCII pictures
Debugger interface - use Vim with Sun Visual Workshop
Communication between Vims - let one Vim tell another Vim what to do
Printing - print with syntax colors (MS-Windows only)
Quickfix extended - see error messages in a window and jump there
Writing files improved - rename or copy to make a backup file
Argument list - select groups of files to work on
Restore a View - save the looks of a window and restore it later
Color schemes - quickly switch between different color setups
The currently imported version is a minimalistic version. When the final
release comes out, I'll modify it to live in the normal editors/vim-*
packages.
so remove it from package Makefiles. Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
+ Version 0.4.0j Mon Mar 26 19:43:26 PST 2001
-Added
Find string in current loaded manual page on viewer.
Keyboard keys SPACE, b, HOME, and END now work properly on viewer.
-Fixed
GTK+ `main breaking behavour' work-around made on the viewer's
GtkText widget.
+ Version 0.4.0i Thu Feb 22 17:31:41 PST 2001
-Fixed
Additional compiling bugs for FreeBSD and also directory defaults on
FreeBSD.
* pass maintainership to packages@netbsd.org
* don't bother fixing manpages any more (author should fix that, not me) --
changing "preferances" to "preferences" to match the reality
every time new version is out isn't something I like
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles. As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
0.7.10, both in bugfixes and in feature additions. No list of changes is
provided, but from gleaning the CVS logs, this is update is a large step
forward for this application.
Changes are unknown, except that it doesn't depend on libungif anymore.
XXX: Merge the spellchecking packages?
XXX: There are three more for sk, hu, and pl, if anybody cares.
GNU `nano' is a small and friendly text editor. Besides basic text
editing, `nano' offers many extra features like an interactive search
and replace, goto line number, auto-indentation, feature toggles,
internationalization support, and filename tab completion.
The original goal for `nano' was a complete bug-for-bug compatible
emulation of Pico, but consistency is now a slightly higher priority.
Nano does not have the restrictive license problems of Pico.
For now, copy the distfile from dired-1.09-tar.gz to dired-1.09nb1-tar.gz,
and grab that, so that we know which version of the distfile we're getting.
Upgrade to SHA1 digests, and add distfile sizes.
gtkhtml.
Changes:
- The message bar was always shown, even if the preferences setting
was not.
- If the locale is set to Chinese, Japanese, or Korean, menus would
be shown in the locale's language, but the actual text itself did
not (Mitsuo Hamada).
- Changes to some preferences would never be saved (Ian M Laurie).
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
pkg/12419 [serious/medium]: pkgsrc tamago-4.0.6's canna does not work
rebuild patch,because I missed sub-directory diffs.
adviced from goro@venus.dti.ne.jp.
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
- Fix buffer overflow in "gnuserv" which can be used to get a shell of
the user which is using "gnuserv.
- ./etc/PACKAGES: Doc fix.
- README.packages: Doc fix.
- xemacs-faq.texi (Q3.5.12): New FAQ. XEmacs bitches about xmodmap.
- etc/PACKAGES: Sync with 21.2 version, because everyone uses the
same packages.
- README.packages: Ditto.
- PROBLEMS (Sun/Solaris): Yet another microimprovement.
- xemacs-faq.texi (Q1.0.11): Change XEmacs for MacOS URL.
- PROBLEMS: Document MIPSpro ICE problem workaround.
Pty fixes for HP-UX and AIX and BSD and SunOS4 backported from 21.2.
Makes ``M-x shell; sleep 1000; Signals->Send KILL'' work.
(See src/ChangeLog for more detail.)
- configure.in: Detect killpg.
- PROBLEMS (Running/Linux): Mandrake, use Alt for M-, color-gcc.
- Makefile.in: add and use TAR macro. Sometimes tar only copies
symlinks instead of the actual files
- configure.in: Handle alloca with Compaq C on Alpha Linux.
- ChangeLog, etc/xemacs-ja.1, etc/xemacs.1,
info/xemacs-faq.info-1, info/xemacs-faq.info-3, lib-src/etags.c,
lib-src/ootags.c, lisp/ChangeLog.1, man/xemacs-faq.texi:
Changed mly@adoc.xerox.com to Mly@POBox.COM.
- README.packages: Add "uninstalled package" FAQ.
- etc/PACKAGES: Add details on os-utils contents.
- frame.c (next_frame_internal):
We've passed a frame if we've passed its device.
Fixes this crash:
(gdb) run -eval '(progn (make-frame nil (make-device (quote x) "polgar:0")) (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245, RECORD_TYPEP (obj, lrecord_type_frame)
- find-paths.el (paths-decode-directory-path): Trivial typo fix.
- simple.el (display-warning-suppressed-classes): Ditto.
- etc/Emacs.ad (Fonts.): Fix typo and clarify.
- configure.in (after_morecore_hook_exists): Don't add /usr/shlib
to link path if compiling on Alpha/Linux.
- configure.in: Make Balloon Help conditional on finding shape.h