comparison lisp/ChangeLog @ 82950:ed8435ec5652 before-merge-multi-tty-to-trunk

(invisible-p): Remove: implemented in C now. (line-move-invisible-p): Remove obsolete alias.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 29 Aug 2007 01:14:48 +0000
parents 528efa6e1177
children a73440d2f146 3996a7930718 b83d0dadb2a7
comparison
equal deleted inserted replaced
82949:9547b9f35042 82950:ed8435ec5652
1 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * simple.el (invisible-p): Remove: implemented in C now.
4 (line-move-invisible-p): Remove obsolete alias.
5
1 2007-08-28 Juri Linkov <juri@jurta.org> 6 2007-08-28 Juri Linkov <juri@jurta.org>
2 7
3 * image-mode.el (image-type): New variable. 8 * image-mode.el (image-type): New variable.
4 (image-mode): Set default major mode name to "Image[text]". 9 (image-mode): Set default major mode name to "Image[text]".
5 (image-minor-mode): Change LIGHTER to display image-type in the 10 (image-minor-mode): Change LIGHTER to display image-type in the
21 (tramp-get-local-gid): New defuns. 26 (tramp-get-local-gid): New defuns.
22 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID. 27 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
23 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID. 28 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
24 Improve fast track. 29 Improve fast track.
25 (tramp-do-copy-or-rename-file-directly): Sync parameter list with 30 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
26 the other tramp-do-copy-or-rename-file-* functions. Major 31 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
27 rewrite.
28 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents) 32 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
29 (tramp-handle-write-region): Improve fast track. 33 (tramp-handle-write-region): Improve fast track.
30 (tramp-handle-file-remote-p): IDENTIFICATION can also be 34 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
31 'localname.
32 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering' 35 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
33 be nil. 36 be nil.
34 37
35 2007-08-28 Ivan Kanis <apple@kanis.eu> 38 2007-08-28 Ivan Kanis <apple@kanis.eu>
36 39