comparison lisp/ChangeLog @ 90984:a1be62cbd32a

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 814-815) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-232
author Miles Bader <miles@gnu.org>
date Wed, 18 Jul 2007 22:15:15 +0000
parents a66921565bcb 7447c9b7efeb
children 492971a3f31f
comparison
equal deleted inserted replaced
90983:8cdd8b5fa891 90984:a1be62cbd32a
1 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
2
3 * files.el (file-remote-p): Introduce optional parameter
4 IDENTIFICATION.
5
6 * recentf.el (recentf-keep-default-predicate): Adapt call of
7 `file-remote-p'.
8
9 * progmodes/grep.el (grep-probe): Use `process-file'.
10 (grep-compute-defaults): Handle variables host specific.
11
12 * net/ange-ftp.el: (ange-ftp-file-remote-p): Handle optional
13 parameter IDENTIFICATION.
14
15 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
16 parameter IDENTIFICATION.
17 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
18 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
19 Add entry for `set-file-times'.
20 (tramp-do-copy-or-rename-file-via-buffer)
21 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
22 (tramp-handle-unhandled-file-name-directory): Rewrite.
23 (tramp-convert-file-attributes): Add error handling when inode is
24 extraordinary big.
25 (tramp-get-inode): Change parameter from FILE to VEC.
26 (tramp-handle-start-file-process ): Use (current-buffer) if BUFFER
27 is NIL. This is according to the specification. Goto (point-max)
28 when ready.
29 (tramp-handle-shell-command): Rewrite completely, using
30 `process-file' and `start-file-process'.
31 (tramp-methods, tramp-find-shell)
32 (tramp-open-connection-setup-interactive-shell)
33 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
34 var. Reported by Steve Youngs <steve@sxemacs.org>.
35
36 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
37 entry for `set-file-times'. Rename `start-process' into
38 `start-file-process'. Remove `call-process' entry.
39 (tramp-fish-handle-set-file-times): New defun.
40 (tramp-fish-handle-executable-find): Use `process-file'.
41 (tramp-fish-handle-process-file): New defun. Replaces
42 `tramp-fish-handle-call-process'.
43 (tramp-fish-do-copy-or-rename-file-directly): Use
44 `set-file-times'.
45 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
46
47 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
48 `tramp-get-inode' parameter.
49
50 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
53 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
54 nowadays, and by the time Emacs-23 comes out, nobody will even remember
55 it has ever existed.
56
57 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
58
59 * vc.el: Undo previous change.
60
61 2007-07-16 Eli Zaretskii <eliz@gnu.org>
62
63 * makefile.w32-in (clean): Don't delete *~.
64
65 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 * textmodes/tex-mode.el (tex-verbatim-environments):
68 Add safe-local-variable property.
69 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
70 when starting font-lock rather than when loading tex-mode.el.
71
72 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
73 whole $( rather than just the $. Rename from sh-quoted-subshell.
74 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
75
76 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
77
78 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
79 bookmark-alist. Instead, if not sorting, simply return it.
80 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
81 for its return value, not for its side effect.
82
83 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
84 case of alignment under a constant symbol, find and consider
85 the sexp actually at indentation to be the "last sexp".
86
87 2007-07-16 Drew Adams <drew.adams@oracle.com>
88
89 * mouse.el (mouse-yank-secondary): Better error message if no
90 secondary selection.
91
92 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
93
94 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
95
96 * term/xterm.el (xterm-turn-on-modify-other-keys)
97 (xterm-turn-off-modify-other-keys): New functions.
98 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
99 terminal supports it.
100
101 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
102
103 * bookmark.el (bookmark-show-all-annotations):
104 Make sure each inserted annotation ends with newline.
105
106 2007-07-15 Juri Linkov <juri@jurta.org>
107
108 * delsel.el (delete-selection-pre-hook):
109 * emulation/cua-base.el (cua-paste): Before a yank command,
110 check also whether last-command is one of mouse-save-then-kill,
111 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
112
113 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
114
115 * recentf.el (recentf-keep-default-predicate): New defun.
116 (recentf-keep): Use it as initial value.
117
1 2007-07-15 Karl Fogel <kfogel@red-bean.com> 118 2007-07-15 Karl Fogel <kfogel@red-bean.com>
2 119
3 * bookmark.el: Revert revision 1.90 (commitid mWoPbju3pgNotDps), 120 * bookmark.el: Revert revision 1.90 (commitid mWoPbju3pgNotDps),
4 thus restoring bookmark bindings to three slots under C-x r. See 121 thus restoring bookmark bindings to three slots under C-x r. See
5 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html. 122 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
6 123
7 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change) 124 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8 125
9 * calendar/cal-bahai.el (calendar-goto-bahai-date): Add autoload 126 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
10 cookie.
11 127
12 2007-07-15 Jason Rumney <jasonr@gnu.org> 128 2007-07-15 Jason Rumney <jasonr@gnu.org>
13 129
14 * w32-fns.el (set-default-process-coding-system): Use dos line ends 130 * w32-fns.el (set-default-process-coding-system): Use dos line ends
15 for input to cmdproxy on all versions of Windows. 131 for input to cmdproxy on all versions of Windows.
34 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu> 150 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
35 151
36 * replace.el (match): Use yellow1 instead of yellow. 152 * replace.el (match): Use yellow1 instead of yellow.
37 153
38 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of 154 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
39 red. 155 red.
40 156
41 * pcvs-info.el (cvs-unknown): Likewise. 157 * pcvs-info.el (cvs-unknown): Likewise.
42 158
43 2007-07-13 Eli Zaretskii <eliz@gnu.org> 159 2007-07-13 Eli Zaretskii <eliz@gnu.org>
44 160