comparison lisp/ChangeLog @ 54696:cdf086a7739d

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 04 Apr 2004 01:27:13 +0000
parents 253149f265f2
children 08605ee99946
comparison
equal deleted inserted replaced
54695:3fb37923e567 54696:cdf086a7739d
1 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * url: Import the URL package from its repository.
4
1 2004-04-03 Andreas Schwab <schwab@suse.de> 5 2004-04-03 Andreas Schwab <schwab@suse.de>
2 6
3 * diff-mode.el (diff-mode): Fix missing quote. 7 * diff-mode.el (diff-mode): Fix missing quote.
4 8
5 2004-04-03 Juri Linkov <juri@jurta.org> 9 2004-04-03 Juri Linkov <juri@jurta.org>
8 12
9 * dired.el (dired-font-lock-keywords): Fix permission regexps. 13 * dired.el (dired-font-lock-keywords): Fix permission regexps.
10 14
11 2004-04-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 15 2004-04-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
12 16
13 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text): Use 17 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
14 utf-16le on little endian machines and utf-16be otherwise. 18 Use utf-16le on little endian machines and utf-16be otherwise.
15 19
16 2004-04-02 David Kastrup <dak@gnu.org> 20 2004-04-02 David Kastrup <dak@gnu.org>
17 21
18 * net/browse-url.el (browse-url-generic): Use call-process 22 * net/browse-url.el (browse-url-generic): Use call-process
19 instead of start-process to allow browsers that fork and detach. 23 instead of start-process to allow browsers that fork and detach.