2001-12-05  Vaclav Barta  <vbar@comp.cz>

	* cperl-mode.pl: Got fill-paragraph-or-region to use
	cperl-fill-paragraph.

2001-12-02  Steve Youngs  <youngs@xemacs.org>

	* mode-compile.el (python-dbg-flags): Typo fix.

2001-06-19  Barry Warsaw  <barry@xemacs.org>

	* python-mode.el (python-font-lock-keywords):
	Add "yield" as a keyword to support the new "simple
	generators" feature of 2.2.  See PEP 255.

2001-06-18  Barry Warsaw  <barry@xemacs.org>

	* python-mode.el (py-continuation-offset):
	New variable which controls how much to indent continuation
	lines, defined as lines following those that end in backslash
	continuing a block opening statement.

2001-09-10  Raymond Toy  <toy@rtp.ericsson.se>

	* fortran.el (fortran-mode-map): Keep M-BS as backward-kill-word
	and make C-M-h 'mark-fortran-subprogram.

2001-08-15  Jeff Mincy  <jeff@delphioutpost.com>

	* tcl.el (tcl-mode): check for filladapt mode
	(tcl-mode): fix imenu support

2001-07-31  Alex Schroeder  <alex@gnu.org>

	* sql.el (sql-db2): Doc change.

2001-07-23  Alex Schroeder  <alex@gnu.org>

	* sql.el (sql-postgres): Add the database at the end of the
	parameters instead of at beginning.
	(sql-postgres-options): Doc change.

2001-06-21  Jeff Mincy  <jeff@delphioutpost.com>

	* diff-mode.el (vc-backend-diff): Fix when default-major-mode is text-mode, 
	also enabled font-lock

