view lisp/ChangeLog @ 102:a145efe76779 r20-1b3

Import from CVS: tag r20-1b3
author cvs
date Mon, 13 Aug 2007 09:15:49 +0200
parents 4be1180a9e89
children cf808b4c4290
line wrap: on
line source

Wed Feb 26 18:09:56 1997  Andreas Jaeger <aj@arthur.pfalz.de>

	* x11/x-menubar.el (default-menubar): `FAQ' should be `FAQ
	(local)' in Help menu.

Mon Feb 24 18:33:38 1997  Martin Buchholz  <mrb@eng.sun.com>

	* mule/mule-debug.el (describe-coding-system): Ported from
	Mule to XEmacs.

	* mule/mule-x-init.el (x-use-halfwidth-roman-font): New
	function:
	 "Maybe set charset registry of the 'ascii charset to ROMAN-REGISTRY.

	Do this only if:
	 - the current display is an X device
	 - the displayed width of FULLWIDTH-CHARSET is twice the displayed
	   width of the 'ascii charset, but only when using ROMAN-REGISTRY.

	Traditionally, Asian characters have been displayed so that they
	occupy exactly twice the screen space of ASCII (`halfwidth')
	characters.  On many systems, e.g. Sun CDE systems, this can only be
	achieved by using a national variant roman font to display ASCII."

Sun Feb 23 12:56:28 1997  Steven L Baur  <steve@altair.xemacs.org>

	* edebug/edebug.el: Synch up with Emacs 19.34.

	* prim/itimer-autosave.el (auto-save-timeout): Increase to 960.

Sat Feb 22 17:11:31 1997  Steven L Baur  <steve@altair.xemacs.org>

	* prim/loadup.el:  Dump new file itimer-autosave.el.

Sat Feb 22 17:06:32 1997  Kyle Jones  <kyle_jones@wonderworks.com>

	* prim/itimer.el: Cleanup, removal of autosave cruft.

Fri Feb 21 09:41:44 1997  Steven L Baur  <steve@altair.xemacs.org>

	* prim/simple.el (line-move-ignore-invisible): Reverse previous
	change to make this default to nil again.

Thu Feb 20 14:30:50 1997  Jamie Zawinski  <jwz@netscape.com>

	* prim/files.el (hack-local-variables-prop-line): New version.

Thu Feb 20 11:14:22 1997  Steven L Baur  <steve@altair.xemacs.org>

	* prim/files.el: Delete definition of dired-kept-versions.

	* prim/about.el (about-xemacs-xref): Added Kyle's picture. :-)

Wed Feb 19 15:47:47 1997  Steven L Baur  <steve@altair.xemacs.org>

	* packages/vc.el (diff-switches): Restore since this global
	variable went away with the passing of ange-ftp.

	* utils/autoload.el (generate-file-autoloads-1): Don't let
	find-file-hooks be run.
	(update-file-autoloads): Ditto.
	(update-autoloads-from-directory): Ditto.

	* x11/x-menubar.el (default-menubar): Correct unguarded reference
	to fast-lock-mode variable.

Wed Feb 19 08:04:02 1997  Noah Friedman  <friedman@prep.ai.mit.edu>

	* eldoc.el (eldoc-message-commands): Doc fixes.
	(eldoc-message): Make function, not macro.

	* eldoc.el (eldoc-last-message): New internal variable.
	(eldoc-mode): Initialize it to nil.
	(eldoc-message): Use it.
	(eldoc-print-current-symbol-info): Use it.

	* eldoc.el (eldoc-pre-command-refresh-echo-area): New function.
	(eldoc-mode): Put it on pre-command-hook if in XEmacs or using
	idle timers in Emacs.

	* eldoc.el (eldoc-message-commands-table-size): New constant.
	(eldoc-add-command): Use it to initialize eldoc-message-commands.

	* eldoc.el (eldoc-display-message-no-interference-p): New function.
	(eldoc-display-message-p): Use it.

	* eldoc.el (eldoc-print-fnsym-args, eldoc-print-var-docstring):
	Arg sym no longer optional.
	Do not initialize arg if nil.

	* eldoc.el (eldoc-forward-sexp-safe): Function deleted.
	(eldoc-beginning-of-sexp): New function.
	(eldoc-fnsym-in-current-sexp): Use eldoc-beginning-of-sexp.
	Use eldoc-current-symbol to get symbol at point.

	* eldoc.el (eldoc-function-argstring-from-docstring-method-table):
	Forge docstrings for `and', `or', `list', `+', and `-'.

	* eldoc.el (eldoc-add-command-completions): New function.
	(eldoc-add-command): Take list of args.
	No longer interactive.
	(eldoc-remove-command-completions): New function.
	(eldoc-remove-command): Take list of args.
	No longer interactive.

	* eldoc.el: Initialize eldoc-message-commands using
	eldoc-add-command-completions.

	* eldoc.el (eldoc-display-message-p): New function.
	Return nil if cursor-in-echo-area, or using idle timers and a
	command is still active.
	(eldoc-print-current-symbol-info): Use eldoc-display-message-p.

Tue Feb 18 14:20:01 1997  David Byers  <davby@ida.liu.se>

	* packages/paren.el (paren-highlight): Minor typo correction.

Tue Feb 18 13:05:33 1997  Steven L Baur  <steve@altair.xemacs.org>

	* prim/loadup.el: Dump new file custom-xmas.

Mon Feb 17 21:01:38 1997  Steven L Baur  <steve@altair.xemacs.org>

	* prim/help.el (function-compatible-p): New function.
	(function-compatibility-doc): New function.
	(describe-function-1): Use them.
	(variable-compatible-p): New function.
	(variable-compatibility-doc): New function.
	(describe-variable): Use them.

Mon Feb 17 19:12:55 1997  Per Abrahamsen  <abraham@dina.kvl.dk>

	* prim/obsolete.el (x-color-values): Added for Emacs
	compatibility.

Mon Feb 17 18:11:24 1997  Michael Kifer  <kifer@CS.SunySB.EDU>

	* prim/files.el (file-remote-p): Force load of EFS if not already
	loaded.

Mon Feb 17 17:45:23 1997  Bob Weiner  <weiner@infodock.com>

	* modes/lisp-mode.el (eval-last-sexp): Do something special if
	evaluating (interactive ...).

Sun Feb 16 21:49:18 1997  Bjorn Victor  <Bjorn.Victor@DoCS.UU.SE>

	* utils/facemenu.el (facemenu-adjust-face-sizes): Strip size when
	face is neither nil nor cons.

Sun Feb 16 14:26:03 1997  Steven L Baur  <steve@altair.xemacs.org>

	* prim/loadup.el: Try not dumping font.elc.

	* prim/obsolete.el (display-column-mode): Remove column.el and
	leave a forwarding address.

Sat Feb 15 23:21:11 1997  Kyle Jones  <kyle_jones@wonderworks.com>

	* prim/minibuf.el (read-from-minibuffer): Don't put evaluated
	expressions in the minibuffer history list.

Sat Feb 15 22:57:11 1997  Steven L Baur  <steve@altair.xemacs.org>

	* packages/scroll-in-place.el (scroll-signal-boundary-error):
	Allow user to suspend error signals.

Sat Feb 15 21:43:49 1997  John Turner  <turner@branagh.ta52.lanl.gov>

	* packages/column.el (current-line): Correct defaults for starting
	at 1, remove an obsolete variable.

Sat Feb 15 20:17:46 1997  Hal Peterson  <hrp@netstar.com>

	* packages/vc.el (vc-backend-print-log): Change `cvs rlog' to
	`cvs log'

Mon Feb 17 02:01:27 1997  Hrvoje Niksic  <hniksic@bjesomar.srce.hr>

	* utils/edmacro.el (edmacro-format-keys): Would bug out on empty
 	macro.

Mon Feb 17 02:01:27 1997  Hrvoje Niksic  <hniksic@bjesomar.srce.hr>

	* utils/edmacro.el (edmacro-format-keys): Would bug out on empty
 	macro.
	(edmacro-fix-menu-commands): Would bug out on 'control, etc.
	(edmacro-events-to-keys): New function.
	(edmacro-format-keys): Use it.
	(edmacro-finish-edit): Compare to macros, not strings.
	(edmacro-fkeys): New function.
	(edmacro-format-keys): Use it.
	(edit-kbd-macro): Tweak.

Sat Feb 15 13:58:14 1997  Kyle Jones  <kyle_jones@wonderworks.com>

	* packages/info.el: Don't call switch-to-buffer if the Info frame
	is being deleted.

Sat Feb 15 12:07:46 1997  Steven L Baur  <steve@altair.xemacs.org>

	* prim/simple.el (previous-line): Allow escape from signaled error
	on buffer boundary.
	(next-line): Ditto.

Sat Feb 15 11:05:29 1997  Kyle Jones  <kyle_jones@wonderworks.com>
	* utils/redo.el: made before and after status messages so that
	the user is aware if a long action is still being processed.
	
	rolled version number up to 1.00, since the package seems to be
	stable.

	cosmetic changes so the file could be included in the XEmacs
	distribution.
	
Sat Feb 15 11:13:05 1997  Hrvoje Niksic  <hniksic@srce.hr>

	* prim/simple.el (line-move-ignore-invisible): Change default to
	t.

Sat Feb 15 01:04:21 1997  Hrvoje Niksic  <hniksic@bjesomar.srce.hr>

	* prim/macros.el: Removed.  Superseded by new version in
	edmacro.el.

Fri Feb 14 23:29:16 1997  Adrian Aichner  <aichner@ecf.teradyne.com>

	* modes/executable.el (executable-set-magic): Correct for the #!
	getting lost.

Fri Feb 14 23:10:58 1997  Steven L Baur  <steve@altair.xemacs.org>

	* prim/modeline.el (modeline-modified-map): Call
	vc-toggle-read-only instead of toggle-read-only to be consistent
	with override of `C-x C-q'.

Fri Feb 14 16:11:10 1997  Jonathon Edwards  <edwards@intranet.com>

	* packages/blink-cursor.el (blink-cursor-post-command-hook): stop
	cursor blink momentarily after receiving user input.

Fri Feb 14 15:26:38 1997  Jacques Duthen  <duthen@club-internet.fr>

	* x11/x-menubar.el (default-menubar): mine goes into games menu.

Thu Feb 13 22:16:09 1997  Michael Sperber  <sperber@informatik.uni-tuebingen.de>

	* prim/files.el (recover-session-finish): Modify for efs.

Thu Feb 13 21:23:07 1997  Steven L Baur  <steve@altair.xemacs.org>

	* prim/files.el (file-remote-p): New function.

	* sunpro/sunpro-load.el: Do not dump mime-setup under any
	circumstances.

Thu Feb 13 17:58:09 1997  Richard Mlynarik  <mly@adoc.xerox.com>

	* prim/obsolete.el (insert-before-markers-and-inherit): Correct
	typo.

Wed Feb 12 17:48:59 1997  Steven L Baur  <steve@altair.xemacs.org>

	* comint/gdb.el (gdb-control-c-subjob): Nuke this loser.

Wed Feb 12 13:58:01 1997  Hrvoje Niksic  <hniksic@bjesomar.srce.hr>

	* utils/edmacro.el: New file.

Wed Feb 12 09:00:48 1997  Steven L Baur  <steve@altair.xemacs.org>

	* prim/sound.el (load-sound-file): Update documentation of
	restrictions on what machines XEmacs can play sound on.

Tue Feb 11 09:39:25 1997  Steven L Baur  <steve@altair.xemacs.org>

	* prim/glyphs.el (init-glyphs): Correct autodetection to find
	GIF89.  Look for PNG.

Mon Feb 10 21:37:54 1997  Steven L Baur  <steve@altair.xemacs.org>

	* prim/frame.el (show-temp-buffer-in-current-frame): Conditional
	shrink-to-fit behavior on `temp-buffer-shrink-to-fit'.

	* packages/apropos.el (apropos-print): Ditto.

	* prim/lisp.el (lisp-complete-symbol): Ditto.

	* prim/help.el (with-displaying-help-buffer): Ditto.

Mon Feb 10 20:58:19 1997  Hrvoje Niksic  <hniksic@bjesomar.srce.hr>

	* x11/x-toolbar.el: Allow customization of toolbar functions by
	customizable variables.

Mon Feb 10 14:58:05 1997  Greg Klanderman  <greg@alphatech.com>

	* comint/gdb.el (gdb-mode): Correct setting of obsolete hook.

Sun Feb  9 19:55:03 1997  Steven L Baur  <steve@altair.xemacs.org>

	* prim/obsolete.el (define-compatible-variable-alias): New function.
	(define-compatible-variable-alias): New function.
	.*mode-line.*, frame-parameters, modify-frame-parameters,
	x-display-.* all made compatible not obsolete.

	* bytecomp/bytecomp.el (byte-compile-variable-ref): Warn for
	compatibility symbols.
	(byte-compile-compatible): New function.

	* bytecomp/bytecomp-runtime.el (make-compatible): New function.
	(make-compatible-variable): New function.

Sun Feb  9 19:14:25 1997  Kyle Jones  <kyle_jones@wonderworks.com>

	* utils/redo.el: New file.

	* utils/floating-toolbar.el: New file.

Sun Feb  9 15:19:46 1997  Steven L Baur  <steve@altair.xemacs.org>

	* custom/custom.el: Remove ;;;###autoloads since this file is
	dumped with XEmacs.

Sun Feb  9 00:28:20 1997  Per Abrahamsen  <abraham@dina.kvl.dk>

	* custom/widget.el: New file.

	* custom/widget-example.el: New file.

	* custom/widget-edit.el: New file.

	* custom/custom.el: New file.

	* custom/custom-edit.el: New file.

Fri Feb  7 03:09:32 1997  Alastair Burt <burt@dfki.uni-sb.de>

	* bytecomp/bytecomp.el (byte-compile-insert-header): Correct
	typo.

Thu Feb  6 17:14:32 1997  Steven L Baur  <steve@altair.xemacs.org>

	* packages/font-lock.el (font-lock-fontify-keywords-region):
	Correct bounds checking in case the keywords regexp is not
	properly anchored.

	* packages/ps-print.el: Update maintainer address.

Thu Feb  6 12:35:39 1997  Bill Dubuque  <wgd@martigny.ai.mit.edu>
	
	* cl/cl-macs.el (cl-do-proclaim): Correct addition of bound
	variables to `byte-compile-bound-variables'.

Thu Feb  6 01:07:56 1997  Steven L Baur  <steve@altair.xemacs.org>

	* bytecomp/bytecomp.el (byte-compile-warn-about-unused-variables):
	Reverse previous patch.

	* prim/minibuf.el (use-dialog-box): Rename from
	should-use-dialog-box.
	(should-use-dialog-box-p): Use it.

	* bytecomp/bytecomp.el (byte-compile-warn-about-unused-variables):
	cell is not a cons when the cl declare macro is used.

Wed Feb  5 21:37:13 1997  Hrvoje Niksic  <hniksic@bjesomar.srce.hr>

	* modes/cperl-mode.el: Provide 'cperl-mode.

Tue Feb  4 11:51:25 1997  Greg Klanderman  <greg@alphatech.com>

	* modes/make-mode.el: Remove `makefile-runtime-macros-list' from
	`makefile-macro-table'.

Tue Feb  4 11:06:33 1997  Steven L Baur  <steve@altair.xemacs.org>

	* packages/metamail.el (metamail-region): *junet* coding system
	name changed to 'junet.

Mon Feb  3 22:34:09 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>

	* iso/iso-acc.el: Critical Bug fix.
	Add ISO-8859-3 support to iso-acc.el, as suggested by Dale
	Gulledge.

Mon Feb  3 17:11:21 1997  Steven L Baur  <steve@altair.xemacs.org>

	* modes/make-mode.el (makefile-browser-format-macro-line): Remove
	redundant (and wrong) format statement.

Fri Jan 31 21:38:47 1997  Steven L Baur  <steve@altair.xemacs.org>

	* psgml/psgml-html.el (html-auto-sgml-entity-conversion): Allow
	user control over automatic sgml entity to ISO-8859-1 conversion.

Fri Jan 31 09:50:51 1997  Hrvoje Niksic <hniksic@srce.hr>

	* x11/x-toolbar.el (toolbar-mail-commands-alist): Updated with a
	lot of new mailer possiblities.
	
Fri Jan 31 09:28:49 1997  Martin Buchholz  <mrb@eng.sun.com>

	* x11/x-font-menu.el (reset-device-font-menus): Correct guard on
	charset-registry call.

Fri Jan 31 00:21:07 1997  Darrell Kindred  <dkindred@cmu.edu>

	* packages/font-lock.el (font-lock-mode): Don't remove the
	`font-lock-pre-idle-hook' from `pre-idle-hook'.

Thu Jan 30 22:43:43 1997  David Moore  <dmoore@UCSD.EDU>

	* packages/compile.el:  Speed up regexps.
	(compilation-parse-errors): replace re-search-forward with
	something faster.
	
Thu Jan 30 20:33:56 1997  Hvoje Niksic  <hniksic@srce.hr>

	* x11/x-toolbar.el
 	(toolbar-open,toolbar-dired,toolbar-save,toolbar-print,toolbar-cut,toolbar-copy,toolbar-paste,toolbar-undo,toolbar-replace):
 	New functions.
	(toolbar-news): Allow running without separate frame.
	(toolbar-mail-commands-alist): New variable.
	(toolbar-mail-reader): Ditto.
	(toolbar-mail): Use them.
	
	* x11/x-menubar.el: Shorten help menu item names.

Thu Jan 30 17:22:15 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>

	* iso/iso-acc.el: Accept accents in isearch.

Wed Jan 29 22:25:38 1997  Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>

	* packages/ps-print.el: Make postscript files generated by
	ps-print conformant to Adobe DSC specification.

Mon Jan 27 21:45:17 1997  Tomasz J. Cholewo  <tjchol01@mecca.spd.louisville.edu>

	* dired/ange-ftp.el (ange-ftp-write-region): Changes for jka-compr.

	* packages/jka-compr.el (jka-compr-write-region): Convert to 20.0
	write-region interface.

Mon Jan 27 19:09:28 1997  Steven L Baur  <steve@altair.xemacs.org>

	* prim/about.el (about-xemacs): Updated to reflect change of
	management.

Mon Jan 27 13:25:17 1997  William M. Perry <wmperry@aventail.com>

	* packages/man.el (Manual-entry-switches): Don't default to -s.

Sun Jan 26 16:27:49 1997  Steven L Baur  <steve@altair.xemacs.org>

	* bytecomp/byte-optimize.el (byte-compile-inline-expand):
	Correctly refresh the pointer to a symbol being autoloaded prior
	to inline.

Sun Jan 26 13:57:22 1997  Bob Weiner <weiner@infodock.com>

	* prim/about.el (about-xemacs-xref): Update bio.

Sat Jan 25 22:58:15 1997  Steven L Baur  <steve@altair.xemacs.org>

	* x11/x-menubar.el (default-menubar): Update ps-paper-type options
	for new ps-print.el.

Thu Jan 23 01:40:53 1997  Steven L Baur  <steve@altair.xemacs.org>

	* psgml/psgml-html.el (html-mode): Set up friendlier syntax
	table.

	* psgml/psgml.el (sgml-running-xemacs): Remove
	sgml-mode-syntax-table since it has been superseded.

Thu Jan  9 13:32:01 1997  Jacques Duthen Prestataire  <duthen@cegelec-red.fr>

	* ps-print.el: Merge patch from [simon] Oct 8, 1996 Simon Marshall
	<simon@gnu.ai.mit.edu>
	(ps-print-version): Fix value.
	(cl lisp-float-type): Require them.
	(ps-number-of-columns ps-*-font-size): Try to select defaults
	better suited when `ps-landscape-mode' is non-nil. 
	(ps-*-faces): Change default for Font Lock mode faces when
	`ps-print-color-p' is nil. 
	(ps-right-header): Replace `time-stamp-yy/mm/dd'
	by `time-stamp-mon-dd-yyyy'. 
	(ps-end-file ps-begin-page): Fix bug in page count for Ghostview. 
	(ps-generate-postscript-with-faces): Replace `ps-sorter' by
	`car-less-than-car'.  
	(ps-plot ps-generate): Replace `%d' by `%3d'.  

Wed Jan 22 15:32:39 1997  Greg Klanderman  <greg@alphatech.com>

	* modes/rsz-minibuf.el (resize-minibuffer-setup): Resize the
	minibuffer earlier than the first received event.

Wed Jan 22 15:29:08 1997  Barry A. Warsaw  <bwarsaw@CNRI.Reston.VA.US>

	* modes/imenu.el (imenu-add-to-menubar): Don't attempt anything if
	menu-bar lookup fails.

Wed Jan 22 01:03:42 1997  Martin Buchholz  <mrb@eng.sun.com>

	* lisp/x11/x-font-menu.el: Make font menus work better in a
	Japanese environment.

Tue Jan 21 19:56:26 1997  Martin Buchholz  <mrb@eng.sun.com>

	* lisp/mule/mule-init.el (init-mule): Get Japanese man pages working.

Fri Jan 17 17:22:54 1997  Hrvoje Niksic  <hniksic@bjesomar.srce.hr>
 
	* man.el (Manual-mode): Don't mess with scrollbars if they aren't
	present.

Tue Jan 21 19:52:45 1997  Steven L Baur  <steve@altair.xemacs.org>

	* utils/timezone.el (timezone-parse-date): Fix Y2K bug.

Tue Jan 21 19:32:44 1997  Barry A. Warsaw  <bwarsaw@anthem.cnri.reston.va.us>

	* prim/files.el (hack-local-variables-prop-line): XEmacs should
	not query to set local variables in the -*- line if there aren't
	any to set!

Thu Jan 16 18:24:20 1997  Steven L Baur  <steve@miranova.com>

	* psgml/psgml.el: Use newer interface form for nsgmls.

Thu Jan 16 04:06:24 1997  Steven L Baur  <steve@altair.xemacs.org>

	* comint/telnet.el (rsh): (Mostly) correct dealing with detection
	of password prompt at login.

Thu Jan 16 03:28:25 1997  Martin Buchholz  <mrb@eng.sun.com>

	* modes/view.el (View-scroll-lines-forward): Correct format typo.

Mon Jan 13 22:50:23 1997  David Moore  <dmoore@UCSD.EDU>

	* packages/compile.el: Clean up regexps.

Sun Jan 12 20:50:08 1997  Steven L Baur  <steve@altair.xemacs.org>

	* modes/m4-mode.el: Changed m4-program to point to /usr/bin/m4.

Sun Jan 12 18:49:30 1997   $B<i2,(B $BCNI'(B/MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mule/mule-misc.el: `-columns' -> `-width' and define `-columns'
	alias
	Import definition of `truncate-string-to-width' from Emacs/mule-delta.

Sun Jan 12 13:57:11 1997  Kyle Jones  <kyle_jones@wonderworks.com>

	* prim/window.el (shrink-window-if-larger-than-buffer): Don't let
	readjusted window change the buffer order stack.

Sat Jan 11 20:12:47 1997  Vinnie Shelton  <shelton@icd.teradyne.com>

	* utils/finder.el (finder-insert-at-column): Correct off-by-one
	error affecting long file names.

Fri Jan 10 22:27:58 1997  Shane Holder  <holder@rsn.hp.com>

	* utils/bench.el:  New version.

Fri Jan 10 13:22:26 1997  Christoph Wedler  <wedler@fmi.uni-passau.de>

	* packages/man.el (Manual-entry-switches): New variable.
	(Manual-apropos-switches): New variable.
	(Manual-run-formatter): Use them.

Thu Jan  9 22:04:42 1997  Greg Klanderman  <greg@alphatech.com>

	* modes/make-mode.el: Allow disabling of suspicious line warnings
	allow macro pickup when a macro is entered normally
	add the runtime macros to the completion list so confirmation is
	not necessary when minibuffer-confirm-incomplete is t.
	(these last two only in effect when makefile-electric-keys=t)

Thu Jan  9 11:44:11 1997  Martin Buchholz  <mrb@eng.sun.com>

	* mule/mule-files.el (file-coding-system-alist): Default to 8 bit
	on .el and .info files.

Wed Jan  8 20:57:16 1997  Steven L Baur  <steve@altair.xemacs.org>

	* prim/help.el (help-mode-quit): Correct typo in docstring.
	(help-mode-quit): Bury help buffer before restoring previous
	window configuration.

Wed Jan  8 20:20:01 1997  Joe Nuspl  <nuspl@nvwls.cc.purdue.edu>

	* x11/x-menubar.el (default-menubar): Include enriched.doc in the
	samples in the help menu.

Wed Jan  8 20:09:32 1997  Jens Krinke  <krinke@ips.cs.tu-bs.de>

	* x11/x-toolbar.el (toolbar-news-frame-properties): New variable.
	(toolbar-news): Use it.

Wed Jan  8 10:11:35 1997  Steven L Baur  <steve@altair.xemacs.org>

	* x11/x-compose.el (global-map): Keysyms use `-' not `_'.

Mon Jan  6 18:19:03 1997  Steven L Baur  <steve@altair.xemacs.org>

	* comint/telnet.el (telnet-initial-filter): Enable
	case-fold-search.
	(telnet-maximum-count): Bump up to 6, since 4 does not always
	appear to be enough.

Mon Jan  6 08:30:55 1997  Andrew Cohen  <cohen@andy.bu.edu>

	* psgml/psgml-parse.el (sgml-compile-dtd): noconv coding system
	has been renamed to no-conversion.
	(sgml-bdtd-merge): Ditto.
	(sgml-push-to-entity): Ditto.

Sun Jan  5 14:35:30 1997  Steven L Baur  <steve@altair.xemacs.org>

	* utils/loadhist.el (symbol-file): Make interactive.

Sun Jan  5 00:40:02 1997  Bob Weiner  <weiner@infodock.com>

	* packages/avoid.el (mouse-avoidance-mode): autoload.

	* x11/x-menubar.el (options-menu-saved-forms): Mouse avoidance
	mode option.

Sat Jan  4 12:25:34 1997  Steven L Baur  <steve@altair.xemacs.org>

	* prim/faces.el (init-other-random-faces): Guard against adding
	modeline buffer tty face if no tty support.

Fri Jan  3 23:15:22 1997  Greg Klanderman  <greg@alphatech.com>

	* packages/backup-dir.el: Added to distribution.

Fri Jan  3 16:20:42 1997  Steven L Baur  <steve@altair.xemacs.org>

	* gnus/gnus-setup.el: Updated to gracefully handle installed
 	auxilliary packages like tm, and handle eventual integration of
 	Red Gnus/Gnus 5.4.

Fri Jan  3 14:32:07 1997  Vinnie Shelton  <shelton@icd.teradyne.com>

	* packages/gnuserv.el (gnuserv-frame): Autoload.

	* x11/x-menubar.el (default-menubar): Add option to control gnuserv
	creating a new frame.
	(options-menu-saved-forms): Ditto.

Fri Jan  3 12:18:41 1997  Martin Buchholz  <mrb@eng.sun.com>

	* x11/x-mouse.el: Protect creation of scrollbar-pointer-glyph with
	feature test on 'scrollbar.

Fri Jan  3 10:37:48 1997  Steven L Baur  <steve@altair.xemacs.org>

	* packages/mic-paren.el (paren-activate): Update to v1.2.

Fri Jan  3 10:21:58 1997  Pete Ware  <ware@cis.ohio-state.edu>

	* x11/x-menubar.el (default-menubar): Add require-final-newline
	and next-line-add-newlines as options in the options menu.
	(options-menu-saved-forms): Ditto.

Thu Jan  2 18:52:32 1997  Joel Peterson  <tarzan@aosi.com>

	* prim/simple.el (blink-matching-open): Make sure point is visible
	when blinking.

Thu Jan  2 11:25:05 1997  Vinnie Shelton  <shelton@icd.teradyne.com>

	* prim/replace.el (occur-mode-mouse-goto): Fix typo in Emacs 19.34
	synch up.
	(occur-mode-map): Ditto.

Wed Nov 20 19:40:05 1996  Lennart Staflin  <lenst@lysator.liu.se>

	* psgml-parse.el (sgml-modify-dtd): set sgml-current-tree to
	sgml-top-tree. Needed by sgml-open-element.

Mon Nov 11 01:50:40 1996  Lennart Staflin  <lenst@lysator.liu.se>

	* Version 1.0 released.

Sun Sep 15 14:07:24 1996  Lennart Staflin  <lenst@lysator.liu.se>

	* psgml.el (sgml-mode): modify mode-line-format with subst, don't
	replicate the whole format in the code.

Thu Sep 12 20:27:38 1996  Lennart Staflin  <lenst@lysator.liu.se>

	* psgml-parse.el (sgml-external-file): Try to find system
	identifiers using the sgml-public-map
	if sgml-system-identifiers-are-preferred; this way that flag will
	have effect even if the sgml-public-map contains `%s'.
	(sgml-final): moved to be defined before use.

	* psgml-dtd.el (sgml-parse-parameter-literal): Try to handle
	character references to character number above 255 by leaving a
	character reference in then parsed entity text.

Thu Sep  5 14:11:00 1996  Dave Love  <d.love@dl.ac.uk>

	* psgml-other.el (sgml-set-face-for): Nullify
	{after,before}-change-functions as well as (obsolete)
 	{after,before}-change-function.

Tue Dec 31 11:34:37 1996  Steven L Baur  <steve@altair.xemacs.org>

	* comint/gdb.el (gdb-mode): Require 'cc-mode if not already loaded
	prior to starting gdb.

Mon Dec 30 17:59:48 1996  Steven L Baur  <steve@altair.xemacs.org>

	* comint/telnet.el (telnet-check-software-type-initialize): Remove
	default in cond (which allows special treatment of password prompt
	to work).

Mon Dec 30 09:36:04 1996  Valdis Kletnieks  <Valdis.Kletnieks@vt.edu>

	* packages/gnuserv.el (server-edit): Add option to allow killing
	last visible frame.

Sun Dec 29 21:36:44 1996  Steven L Baur  <steve@altair.xemacs.org>

	* prim/files-nomule.el: Add trailing newline.

Sun Dec 29 18:45:34 1996  James LewisMoss  <dres@dres.elam.org>

	* modes/perl-mode.el: Add (provide 'perl-mode).

Sun Dec 29 17:15:57 1996  Martin Buchholz  <mrb@eng.sun.com>

	* ilisp/Makefile (elc): Be a little smarter about recompilation.

Sun Dec 29 17:14:27 1996  Steven L Baur  <steve@altair.xemacs.org>

	* tm/tm-edit-tipgp.el: Don't unconditionally require tinypgpa.el.

Sat Dec 28 11:15:55 1996  Steven L Baur  <steve@altair.xemacs.org>

	* x11/x-menubar.el (default-menubar): Move Frame-local font menu
	option to Frame Appearance submenu.

Fri Dec 27 20:30:00 1996  Steven L Baur  <steve@altair.xemacs.org>

	* x11/x-font-menu.el (font-menu-this-frame-only-p): Default to
	nil, because everyone was confused by it defaulting to t.

Fri Dec 27 12:30:37 1996  Richard Mlynarik  <mly@adoc.xerox.com>

	* prim/sort.el (sort-subr): Document use of `sort-fold-case'.
	(sort-lines): Ditto.
	(sort-paragraphs): Ditto.
	(sort-pages): Ditto.
	(sort-regexp-fields): Ditto.
	(sort-numeric-fields): Ditto.
	(sort-regexp-fields): Ditto.
	(sort-columns): Ditto.
	(sort-regexp-fields): Use compare-buffer-substrings if available.

Fri Dec 27 12:09:23 1996  Noah Friedman  <friedman@gnu.ai.mit.edu>

	* modes/mail-abbrevs.el (mail-abbrev-expand-hook): Prevent abbrev
	expansion from happening multiple times.

Fri Dec 27 02:31:15 1996  Steven L Baur  <steve@altair.xemacs.org>

	* prim/help.el (help-for-help): Don't confuse help character `b'
	with scrolling character `b' in view-less help buffer.

	* packages/scroll-in-place.el: Synch with 19.15.

Thu Dec 26 15:25:09 1996  Steven L Baur  <steve@altair.xemacs.org>

	* x11/x-menubar.el (xemacs-splash-buffer): New function.
	(default-menubar): Use it.
	(default-menubar): Reorganize help menus.

	* prim/startup.el (startup-message-timeout): More or less disable
	the timeout of the splash screen.

	* packages/man.el (Manual-use-rosetta-man): For Neal Becker's
	Rosetta Man patch.
	(Manual-nuke-nroff-bs): Use it.

Tue Dec 24 12:46:22 1996  Steven L Baur  <steve@altair.xemacs.org>

	* prim/frame.el (show-temp-buffer-in-current-frame): Shrink temp
	buffer to fit.

Mon Dec 23 15:44:49 1996  Steven L Baur  <steve@altair.xemacs.org>

	* utils/delbackspace.el: Correct rebindings so they work properly
	when cc-mode is not dumped with XEmacs.

	* packages/apropos.el (apropos-print): Minimize size of *Apropos*
	window if it is small.

	* prim/lisp.el (lisp-complete-symbol): Minimize size of
	*Completions* window.

	* prim/help.el (with-displaying-help-buffer): (Based on an idea
	from Sudish Joseph) minimize size of displayed help window.

	* modes/fortran.el (fortran-window-create-momentarily): Fix
	lossage from synch with Emacs 19.34.
	(fortran-abbrev-start): Ditto.

Sun Dec 22 15:33:25 1996  Hrvoje Niksic  <hniksic@srce.hr>

	* x11/x-toolbar.el (toolbar-news): Check whether this is the last
	frame before deleting it.

Sun Dec 22 00:37:42 1996  Sudish Joseph  <sudish@mindspring.com>

	* eterm/tgud.el (tgud-gdb-complete-filter): Match carriage returns
	as well as linefeeds.

	* eterm/term.el (term-dynamic-list-completions): Correct Emacsism
	in setting unread-command-events.

Sat Dec 21 23:37:02 1996  Bob Weiner  <weiner@infodock.com>

	* packages/font-lock.el: Update Java support.

Sat Dec 21 22:48:59 1996  Steven L Baur  <steve@altair.xemacs.org>

	* packages/fontl-hooks.el: Add provide (synch with 19.15).

	* x11/x-toolbar.el: Don't quote lambda macro.

	* packages/session.el: Removed from distribution.

Sat Dec 21 22:37:37 1996  Neal Becker  <neal@ctd.comsat.com>

	* pcl-cvs/pcl-cvs.el: Synched with pcl-cvs.el from cvs-1.9.

Fri Dec 20 15:19:36 1996  Steven L Baur  <steve@altair.xemacs.org>

	* packages/compile.el (compilation-error-regexp-alist): Complete
	fix for lossage on bad regexps.

	* prim/loadup.el: Remove cc-mode as a dumped package.

	* prim/glyphs.el (init-glyphs): hscroll-glyph is now builtin.

	* prim/minibuf.el (minibuffer-complete-word): Correct an ebola
	infection that caused incorrect interpretation of SPC in the
	minibuffer.

Thu Dec 19 22:16:47 1996  Heiko Muenkel  <muenkel@tnt.uni-hannover.de>

	* modes/outl-mouse.el (outline-glyph-menu): Remove Hide body item,
	Add Show all item.

Thu Dec 19 00:37:59 1996  Bart Robinson <lomew@cs.utah.edu>

	* prim/files.el: Make enable-local-variables 'ask-me behave sanely.

Wed Dec 18 23:10:15 1996  Steven L Baur  <steve@altair.xemacs.org>

	* prim/simple.el (next-line-add-newlines): Now defaults to nil.

Wed Dec 18 22:56:48 1996  Hrvoje Niksic  <hniksic@srce.hr>

	* utils/bench.el (bench-mark-13): Added.

Wed Dec 18 20:26:10 1996  Martin Buchholz  <mrb@eng.sun.com>

	* mule/mule-coding.el: Change charset names.

	* mule/japanese-hooks.el: Change charset names.

	* mule/hebrew-hooks.el: Change charset names.
	Remove quail hooks.

	* mule/greek-hooks.el: Change charset names.
	Remove quail hooks.

	* mule/european-hooks.el ((make-char 'latin-iso8859-1 32)): Change
	charset names.
	Remove quail hooks.

	* mule/cyrillic-hooks.el (cyrillic-iso8859-5): Use instead of cyrillic.
	Remove quail hooks.

	* mule/chinese-hooks.el (chinese-gb2312): Fix chinese syntax tables.
	Use chinese-gb2312.
	Remove quail hooks.
	(chinese): Comment out code for egg.

	* mule/thai-hooks.el: Use thai-tis620.
	(thai): Prefer macro definition of lambda.

	* sunpro/sunpro-init.el (sunpro-startup): Guard against Sun
	censorship.

	* prim/obsolete.el (wholenump): New obsolete alias.

	* prim/simple.el (comment-indent-function): Use macro definition
	of (lambda () ...).

	* prim/replace.el (list-matching-lines): Remove redundant
	(message (format ...))

	* modes/cc-mode.el: Readd autoloads (prior to removing cc-mode as
	a dumped package).

Wed Dec 18 11:09:45 1996  Steven L Baur  <steve@altair.xemacs.org>

	* comint/telnet.el: Synch up to 19.15 & Emacs 19.34.
	(telnet-check-software-type-initialize): Cleanup from Synch.

Sat Dec 14 17:39:17 1996  Steven L Baur  <steve@altair.xemacs.org>

	* packages/buff-menu.el (list-buffers-directory): autoload.

Fri Dec 13 16:53:14 1996  Steven L Baur  <steve@altair.xemacs.org>

	* electric/ebuff-menu.el (electric-buffer-list): Restore behavior
	of using prefix argument.

	* emulators/crisp.el (crisp-mode-map): Rename kp_.* keysyms to
	kp-\1.

	* emulators/tpu-edt.el: Ditto.

	* x11/x-win-sun.el: Ditto.

	* x11/x-iso8859-1.el: Ditto.

	* term/tvi970.el: Ditto.

	* term/news.el: Ditto.

	* term/lk201.el: Ditto.

	* term/linux.el: Ditto.

	* prim/keydefs.el: Ditto.

	* prim/events.el: Ditto.

	* packages/icomplete.el (icomplete-get-keys): Ditto.

	* games/gomoku.el (gomoku-mode-map): Ditto.

	* games/blackbox.el (blackbox-mode-map): Ditto.

Fri Dec 13 09:40:27 1996  Sudish Joseph  <sudish@mindspring.com>

	* prim/minibuf.el (next-history-element): Remove kludge test on
	minibuffer-history-sexp-flag.

	* x11/x-init.el (init-post-x-win): Fix hooks for gnuattached ttys
	on XEmacsen started on X displays.

Thu Dec 12 16:05:53 1996  Raymond Toy  <toy@rtp.ericsson.se>

	* ilisp/ilisp-out.el (ilisp-find-lower-window): Correct XEmacs
	version check to look at major numbers.
	(ilisp-find-top-left-most-window): Ditto.

Thu Dec 12 15:21:43 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* utils/mail-extr.el (mail-extract-address-components): Don't
	automatically downcase extracted elements.  It violates standards.

Thu Dec 12 14:46:47 1996  Christoph Wedler  <wedler@fmi.uni-passau.de>

	* x11/x-menubar.el (buffers-menu-filter): The buffer menu was
	shortened to `buffers-menu-max-size' items even if
	`buffers-menu-submenus-for-groups-p' is non-nil.

	Let `buffers-menu-submenus-for-groups-p' be an integer : if there
	are more buffers than this value, use submenus, otherwise not.
	
	* packages/vc.el (vc-rename-this-file): New function (was missing,
	but referred to on the menubar).

	* packages/compile.el (compilation-font-lock-keywords): `defvar'
	instead of `defconst'!

	* prim/mouse.el (default-mouse-track-normalize-point): Double
	click mouse-1 on sexpr selects the sexpr.

	* x11/x-menubar.el (options-menu-saved-forms): Fix bug in
	`save-options-menu-settings'.

Thu Dec 12 14:25:21 1996  Steven L Baur  <steve@altair.xemacs.org>

	* prim/simple.el (forward-to-indentation): Do not deactivate zmacs
	region on usage.
	(backward-to-indentation): Ditto.

Thu Dec 12 14:22:55 1996  Christoph Wedler  <wedler@fmi.uni-passau.de>

	* prim/lisp.el (backward-up-list): Do not deactivate zmacs region
	on usage.

Wed Dec 11 20:26:21 1996  Barry A. Warsaw  <bwarsaw@CNRI.Reston.VA.US>

	* prim/files.el (set-auto-mode): Require a #! signature to set
	mode based on interpreter.

Wed Dec 11 13:25:50 1996  Steven L Baur  <steve@altair.xemacs.org>

	* packages/man.el (Manual-use-rosetta-man): Restore Neal Becker's
	Rosetta Man Patch.
	(Man-cleanup-manpage): Use it.

	* prim/simple.el (yank): Corrected a mistaken synch with Emacs
	19.34.

	* modes/eiffel3.el (eiffel-mode-syntax-table): Quote the semicolon
	syntax entry so update-autoloads doesn't barf.

	* packages/buff-menu.el (Buffer-menu-mode-map): Correct mouse key
	bindings.

Tue Dec 10 21:24:04 1996  Steven L Baur  <steve@altair.xemacs.org>

	* packages/ps-print.el (ps-do-despool): Allow dynamic expansion of
	`ps-lpr-switches'.

	* packages/lpr.el (print-region-1): Allow dynamic expansion of
	`lpr-switches'.

Tue Dec 10 18:30:01 1996  Rod Whitby  <rwhitby@asc.sps.mot.com>

	* modes/vhdl-mode.el: New File.

Tue Dec 10 17:59:35 1996  Shane Holder  <holder@rsn.hp.com>

	* utils/bench.el: New file.  Utility for benchmarking emacs
	performance.

Tue Dec 10 10:11:55 1996  Steven L Baur  <steve@altair.xemacs.org>

	* electric/ebuff-menu.el (electric-buffer-menu-mode-map): Correct
	bad 19.34 synch patch.
	
	* utils/pretty-print.el: New File.

Sun Dec  8 13:59:40 1996  Steven L Baur  <steve@altair.xemacs.org>

	* prim/files-nomule.el: Documentation corrections.

	* prim/files.el: Synch to 19.15/Emacs 19.34.

Sat Dec  7 18:48:34 1996  Steven L Baur  <steve@altair.xemacs.org>

	* packages/hexl.el (hexl-mode-map): Corrected obsolescent key
	names introduced in 19.15-b2.

Fri Dec  6 20:17:47 1996  Steven L Baur  <steve@altair.xemacs.org>

	* games/yow.el: Sync to GNU Emacs 19.34.

	* games/studly.el: Documentation fixes.

	* games/spook.el: Sync to GNU Emacs 19.34.

	* games/mpuz.el: Sync to GNU Emacs 19.34.

	* games/life.el: Sync to GNU Emacs 19.34.

	* games/hanoi.el: Sync to GNU Emacs 19.34.

	* games/flame.el: Documentation fixes.

	* games/dunnet.el: Sync to GNU Emacs 19.34.

	* games/doctor.el: Sync to GNU Emacs 19.34.

	* games/dissociate.el: Sync to GNU Emacs 19.34.

	* games/cookie1.el: Sync to GNU Emacs 19.34.

	* games/conx.el: Documentation fixes.

	* games/blackbox.el: Sync to GNU Emacs 19.34.

	* games/NeXTify.el: Documentation fixes.

	* packages/man.el: New file/replacement from Emacs 19.34.

	* packages/man-xref.el: New file from Emacs 19.35.

	* utils/smtpmail.el: New file from Emacs 19.34.

Fri Dec  6 09:28:04 1996  $B<i2,(B $BCNI'(B/MORIOKA Tomohiko <morioka@jaist.ac.jp>

	* prim/startup.el (set-default-load-path): Set default-load-path
	dynamically since file-detect.el is dumped with XEmacs.

Thu Dec  5 20:37:32 1996  Steven L Baur  <steve@altair.xemacs.org>

	* emulators/tpu-mapper.el: Total replacement with version in GNU
	Emacs 19.34.

	* emulators/tpu-extras.el: Total replacement with version in GNU
	Emacs 19.34.

	* emulators/tpu-edt.el: Total replacement with version in GNU Emacs
	19.34.

	* comint/history.el: Documentation fixes.

	* comint/gdb.el: Documentation fixes.

	* comint/dbx.el: Documentation fixes.

	* comint/background.el: Documentation fixes.

	* rmail/rmail-xemacs.el: Documentation fixes.

	* rmail/rmail-kill.el: Documentation fixes.

	* emulators/ws-mode.el: Synch up to Emacs 19.34.

	* emulators/teco.el: Documentation cleanup.

	* emulators/mlsupport.el: Synch up to Emacs 19.34.

	* emulators/mlconvert.el: Synch up to Emacs 19.34.

	* emulators/edt-vt100.el: New file from Emacs 19.34.

	* emulators/edt-pc.el: New file from Emacs 19.34.

	* emulators/edt-mapper.el: New file from Emacs 19.34.

	* emulators/edt-lk201.el: New file from Emacs 19.34.

	* emulators/edt.el: Synched up to Emacs 19.34.

Thu Dec  5 12:09:19 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>

	* prim/replace.el (match-string): Use a function instead of a
 	macro to be compatible with .elc files compiled under Emacs.

Thu Dec  5 09:50:12 1996  Bob Weiner <weiner@infodock.com>

	* utils/id-select.el: New file -- Version 1.4.3.

Thu Dec  5 09:17:53 1996  Gary D. Foster  <Gary.Foster@corp.sun.com>

	* emulators/crisp.el: New file.

	* emulators/scroll-lock.el: New file.

Thu Dec  5 00:15:59 1996  Steven L Baur  <steve@altair.xemacs.org>

	* prim/help.el: A callable library-type function should not
 	contain an unprotected print statement.  This change implements my
 	version of Erik Naggum's statement about locate-library being less
 	chatty in Emacs 19.35.

Wed Dec  4 22:00:49 1996  Steven L Baur  <steve@altair.xemacs.org>

	* utils/flow-ctrl.el: Synch up to Emacs 19.34.

	* utils/forms.el: Synch up to Emacs 19.34.

	* packages/column.el: Allow column numbers to start at one.

	* prim/userlock.el: Synch up to Emacs 19.34.

	* prim/paragraphs.el: Synch up to Emacs 19.34.

	* prim/page.el: Synch up to Emacs 19.34.

	* prim/options.el: Synch up to Emacs 19.34.

	* prim/novice.el: Synch up to Emacs 19.34.

	* prim/rect.el: Sync up to Emacs 19.34.

	* prim/reposition.el: Synch up to Emacs 19.34.

	* prim/replace.el: Synch up to Emacs 19.34.

	* prim/register.el: Synch up to Emacs 19.34.

	* prim/indent.el: Synch up to Emacs 19.34.

	* prim/subr.el: Synch up to Emacs 19.34.

	* prim/simple.el: Synch up to Emacs 19.34.

	* prim/debug.el: Synch up to Emacs 19.34.

	* edebug/cl-specs.el: Comment formatting changes.

	* edebug/cl-read.el: Protect advisement of eval-region from being
 	evaluated more than once.

	Comment formatting changes.
	
	* edebug/advise-eval-region.el: New File.  Separate out advise for
	eval-region so it is only evaluated once.

	* packages/icomplete.el: Fix a bug in locating command bound to key.

	icomplete-exhibit needs to be called in the setup-hook.

	* packages/apropos.el: Correct a typo in button binding. 

	Fixes the bug where if apropos-label-face is actually defined as
 	face, apropos bombs with an error

	Do a (provide 'apropos), like all packages should.

	Provides an apropos-mode-hook for Apropos Mode buffers (otherwise
 	customization is unnecessarily painful).

	Redefines the default faces for the various apropos faces so they
 	come out in color by default (defaults are based on various
 	standard font-lock faces).
	
	* version.el: Bumped up to b31.