2015-02-15 14:13:24 +01:00
|
|
|
@comment $NetBSD: PLIST,v 1.21 2015/02/15 13:13:24 hauke Exp $
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
bin/${DISTNAME}
|
|
|
|
bin/ellcc
|
1999-06-28 23:22:56 +02:00
|
|
|
bin/gnuattach
|
|
|
|
bin/gnuclient
|
|
|
|
bin/gnudoit
|
|
|
|
bin/ootags
|
2003-02-25 13:08:21 +01:00
|
|
|
bin/xemacs
|
1999-06-30 01:13:37 +02:00
|
|
|
bin/xemacs-b2m
|
|
|
|
bin/xemacs-ctags
|
|
|
|
bin/xemacs-etags
|
|
|
|
bin/xemacs-rcs-checkin
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/etc/BETA
|
|
|
|
lib/${DISTNAME}/etc/CHARSETS
|
|
|
|
lib/${DISTNAME}/etc/CODING-STANDARDS
|
|
|
|
lib/${DISTNAME}/etc/CODINGS
|
|
|
|
lib/${DISTNAME}/etc/COPYING
|
|
|
|
lib/${DISTNAME}/etc/COPYING.LIB
|
|
|
|
lib/${DISTNAME}/etc/DEBUG
|
|
|
|
lib/${DISTNAME}/etc/DISTRIB
|
2010-12-16 18:45:12 +01:00
|
|
|
lib/${DISTNAME}/etc/ETAGS.ChangeLog
|
|
|
|
lib/${DISTNAME}/etc/ETAGS.EBNF
|
|
|
|
lib/${DISTNAME}/etc/ETAGS.README
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/etc/Emacs.ad
|
|
|
|
lib/${DISTNAME}/etc/FTP
|
|
|
|
lib/${DISTNAME}/etc/GNU
|
|
|
|
lib/${DISTNAME}/etc/HELLO
|
|
|
|
lib/${DISTNAME}/etc/InstallGuide
|
2015-02-15 14:13:24 +01:00
|
|
|
lib/${DISTNAME}/etc/Installation
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/etc/LPF
|
|
|
|
lib/${DISTNAME}/etc/MACHINES
|
|
|
|
lib/${DISTNAME}/etc/MAILINGLISTS
|
|
|
|
lib/${DISTNAME}/etc/MORE.STUFF
|
|
|
|
lib/${DISTNAME}/etc/MOTIVATION
|
|
|
|
lib/${DISTNAME}/etc/NEWS
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/etc/ONEWS
|
|
|
|
lib/${DISTNAME}/etc/OONEWS
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/etc/ORDERS
|
|
|
|
lib/${DISTNAME}/etc/ORDERS.EUROPE
|
|
|
|
lib/${DISTNAME}/etc/ORDERS.JAPAN
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/etc/OXYMORONS
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/etc/PACKAGES
|
|
|
|
lib/${DISTNAME}/etc/README
|
|
|
|
lib/${DISTNAME}/etc/README.HYPERBOLE
|
|
|
|
lib/${DISTNAME}/etc/README.OO-BROWSER
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/etc/SERVICE
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/etc/TERMS
|
|
|
|
lib/${DISTNAME}/etc/TUTORIAL
|
2010-12-16 18:45:12 +01:00
|
|
|
lib/${DISTNAME}/etc/TUTORIAL.cs
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/etc/TUTORIAL.de
|
|
|
|
lib/${DISTNAME}/etc/TUTORIAL.fr
|
|
|
|
lib/${DISTNAME}/etc/TUTORIAL.hr
|
|
|
|
lib/${DISTNAME}/etc/TUTORIAL.ja
|
|
|
|
lib/${DISTNAME}/etc/TUTORIAL.ko
|
|
|
|
lib/${DISTNAME}/etc/TUTORIAL.no
|
|
|
|
lib/${DISTNAME}/etc/TUTORIAL.pl
|
|
|
|
lib/${DISTNAME}/etc/TUTORIAL.ro
|
|
|
|
lib/${DISTNAME}/etc/TUTORIAL.ru
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/etc/TUTORIAL.se
|
2010-12-16 18:45:12 +01:00
|
|
|
lib/${DISTNAME}/etc/TUTORIAL.sl
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/etc/TUTORIAL.th
|
|
|
|
lib/${DISTNAME}/etc/XKeysymDB
|
|
|
|
lib/${DISTNAME}/etc/aliases.ksh
|
|
|
|
lib/${DISTNAME}/etc/cbx.png
|
|
|
|
lib/${DISTNAME}/etc/check_cygwin_setup.sh
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/etc/chr.png
|
|
|
|
lib/${DISTNAME}/etc/chrm.png
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/etc/ctags.1
|
|
|
|
lib/${DISTNAME}/etc/custom/check0.xpm
|
|
|
|
lib/${DISTNAME}/etc/custom/check1.xpm
|
|
|
|
lib/${DISTNAME}/etc/custom/choose-down.png
|
|
|
|
lib/${DISTNAME}/etc/custom/choose-up.png
|
|
|
|
lib/${DISTNAME}/etc/custom/done-down.png
|
|
|
|
lib/${DISTNAME}/etc/custom/done-up.png
|
|
|
|
lib/${DISTNAME}/etc/custom/down-pushed.xpm
|
|
|
|
lib/${DISTNAME}/etc/custom/down.xpm
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/etc/custom/example-themes/europe-theme.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/etc/custom/example-themes/ex-custom-file
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/etc/custom/example-themes/example-theme.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/etc/custom/face.xpm
|
|
|
|
lib/${DISTNAME}/etc/custom/folder.xpm
|
|
|
|
lib/${DISTNAME}/etc/custom/open-down.png
|
|
|
|
lib/${DISTNAME}/etc/custom/open-up.png
|
|
|
|
lib/${DISTNAME}/etc/custom/option.xpm
|
|
|
|
lib/${DISTNAME}/etc/custom/radio0.xpm
|
|
|
|
lib/${DISTNAME}/etc/custom/radio1.xpm
|
|
|
|
lib/${DISTNAME}/etc/custom/reset-down.png
|
|
|
|
lib/${DISTNAME}/etc/custom/reset-up.png
|
|
|
|
lib/${DISTNAME}/etc/custom/right-pushed.xpm
|
|
|
|
lib/${DISTNAME}/etc/custom/right.xpm
|
|
|
|
lib/${DISTNAME}/etc/custom/save-down.png
|
|
|
|
lib/${DISTNAME}/etc/custom/save-up.png
|
|
|
|
lib/${DISTNAME}/etc/custom/set-down.png
|
|
|
|
lib/${DISTNAME}/etc/custom/set-up.png
|
|
|
|
lib/${DISTNAME}/etc/custom/state-down.png
|
|
|
|
lib/${DISTNAME}/etc/custom/state-up.png
|
|
|
|
lib/${DISTNAME}/etc/custom/toggle-off-down.png
|
|
|
|
lib/${DISTNAME}/etc/custom/toggle-off-up.png
|
|
|
|
lib/${DISTNAME}/etc/custom/toggle-on-down.png
|
|
|
|
lib/${DISTNAME}/etc/custom/toggle-on-up.png
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/etc/editclient.sh
|
|
|
|
lib/${DISTNAME}/etc/emacskeys.sco
|
|
|
|
lib/${DISTNAME}/etc/emacsstrs.sco
|
|
|
|
lib/${DISTNAME}/etc/eos/eos-build.xbm
|
|
|
|
lib/${DISTNAME}/etc/eos/eos-clear-at.xbm
|
|
|
|
lib/${DISTNAME}/etc/eos/eos-cont.xbm
|
|
|
|
lib/${DISTNAME}/etc/eos/eos-dismiss.xbm
|
|
|
|
lib/${DISTNAME}/etc/eos/eos-down.xbm
|
|
|
|
lib/${DISTNAME}/etc/eos/eos-evaluate-star.xbm
|
|
|
|
lib/${DISTNAME}/etc/eos/eos-evaluate.xbm
|
|
|
|
lib/${DISTNAME}/etc/eos/eos-fix.xbm
|
|
|
|
lib/${DISTNAME}/etc/eos/eos-intro.xbm
|
|
|
|
lib/${DISTNAME}/etc/eos/eos-introB.xbm
|
|
|
|
lib/${DISTNAME}/etc/eos/eos-introD.xbm
|
|
|
|
lib/${DISTNAME}/etc/eos/eos-introDB.xbm
|
|
|
|
lib/${DISTNAME}/etc/eos/eos-run.xbm
|
|
|
|
lib/${DISTNAME}/etc/eos/eos-run2.xbm
|
|
|
|
lib/${DISTNAME}/etc/eos/eos-step-into.xbm
|
|
|
|
lib/${DISTNAME}/etc/eos/eos-step-over.xbm
|
|
|
|
lib/${DISTNAME}/etc/eos/eos-stop-in.xbm
|
|
|
|
lib/${DISTNAME}/etc/eos/eos-stop.xbm
|
|
|
|
lib/${DISTNAME}/etc/eos/eos-type.xbm
|
|
|
|
lib/${DISTNAME}/etc/eos/eos-up.xbm
|
|
|
|
lib/${DISTNAME}/etc/etags.1
|
|
|
|
lib/${DISTNAME}/etc/gnu.xbm
|
|
|
|
lib/${DISTNAME}/etc/gnu.xpm
|
|
|
|
lib/${DISTNAME}/etc/gnuattach.1
|
|
|
|
lib/${DISTNAME}/etc/gnuclient.1
|
|
|
|
lib/${DISTNAME}/etc/gnudoit.1
|
|
|
|
lib/${DISTNAME}/etc/gnuserv.1
|
|
|
|
lib/${DISTNAME}/etc/gnuserv.README
|
|
|
|
lib/${DISTNAME}/etc/gray1.xbm
|
2005-02-28 17:20:09 +01:00
|
|
|
lib/${DISTNAME}/etc/gtkrc
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/etc/idd/drop
|
|
|
|
lib/${DISTNAME}/etc/idd/dropmsk
|
|
|
|
lib/${DISTNAME}/etc/ms-kermit
|
|
|
|
lib/${DISTNAME}/etc/ms-kermit-7bit
|
2004-02-09 08:54:58 +01:00
|
|
|
lib/${DISTNAME}/etc/package-index.LATEST.gpg
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/etc/photos/adrian.png
|
|
|
|
lib/${DISTNAME}/etc/photos/adrianm.png
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/etc/photos/ajc.png
|
|
|
|
lib/${DISTNAME}/etc/photos/ajcm.png
|
|
|
|
lib/${DISTNAME}/etc/photos/baw.png
|
|
|
|
lib/${DISTNAME}/etc/photos/bawm.png
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/etc/photos/ben.png
|
|
|
|
lib/${DISTNAME}/etc/photos/benm.png
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/etc/photos/bw.png
|
|
|
|
lib/${DISTNAME}/etc/photos/bwm.png
|
|
|
|
lib/${DISTNAME}/etc/photos/cthomp.png
|
|
|
|
lib/${DISTNAME}/etc/photos/cthompm.png
|
2010-12-16 18:45:12 +01:00
|
|
|
lib/${DISTNAME}/etc/photos/didier.png
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/etc/photos/dkindred.png
|
|
|
|
lib/${DISTNAME}/etc/photos/dkindredm.png
|
|
|
|
lib/${DISTNAME}/etc/photos/dmoore.png
|
|
|
|
lib/${DISTNAME}/etc/photos/dmoorem.png
|
|
|
|
lib/${DISTNAME}/etc/photos/dv.png
|
|
|
|
lib/${DISTNAME}/etc/photos/dvm.png
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/etc/photos/fabrice.png
|
|
|
|
lib/${DISTNAME}/etc/photos/fabricem.png
|
|
|
|
lib/${DISTNAME}/etc/photos/golubev.png
|
|
|
|
lib/${DISTNAME}/etc/photos/golubevm.png
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/etc/photos/hniksic.png
|
|
|
|
lib/${DISTNAME}/etc/photos/hniksicm.png
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/etc/photos/jan.png
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/etc/photos/jareth.png
|
|
|
|
lib/${DISTNAME}/etc/photos/jarethm.png
|
|
|
|
lib/${DISTNAME}/etc/photos/jens.png
|
|
|
|
lib/${DISTNAME}/etc/photos/jensm.png
|
|
|
|
lib/${DISTNAME}/etc/photos/jmiller.png
|
|
|
|
lib/${DISTNAME}/etc/photos/jmillerm.png
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/etc/photos/juhp.png
|
|
|
|
lib/${DISTNAME}/etc/photos/juhpm.png
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/etc/photos/jwz.png
|
|
|
|
lib/${DISTNAME}/etc/photos/jwzm.png
|
|
|
|
lib/${DISTNAME}/etc/photos/kazz.png
|
|
|
|
lib/${DISTNAME}/etc/photos/kazzm.png
|
|
|
|
lib/${DISTNAME}/etc/photos/kyle.png
|
|
|
|
lib/${DISTNAME}/etc/photos/kylem.png
|
|
|
|
lib/${DISTNAME}/etc/photos/larsi.png
|
|
|
|
lib/${DISTNAME}/etc/photos/larsim.png
|
|
|
|
lib/${DISTNAME}/etc/photos/martin.png
|
|
|
|
lib/${DISTNAME}/etc/photos/martinm.png
|
|
|
|
lib/${DISTNAME}/etc/photos/mcook.png
|
|
|
|
lib/${DISTNAME}/etc/photos/mcookm.png
|
|
|
|
lib/${DISTNAME}/etc/photos/mly.png
|
|
|
|
lib/${DISTNAME}/etc/photos/mlym.png
|
|
|
|
lib/${DISTNAME}/etc/photos/morioka.png
|
|
|
|
lib/${DISTNAME}/etc/photos/moriokam.png
|
|
|
|
lib/${DISTNAME}/etc/photos/ograf.png
|
|
|
|
lib/${DISTNAME}/etc/photos/ografm.png
|
|
|
|
lib/${DISTNAME}/etc/photos/pez.png
|
|
|
|
lib/${DISTNAME}/etc/photos/pezm.png
|
|
|
|
lib/${DISTNAME}/etc/photos/piper.png
|
|
|
|
lib/${DISTNAME}/etc/photos/piperm.png
|
|
|
|
lib/${DISTNAME}/etc/photos/rickc.png
|
|
|
|
lib/${DISTNAME}/etc/photos/rickcm.png
|
|
|
|
lib/${DISTNAME}/etc/photos/slb.png
|
|
|
|
lib/${DISTNAME}/etc/photos/slbm.png
|
|
|
|
lib/${DISTNAME}/etc/photos/sperber.png
|
|
|
|
lib/${DISTNAME}/etc/photos/sperberm.png
|
|
|
|
lib/${DISTNAME}/etc/photos/stig.png
|
|
|
|
lib/${DISTNAME}/etc/photos/stigb.png
|
|
|
|
lib/${DISTNAME}/etc/photos/stigbm.png
|
|
|
|
lib/${DISTNAME}/etc/photos/stigm.png
|
|
|
|
lib/${DISTNAME}/etc/photos/thiessel.png
|
|
|
|
lib/${DISTNAME}/etc/photos/thiesselm.png
|
|
|
|
lib/${DISTNAME}/etc/photos/vin.png
|
|
|
|
lib/${DISTNAME}/etc/photos/vinm.png
|
|
|
|
lib/${DISTNAME}/etc/photos/vladimir.png
|
|
|
|
lib/${DISTNAME}/etc/photos/vladimirm.png
|
|
|
|
lib/${DISTNAME}/etc/photos/wmperry.png
|
|
|
|
lib/${DISTNAME}/etc/photos/wmperrym.png
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/etc/photos/youngs.png
|
|
|
|
lib/${DISTNAME}/etc/photos/youngsm.png
|
|
|
|
lib/${DISTNAME}/etc/recycle.xpm
|
|
|
|
lib/${DISTNAME}/etc/recycle2.xpm
|
|
|
|
lib/${DISTNAME}/etc/refcard.ps.gz
|
|
|
|
lib/${DISTNAME}/etc/refcard.tex
|
|
|
|
lib/${DISTNAME}/etc/sample.Xdefaults
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/etc/sample.init.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/etc/sink.xbm
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/etc/sparcworks/SW.Editor.xpm
|
|
|
|
lib/${DISTNAME}/etc/sparcworks/sunpro-mailcap
|
|
|
|
lib/${DISTNAME}/etc/tests/external-widget/Makefile
|
|
|
|
lib/${DISTNAME}/etc/tests/external-widget/test-ew-motif.c
|
|
|
|
lib/${DISTNAME}/etc/tests/external-widget/test-ew-xlib.c
|
|
|
|
lib/${DISTNAME}/etc/toolbar/compile-cap-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/compile-cap-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/compile-dn.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/compile-up.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/compile-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/compile-xx.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/compile-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/copy-cap-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/copy-cap-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/copy-dn.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/copy-up.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/copy-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/copy-xx.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/copy-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/cut-cap-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/cut-cap-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/cut-dn.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/cut-up.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/cut-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/cut-xx.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/cut-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/debug-cap-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/debug-cap-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/debug-dn.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/debug-up.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/debug-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/debug-xx.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/debug-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/disk-cap-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/disk-cap-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/disk-dn.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/disk-up.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/disk-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/disk-xx.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/disk-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/file-cap-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/file-cap-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/file-dn.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/file-up.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/file-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/file-xx.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/file-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/folder-cap-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/folder-cap-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/folder-dn.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/folder-up.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/folder-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/folder-xx.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/folder-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-def-cap-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-def-cap-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-def-dn.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-def-up.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-def-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-def-xx.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-def-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-exit-cap-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-exit-cap-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-exit-dn.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-exit-up.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-exit-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-exit-xx.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-exit-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-exit.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-exit.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-next-cap-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-next-cap-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-next-dn.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-next-up.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-next-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-next-xx.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-next-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-next.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-next.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-prev-cap-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-prev-cap-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-prev-dn.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-prev-up.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-prev-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-prev-xx.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-prev-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-prev.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-prev.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-up-cap-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-up-cap-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-up-dn.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-up-up.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-up-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-up-xx.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-up-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-up.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/info-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/last-win-cap-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/last-win-cap-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/last-win-dn.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/last-win-up.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/last-win-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/last-win-xx.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/last-win-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/mail-cap-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/mail-cap-xx.xpm
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/etc/toolbar/mail-dn.xbm
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/etc/toolbar/mail-up.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/mail-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/mail-xx.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/mail-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/news-cap-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/news-cap-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/news-dn.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/news-up.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/news-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/news-xx.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/news-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/next-win-cap-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/next-win-cap-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/next-win-dn.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/next-win-up.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/next-win-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/next-win-xx.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/next-win-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/paste-cap-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/paste-cap-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/paste-dn.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/paste-up.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/paste-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/paste-xx.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/paste-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/printer-cap-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/printer-cap-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/printer-dn.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/printer-up.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/printer-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/printer-xx.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/printer-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/replace-cap-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/replace-cap-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/replace-dn.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/replace-up.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/replace-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/replace-xx.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/replace-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/spell-cap-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/spell-cap-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/spell-dn.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/spell-up.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/spell-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/spell-xx.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/spell-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/undo-cap-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/undo-cap-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/undo-dn.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/undo-up.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/undo-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/undo-xx.xbm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/undo-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/workshop-cap-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/workshop-cap-xx.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/workshop-up.xpm
|
|
|
|
lib/${DISTNAME}/etc/toolbar/workshop-xx.xpm
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/etc/trash.xpm
|
|
|
|
lib/${DISTNAME}/etc/xemacs-beta.xpm
|
|
|
|
lib/${DISTNAME}/etc/xemacs-enhanced.png
|
|
|
|
lib/${DISTNAME}/etc/xemacs-fe.sh
|
|
|
|
lib/${DISTNAME}/etc/xemacs-icon.xpm
|
|
|
|
lib/${DISTNAME}/etc/xemacs-icon2.xbm
|
|
|
|
lib/${DISTNAME}/etc/xemacs-icon2.xpm
|
|
|
|
lib/${DISTNAME}/etc/xemacs-icon3.xpm
|
|
|
|
lib/${DISTNAME}/etc/xemacs-ja.1
|
|
|
|
lib/${DISTNAME}/etc/xemacs.1
|
|
|
|
lib/${DISTNAME}/etc/xemacs.xbm
|
|
|
|
lib/${DISTNAME}/etc/xemacs.xpm
|
2010-12-16 18:45:12 +01:00
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/DOC
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/add-big-package.sh
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/config.values
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/cvtmail
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/digest-doc
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/fakemail
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/gnuserv
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/gzip-el.sh
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/hexl
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/Emacs.ad.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/EmacsFrame.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/EmacsFrameP.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/EmacsManager.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/EmacsManagerP.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/EmacsShell.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/EmacsShellP.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/ExternalClient.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/ExternalClientP.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/ExternalShell.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/ExternalShellP.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/backtrace.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/balloon_help.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/bitmaps.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/blocktype.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/broken-sun.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/buffer.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/bufslots.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/bytecode.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/casetab.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/chartab.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/cm.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/commands.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/config.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/conslots.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-gtk.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-msw.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-stream.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-tty.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console-x.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/console.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/database.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/debug.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/device.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/dragdrop.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/dumper.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/eldap.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/elhash.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/emodules.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/events-mod.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/events.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/extents.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/extw-Xlib.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/extw-Xt.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/faces.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/file-coding.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/frame.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/frameslots.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/gccache-gtk.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/general-slots.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/getpagesize.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/gifrlib.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/glyphs-gtk.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/glyphs-msw.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/glyphs-x.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/glyphs.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/gpmevent.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/gtk-xemacs.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/gui-gtk.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/gui-x.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/gui.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/gutter.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/hash.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/imgproc.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/insdel.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/iso-wide.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/keymap.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/libsst.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/libst.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/line-number.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/lisp-disunion.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/lisp-union.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/lisp.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/lrecord.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/lstream.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/7300.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/README
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/acorn.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/alliant-2800.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/alliant.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/alliant1.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/alliant4.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/alpha.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/altos.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/amdahl.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/apollo.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/arm.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/att3b.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/aviion.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/celerity.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/clipper.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/cnvrgnt.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/convex.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/cydra5.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/delta.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/delta88k.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/dpx2.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/dual.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/elxsi.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/ews4800r.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/gec63.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/gould-np1.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/gould.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/hp300bsd.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/hp800.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/hp9000s300.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/i860.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/ibm370aix.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/ibmps2-aix.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/ibmrs6000.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/ibmrt-aix.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/ibmrt.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/intel386.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/iris4d.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/iris5d.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/iris6d.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/irist.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/is386.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/isi-ov.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/luna88k.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/m68k.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/masscomp.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/mega68.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/mg1.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/mips-nec.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/mips-siemens.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/mips.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/mips4.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/ncr386.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/news-risc.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/news.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/next.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/nh3000.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/nh4000.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/ns16000.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/ns32000.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/nu.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/orion.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/orion105.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/paragon.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/pfa50.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/plexus.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/pmax.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/powerpc.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/pyramid.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/pyrmips.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/sequent-ptx.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/sequent.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/sgi-challenge.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/sgi3000.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/sparc.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/sps7.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/stride.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/sun1.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/sun2.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/sun3-68881.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/sun3-fpa.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/sun3-soft.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/sun3.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/sun386.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/symmetry.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/tad68k.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/tahoe.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/tandem-s2.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/targon31.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/tek4300.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/tekxd88.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/template.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/tower32.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/tower32v3.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/ustation.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/vax.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/wicat.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/windowsnt.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m/xps100.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/macros.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/mem-limits.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/menubar-msw.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/menubar.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/miscplay.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/mule-ccl.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/mule-charset.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/nativesound.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/ndir.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/nt.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/ntheap.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/objects-gtk.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/objects-msw.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/objects-tty.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/objects-x.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/objects.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/offix-cursors.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/offix-types.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/offix.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/opaque.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/paths.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/postgresql.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/process.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/procimpl.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/rangetab.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/redisplay.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/regex.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/3700.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/386-ix.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/386bsd.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/README
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/aix3-1.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/aix3-2-5.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/aix3-2.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/aix4-1.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/aix4-2.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/aix4.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/alliant-2800.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/alliant.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/altos.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/amdahl.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/bsd386.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/bsd4-1.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/bsd4-2.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/bsd4-3.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/bsdos2-1.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/bsdos2.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/bsdos3.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/bsdos4.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/cxux.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/cxux7.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/cygwin.sc
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/cygwin32.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/darwin.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/decosf1-2.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/decosf1-3.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/decosf3-1.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/decosf3-2.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/decosf4-0.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/dgux.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/dgux5-4r2.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/dgux5-4r3.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/dgux5-4r4.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/domain.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/dragonfly.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/esix.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/esix5r4.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/ewsux5r4.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/freebsd.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/gnu.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/hpux.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/hpux10-shr.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/hpux10.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/hpux11-shr.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/hpux11.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/hpux8-shr.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/hpux8.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/hpux9-shr.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/hpux9-x11r4.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/hpux9.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/hpux9shxr4.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/iris3-5.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/iris3-6.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/irix3-3.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/irix4-0.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/irix5-0.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/irix5-1.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/irix5-2.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/irix5-3.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/irix6-0.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/isc2-2.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/isc3-0.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/isc4-0.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/isc4-1.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/linux.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/mach-bsd4-3.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/mingw32.h
|
2011-12-08 21:43:28 +01:00
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/netbsd.h
|
2010-12-16 18:45:12 +01:00
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/newsos5.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/nextstep.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/openbsd.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/osf1.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/ptx.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/riscix1-1.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/riscix1-2.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/riscos5.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/rtu.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/sco4.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/sco5-shr.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/sco5.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/sco7.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/sol2.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/sunos4-0-shr.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/sunos4-0.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/sunos4-1-1.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/sunos4-1-2-shr.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/sunos4-1-2.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/sunos4-1-3-shr.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/sunos4-1-3.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/sunos4-1-4-shr.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/sunos4-1-4.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/sunos4-1-shr.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/sunos4-1.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/template.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/ultrix.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/ultrix4-3.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/umax.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/umips.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/unipl5-0.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/unipl5-2.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/usg5-0.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/usg5-2-2.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/usg5-2.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/usg5-3.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/usg5-4-2.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/usg5-4.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/windowsnt.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/s/xenix.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/scrollbar-gtk.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/scrollbar-msw.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/scrollbar-x.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/scrollbar.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/select.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sheap-adjust.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/specifier.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/symeval.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/symsinit.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/syntax.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/syscommctrl.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sysdep.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sysdir.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sysdll.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sysfile.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sysfloat.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/sysproc.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/syspwd.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/syssignal.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/systime.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/systty.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/syswait.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/syswindows.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/toolbar.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/tooltalk.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/ui-gtk.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/universe.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/window.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/winslots.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/xgccache.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/xintrinsic.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/xintrinsicp.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/xmmanagerp.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/xmprimitivep.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/xmu.h
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/make-docfile
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/mmencode
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/movemail
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/profile
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/rcs2log
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/sorted-doc
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/vcdiff
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/wakeup
|
|
|
|
lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/yow
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/info/cl.info
|
|
|
|
lib/${DISTNAME}/info/custom.info
|
2010-12-16 18:45:12 +01:00
|
|
|
lib/${DISTNAME}/info/dir
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/info/emodules.info
|
|
|
|
lib/${DISTNAME}/info/external-widget.info
|
|
|
|
lib/${DISTNAME}/info/info.info
|
|
|
|
lib/${DISTNAME}/info/internals.info
|
|
|
|
lib/${DISTNAME}/info/lispref.info
|
|
|
|
lib/${DISTNAME}/info/new-users-guide.info
|
|
|
|
lib/${DISTNAME}/info/standards.info
|
|
|
|
lib/${DISTNAME}/info/term.info
|
|
|
|
lib/${DISTNAME}/info/termcap.info
|
|
|
|
lib/${DISTNAME}/info/texinfo.info
|
|
|
|
lib/${DISTNAME}/info/widget.info
|
|
|
|
lib/${DISTNAME}/info/xemacs-faq.info
|
|
|
|
lib/${DISTNAME}/info/xemacs.info
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/ChangeLog
|
|
|
|
lib/${DISTNAME}/lisp/ChangeLog.1
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/ChangeLog.GTK
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/README
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/abbrev.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/abbrev.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/about.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/about.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/alist.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/alist.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/apropos.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/apropos.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/auto-autoloads.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/auto-autoloads.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/auto-save.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/auto-save.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/auto-show.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/auto-show.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/autoload.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/autoload.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/backquote.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/backquote.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/blessmail.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/blessmail.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/buff-menu.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/buff-menu.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/buffer.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/buffer.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/build-report.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/build-report.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/byte-optimize.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/byte-optimize.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/bytecomp-runtime.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/bytecomp-runtime.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/bytecomp.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/bytecomp.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/callers-of-rpt.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/callers-of-rpt.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/check-features.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/check-features.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/cl-compat.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/cl-compat.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/cl-extra.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/cl-extra.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/cl-macs.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/cl-macs.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/cl-seq.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/cl-seq.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/cl.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/cl.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/cmdloop.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/cmdloop.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/code-cmds.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/code-cmds.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/code-files.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/code-files.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/code-process.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/code-process.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/coding.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/coding.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/compat.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/compat.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/config.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/config.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/console.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/console.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/cus-dep.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/cus-dep.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/cus-edit.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/cus-edit.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/cus-face.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/cus-face.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/cus-file.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/cus-file.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/cus-load.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/cus-load.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/cus-start.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/cus-start.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/custom-load.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/custom-load.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/custom.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/custom.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/derived.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/derived.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/device.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/device.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/dialog-gtk.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/dialog-gtk.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/dialog-items.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/dialog-items.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/dialog.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/dialog.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/disass.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/disass.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/disp-table.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/disp-table.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/dragdrop.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/dragdrop.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/dump-paths.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/dump-paths.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/dumped-lisp.el${ELSUFX}
|
2010-12-16 18:45:12 +01:00
|
|
|
lib/${DISTNAME}/lisp/easy-mmode.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/easy-mmode.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/easymenu.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/easymenu.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/etags.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/etags.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/events.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/events.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/extents.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/extents.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/faces.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/faces.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/files-nomule.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/files-nomule.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/files.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/files.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/fill.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/fill.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/find-paths.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/find-paths.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/finder-inf.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/finder-inf.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/finder.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/finder.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/float-sup.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/float-sup.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/font-lock.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/font-lock.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/font-menu.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/font-menu.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/font.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/font.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/fontl-hooks.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/fontl-hooks.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/format.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/format.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/frame.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/frame.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gdk.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/gdk.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/generic-widgets.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/generic-widgets.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/glade.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/glade.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/glyphs.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/glyphs.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gnome-widgets.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/gnome-widgets.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gnome.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/gnome.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gnuserv.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/gnuserv.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gpm.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/gpm.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-compose.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-compose.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-extra.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-extra.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-faces.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-faces.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-ffi.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-ffi.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-file-dialog.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-file-dialog.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-font-menu.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-font-menu.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-glyphs.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-glyphs.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-init.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-init.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-iso8859-1.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-iso8859-1.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-marshal.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-marshal.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-mouse.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-mouse.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-package.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-package.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-password-dialog.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-password-dialog.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-select.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-select.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-widget-accessors.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-widget-accessors.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-widgets.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk-widgets.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/gtk.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gui.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/gui.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gutter-items.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/gutter-items.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/gutter.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/gutter.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/help-macro.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/help-macro.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/help-nomule.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/help-nomule.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/help.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/help.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/hyper-apropos.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/hyper-apropos.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/indent.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/indent.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/info.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/info.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/isearch-mode.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/isearch-mode.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/iso8859-1.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/iso8859-1.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/itimer-autosave.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/itimer-autosave.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/itimer.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/itimer.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/keydefs.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/keydefs.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/keymap.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/keymap.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/ldap.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/ldap.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/lib-complete.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/lib-complete.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/lisp-mnt.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/lisp-mnt.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/lisp-mode.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/lisp-mode.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/lisp.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/lisp.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/list-mode.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/list-mode.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/loaddefs.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/loaddefs.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/loadhist.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/loadhist.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/loadup-el.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/loadup.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/make-docfile.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/map-ynp.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/map-ynp.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/menubar-items.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/menubar-items.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/menubar.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/menubar.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/minibuf.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/minibuf.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/misc.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/misc.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mode-motion.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/mode-motion.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/modeline.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/modeline.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mouse.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/mouse.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/movemail.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/movemail.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/msw-faces.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/msw-faces.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/msw-font-menu.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/msw-font-menu.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/msw-glyphs.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/msw-glyphs.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/msw-init.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/msw-init.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/msw-mouse.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/msw-mouse.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/msw-select.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/msw-select.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/arabic.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/arabic.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/auto-autoloads.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/auto-autoloads.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/canna-leim.el${ELSUFX}
|
2008-04-24 17:32:15 +02:00
|
|
|
${PLIST.canna}lib/${DISTNAME}/lisp/mule/canna-leim.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/chinese.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/chinese.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/custom-load.el${ELSUFX}
|
2010-12-16 18:45:12 +01:00
|
|
|
@comment XXX 21.4.17+ excludes this! - lib/${DISTNAME}/lisp/mule/custom-load.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/cyrillic.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/cyrillic.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/english.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/english.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/ethiopic.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/ethiopic.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/european.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/european.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/greek.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/greek.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/hebrew.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/hebrew.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/japanese.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/japanese.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/kinsoku.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/kinsoku.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/korean.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/korean.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/latin.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/latin.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/misc-lang.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/misc-lang.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/mule-category.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/mule-category.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/mule-ccl.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/mule-ccl.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/mule-charset.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/mule-charset.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/mule-cmds.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/mule-cmds.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/mule-coding.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/mule-coding.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/mule-help.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/mule-help.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/mule-init.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/mule-init.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/mule-misc.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/mule-misc.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/mule-tty-init.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/mule-tty-init.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/mule-x-init.el${ELSUFX}
|
2008-04-13 00:42:57 +02:00
|
|
|
${PLIST.x11}lib/${DISTNAME}/lisp/mule/mule-x-init.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/thai-xtis-chars.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/thai-xtis-chars.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/thai-xtis.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/thai-xtis.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/viet-chars.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/viet-chars.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/vietnamese.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/mule/vietnamese.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/multicast.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/multicast.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/mwheel.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/mwheel.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/objects.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/objects.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/obsolete.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/obsolete.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/package-admin.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/package-admin.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/package-get.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/package-get.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/package-info.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/package-info.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/package-net.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/package-net.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/package-ui.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/package-ui.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/packages.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/packages.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/page.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/page.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/paragraphs.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/paragraphs.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/paths.el${ELSUFX}
|
2004-02-09 08:54:58 +01:00
|
|
|
lib/${DISTNAME}/lisp/paths.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/picture.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/picture.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/printer.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/printer.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/process.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/process.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/rect.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/rect.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/register.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/register.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/replace.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/replace.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/scrollbar.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/scrollbar.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/select.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/select.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/setup-paths.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/setup-paths.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/shadow.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/shadow.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/simple.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/simple.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/site-load.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/sound.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/sound.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/specifier.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/specifier.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/startup.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/startup.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/subr.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/subr.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/symbol-syntax.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/symbol-syntax.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/symbols.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/symbols.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/syntax.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/syntax.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/term/AT386.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/term/README
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/term/apollo.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/bg-mouse.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/bobcat.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/internal.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/keyswap.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/linux.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/lk201.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/news.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/pc-win.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/scoansi.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/sun-mouse.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/sun.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/sup-mouse.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/tvi970.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/vt-control.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/vt100-led.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/vt100.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/vt102.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/vt125.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/vt200.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/vt201.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/vt220.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/vt240.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/vt300.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/vt320.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/vt400.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/vt420.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/win32-win.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/wyse50.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/term/xterm.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/text-mode.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/text-mode.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/text-props.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/text-props.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/toolbar-items.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/toolbar-items.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/toolbar.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/toolbar.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/tty-init.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/tty-init.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/undo-stack.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/undo-stack.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/update-elc-2.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/update-elc.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/userlock.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/userlock.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/version.el${ELSUFX}
|
2004-02-09 08:54:58 +01:00
|
|
|
lib/${DISTNAME}/lisp/version.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/very-early-lisp.el${ELSUFX}
|
|
|
|
lib/${DISTNAME}/lisp/view-less.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/view-less.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/wid-browse.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/wid-browse.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/wid-edit.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/wid-edit.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/widget.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/widget.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/widgets-gtk.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/widgets-gtk.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/win32-native.el${ELSUFX}
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
lib/${DISTNAME}/lisp/win32-native.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/window-xemacs.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/window-xemacs.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/window.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/window.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/x-compose.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/x-compose.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/x-faces.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/x-faces.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/x-font-menu.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/x-font-menu.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/x-init.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/x-init.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/x-iso8859-1.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/x-iso8859-1.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/x-misc.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/x-misc.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/x-mouse.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/x-mouse.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/x-scrollbar.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/x-scrollbar.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/x-select.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/x-select.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/x-win-sun.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/x-win-sun.elc
|
2003-02-26 11:17:32 +01:00
|
|
|
lib/${DISTNAME}/lisp/x-win-xfree86.el${ELSUFX}
|
2002-03-15 02:48:06 +01:00
|
|
|
lib/${DISTNAME}/lisp/x-win-xfree86.elc
|
1999-06-30 01:13:37 +02:00
|
|
|
man/man1/gnuattach.1
|
|
|
|
man/man1/gnuclient.1
|
|
|
|
man/man1/gnudoit.1
|
|
|
|
man/man1/gnuserv.1
|
|
|
|
man/man1/xemacs-ctags.1
|
|
|
|
man/man1/xemacs-etags.1
|
XEmacs 21.4.12 "Portable Code".
* 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.
2003-02-25 03:14:57 +01:00
|
|
|
man/man1/xemacs.1
|
2009-06-14 20:48:07 +02:00
|
|
|
@pkgdir lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/modules
|
|
|
|
@pkgdir lib/xemacs/site-modules
|
|
|
|
@pkgdir lib/xemacs/site-lisp
|