diff lisp/ChangeLog @ 86243:4d615a83cee2

* progmodes/idlw-help.el: Require browse-url unconditionally, it is available by default. (idlwave-help-browse-url-available): Change default to t. * emulation/edt.el (defgroup, defcustom): Remove definition. (eval-when-compile): Remove. (c-mark-function): * textmodes/reftex-dcr.el (bibtex-beginning-of-entry): * textmodes/fill.el (comment-search-forward) (comment-string-strip): * progmodes/prolog.el (comint-mode, comint-send-string) (comint-send-region, comint-send-eof): * progmodes/dcl-mode.el (imenu-default-create-index-function): * emulation/viper-util.el (viper-forward-Word): * emulation/vi.el (c-mark-function): * emulation/edt-vt100.el (vt100-wide-mode): * emacs-lisp/timer.el (diary-entry-time): Declare as functions. * url-mailto.el (mail-send-and-exit): * url-http.el (url-dav-file-attributes): * url-file.el (ange-ftp-set-passwd, ange-ftp-copy-file-internal): Declare as functions. * url-privacy.el (url-device-type): Define unconditionally.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 20 Nov 2007 00:57:10 +0000
parents 4a7e0b7fde4e
children 26cc264a4964
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Nov 20 00:40:35 2007 +0000
+++ b/lisp/ChangeLog	Tue Nov 20 00:57:10 2007 +0000
@@ -1,3 +1,23 @@
+2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* progmodes/idlw-help.el: Require browse-url unconditionally, it
+	is available by default.
+	(idlwave-help-browse-url-available): Change default to t.
+
+	* emulation/edt.el (defgroup, defcustom): Remove definition.
+	(eval-when-compile): Remove.
+	(c-mark-function):
+	* textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
+	* textmodes/fill.el (comment-search-forward)
+	(comment-string-strip):
+	* progmodes/prolog.el (comint-mode, comint-send-string)
+	(comint-send-region, comint-send-eof):
+	* progmodes/dcl-mode.el (imenu-default-create-index-function):
+	* emulation/viper-util.el (viper-forward-Word):
+	* emulation/vi.el (c-mark-function):
+	* emulation/edt-vt100.el (vt100-wide-mode):
+	* emacs-lisp/timer.el (diary-entry-time): Declare as functions.
+
 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
 
 	* net/tramp.el (tramp-open-connection-setup-interactive-shell):