2001-06-18  Ben Wing  <ben@xemacs.org>

	* diff-mode.el:
	* diff-mode.el (diff-jump-to-old-file-flag): Removed.
	* diff-mode.el (diff-jump-to-old-file): New.
	* diff-mode.el ('diff-jump-to-old-file-flag): New.
	* diff-mode.el (diff-update-on-the-fly-flag): Removed.
	* diff-mode.el (diff-update-on-the-fly): New.
	* diff-mode.el ('diff-update-on-the-fly-flag): New.
	* diff-mode.el (diff-begin-in-read-only-mode): New.
	* diff-mode.el (diff-metify-map): New.
	* diff-mode.el (diff-mode-map): New.
	* diff-mode.el (diff-goto-source):
	* diff-mode.el (diff-mode):
	Reapply patch.

2001-05-20  Ben Wing  <ben@xemacs.org>

	* diff-mode.el:
	* diff-mode.el (diff-jump-to-old-file-flag): Removed.
	* diff-mode.el (diff-jump-to-old-file): New.
	* diff-mode.el (diff-update-on-the-fly-flag): Removed.
	* diff-mode.el (diff-update-on-the-fly): New.
	* diff-mode.el (diff-begin-in-read-only-mode): New.
	* diff-mode.el (diff-metify-map): New.
	* diff-mode.el (diff-mode-map): New.
	* diff-mode.el (diff-goto-source):
	* diff-mode.el (diff-mode):
	Eliminate nonstandard -flag ending on variables.
	
	Add var to control whether we begin in read-only mode; FALSE
	by default (principle of least surprise; and do not assume that
	people opening any file named .diff have no interest in editing
	it).

	Comment out bogus behavior of setting the selection in
	diff-goto-source.

	Fix keymap-hacking tricks.

2001-04-11  Barry Warsaw  <bwarsaw@anthem>

	* python-mode.el: Bumping to version 4.0 since we now support only
	XEmacs 21.1 and Emacs 20.7, although not all of the compatibility
	code for older Emacsen has been removed.  Specifically, the old
	"make sure we have a current custom.el library" stuff is removed,
	as is the hack-around for an NTEmacs 19.34.6 make-temp-name bug.

	Updated much of the Commentary section in the initial comments.

	Much more importantly, I've integrated Ken Manheimer's pdbtrack
	stuff, which is way cool.  When enabled (as by default), this
	turns on the overlay arrow when pdb is entered, either in the
	shell buffer or in the *Python* buffer.  Specifically:

	(py-mode-map): Added C-c C-d to toggle pdb tracking.

	(py-pdbtrack-do-tracking-p): New user customizable variable to
	control whether overlay arrow tracking is enabled or not.  This
	variable is buffer local and is turned on by default.

	(py-pdbtrack-minor-mode-string): The string that's added to the
	minor mode alist when actually doing pdb overlay arrow tracking.
	User customizable.

	(py-pdbtrack-toggle-stack-tracking, turn-on-pdbtrack,
	turn-off-pdbtrack): New commands to control pdb tracking.

	(py-pdbtrack-is-tracking-p): Helper variable used to control the
	display of py-pdbtrack-minor-mode-string.  Set to true when the
	overlay arrow is enabled, and false when it's disabled.

	(py-pdbtrack-stack-entry-regexp, py-pdbtrack-input-prompt,
	py-pdbtrack-track-range): Inherited from pdbtrack.el and renamed.

	(py-pdbtrack-overlay-arrow, py-pdbtrack-track-stack-file): New
	functions which actually do the tracking.

	(py-shell): Add py-pdbtrack-track-stack-file to
	comint-output-filter-functions.

	Finally, add py-pdbtrack-track-stack-file to
	comint-output-filter-functions at the file level.  This and the
	py-shell addition should ensure that pdb tracking is installed
	regardless of the order of operation.

	Also, add py-pdbtrack-minor-mode-string to minor-mode-alist.

2001-02-24  Barry Warsaw  <bwarsaw@anthem>

	* python-mode.el (py-parse-state): Teach python-mode how to scan
	code which follows multi-line list comprehensions.

2001-02-20  Barry Warsaw  <bwarsaw@anthem>

	* python-mode.el (py-execute-region): This one's easy... kill the
	temporary file's buffer after executing its contents.

2000-12-27  Barry Warsaw  <bwarsaw@anthem>

	* python-mode.el (python-font-lock-keywords): Add highlighting of
	`as' as a keyword, but only in "import foo as bar" statements
	(including optional preceding `from' clause).

2000-10-27  Barry Warsaw  <bwarsaw@anthem>

	* python-mode.el (py-goto-beginning-of-tqs): When searching
	backwards for the matching delimiter, watch out for backslash
	escaped delimiters.  Also use = instead of eq for character
	comparison (because a character is = to it's integer value, but
	not eq to it).

2000-06-23  Barry Warsaw  <bwarsaw@anthem>

	* python-mode.el (py-execute-region): Make sure the new temporary
	buffer is current for the insertion of the text.

2000-05-23  Barry Warsaw  <bwarsaw@anthem>

	* python-mode.el (py-execute-region): Based on suggestions by
	Francois Pinard and Skip Montanaro, handle execution of indented
	regions by inserting an "if 1:" in front of the block.  This
	better preserves things like triple quoted strings and commented
	regions.  This patch resolves PR#264.

2001-04-23  Karl M. Hegbloom  <karlheg@microsharp.com>

	* cperl-mode.el (cperl-pod2man-build-command): Man-filter-list is
	not always bound, depending on which man viewer you are using.
	Only set flist when boundp Man-filter-list.

2001-04-20  Trey Belew  <trey@veggie.stu.wesleyan.edu>

	* cperl-mode.el (pod-spell): New.
	(make-pod-list): New.

2001-04-14  Alex Schroeder  <alex@gnu.org>

	* sql.el (sql-escape-newlines-and-send): New function.
	(sql-db2): Set comint-input-sender to
	sql-escape-newlines-and-send.

2001-04-13  Alex Schroeder  <alex@gnu.org>

	* sql.el (sql-db2-program): New option.
	(sql-db2-options): New option.
	(sql-db2): New function.

2001-04-06  Glynn Clements  <glynn.clements@virgin.net>

	* awk-mode.el (awk-mode): Add necessary call to c-common-init

2001-04-04  Alex Schroeder  <alex@gnu.org>

	* sql.el (sql-mode-menu): Added highlighting entries.
	(sql-highlight-oracle-keywords): New function.
	(sql-highlight-postgres-keywords): New function.
	(sql-highlight-ansi-keywords): New function.

2001-03-24  Alex Schroeder  <alex@gnu.org>

	* sql.el (sql-help): Doc change.

2001-04-08  Steve Youngs  <youngs@xemacs.org>

	* Makefile (REQUIRES): Add cc-mode, ps-print-nomule, fsf-compat, 
	edit-utils, ediff, emerge & efs.

2001-04-07  Mike Sperber <mike@xemacs.org>

	* diff-mode.el (vc-backend-diff): Don't autoload.

2001-04-05  Mike Sperber <mike@xemacs.org>

	* diff-mode.el: 
	* diff-mode.el.upstream: Added.

	* Makefile (ELCS): Add diff-mode.elc.

2001-03-05  Alex Schroeder  <alex@gnu.org>

	* sql.el (sql-interbase): New function.
	(sql-interbase-program): New option.
	(sql-interbase-options): New option.
	And some typos fixed: "customise" to "customize".

2001-02-10  Matt Tucker  <tuck@whistlingfish.net>

	* cperl-mode.el (cperl-mode): Initialize paren-backwards-message

2001-02-10  Matt Tucker  <tuck@whistlingfish.net>

	* cperl-mode.el (cperl-mode): Disable override of
	font-lock-unfontify-region-function under XEmacs

2001-01-27  Steve Youngs  <youngs@xemacs.org>

	* sql.el: Sync with author version 1.4.25.

2001-01-24  Andrew W. Nosenko  <awn@bcs.zp.ua>

	* sql.el (sql-sybase): typo fix (was: query user about server two
	times instead of server and database).

2001-01-03  Alex Schroeder  <alex@gnu.org>

	* sql.el (sql-sybase): Doc change.
	(sql-mysql): Doc change.
	(sql-postgres): Doc change.

2000-11-02  Alex Schroeder  <alex@gnu.org>

	* sql.el (sql-sybase-options): New option.
	(sql-sybase): Use it.  Add sql-database to the list of parameters
	provided for login.  The options -w 2048 -n are not used any more.
	(sql-postgres-options): Changed default from "--pset" to "-P".
	(sql-mysql-options): Doc change.
	(sql-stop): Doc change.

2000-10-31  Karl M. Hegbloom  <karlheg@debian.org>

	* make-mode.el (makefile-backslash-region): Make it put the
	backslashes all the way out past the longest line in the region.
	- Font lock and Imenu improvements.
	    - eliminate use of `purecopy'.
	With some enhancements by Yoshiki Hayashi  <yoshiki@xemacs.org>.

2000-10-05  Alex Schroeder  <alex@gnu.org>

	* sql.el (sql-sybase-options): New option.
	(sql-sybase): Use it.  Add sql-database to the list of parameters
	provided for login.  The options -w 2048 -n are not used any more.

2000-10-08  Gunnar Evermann  <ge204@eng.cam.ac.uk>

	* teco.el: Change keyword to 'emulations'.

2000-10-05  Martin Buchholz  <martin@xemacs.org>

	* *: Mega typo fix.

2000-10-04  Nick V. Pakoulin  <npak@ispras.ru>

	* awk-mode.el: Small typo/error fixed in font-lock regexpr.

2000-09-25  Alex Schroeder  <alex@gnu.org>

	* sql.el (sql-mysql-options): New variable.
	(sql-mysql): Use it.

2000-10-03  Nick V. Pakoulin  <npak@ispras.ru>

	* awk-mode.el: Synched with FSF Emacs 20.7
	Added some extra fontification.

2000-08-07  Sean MacLennan  <seanm@storm.ca>

	* cperl-mode.el (cperl-init-faces): Allow XEmacs support of array
	and hash faces.

2000-08-29  Alex Schroeder  <alex@gnu.org>

	* sql.el (sql-postgres): Use sql-postgres-options.
	(sql-postgres-options): New variable.

2000-08-28  Alex Schroeder  <alex@gnu.org>

	* sql.el (sql-mode-menu): Work around missing variable mark-active
	in XEmacs.
	(sql-mode): Added call to easy-menu-add for XEmacs compatibility.
	(sql-interactive-mode): Added call to easy-menu-add for XEmacs
	compatibility.

2000-08-15  Alex Schroeder  <alex@gnu.org>

	* sql.el (sql-magic-go): Use comint-bol.
	(sql-copy-column): Use comint-line-beginning-position.
	(comint-line-beginning-position): Define a replacement for
	comint-line-beginning-position if it is not fboundp.

2000-08-07  Alex Schroeder  <alex@gnu.org>

	* sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
	it didn't have any effect anyway.

2000-07-28  Alex Schroeder  <alex@gnu.org>

	* sql.el (sql-postgres): Jason Beegan's patch uses the parameters
	--pset and pager=off instead of sending \\o|cat at the beginning
	of the session.

2000-07-17  Andreas Jaeger  <aj@suse.de>

	* sql.el: Version 1.4.15 from Alex Schroeder <alex@gnu.org>.

2000-07-13  Adrian Aichner  <aichner@ecf.teradyne.com>

	* mode-compile.el (mc--build-output-args): Protect filename
	arguments by double-quotes to handle paths with embedded SPACE on
	Windows NT.
	* mode-compile.el (mc--set-command): Ditto.
	* mode-compile.el (mc--shell-compile): Ditto.
	* mode-compile.el (makefile-compile): Ditto.

2000-07-13  Adrian Aichner  <aichner@ecf.teradyne.com>
	* mode-compile.el: Import of mode-compile.el 2.27 from
	http://www.tls.cena.fr/~boubaker/distrib/.

2000-07-04  Andreas Jaeger  <aj@suse.de>

	* sql.el: Version 1.4.13 from Alex Schroeder.

2000-06-29  AichnerAd  <aichner@ecf.teradyne.com>

	* cperl-mode.el: Comment updates.
	* cperl-mode.el (cperl-mode-map): Use `cperl-electric-delete'.
	* cperl-mode.el (cperl-electric-delete): Bring back from previous
	XEmacs version to support setting of `delete-key-deletes-forward'.

2000-06-26  AichnerAd  <aichner@ecf.teradyne.com>

	* cperl-mode.el: Add XEmacs license information, expand RCS keywords.
	* cperl-mode.el (cperl-version): Expand Revision keyword.

2000-06-25  Adrian Aichner  <aichner@ecf.teradyne.com>

	* cperl-mode.el (cperl-perldoc): Make function work under XEmacs.
	(cperl-version): sync with version 4.32 of Ilya Zakharevich
	<ilya@math.ohio-state.edu>

2000-05-12  Martin Buchholz  <martin@xemacs.org>

	* f90.el: Change Author address.

2000-03-06  Yoshiki Hayashi  <yoshiki@xemacs.org>

	* eiffel3.el (eif-init-color): Don't change font-lock-comment-face
	and font-lock-string-face.
	(Top level): Ditto.

2000-01-19  Akim Demaille  <akim@epita.fr>

	* autoconf-mode.el (autoconf-font-lock-keywords): Support `A._DEFUN'
	definitions: Autoconf now uses AC_DEFUN, AU_DEFUN, AH_DEFUN, and
	others are to come.

2000-01-19  Andreas Jaeger  <aj@suse.de>

	* python-mode.el: Version 3.105 from Barry Warsaw.

1999-12-04  Andreas Jaeger  <aj@suse.de>

	* sql.el (sql-mode-syntax-table): Recognize end of comments
	inititated by "--".
	Patch by Enrico Scholz <Enrico.Scholz@informatik.tu-chemnitz.de>.

1999-10-05  Tim Bradshaw  <tfb@tfeb.org>

	* make-mode.el (makefile-font-lock-keywords):
	font-lock-preprocessor-face was used unquoted, quoted it.

1999-11-11  Andreas Jaeger  <aj@suse.de>

	* ksh-mode.el: New version from Gary Ellison <gfe@interhack.net>.

1999-09-22  Martin Buchholz  <martin@xemacs.org>

	* autoconf-mode.el (autoconf-font-lock-keywords): Add font-lock
	keywords for function definitions

1999-07-15  Karl M. Hegbloom  <karlheg@debian.org>

	* make-mode.el: Better highlighting and imenu support.

1999-06-05  Karl M. Hegbloom  <karlheg@debian.org>

	* sql.el (sql-mode): autoload
	(sql-interactive-mode): ditto
	(sql-oracle): ditto
	(sql-sybase): ditto
	(sql-informix): ditto
	(sql-ingres): ditto
	(sql-ms): ditto
	(sql-postgres): ditto

1999-07-06  SL Baur  <steve@miho.m17n.org>

	* make-mode.el (makefile-mode): Fix for InfoDock menus.
	From Bob Weiner <weiner@altrasoft.com>

1999-05-12  SL Baur  <steve@gneiss.etl.go.jp>

	* ksh-mode.el: Synch to ksh-mode.el-2.12
	(ksh-mode-map): Bind DEL to
	backward-or-forward-delete-char.
	Restore 'ksh-mode feature.

1999-02-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>

	* f90.el Synched up with: FSF 20.3, except that
	font-lock-reference-face is used in place of font-lock-constant-face.
	(f90-break-before-delimiters): Changed type to boolean.
	(f90-font-lock-keywords-1): Same regexps for Emacs and XEmacs and
	changed font-lock-reference-face to font-lock-function-name-face.
	(f90-font-lock-keywords-2):  Same regexps for Emacs and XEmacs and
	changed font-lock-reference-face to font-lock-function-name-face.
	(f90-font-lock-keywords-3): Same regexps for Emacs and XEmacs.
	(f90-mode-syntax-table): Allow underscore in names, byt not $ etc
	(f90-mode-map): Electric insert , + - * /
	(f90-type-def-re): Correct indentation for TYPE block
	(f90-imenu): Imenu support (FSF only).
	(f90-mode): Using normal-auto-fill-function.
	(f90-looking-at-if-then): Fixed bug in matching expressions.
	(f90-looking-at-where-or-forall): Simplified code.
	(f90-looking-at-type-like): Better reg-exp for TYPE block.
	(f90-looking-at-program-block-start): Support for more types of
	subroutines.
	(f90-comment-indent): Better indentation of trailing comments.
	(f90-no-block-limit): Fixed bug in block matching.
	(f90-electric-insert): New function for auto-fill at operators.
	(f90-indent-line): Simplified code.
	(f90-break-line): Better behavior for breaking lines.
	(f90-auto-fill-mode): Function removed.
	(f90-do-auto-fill): Also update line.
	(f90-fill-region): Changed due to new updating policy.
	(f90-match-end): Fixed bug due to new syntax.

1998-12-30  Martin Buchholz  <martin@xemacs.org>

	* python-mode.el: Upgrade to version 3.90 by simply copying
	Barry Warsaw's copy.  Have we lost Oliver's and Bob's changes?
	Snarfed from http://www.python.org/emacs/python-mode/python-mode.el

1998-11-24  SL Baur  <steve@altair.xemacs.org>

	* sql.el: New file.

1998-10-15  SL Baur  <steve@altair.xemacs.org>

	* cvs.el: New file.

1998-09-30  Jan Vroonhof  <vroonhof@math.ethz.ch>

	* cperl-mode.el: Do not mess with auto-mode-alist.

1998-09-30  SL Baur  <steve@altair.xemacs.org>

	* cperl.el: Update maintainer field.

1998-09-29  Bob Weiner  <weiner@altrasoft.com>

	* python.el: (py-guess-indent-offset): Suppress message if
	noninteractive.

1998-09-28  SL Baur  <steve@altair.xemacs.org>

	* verilog-mode.el (verilog-emacs-features): Correct major version
	computation.

1998-09-04  Gunnar Evermann  <Gunnar.Evermann@nats.informatik.uni-hamburg.de>

	* postscript.el: (postscript-font-lock-keywords) eliminate
	redundancy from regexp for strings.

1998-07-20  Tomasz Cholewo  <tjchol01@aivo.spd.louisville.edu>

	* postscript.el: Fixed syntax table entry for '}'.

1998-07-14  SL Baur  <steve@altair.xemacs.org>

	* prolog.el (prolog-consult-region): send-string ->
	process-send-string.
	(prolog-consult-region): send-region -> process-send-region.

1998-05-04  Oliver Graf <ograf@fga.de>

	* python-mode.el(imenu-example--create-python-index):
	added imenu Top-entry to fix 'empty' modules

1998-04-29  SL Baur  <steve@altair.xemacs.org>

	* simula.el (simula-mode): Autoload.

	* m4-mode.el (m4-mode): Autoload.

1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>

	* autoconf-mode.el: Recognize parens as such.

1998-01-24  SL Baur  <steve@altair.xemacs.org>

	* Makefile (VERSION): Update to package standard 1.0.
	* package-info.in: Ditto.

1998-01-12  SL Baur  <steve@altair.xemacs.org>

	* Makefile (CATEGORY): Update to newer package interface.

1998-01-05  SL Baur  <steve@altair.xemacs.org>

	* python-mode.el updated to 3.28.

1998-01-03  SL Baur  <steve@altair.xemacs.org>

	* Makefile: Update to newer package interface.

1997-12-23  SL Baur  <steve@altair.xemacs.org>

	* tcl.el (tcl-submit-bug-report): Remove compile time dependency
	on reporter.

	* Makefile: Created.
