annotate nextstep/FOR-RELEASE @ 107189:a48b193e3b5f

(tramp-handle-insert-file-contents): Set always the permissions of the temporary file to "0600". In case the remote file has no read permissions for the owner, there might be problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
author Michael Albinus <michael.albinus@gmx.de>
date Thu, 18 Feb 2010 11:03:12 +0100
parents fe774839a58c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
96675
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
diff changeset
1 -*- outline -*-
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
diff changeset
2
96832
f6418143551e updates to nextstep/FOR-RELEASE
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 96771
diff changeset
3
f6418143551e updates to nextstep/FOR-RELEASE
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 96771
diff changeset
4 * CURSOR BUGS:
f6418143551e updates to nextstep/FOR-RELEASE
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 96771
diff changeset
5
f6418143551e updates to nextstep/FOR-RELEASE
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 96771
diff changeset
6 ** (mouse-avoidance-mode 'banish) then minimize Emacs, will pop window back up
f6418143551e updates to nextstep/FOR-RELEASE
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 96771
diff changeset
7 on top of all others
f6418143551e updates to nextstep/FOR-RELEASE
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 96771
diff changeset
8
f6418143551e updates to nextstep/FOR-RELEASE
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 96771
diff changeset
9
f6418143551e updates to nextstep/FOR-RELEASE
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 96771
diff changeset
10 * OTHER BUGS
96675
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
diff changeset
11
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
diff changeset
12 ** free_frame_resources, face colors
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
diff changeset
13
96771
d92ec7333164 make more parallel to other platforms
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 96752
diff changeset
14 ** numeric keysetting bug
d92ec7333164 make more parallel to other platforms
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 96752
diff changeset
15
106609
fe774839a58c Change bug web-page to short-form at debbugs.gnu.org.
Glenn Morris <rgm@gnu.org>
parents: 101903
diff changeset
16 ** http://debbugs.gnu.org/ns
96771
d92ec7333164 make more parallel to other platforms
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 96752
diff changeset
17
96832
f6418143551e updates to nextstep/FOR-RELEASE
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 96771
diff changeset
18
f6418143551e updates to nextstep/FOR-RELEASE
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 96771
diff changeset
19 * MAC-RELATED:
96675
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
diff changeset
20
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
diff changeset
21 ** open file:/// URLs
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
diff changeset
22
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
diff changeset
23 ** put frame autopositioning into C code somewhere -- if loc = same, offset
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
diff changeset
24
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
diff changeset
25 ** automap ctrl-mouse-1 to mouse-3
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
diff changeset
26
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
diff changeset
27 ** deal with Finder aliases somehow
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
diff changeset
28
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
diff changeset
29 ** Ctrl-F2 won't pull up menus
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
diff changeset
30
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
diff changeset
31
96832
f6418143551e updates to nextstep/FOR-RELEASE
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 96771
diff changeset
32 * OTHER / LOW PRIORITY:
96675
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
diff changeset
33
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
diff changeset
34 ** better recog of unicode scripts / Greek / composition
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
diff changeset
35
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
diff changeset
36 ** Exec-dump not working on GNUstep (so slow startup).
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
diff changeset
37
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents:
diff changeset
38 ** undo for color-drag face customization