Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 2671:5402bf7d11a5
[xemacs-hg @ 2005-03-17 09:26:07 by michaels]
2005-03-17 Mike Sperber <mike@xemacs.org>
* files.el: Merge the following changes from GNU Emacs:
2005-01-04 Andreas Schwab <schwab@suse.de>
* files.el (insert-directory): Only look for error lines in
inserted text. Don't move too far after processing --dired markers.
2004-12-27 Richard M. Stallman <rms@gnu.org>
* files.el (insert-directory-ls-version): New variable.
(insert-directory): When ls returns an error, test the version
number to decide what the return code means.
With --dired output format, detect and distinguish lines
that are really error messages.
(insert-directory-adj-pos): New function.
2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
* files.el (insert-directory): Obey --dired even with symlinks.
2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
(insert-directory): Check that lines were really inserted by
the --dired switch, before erasing them.
2004-04-17 Richard M. Stallman <rms@gnu.org>
* files.el (insert-directory): Delete any error msg output by the
`insert-directory-program'.
author | michaels |
---|---|
date | Thu, 17 Mar 2005 09:26:09 +0000 |
parents | 0ba09d009197 |
children | 64752935473d |
comparison
equal
deleted
inserted
replaced
2670:a7412c3275d9 | 2671:5402bf7d11a5 |
---|---|
1 2005-03-17 Mike Sperber <mike@xemacs.org> | |
2 | |
3 * files.el: Merge the following changes from GNU Emacs: | |
4 | |
5 2005-01-04 Andreas Schwab <schwab@suse.de> | |
6 | |
7 * files.el (insert-directory): Only look for error lines in | |
8 inserted text. Don't move too far after processing --dired markers. | |
9 | |
10 2004-12-27 Richard M. Stallman <rms@gnu.org> | |
11 | |
12 * files.el (insert-directory-ls-version): New variable. | |
13 (insert-directory): When ls returns an error, test the version | |
14 number to decide what the return code means. | |
15 With --dired output format, detect and distinguish lines | |
16 that are really error messages. | |
17 (insert-directory-adj-pos): New function. | |
18 | |
19 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca> | |
20 | |
21 * files.el (insert-directory): Obey --dired even with symlinks. | |
22 | |
23 2004-05-25 Luc Teirlinck <teirllm@auburn.edu> | |
24 | |
25 (insert-directory): Check that lines were really inserted by | |
26 the --dired switch, before erasing them. | |
27 | |
28 2004-04-17 Richard M. Stallman <rms@gnu.org> | |
29 | |
30 * files.el (insert-directory): Delete any error msg output by the | |
31 `insert-directory-program'. | |
32 | |
1 2005-03-12 Fabrice Popineau <Fabrice.Popineau@supelec.fr> | 33 2005-03-12 Fabrice Popineau <Fabrice.Popineau@supelec.fr> |
2 | 34 |
3 * select.el (get-selection): As described in | 35 * select.el (get-selection): As described in |
4 u0nj9nvq.fsf@esemetz.metz.supelec.fr , get-selection-internal | 36 u0nj9nvq.fsf@esemetz.metz.supelec.fr , get-selection-internal |
5 returns nil instead of signalling a selection-conversion | 37 returns nil instead of signalling a selection-conversion |