diff lisp/ChangeLog @ 83204:6d9b668e8f94

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-537 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-538 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-540 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-541 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-542 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-543 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-544 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-545 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-546 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-21 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-22 Update from CVS: lisp/nndb.el (require): Remove tcp and duplicate cl. * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-23 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-24 lisp/nnimap.el (nnimap-open-connection): Remove extraneous end-paren * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-25 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-26 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-244
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 13 Sep 2004 20:33:29 +0000
parents 42acc7fa8a4f e7937a30d254
children b5dee7c1d483
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Sep 10 18:07:22 2004 +0000
+++ b/lisp/ChangeLog	Mon Sep 13 20:33:29 2004 +0000
@@ -1,3 +1,94 @@
+2004-09-13  Kim F. Storm  <storm@cua.dk>
+
+	* isearch.el (isearch-resume-in-command-history): Rename from
+	isearch-resume-enabled and change default to nil.
+
+2004-09-12  Stefan  <monnier@iro.umontreal.ca>
+
+	* vc-hooks.el (vc-ignore-dir-regexp): New var.
+	(vc-registered): Use it.
+	(vc-find-root): New fun.
+
+	* emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
+	Don't tell to use \\{...} when it's already done.
+
+	* textmodes/bibtex.el (bibtex-generate-url-list): Change format.
+	Provide a sample complex default.
+	(bibtex-url, bibtex-font-lock-url): Adapt to new format.
+	(bibtex-entry): Use mapc.
+
+2004-09-12  Kim F. Storm  <storm@cua.dk>
+
+	* kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
+
+	* emulation/cua-rect.el (cua--rectangle-operation): Let bind
+	inhibit-field-text-motion to t so rectangles work in comint buffers.
+
+	* simple.el (choose-completion-string): Set buffer before running
+	choose-completion-string-functions hook so it can be buffer-local.
+
+2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
+
+	* progmodes/compile.el (compilation-start): Parse command to see
+	if it starts with a cd, and if so perform it for the *compilation*
+	buffer.  Change the header to reflect this.
+
+2004-09-11  Kim F. Storm  <storm@cua.dk>
+
+	* ido.el (ido-enable-dot-prefix): Doc fix.
+	(ido-enable-dot-prefix): New defcustom.
+	(ido-set-matches1): Use it.
+
+2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* textmodes/bibtex.el (bibtex-mark-active)
+	(bibtex-run-with-idle-timer): Move the `if' inside the defun.
+
+2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
+
+	* textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
+	used in a case insensitive environment.
+	(bibtex-mode-map): Rearrange order of menus.
+	(bibtex-quoted-string-re): Obsolete.
+	(bibtex-complete-key-cleanup): Variable replaced by new function.
+	(bibtex-font-lock-keywords): Use backquotes.
+	(bibtex-font-lock-url-regexp): New internal variable.
+	(bibtex-name-in-field): New optional arg remove-opt-alt to remove
+	"OPT" and "ALT".
+	(bibtex-insert-current-kill, bibtex-make-field)
+	(bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
+	(bibtex-parse-field-text): Simplify.
+	(bibtex-string=): New helper function.
+	(bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
+	(bibtex-map-entries): Use bibtex-string=.
+	(bibtex-search-entry): Use not.
+	(bibtex-enclosing-field): Fix docstring.
+	(bibtex-assoc-regexp): Obsolete.
+	(bibtex-format-entry): Use assoc-string and bibtex-string=.
+	(bibtex-autokey-get-names): Handle empty name field.
+	(bibtex-parse-strings): Use assoc-string and unless.
+	(bibtex-complete-string-cleanup): Expansion list is passed as an arg.
+	Use assoc-string.
+	(bibtex-pop): Simplify.
+	(bibtex-mode): Set font-lock-extra-managed-props.
+	(bibtex-entry-update): Use assoc-string.
+	(bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
+	(bibtex-autofill-entry): Use bibtex-string=.
+	(bibtex-print-help-message): Simplify.
+	(bibtex-find-entry): New optional arg START.
+	(bibtex-validate): Use bibtex-string= and assoc-string.
+	Do not call obsolete function compilation-parse-errors.
+	(bibtex-remove-delimiters): Only remove delimiters if present.
+	(bibtex-copy-entry-as-kill): Add docstring.
+	(bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
+	Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
+	(bibtex-complete): Use bibtex-predefined-month-strings,
+	bibtex-string=, and new function bibtex-complete-key-cleanup.
+	(bibtex-generate-url-list): New variable.
+	(bibtex-url): New command bound to C-c C-l and mouse-2.
+	(bibtex-url-map): New local keymap for bibtex-url-mouse.
+	(bibtex-font-lock-url): New function.
+
 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* progmodes/grep.el (grep-mode): Remove unnecessary autoload.