summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2005-06-10Update to 2.10.3: it contains a security fix for a format stringjmmv2-6/+7
vulnerability in error dialogs when loading a file fails.
2005-06-08Share a Makefile.common between emacs and emacs-nox11.markd4-1866/+83
Should fix PR pkg/30462. Also convert emacs to options framework.
2005-06-05Recognize the softdep, devmtime and nodevmtime options. Bump PKGREVISION to 1.jmmv3-5/+24
Patch from Geert Hendrickx in tech-pkg@.
2005-06-04Update to version 1.8.1markd3-27/+8
ChangeLog: * Fixes a build issue on older (KDE 3.2) installations. * Translated documents are installed correctly now.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam33-65/+50
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-31update to 1.0.5.2drochner5-35/+37
changes: User preference for popup instead of footer dialogues (1.0.5.2). Default values and types for interactive arguments (1.0.5.2). Better dialogue system based on scheme continuations (1.0.5.2). Arrows for the upcoming graphical mode (1.0.5.2). Support for plug-in provided icons and dictionaries (1.0.5.2). Included Proclus plug-in into the main distribution (1.0.5.2).
2005-05-30Updated editors/vim to 6.3.074 and fixed pkg/29979martti9-21/+32
2083 6.3.072 crash for substitute message when using UTF-8 and Chinese 2017 6.3.073 Win32 GUI: display errors when scrolling up/down 2365 6.3.074 with 'insertmode' CTRL-V after Select mode doesn't work
2005-05-29Fix build by removing patches obsoleted during the last update.jmmv3-38/+1
2005-05-26Don't use buildlink framework just to do a conditional dependency for ajlam1-2/+2
binary tool. We can now use the tools framework for this. Remove the various nroff/groff buildlink3.mk/builtin.mk files as editors/jove was their only user in pkgsrc.
2005-05-26Apply patch to recognize NetBSD specific filesystems in fstab. Providedjmmv8-12/+32
by Geert Hendrickx in tech-pkg@. Bump PKGREVISION to 1 (and adjust DEPENDS lines in vim* to allow revisions).
2005-05-26Update kile to version 1.8.markd4-22/+128
Kile now offers QuickPreview, UserHelp, new and improved wizards and several bug fixes.
2005-05-26Treat DragonFly as FreeBSD. From Peter Schuller in PR pkg/30225.markd2-10/+18
2005-05-25Add RMD160 checksum.wiz1-1/+2
2005-05-23Add and enable feagc1-1/+2
2005-05-23Initial import of fe-1.6, a folding editor with an EMACS-like command set,agc4-0/+55
into the Packages Collection. Fe is a small and easy to use folding editor. Fe allows to fold arbitrary text regions; it is not bound to syntactic units. Unlike Origami, folds are not attributed with a trailing comment, instead you can put folds before or after any text in the line, as you like. Fe has no configuration or extension language and requires no setup. Its user interface is emacs-like and it has menues for the very most important functions to help beginners. Further there is a reference card. It offers: * Regions and Emacs-like kill ring * Incremental search * Keyboard macros * Editing binary files * Multiple windows and views * Compose function for Latin 1 characters In case you can't stand the emacs interface and want ultimate flexibility, fe can easily be modified, because it is structured as an editor library with a user interface frontend, all written in C.
2005-05-23Removed empty line.rillig1-2/+1
2005-05-23Removed trailing white-space.rillig6-10/+10
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam26-52/+52
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-19Update to 2.10.2:jmmv3-7/+8
Fixes ===== - Fix focus when launching another instance (Paolo Borelli) - Fix compilation with gcc 2.95 (Jens Granseuer) - Fix a memory leak, some unsafe use of write() and other minor bugs (Benoît Dejean) New and updated translations ============================ - Steve Murphy (rw) - Adi Attar (xh) - Gabor Kelemen (hu.po)
2005-05-18Remove gnome1 packages except as needed for gnucash.wiz9-245/+1
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18update to 1.0.5.1drochner3-70/+110
changes: -Contextual overloading -speed improvements -groundwork for graphical mode
2005-05-16This version of emacs does not support Darwin. Set NOT_FOR_PLATFORM.minskim1-1/+3
2005-05-16Updated vim to 6.3.071martti2-4/+13
1710 6.3.069 when converting text with illegal characters Vim may crash 1928 6.3.070 crash when 'number' set and with a vertical split 1722 6.3.071 CTRL-X message sticks after error for completion
2005-05-16Note that gtar is required by the package.jlam4-4/+11
2005-05-09Teach configure about NetBSD/amd64 and Darwin. Closes PR pkg/28623.minskim2-1/+20
2005-05-09Correct PLIST on Darwin. Based on patches provided by Tom Yu in PR pkg/26943.minskim2-6/+15
2005-04-30Update MASTER_SITES and HOMEPAGE.agc1-3/+3
2005-04-28update to 1.0.5drochner4-9/+301
changes: Several minor bug corrections (1.0.5). Further improvements for grids in the upcoming graphical mode (1.0.5). Added and improved still imperfect svmono , svjour , elsart and ifac styles (1.0.4.7). Added a plug-in for DraTeX (1.0.4.7). Updated and improved Maxima plug-in for upcoming version 5.9.2 of Maxima (1.0.4.7). Further improvements for grids in the upcoming graphical mode (1.0.4.7). being here, fix maxima detection
2005-04-25Xemacs and Xemacs-nox11 share the same PLIST but netbsd-x11 doesn'tmagick3-4/+8
install mule-x-init.elc which breaks "make package" Fix this by uncommenting the entry for mule-x-init.elc in the nox11 package as suggested by the submitter of pr 30020. This fixes pr 30020
2005-04-22Remove gbib -- package version does not build with gcc3, currentwiz5-37/+1
version does not build with gcc3, and authors don't seem interested in making a version that does.
2005-04-18Bump PKGREVISION for libiconv related dependency change.wiz1-1/+2
2005-04-18Always use pkgsrc (GNU) libiconv/gettext; the NetBSD builtin justdrochner1-1/+2
doesn't do it. From adam per tech-pkg.
2005-04-18adam volunteered to maintain this package.wiz1-2/+2
2005-04-13update to 2.2.7drochner3-10/+10
windows importer improvements, and bugfixes
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv53-106/+53
2005-04-08Added two patches that are needed for gcc-2.95. Approved by jlam.rillig3-1/+38
2005-04-07Take maintainership.markd1-2/+2
2005-04-07patch-ab rewritten as it should be :]adam2-12/+13
2005-04-04"configure" now checks for gucharmap by default, picks it up, but thenfredb1-3/+3
fails to build with it (without the buildlink glue). Adapt by reversing the sense of the check, and s/enable/disable/.
2005-04-04Changes 2.2.6:adam3-10/+10
* Bugfixes, mostly for MacOSX See http://www.abisource.com/changelogs/2.2.6.phtml
2005-04-04Updated vim to 6.3.068martti2-4/+17
4436 6.3.065 there was no digraph for euro in Unicode 4728 6.3.066 permissions of backup file may be wrong 2200 6.3.067 (after 6.3.066) newly created file gets execute permission 2247 6.3.068 can't write when editing symbolic link to compressed file
2005-03-31We already depend on libwmf --- it just needs a configure switch todrochner2-2/+4
actually build the WMF plugin. (It doesn't work at all for me, unfortunately. Always get a message box saying "error importing...". Perhaps it is of use for someone else.)
2005-03-27Update to 2.10.1:jmmv3-7/+8
Fixes: - Open a new document when launching another instance (Paolo Borelli) - Do not open a document in another workspace (Paolo Borelli) New and updated translations: - Ahmad Riza H Nst (id) - Adi Attar (xh) - Nikos Charonitakis (el) - Leonid Kanter (ru) - Ivar Smolin (et) - Adam Weinberger (en_CA) - David Lodge (en_GB) - Ilkka Tuohela (fi) - Ercin Eker (tr)
2005-03-24Update jmcneill's email address.wiz1-2/+2
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz8-20/+8
useful.
2005-03-23Changes 3.2:adam3-10/+21
- 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 :-)
2005-03-22Update to 2.10.0:jmmv3-41/+48
============ 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)
2005-03-22Update to 2.10.0:jmmv3-10/+13
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)
2005-03-22Update to 3.2.15: unknown changes, but this is just another stable versionjmmv2-6/+6
matching GNOME 2.10.
2005-03-22Bump revision due to update of eel2 to 2.10.0.jmmv1-1/+2