comparison lisp/ChangeLog @ 83073:ced0b1beba09

Merged in changes from CVS HEAD Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-138 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-139 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-140 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-113
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 08 Mar 2004 13:39:35 +0000
parents b1f57ac99be5 a756c30b00f5
children 1281a5c8fb39
comparison
equal deleted inserted replaced
83072:b1f57ac99be5 83073:ced0b1beba09
1 2004-03-07 Dave Love <fx@gnu.org>
2
3 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
4 (browse-url-mail): Use it.
5
6 * mail/rfc2368.el (rfc2368-unhexify-char): Deleted.
7 (rfc2368-unhexify-string): Use replace-regexp-in-string.
8
9 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
10
11 * woman.el (woman-man.conf-path): Doc fix.
12 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
13
14 2004-03-07 Eli Zaretskii <eliz@elta.co.il>
15
16 * sort.el (sort-columns): Remove ms-dos from the list of systems
17 where the external `sort' command is not used.
18
19 2004-03-07 Kim F. Storm <storm@cua.dk>
20
21 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
22 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
23 from overlay-arrow-variable-list.
24 (gdb-assembler-mode): Use add-to-list for
25 gdb-overlay-arrow-position.
26
27 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
28
29 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
30 overlay arrow string properly for the assembler buffer.
31
1 2004-03-05 Nick Roberts <nick@nick.uklinux.net> 32 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
2 33
3 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow 34 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
4 for the assembler buffer. 35 for the assembler buffer.
5 (gdb-assembler-custom): Position the overlay arrow. 36 (gdb-assembler-custom): Position the overlay arrow.