]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index 48727b52341a5233962db720467553a599a55131..d567624baff381738f19e6cd3355564cf55b19dc 100644 (file)
@@ -1,3 +1,214 @@
+1999-11-17  Gerd Moellmann  <gerd@gnu.org>
+
+       * simple.el (with-syntax-table): Save buffer explicitly instead of
+       using save-excursion.
+
+1999-11-16  Gerd Moellmann  <gerd@gnu.org>
+
+       * mail/supercite.el: New maintainer.
+
+1999-11-16  Reto Zimmermann  <reto@synopsys.com>
+
+       * progmodes/vhdl-mode.el: Use new backquote syntax.
+
+1999-11-16  Gerd Moellmann  <gerd@gnu.org>
+
+       * simple.el (with-syntax-table): New.
+
+1999-11-15  Sam Steingold  <sds@ksp.com>
+
+       * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
+
+1999-02-22  Sam Steingold  <sds@goems.com>
+
+       * goto-addr.el (goto-address-at-mouse,
+       goto-address-find-address-at-point): use compose-mail.
+       (goto-address-mail-method): removed variable.
+       (goto-address-send-using-mh-e, goto-address-send-using-mhe,
+       goto-address-send-using-mail): removed functions.
+
+1998-11-03  Sam Steingold  <sds@goems.com>
+
+       * simple.el (backward-delete-char-untabify):
+       backward-delete-char-untabify-method can be `all' now - to delete
+       hungrily including newlines.
+
+1999-11-15  Sam Steingold  <sds@ksp.com>
+
+       * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
+
+1999-11-15  Dave Love  <fx@gnu.org>
+
+       * cus-edit.el (customize-face, customize-face-other-window):
+       Require match from completing-read.
+       (custom-buffer-done-function): Default to custom-bury-buffer, not
+       bury-buffer.
+
+1999-11-15  Gerd Moellmann  <gerd@gnu.org>
+
+       * mail/rmail.el, iswitchb.el, hippie-exp.el,
+       progmodes/cperl-mode.el: Use new backquote syntax.
+
+1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
+
+       * uniquify.el: Use new backquote syntax.
+
+1999-11-14  Markus Rost  <rost@ias.edu>
+
+       * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
+       as in ispell-local-dictionary-alist.
+
+1999-11-14  Alex Schroeder  <alex@gnu.org>
+
+       * ansi-color.el (ansi-color-apply): Updated regexps to include
+       highlighted face.
+
+1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
+
+       * forms.el (forms--make-format-elt-using-text-properties):
+       Treat `intangible' differently.
+
+       * forms.el: Use new backquote syntax.
+
+1999-11-13  Gerd Moellmann  <gerd@gnu.org>
+
+       * textmodes/scribe.el (scribe-mode): Doc-fix.
+
+1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
+
+       * net-utils.el (run-network-program, net-utils-run-program): Use
+       the new backquote syntax.
+       (smbclient-program, smbclient-program-options)
+       (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
+       variables
+       (smbclient, smbclient-list-shares): New functions
+
+1999-11-12  Sam Steingold  <sds@ksp.com>
+
+       * emulation/viper-init.el (viper-deflocalvar, viper-loop)
+       (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
+       (viper-kbd-buf-definition, viper-kbd-mode-alist)
+       (viper-kbd-mode-pair, viper-kbd-mode-definition)
+       (viper-kbd-global-pair, viper-kbd-global-definition):
+       Use the new backquote syntax.
+
+       * emulation/viper-cmd.el (viper-test-com-defun)
+       (viper-prefix-arg-value, viper-prefix-arg-com):
+       Use the new backquote syntax.
+
+       * emacs-lisp/debug.el (debugger-env-macro):
+       Use the new backquote syntax.
+
+       * emacs-lisp/easymenu.el (easy-menu-make-symbol):
+       Use the new backquote syntax.
+
+       * calendar/calendar.el (calendar-remove-frame-by-deleting):
+       New user variable.
+       (calendar-hide-window): Use it.
+       (increment-calendar-month, calendar-for-loop, calendar-sum):
+       Use the new backquote syntax.
+
+1999-11-12  Andrew Innes  <andrewi@gnu.org>
+
+       * select.el (x-set-selection): Call buffer-substring, not
+       substring.  Also fix docstring
+
+1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
+
+       * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
+       of customizable variables to bug report message. Added
+       system-type to package name in bug report.
+
+1999-11-12  Gerd Moellmann  <gerd@gnu.org>
+
+       * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
+       to display file names.
+
+1999-11-11  Gerd Moellmann  <gerd@gnu.org>
+
+       * mwheel.el: Fix copyright notice, don't require 'cl at run time.
+
+       * isearch.el: Add lazy-highlighting feature.
+
+1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
+
+       * progmodes/ps-mode.el (ps-mode-maintainer-address): New
+        constant.
+       (ps-mode-submit-bug-report): New function. Entry added to menu.
+
+1999-11-10  William M. Perry  <wmperry@aventail.com>
+
+       * mwheel.el: New file to support the new style wheeled mice.
+
+1999-11-10  Gerd Moellmann  <gerd@gnu.org>
+
+       * startup.el (initial-scratch-message): Add ";;" to the front of
+       lines in the message.
+
+       * files.el (file-local-copy): Remove optional BUFFER argument
+       because that's not used by anything.
+
+       * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
+       to-address.
+
+1999-11-08  Markus Rost  <rost@ias.edu>
+
+       * wid-edit.el (widget-button-click): Wrap with save-excursion
+       to restore track-mouse in the correct buffer.
+
+1999-11-08  Gerd Moellmann  <gerd@gnu.org>
+
+       * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
+
+1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
+
+       * progmodes/ps-mode.el (ps-mode-print-function): Changed default
+       lpr-command to "lp" for some system-types. (copied from lpr.el
+       Emacs version 20.2.1).
+
+1999-11-04  Markus Rost  <rost@ias.edu>
+
+       * simple.el (comment-region): Strip off white space at end of
+       comment-start.
+
+1999-11-04  Gerd Moellmann  <gerd@gnu.org>
+
+       * faces.el (secondary-selection): Fix wrong color name.
+
+1999-11-04  John Tobey  <jtobey@epsilondev.com>
+
+       * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
+       the default when invoking perldb in a non-Perl buffer, and other
+       cases involving -e or --.
+
+1999-11-04  Gerd Moellmann  <gerd@gnu.org>
+
+       * simple.el (previous-matching-history-element)
+       (next-history-element): Use delete-field instead of erase-field.
+
+       * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
+       Use delete-field instead of erase-field.
+
+       * faces.el (secondary-selection): Change background to yellow.
+
+       * complete.el (PC-do-completion): Use minibuffer-prompt-end to
+       find the start of the text.  Use field-string to read the user
+       input.
+
+1999-11-03  Gerd Moellmann  <gerd@gnu.org>
+
+       * faces.el (make-face-bold, make-face-unbold, make-face-italic)
+       (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
+       for compatibility with old face implementation.
+
+       * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
+       Use erase-field instead of erase-buffer.
+
+       * frame.el (blink-cursor-mode, blink-cursor-end): Use
+       internal-show-cursor with new interface.
+       (blink-cursor-timer-function): New.
+       (blink-cursor-start): Use blink-cursor-timer-function.
+
 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
 
        * calendar.el (redraw-calendar): Move to nearest date before