diff lisp/ChangeLog @ 83094:8e5779acd195

Merged in changes from CVS HEAD Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-193 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-194 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-195 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196 Remove RCS keywords * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-197 Stupid CVS keyword changes * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-198 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-199 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-134
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 10 Apr 2004 23:06:09 +0000
parents 1029206e72f2 d0b78ea6a3ad
children eb7e8d483840
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Apr 08 15:09:37 2004 +0000
+++ b/lisp/ChangeLog	Sat Apr 10 23:06:09 2004 +0000
@@ -1,3 +1,55 @@
+2004-04-11  Kim F. Storm  <storm@cua.dk>
+
+	* ido.el (ido-confirm-unique-completion): New defcustom.
+	(ido-complete): Use it.
+	(ido-write-file): Set it to t unconditionally.
+
+2004-04-10  Miles Bader  <miles@gnu.org>
+
+	RCS keyword removal (only non-comment changes are enumerated here):
+
+	* emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
+	(byte-compile-insert-header): Don't use `byte-compile-version'.
+	* url/url-vars.el (url-version): Use the constant string "Emacs"
+	instead of calculating something from the RCS `State' keyword
+	[the latter is almost entirely useless anyway].
+	* forms.el (forms-version): Variable removed.
+	(forms-mode): Don't use `forms-version'.
+	* recentf.el (recentf-version): Variable removed.
+	* progmodes/delphi.el (delphi-version): Variable removed.
+	* progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
+
+2004-04-09  Jesper Harder  <harder@ifa.au.dk>
+
+	* info.el (info-apropos): Improve menu item regexp.
+
+2004-04-09  Simon Josefsson  <jas@extundo.com>
+
+	* mail/smtpmail.el: Add comment, based on report by
+	kdc@rcn.com (Kevin D. Clark).
+
+2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* progmodes/compile.el (compilation-mode-font-lock-keywords):
+	Redo one more thing that I didn't notice Daniel had undone.
+
+2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
+
+	* progmodes/gdb-ui.el (gdb-source-window): Remove variable
+	(gdb-goto-breakpoint, gdb-display-buffer)
+	(gdb-display-source-buffer, gdb-view-source-function)
+	(gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
+	(gdb-source-info, gdb-frame-handler): Don't specify a window
+	for display.
+	(gdb-info-breakpoints-custom): Remove superfluous update of
+	assembler buffer.
+	(gdb-many-windows): Make settable outside gdb.
+
+2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+	* calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
+	Derive from fundamental-mode rather than text-mode.
+
 2004-04-08  Juri Linkov  <juri@jurta.org>
 
 	* info.el (Info-history): Doc fix.
@@ -18,11 +70,11 @@
 	(Info-goto-node): Switch to *info* from *info-history* *info-toc*.
 	(Info-search-whitespace-regexp): New custom.
 	(Info-search-case-fold): New var.
-	(Info-search): Add "case-sensitively" to the prompt.  Use
-	Info-search-whitespace-regexp.  Set Info-search-case-fold.
+	(Info-search): Add "case-sensitively" to the prompt.
+	Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
 	(Info-search-case-sensitively, Info-search-next): New fun.
 	(Info-up): Move point to the menu item of the current node.
-	(Info-history): New fun.  Add *info-history* to same-window-buffer-names.
+	(Info-history): New fun. Add *info-history* to same-window-buffer-names.
 	(Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
 	(Info-insert-toc): New fun.
 	(Info-build-toc): New fun.
@@ -49,13 +101,39 @@
 	then fontify header line, titles, menu headers, http and ftp
 	references, refill paragraphs.  If not-fontified-p is t or
 	fontify-visited-p is t then fontify cross references, menu items.
-	Fontify menu headers.  Fontify http and ftp references.  Change
-	regexp for cross references to require whitespace after *Note, add
-	matching groups for file and node names.  Remove hack for quote.
+	Fontify menu headers.  Fontify http and ftp references.
+	Change regexp for cross references to require whitespace after *Note,
+	add matching groups for file and node names.  Remove hack for quote.
 	Use display property for Info-hide-note-references=t.  Use fifth
 	or fourth match for help-echo.  Display visited nodes in a
-	different face.  Unhide file names of external references.  Unhide
-	newlines.  Display visited menu items in a different face.
+	different face.  Unhide file names of external references.
+	Unhide newlines.  Display visited menu items in a different face.
+
+2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* progmodes/compile.el: Require CL.
+	(compilation-mode-font-lock-keywords): Re-install the "line as
+	function" patch.
+
+	* help-fns.el (help-C-source-directory): New var.
+	(help-subr-name, help-C-file-name, help-find-C-source): New funs.
+	(describe-function-1, describe-variable): Use them.
+
+	* help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
+	to C source files specially.
+
+2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* progmodes/compile.el: Require CL.
+	(compilation-mode-font-lock-keywords): Re-install the "line as
+	function" patch.
+
+	* help-fns.el (help-C-source-directory): New var.
+	(help-subr-name, help-C-file-name, help-find-C-source): New funs.
+	(describe-function-1, describe-variable): Use them.
+
+	* help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
+	to C source files specially.
 
 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
 
@@ -67,8 +145,8 @@
 
 	* progmodes/compile.el (compilation-warning-face)
 	(compilation-info-face, compilation-skip-threshold)
-	(compilation-skip-visited, compilation-context-lines): Declare
-	:version when added to Emacs.
+	(compilation-skip-visited, compilation-context-lines):
+	Declare :version when added to Emacs.
 	(compilation-error-regexp-alist-alist): Extend caml and irix.
 	(compilation-setup): Fix if font-locked w/o font-lock-defaults.
 	(compilation-mode-font-lock-keywords): Temporarily undo line as
@@ -82,8 +160,8 @@
 
 2004-04-06  Kenichi Handa  <handa@m17n.org>
 
-	* language/ethio-util.el (ethio-sera-being-called-by-w3): New
-	variable.
+	* language/ethio-util.el (ethio-sera-being-called-by-w3):
+	New variable.
 	(ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
 	instead of sera-being-called-by-w3.
 	(ethio-fidel-to-sera-buffer): Likewise.
@@ -111,11 +189,10 @@
 
 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-	* cus-edit.el (custom-add-parent-links): Changed unbound variable
+	* cus-edit.el (custom-add-parent-links): Change unbound variable
 	`symbol' to `name'.
 
 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
-
 	* info.el (info-apropos): New function.
 	(Info-mode-menu): Add it.
 	(Info-find-node, Info-find-node-2): Grok apropos virtual file.
@@ -125,6 +202,31 @@
 
 	* play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
 
+2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
+
+	* progmodes/compile.el (font-lock): Don't require any more.
+	(compilation-error-properties, compilation-start, compilation-sentinel)
+	(compilation-filter, next-error): Use with-current-buffer.
+	(compilation-skip-to-next-location, compilation-skip-threshold)
+	(compilation-skip-visited): Move to silence the byte-compiler.
+	(compilation-setup): Simplify.
+	(compilation-next-error): Use line-(beginning|end)-position.
+	Make sure `pt' is non-nil before using compilation-loop.
+	(compile-goto-error): Add optional event arg.  Use it.
+	(compile-mouse-goto-error): Make it an alias of compile-goto-error.
+	(compilation-minor-mode-map, compilation-shell-minor-mode-map):
+	Update the binding for mouse-2.
+	(first-error): Set compilation-current-error to nil rather than bob.
+	(compilation-parsing-end, compilation-parse-errors-function)
+	(compilation-error-list, compilation-old-error-list):
+	"New" compatibility variables.
+	(compile-buffer-substring, compilation-compat-error-properties)
+	(compilation-compat-parse-errors, compilation-forget-errors):
+	New compatibility functions.
+	(compilation-mode-font-lock-keywords): Use them.
+
 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
 
 	* autorevert.el (auto-revert-handler): If point (or a window
@@ -140,31 +242,23 @@
 	* progmodes/ebnf2ps.el: Doc fix.
 	(ebnf-version): New version number (4.2).
 	(ebnf-syntax): Customization and docstring fix.
-	(ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize): Put
-	autoloaded funs before first use.
+	(ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
+	Put autoloaded funs before first use.
 	(ebnf-style-database): Add dtd entry.
 	(ebnf-syntax-alist): Add dtd initialization.
 	(ebnf-token-sequence): New fun.
 	(ebnf-comment-table): Add new comment action character.
-	(ebnf-dtd-parser, ebnf-dtd-initialize): Autoloaded funs from ebnf-dtd.
+	(ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
 
 	* progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
 	Type Definition for XML).
 
-	* progmodes/ebnf-abn.el (ebnf-abn-concatenation): Code simplification:
-	call ebnf-token-sequence.
-
-	* progmodes/ebnf-bnf.el (ebnf-sequence): Code simplification: call
-	ebnf-token-sequence.
-
-	* progmodes/ebnf-ebx.el (ebnf-ebx-concatenation): Code simplification:
-	call ebnf-token-sequence.
-
-	* progmodes/ebnf-iso.el (ebnf-iso-single-definition): Code
-	simplification: call ebnf-token-sequence.
-
-	* progmodes/ebnf-yac.el (ebnf-yac-sequence): Code simplification: call
-	ebnf-token-sequence.
+	* progmodes/ebnf-abn.el (ebnf-abn-concatenation):
+	* progmodes/ebnf-bnf.el (ebnf-sequence):
+	* progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
+	* progmodes/ebnf-iso.el (ebnf-iso-single-definition):
+	* progmodes/ebnf-yac.el (ebnf-yac-sequence):
+	Code simplification: call ebnf-token-sequence.
 
 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
 
@@ -178,6 +272,9 @@
 
 	* url: Import the URL package from its repository.
 
+	* url/url-methods.el:
+	* url/url-parse.el: Don't require url-auto.
+
 2004-04-03  Andreas Schwab  <schwab@suse.de>
 
 	* diff-mode.el (diff-mode): Fix missing quote.
@@ -303,7 +400,7 @@
 	(ebnf-syntax): Adjust customization.
 	(ebnf-style-database): Add ebnfx entry.
 	(ebnf-syntax-alist): Add ebnfx initialization.
-	(ebnf-ebx-parser, ebnf-ebx-initialize): Autoloaded funs from ebnf-ebx.
+	(ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
 
 	* printing.el: Doc fix.
 	(pr-version): New version number (6.7.3).
@@ -483,6 +580,10 @@
 
 	* gdb-ui.el: Moved to progmodes.
 
+2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
+
 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
 
 	* calendar/appt.el (appt-check): Remove superfluous progn.