comparison lisp/ChangeLog @ 83075:1281a5c8fb39

Merged in changes from CVS HEAD Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-141 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-142 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-143 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-144 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-145 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-115
author Karoly Lorentey <lorentey@elte.hu>
date Thu, 11 Mar 2004 01:13:03 +0000
parents ced0b1beba09 c1238bacc77f
children fac24544c283
comparison
equal deleted inserted replaced
83074:34a7a8f40548 83075:1281a5c8fb39
1 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * type-break.el (type-break-emacs-variant): Remove.
4 (type-break-run-at-time, type-break-cancel-function-timers):
5 Use fboundp rather than version name and number.
6
7 2004-03-09 Masatake YAMATO <jet@gyve.org>
8
9 * hexl.el (hexl-mode): Use `make-local-variable' instead of
10 `make-variable-buffer-local'.
11
12 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
13
14 * find-dired.el (find-dired): Call `shell-command' instead of
15 `start-process-shell-command'. By this, Tramp takes over
16 handling of remote directories.
17
18 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19
20 * cus-edit.el (fill) <defgroup>: Move to fill.el.
21
22 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
23 (enable-kinsoku): Make it a defcustom.
24 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
25 paragraph to same-comment-start-marker.
26
1 2004-03-07 Dave Love <fx@gnu.org> 27 2004-03-07 Dave Love <fx@gnu.org>
2 28
3 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload. 29 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
4 (browse-url-mail): Use it. 30 (browse-url-mail): Use it.
5 31
6 * mail/rfc2368.el (rfc2368-unhexify-char): Deleted. 32 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
7 (rfc2368-unhexify-string): Use replace-regexp-in-string. 33 (rfc2368-unhexify-string): Use replace-regexp-in-string.
8 34
9 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk> 35 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
10 36
11 * woman.el (woman-man.conf-path): Doc fix. 37 * woman.el (woman-man.conf-path): Doc fix.
19 2004-03-07 Kim F. Storm <storm@cua.dk> 45 2004-03-07 Kim F. Storm <storm@cua.dk>
20 46
21 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar. 47 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
22 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it 48 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
23 from overlay-arrow-variable-list. 49 from overlay-arrow-variable-list.
24 (gdb-assembler-mode): Use add-to-list for 50 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
25 gdb-overlay-arrow-position.
26 51
27 2004-03-06 Nick Roberts <nick@nick.uklinux.net> 52 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
28 53
29 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up 54 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
30 overlay arrow string properly for the assembler buffer. 55 overlay arrow string properly for the assembler buffer.
56
57 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
58
59 * mail/sendmail.el (mail-mode): Fix last change.
31 60
32 2004-03-05 Nick Roberts <nick@nick.uklinux.net> 61 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
33 62
34 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow 63 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
35 for the assembler buffer. 64 for the assembler buffer.
36 (gdb-assembler-custom): Position the overlay arrow. 65 (gdb-assembler-custom): Position the overlay arrow.
37 (gdb-put-arrow, gdb-remove-arrow): Delete functions. 66 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
38 67
39 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca> 68 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
69
70 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
71
72 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
73 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
40 74
41 * mail/sendmail.el (mail-mode): Set comment-start-skip. 75 * mail/sendmail.el (mail-mode): Set comment-start-skip.
42 76
43 * newcomment.el (uncomment-region): Allow non-terminated comment. 77 * newcomment.el (uncomment-region): Allow non-terminated comment.
44 (comment-normalize-vars): Check the user-specified comstart marker. 78 (comment-normalize-vars): Check the user-specified comstart marker.
93 127
94 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca> 128 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
95 129
96 * textmodes/fill.el (fill-comment-paragraph): Be more careful when 130 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
97 recognizing leading comment on code line. 131 recognizing leading comment on code line.
132
133 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
134
135 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
136 hidden files/directories.
98 137
99 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca> 138 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
100 139
101 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip, 140 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
102 only comment-start (in case the mode hasn't set it). 141 only comment-start (in case the mode hasn't set it).