Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
useful.
|
|
- A Perforce SCM "p4 edit" macro has been supplied (along with the hooks
within JOE which support it) so that when you make the first change to a
read-only file, JOE runs "p4 edit". (look in joerc file to enable the
macro).
- Hex edit mode has been added. For example: joe -hex /dev/hda,0,1024
- New '-break_links' option causes JOE to delete before writing files, to
break hard links. Useful for 'arch' SCM.
- JOE now has GNU-Emacs compatible file locks. A symbolic link called
.#name is created, "pointing" to "user@machine.pid" whenever the buffer
goes from unmodified to modified. If the lock can't be created, the user
is allowed to steal or ignore the lock, or cancel the edit. The lock is
deleted when buffer goes from modified to unmodified (or you close the
file).
- JOE now periodically checks the file on the disk and gives a warning if
it changed when you try to modify the buffer. (JOE already performed this
test on file save).
- The built-in calculator (ESC m) is now a full featured scientific
calculator (I'm shooting for Casio Fx-4000 level here :-), including
hexadecimal and ability to sum (and perform statistics on) a highlighted
(possibly rectangular) block of numbers. Hit ^K H at the math prompt for
documentation.
- You can now change the current directory in JOE (well, it prompts with
the latest used directory).
- Colors can now be specified in the joerc file
- Macro language now has conditionals and modifiers for dealing with
repeat arguments. Jmacs now works better due to this.
- Tab completion works at tags search prompt ^K ;
- ^G now jumps between word delimiters (begin..end in Verilog, #if #else
#endif in C, /* .. */ and XML tags). If it doesn't know the word, it
starts a search with the word seeding the prompt. It is also much smarter
about skipping over comments and quoted matter.
- TAB completion is now much more like bash (again :-). The cursor stays
at the file name prompt instead of jumping into the menu system. Also
^D brings up the menu, as in tcsh. Also, tab completion now works on user
names for ~ expansion.
- Now there is a ~/.joe_state file which stores:
all history buffers
current keyboard macros
yank records
- Joe now has xterm mouse support: when enabled, the mouse can position
the cursor and select blocks. The mouse wheel will scroll the screen.
When enabled, shift-click emulates old xterm mouse behavior (cut &
paste between applications).
- More syntax files: TeX, CSS, OCaml, Delphi, SML and 4GL. Thanks to
all of the contributers.
- Vastly improved highlighting of Perl and Shell due to the highlighter now
understanding word and balanced delimiters.
- Many bugs have been fixed (every bug which has been entered into the
sourceforge project page has been addressed). Hopefully I didn't add
too many new ones :-)
|
|
============
gedit 2.10.0
============
New and updated translations
============================
- Ivar Smolin (et)
- Tino Meinen (nl)
- Danilo Šegan (sr, sr@Latn)
- Raphael Higino (pt_BR)
- Roberto Rosselli Del Turco (it)
- Abel Cheung (zh_TW)
- Dan Damian (ro)
- Laurent Dhima (sq)
- Meelad Zakaria (fa)
- Takeshi AIHANA (ja)
- Josep Puigdemont (ca)
- Ilkka Tuohela (fi)
===========
gedit 2.9.7
===========
Fixes
=====
- Fix autosave for a file that was not saved manually (Paolo Maggi)
- Specifing the line number from the command line now works (Paolo Maggi)
- Speed up search and replace (Paolo Borelli)
- Fix crash in the insert time plugin (Paolo Borelli)
- Fix small memory leak (Paolo Borelli)
- Use icon from the icon theme (Paolo Borelli)
New and updated translations
============================
- Rostislav Raykov (bg)
- Jordi Mallach (ca)
- Miloslav Trmac (cs)
- Ole Laursen (da)
- Frank Arnold (de)
- Kostas Papadimas (el)
- Adam Weinberger (en_CA)
- David Lodge (en_GB)
- Francisco Javier F. Serrador (es)
- Priit Laes (et)
- Sami Pesonen (fi)
- Ankit Patel (gu)
- Roberto Rosselli Del Turco (it)
- Takeshi AIHANA (ja)
- Young-Ho Cha (ko)
- Žygimantas Beručka (lt)
- Kjartan Maraas (nb)
- Reinout van Schouwen (nl)
- Kjartan Maraas (no)
- GNOME PL Team (pl)
- Duarte Loreto (pt)
- Leonid Kanter (ru)
- Marcel Telka (sk)
- Laurent Dhima (sq)
- Christian Rose (sv)
- Maxim V. Dziumanenko (uk)
===========
gedit 2.9.6
===========
Fixes
=====
- Fix Alt+N accelerator to switch documents (Paolo Maggi)
- Spell checker bugfixes (Paolo Maggi)
- Update the list of languages in the spell checker (Yaacov Zamir)
- Fix per display registration (Paolo Maggi)
- Fix potential crash for menus containing "/" (Paolo Borelli)
- Fix small memory leak (Paolo Borelli)
New and updated translations
============================
- Leonid Kanter (ru)
- Duarte Loreto (pt)
- Francisco Javier F. Serrador (es)
- Rhys Jones (cy)
- Frank Arnold (de)
- Kostas Papadimas (el)
- David Lodge (en_GB)
- Žygimantas Beručka (lt)
- Raphael Higino (pt_BR)
- Marcel Telka (sk)
- Rostislav Raykov (bg)
- Miloslav Trmac (cs)
- Vincent van Adrighem (nl)
- Theppitak Karoonboonyanan (th)
- Adam Weinberger (en_CA)
- Takeshi AIHANA (ja)
==============================
gedit 2.9.5 - "Paleozoic Bugs"
==============================
Fixes
=====
- Undoing to an unmodified state resets the modified flag (Paolo Maggi)
- Fix saving in UTF-16 and others encondings (Paolo Maggi)
- ESC closes the find dialog (Paolo Maggi)
- Fix crash in Recent-files (Paolo Borelli)
- Change the cursor color when changing the text color (Paolo Maggi)
- Smarter HOME/END cursor movement (Paolo Maggi)
New and updated translations
============================
- Rostislav Raykov (bg)
- Funda Wang (zh_CN)
- Francisco Javier F. Serrador (es)
- Frank Arnold (de)
- Marcel Telka (sk)
- Leonid Kanter (ru)
- Priit Laes (et)
- Rhys Jones (cy)
- Nikos Charonitakis (el)
- Adam Weinberger (en_CA)
- Kjartan Maraas (nb, no)
- Žygimantas Beručka (lt)
- Takeshi AIHANA (ja)
===========
gedit 2.9.4
===========
New Features
============
- optional current line highlighting (Paolo Maggi)
- optional bracket matching (Jurg Billeter)
- "Save a Copy" plugin, with gnome-vfs support (Paolo Borelli)
Fixes
=====
- HIG fix in the close confirmation dialog (Naveen Chandranv)
- sync to latest recent-files library (Paolo Maggi)
New and updated translations
============================
- Laurent Dhima (sq)
- Kostas Papadimas (el)
- Kjartan Maraas (nb)
- Miloslav Trmac (cs)
- Vincent van Adrighem (nl)
- Francisco Javier F. Serrador (es)
- Žygimantas Beručka (lt)
- Adam Weinberger (en_CA)
- Takeshi AIHANA (ja)
===========
gedit 2.9.3
===========
Fixes
=====
- Minor UI tweaks (Paolo Maggi)
- Listen to autosave settings changes (Paolo Maggi)
- accessibility fixes (Srirama Sharma)
- Do not create backups in autosave mode (Paolo Borelli)
- do not retrieve the mime type multiple times for each document (Paolo Borelli)
- split I/O error dialogs to a separete file (Paolo Borelli)
- delay recent view initialization (Paolo Borelli)
New and updated translations
============================
- Laurent Dhima (sq)
- Tommi Vainikainen (fi)
- Takeshi AIHANA (ja)
- Žygimantas Beručka (lt)
- Miloslav Trmac (cs)
- Adam Weinberger (en_CA)
- Francisco Javier F. Serrador (es)
===========
gedit 2.9.2
===========
Fixes
=====
- bump gtksourceview requirement to 1.1
- improve default language detection for the spell plugin (Paolo Maggi)
- plug some memory leaks (Paolo Borelli)
- fix a bug and a critical warning when adding an encoding (Loïc Minier)
- listen to max-recents changes in gconf (Paolo Borelli)
- open new files specified on the command line in the proper order. (Paolo Borelli)
- Move to the new gtk api (about dialog, alerts etc) (Paolo Borelli)
- Fix a crash loading remote files (Paolo Maggi)
- Improve file naming in the window title (Paolo Maggi)
* modified documents are prefixed with a "*"
* the title of the window now has the format "filename (directory) - gedit"
- Use Pango fonts when printing (Owen Taylor)
- Check if the metadata file exists before trying to parse it (Marco Pesenti Gritti)
- Misc code cleanups (Paolo Borelli)
New and updated translations
============================
- Kjartan Maraas (nb)
- Martin Willemoes Hansen (da)
- David Lodge (en_GB)
- Meelad Zakaria (fa)
- Vladimir Petkov (bg)
- Laurent Dhima (sq)
- Takeshi AIHANA (ja)
===========
gedit 2.9.1
===========
Fixes
=====
- Remove obsolete nautilus view (Paolo Borelli)
- Fix compile with picky compilers (Marco Pesenti Gritti)
- avoid duplicate key accel in the file chooser (Paolo Borelli)
- s/Untitled/Unsaved Document to be HIG v.2 compliant (Paolo Maggi)
- enable some of plugins by default. The way active plugins are stored in
gconf changed, you may have to re-select some of the plugins (Paolo Maggi)
- new methods and signals for the output window (Paolo Maggi)
- remove some obsolete gedit_document_* functions, external plugins may
need to be updated to use GtkTextView api (Paolo Borelli);
- misc cleanups (Paolo Borelli)
- fix linking issues (Chris Kelso)
New and updated translations
============================
- Adam Weinberger (en_CA)
- Miloslav Trmac (cs)
- Jordi Mallach (ca)
- Mohammad DAMT (id
- Christophe Merlet (fr)
|
|
2.10.0: "Maria Stuarda"
* Translations:
- Updated Updated Romanian translation by Mugurel Tudor.
- Updated Hungarian translation updated by Gabor Kelemen.
- Updated Lithuanian translation by Gintautas Miliauskas.
2.9.92: "Drexler singing"
* Fixed:
- Readd a missing icon
- Fix some deprecated includes
2.9.91: "Spectacular Spectacular"
* Fixes:
- Fix a crash when closing an old window and changing externay gconf
keys that were monitorized by that window. (John Ellis)
2.9.3: "Bang Bang"
* Fixes:
- Tons of leaks fixed (Paolo Borelli)
- Continue search after finding a pattern (Madhan Raj)
2.9.2: "Con la frente marchita"
* Impovements:
- Add bugzilla verstion to .desktop file (Christoffer Olsen)
- Show in the window title the current configuration database
- Use a new icon for boormarks
- Added German documentation (Keywan Najafi Tonekaboni)
* Fixes:
- Install icon in the right place, use for the window title
correctly
- Lot of HIGifycation work (Dennis Cranston)
- Disable popups entries for defaults/mandatoy if user cannot
change them
- Lot of strings fixes (Dave Ahlswede, Dennis Cranston, David Lodge)
- Update auto* magic (James Henstridge)
- Handle menu tearoffs correctly, using the ui_manager (James Bowes)
|
|
matching GNOME 2.10.
|
|
|
|
|
|
|
|
|
|
Woods in PR 28977. Bump PKGREVISION.
|
|
PR 28977 by Greg A. Woods.
|
|
Changes (should fix the security issues found in 6.3.045)
2231 6.3.046 ":registers" doesn't show multi-byte characters correctly
2196 6.3.047 (extra) Win XP with Borland: new file is created read-only
18175 6.3.048 (extra) VMS: doesn't build on IA64
1776 6.3.049 (after 6.3.045) compiler warning for pointer type
2225 6.3.050 a SIGHUP while already exiting may cause a crash
1661 6.3.051 crash when 'wildmenu' set and completing multi-byte file name
3175 6.3.052 (extra) Win 98: can't enter non-ASCII characters if 'enc' set
1576 6.3.053 Win32: ":loadview" doesn't work for files with non-latin chars
1981 6.3.054 when 'im' is set redraw remains off when repeating an insert
8844 6.3.055 wrong text and crash using <C-R>= or <C-\>e in command line
2091 6.3.056 window title wrong for specific multi-byte character
1748 6.3.057 folds are not updated after a filter command
4440 6.3.058 crash when zero columns room; can't compile without :vsplit
2286 6.3.059 crash when editing a file with spaces and shell expansion
1609 6.3.060 register name isn't checked for CTRL-R CTRL-O in Insert mode
1984 6.3.061 display mess when multi-byte char at right edge of screen
2337 6.3.062 ":normal! gQ" hangs
1434 6.3.063 after the CursorHold event 'mousefocus' may stop working
1586 6.3.064 line2byte(line("$") + 1) sometimes returns the wrong number
|
|
using NO_BUILDLINK only as absolutely needed.)
|
|
|
|
and xemacs users can use this package and we don't have to maintain two
identical checksums and 2 copies of the distfile.
|
|
the DIST_SUBDIR. That change broke this package for all emacs (not xemacs)
users.
|
|
In NetBSD-1.6.2, the <stdlib.h> header uses the word bufsize as a
parameter name in a function prototype. The "file.h" header #defines
bufsize to 4096, which leads to a parser error.
|
|
corrupted
is fixed.
|
|
Francis Franklin
* Add a light gray border to the toolbars and adjust buttons (MacOSX)
* RTF importer fix for Unicode above 32K which are wrapped as negative (variation on a patch by Roland Kay, bug 8468)
* New document icons for RTF/DOC/WPD (MacOSX)
* Don't open files at launch time until after plugins have loaded (MacOSX)
* Improved toolbar combobox behaviour (bug 8417 & 8491)
* Don't convert Helvetica to Helvetic during RTF import (MacOSX)
* Use the correct names for units (points="pt" and pica="pi") in the Options dialog
* Use the correct scale for mm ruler units in the rulers
* Allow plugin-loading from Finder selection (MacOSX)
* If no other windows open, revert to default window position for new frame (MacOSX)
* Adjust zoom for new documents (bug 8415)
* CocoaPlugin API support for adding items to the context menu (MacOSX)
* Fix Stylist (MacOSX, bugs 8522 & 8523)
* Fix the spinners in the Insert Table dialog (MacOSX, bug 8524)
Roland Kay
* Add UTF-8 locales to supported language table (bug 8500)
* Bugfixes: 8499 (Modified by Dom Lachowicz)
Birch Knutson
* Fix bug where normal headers become even-page-only headers when exporting to RTF (bug 6217)
* Language of styles was not imported from RTF (bug 8445)
* Bugfixes: 5627 (partially), 7300 (partially)
Dom Lachowicz
* Bugfixes: some work towards fixing bug 8359
|
|
magic of buildlink here, but in the meantime, there's not much point in
having an xemacs-nox11 without allowing it to install the packages.
(Actually, should xemacs-nox11 become xemacs with PKG_OPTIONS.xemacs without
`x11'?
Which way are we going with these things?)
|
|
* Move library/header path configurations from xemacs/Makefile.common
to xemacs/Makefile and xemacs-nox11/Makefile. Don't add X-related
paths for -nox11. Fix build failure reported by bulk builds.
|
|
From the ChangeLog:
* XEmacs 21.5.19 "chives" is released.
"chives" is the twentieth in the VEGETABLE series.
Relative to XEmacs 21.5.18 "chestnut", "chives" includes a large
number of minor enhancements and work-in-progress. Some important or
annoying bugs have been fixed:
- The lstream data truncation bug (often observed as truncated emails
or truncated process input in buffers) has been identified and
fixed, we believe (hard to test).
- The bug where process output insertion replaced the whole buffer,
rather than just the region, has been fixed.
- The "Metacity maximize" bug (which was XEmacs's fault, not the
window manager's) has been fixed.
Known remaining bugs include:
- Aborts due to recursive entry to the allocation code from error
handlers. Workaround: avoid getting the memory full warnings (at
75% and 95% of memory space).
- A regression test failure in no-Mule builds. Workaround: don't
run the c-tests.el series when running tests. (Simply move
tests/automated/c-tests.el out of the way.)
Currently fairly stable, this seems to be a good point to release a
beta as a checkpoint. At the user level the most visible changes are
extension of the "behavior" mechanism for enabling and disabling
features, and a major reorganization of the documentation in the
source tree. For behaviors, see the Options->Behaviors submenu.
The source documentation changes include
At top level,
README has been gutted, with most content moved to the FAQ.
BUGS and README.packages were removed, with much of their content
moved to the FAQ.
GETTING.GNU.SOFTWARE was removed.
In etc,
BETA, CHARSETS, CODING-STANDARDS, CODINGS, DEBUG, DISTRIB, MACHINES,
and PACKAGES were removed, with most content moved to various Texinfo
documents.
FTP, GNU, LPF, MAILINGLISTS MORE.STUFF, MOTIVATION, ORDERS,
ORDERS.EUROPE, ORDERS.JAPAN, README.HYPERBOLE, README.OO-BROWSER,
SERVICE, and TERMS were removed.
PROBLEMS and etc/README were revised.
For developers, the following important internal API changes occurred.
- Initialization code (called from emacs.c:main_1()) has been
refactored. See the ChangeLog (2004-10-27, Ben Wing) for details.
- The GCPRO API has been refactored. See the ChangeLog (2004-10-27,
Ben Wing) for details. (Yes, it was a megapatch: same log entry.)
For more detailed information, there is a list of credits, and then
the full ChangeLogs, following the availability information.
For general information about XEmacs, the developers, and the user
community, see our home page,
http://www.xemacs.org/
|
|
|
|
Fix the movemail.c format string vulnerability. Other changes are
mostly build & documentation fixes.
In pkgsrc, pass ${LOCALBASE} and ${X11BASE} as the --site-includes
/ --sith-libraries / --site-runtime-libraries to configure more
correctly. No visible change.
|
|
|
|
2005-01-30 Matthew Garrett <mjg59@srcf.ucam.org>
* Make autogen.sh do the right thing
* Add Bengali support (from sayamindu@gnome.org)
* Add a couple of colons to remove gcc warnings (from sobhi@us.ibm.com)
* Make sure non-void functions return something (from
clahey@ximian.com)
* Check in /usr/X11R6/lib64 for libXtst (from clahey@ximian.com)
* Fix up string length checking - avoid crashes when "Speak on stop"
switched on
* Version 3.2.13
2005-01-25 Matthew Garrett <mjg59@srcf.ucam.org>
* Fix a couple of crash bugs in the window-focus handling
* Make window choice available on non-accessible builds
2005-01-12 Matthew Garrett <mjg59@srcf.ucam.org>
* Make the build system work after autotools make my life miserable
again.
* Add support for focusing windows from within Dasher
* Bump version to 3.2.12
|
|
|
|
exec-shield on linux if you have problems compiling emacs.
|
|
changes:
German translation of the manual by Dietmar Jung (1.0.4.6).
Selection of visual grid and editing grid in upcoming graphical mode (1.0.4.6).
Several minor bug corrections (1.0.4.6).
User profile for Windows, Gnome and KDE (1.0.4.5).
Several bug fixes: keyboard modifiers, Guile GC, Windows/Cygwin, etc. (1.0.4.5).
Arcs, circles and enhanced undo/redo for graphical mode (1.0.4.5).
Several patches by Josef Weidendorfer for improving the performance (1.0.4.4).
Drag and drop and more intuitive buttons in graphical mode (1.0.4.4).
Synchronization with β-version of the Windows port (1.0.4.4).
β-version of the Windows port (1.0.4.3).
Faster string and pk font loading (1.0.4.3).
Better graphical selections (1.0.4.3).
Added svjour base style for Springer-Verlag articles (1.0.4.2).
Implementation of double page breaks (1.0.4.2).
Correction of bug in presentation mode and several other minor bug corrections (1.0.4.2).
New implementation of header and title tags (1.0.4.1).
Documentation on new headers and titles (1.0.4.1).
Completed documentation on how to write style files (1.0.4.1).
Reorganization of style files so as to port existing LaTeX style files to TeXmacs (1.0.4.1).
Add routines for pattern matching on document paths (1.0.4.1).
Start to use inverse paths associated to trees in typesetting process (1.0.4.1).
|
|
|
|
This release fixes CAN-2005-0100, which we had a patch for before.
|
|
* A new detection method has been added to repair importer mistakes.
This should prevent crashes on importing documents.
* Lots of improvements again to the Mac OS X port
* Handle all platform supported graphics formats by default in the GTK port
* Improved HTML export, including the handling of Tables of Contents
* Improved WordPerfect import, including support for WordPerfect 3.0-3.5(e)
for Mac documents
* and much more
|
|
|
|
tech-pkg@.
|
|
|
|
|
|
|
|
* Only the major of NetBSD's patch was bumped before. Bump the major in
the rest of the patches (ick, this should be reworked), and PKGREVISION.
|
|
-lcurses instead of -ltermlib, and can't use poll(2).
|
|
This is the first 0.9 release - the main editing widget has been rewritten
since the last release (0.7.16). Please download it and try to break things
(and fix them - patches gratefully acepted!).
The new code fixes a long-standing problem where Conglomerate would crash when
loading certain documents. This has now been fixed (we believe), so that
Conglomerate should now be able to load and display any well-formed XML
document. The design is simpler and should enable us to implement more
sophisticated effects in the future (e.g. table editing).
Unfortunately, whilst it's better than it was at loading files, it's now less
stable when it comes to editing them. There are quite a few bugs still present
in the new implementation - for example, "span tags" are invisible if present
in a document loaded off disk (freshly created span tags appear as expected).
This and other bugs can be seen below a tracker bug ( bug # 143769 ); please
file bugs with editing and attach them to this tracker bug.
New Translations:
* Simplified Chinese (zh_CN) (Funda Wang)
Updated Translations:
* Czech (cs) (Miloslav Trmac)
* German (de) (Frank Arnold)
* Greek (el) (Kostas Papadimas)
* Canadian English (en_CA) (Adam Weinberger)
* British English (en_GB) (David Lodge)
* Spanish (es) (Francisco Javier F. Serrador)
* French (fr) (Michèle Garoche)
* Dutch (nl) (Daniel van Eeden)
Enhancements
* Major rewrite of the main editing widget (David Malcolm)
(Nickolay V. Shmyrev)
* Improvements to menu icons and keyboard shortcuts (Alan Horkan)
* Beginnings of work on a table-editing plugin for DocBook
(David Malcolm)
Fixes
* Fixes to i18n framework (Michèle Garoche) (Geert Stappers)
(Marcel Telka)
Fixes to improve stability of basic editing (Nickolay V. Shmyrev)
* Fixed the random document generator to use the correct text
"Lorem ipsum" text from Cicero's "de Finibus Bonorum et Malorum",
based on http://lipsum.com/ (David Malcolm)
* Cleaned up to fix bug # 145096 (David Malcolm)
* Fixed simple word-wrapping in new editor widget (I hope) bug # 143994
(David Malcolm)
|
|
|
|
Fixes
=====
- Bug #149988 (Is gedit potfile versioning needed?) [Paolo Maggi]
- Bug #144894 (Ortographic corrector doesn't work in commented
lines) [Paolo Maggi]
- Fixed a crash that happens if you remove automatic spell checker and the
press Shift+F10 [Paolo Maggi]
- Fixed a crash in the time plugin when the format in gconf is not valid
[Paolo Borelli]
- Fixed some mem leaks [Paolo Borelli]
- Backported some speedups from 2.9 [Paolo Borelli]
- Sync to latest libegg [Paolo Borelli]
New and updated translations
============================
- Rhys Jones (cy)
- Artur Flinta (pl)
|
|
Set DIST_SUBDIR, since there were two versions of the abiword-2.2.3
distfile (difference is a "const").
Hi adam!
|
|
|
|
|
|
|
|
|
|
Bump BUILDLINK_DEPENDS of pico, and the PKGREVISION of both pico and pine.
To help avoid this problem in the future, add a comment to pico/Makefile,
indicating where the shlib version is maintained and when it should be bumped.
|
|
conflict.
Bump PKGREVISIONs.
|