diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db0b4691c7e..a3bbf8c899a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -9,6 +9,13 @@ * progmodes/compile.el (compilation-parse-errors): Use compilation-buffer-p instead of testing major-mode. +1999-11-18 Dave Pearson + + * quickurl.el Added defcustom of quickurl-completion-ignore-case. + (quickurl-ask): completion-ignore-case is set to the value of + quickurl-completion-ignore-case for the duration of the call to + completing-read. + 1999-11-18 Richard M. Stallman * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.