diff options
| author | Dan Nicolaescu | 2007-11-20 00:57:10 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-11-20 00:57:10 +0000 |
| commit | 153ef845b8355e243c2adcf1ea52fb55636683d8 (patch) | |
| tree | 6b99ed44cdb2c7375215d85698ebb115c4e24400 /lisp/url/ChangeLog | |
| parent | ec6918a80feeee705679f5ca8b365e30a53c6a3d (diff) | |
| download | emacs-153ef845b8355e243c2adcf1ea52fb55636683d8.tar.gz emacs-153ef845b8355e243c2adcf1ea52fb55636683d8.zip | |
* 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.
Diffstat (limited to 'lisp/url/ChangeLog')
| -rw-r--r-- | lisp/url/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 93552c15ea9..56df401cb53 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * url-mailto.el (mail-send-and-exit): | ||
| 4 | * url-http.el (url-dav-file-attributes): | ||
| 5 | * url-file.el (ange-ftp-set-passwd, ange-ftp-copy-file-internal): | ||
| 6 | Declare as functions. | ||
| 7 | |||
| 8 | * url-privacy.el (url-device-type): Define unconditionally. | ||
| 9 | |||
| 1 | 2007-10-31 Juanma Barranquero <lekktu@gmail.com> | 10 | 2007-10-31 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 11 | ||
| 3 | * url-vars.el (url-vars-unload-hook): Remove function and variable. | 12 | * url-vars.el (url-vars-unload-hook): Remove function and variable. |