comparison lisp/ChangeLog @ 83306:8b66fddd72c5

Merged from miles@gnu.org--gnu-2005 (patch 307-312) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-307 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-308 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-309 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-310 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-311 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-312 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-346
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 16 May 2005 15:49:27 +0000
parents 6fef25c75847 87fca255126a
children 21eea50897a7
comparison
equal deleted inserted replaced
83305:80cb3fe96145 83306:8b66fddd72c5
1 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
2
3 * international/latexenc.el: Add page marker to force the "Local
4 Variables:" string out of the last page.
5
6 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
7
8 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
9 tooltip-change-major-mode.
10 (gud-tooltip-print-command): Remove case where gud-minor-mode
11 is gdb ("--fullname").
12 (gud-tooltip-tips): Turn GUD tooltips off for this case and
13 explain to user.
14
15 2005-05-16 Jay Belanger <belanger@truman.edu>
16
17 * calc/calc-store.el (calc-copy-special-constant): New function.
18
19 * calc/calc-ext.el (calc-init-extensions): Add binding for
20 `calc-copy-special-constant'.
21
22 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
23 for the `calc-copy-special-constant' command.
24
25 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
26
27 * subr.el (left-fringe-p): New function.
28
29 * progmodes/compile.el (compilation-setup): Set local value of
30 overlay-arrow-string to "" always.
31 (compilation-set-window): Left fringe then don't scroll. No left
32 fringe then no arrow and scroll message to top.
33 (compilation-context-lines): Adjust doc string accordingly.
34
35 2005-05-16 Kim F. Storm <storm@cua.dk>
36
37 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
38 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
39 (ido-wide-find-dir-or-delete-dir): New command for M-d.
40 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
41 (ido-read-file-name): Handle commands with ido property value
42 equal to find-file as reading a file name, to allow C-d to enter dired.
43 (ibuffer-find-file): Add ido property with value find-file.
44
45 2005-05-15 Kim F. Storm <storm@cua.dk>
46
47 * subr.el (open-network-stream-nowait): Remove.
48 (open-network-stream-server): Remove.
49
50 2005-05-15 Richard M. Stallman <rms@gnu.org>
51
52 * faces.el (describe-face): Output a definition link button.
53
54 * help-mode.el (help-face-def): New button type.
55
56 * emacs-lisp/copyright.el (copyright-fix-years):
57 Match properly if the first year is 2-digit.
58 Don't mess up the whitespace after the years by filling.
59
60 * dired-aux.el (dired-mark-confirm):
61 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
62
63 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
64 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
65 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
66
67 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
68 Set font-lock-comment-start-skip.
69
70 * font-lock.el (font-lock-comment-start-skip): New variable.
71 (font-lock-comment-end-skip): New variable.
72 (font-lock-fontify-syntactically-region): Use them if non-nil.
73
74 2005-05-15 Jay Belanger <belanger@truman.edu>
75
76 * calc/calc-store.el (calc-store-value): Return a string rather
77 than display it as a message.
78 Use calc-var-name for variable name.
79 (calc-store-into): Add the result of calc-store-value to message.
80 (calc-copy-variable): Add a message.
81 (calc-store-exchange): Improve error messages.
82 (calc-store-binary, calc-store-map): Don't reset the values of
83 special constants.
84
85 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
86
87 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
88 manual to docstring.
89
90 * files.el (hack-local-variables-confirm): Add STRING argument.
91 Make the function handle non file visiting buffers correctly.
92 (hack-local-variables-prop-line, hack-local-variables)
93 (hack-one-local-variable): Use STRING arg of
94 `hack-local-variables-confirm'.
95
96 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
97
98 Sync with Tramp 2.0.49.
99
100 * tramp.el (tramp-handle-dired-call-process)
101 (tramp-handle-insert-directory):`insert-buffer' cannot be used
102 because the contents of the Tramp buffer is changed before
103 insertion (`expand-file' and alike).
104 (tramp-handle-insert-directory): If `localname' has an empty
105 nondirectory name, it must not be quoted.
106 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
107 variable `tramp-chunksize'. Change callees.
108 (tramp-open-connection-setup-interactive-shell): Check remote host
109 for buggy `send-process-string' implementation. Set
110 `tramp-chunksize' if found. Reported by Michael Kifer
111 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
112 (tramp-handle-shell-command): `insert-buffer' cannot be used
113 because the contents of the Tramp buffer is changed before
114 insertion (`expand-file' and alike). Reported by Fr,Ai(Bd,Ai(Bric Bothamy
115 <frederic.bothamy@free.fr>.
116 (tramp-set-auto-save): Actions should be done for Tramp file name
117 handler only. Ange-FTP has its own auto-save mechanism. Reported
118 by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
119 (tramp-set-auto-save-file-modes): Set file modes of
120 `buffer-auto-save-file-name' to ?\600 as fallback solution.
121 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
122 (tramp-bug): Remove obsolete variable.
123 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
124 for presence of `mml-mode'. Make it running for older Emacsen as
125 well.
126
127 2005-05-14 John Paul Wallington <jpw@pobox.com>
128
129 * ibuf-ext.el (define-ibuffer-filter filename):
130 If `dired-directory' is a list, use its car.
131
132 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
133
134 * ibuffer.el (define-ibuffer-column filename):
135 If `dired-directory' is a list, use its car.
136
137 2005-05-14 Richard M. Stallman <rms@gnu.org>
138
139 * subr.el (symbol-file): Doc fix.
140
141 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
142 (byte-compile-form): Call byte-compile-nogroup-warn.
143 (byte-compile-warning-types): Doc fix.
144
145 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
146
147 * progmodes/cc-engine.el (c-literal-faces):
148 Add font-lock-comment-delimiter-face.
149
150 * net/net-utils.el (dig): Use with-no-warnings.
151
152 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
153 (sc-recite-frame-alist, sc-default-cite-frame)
154 (sc-default-uncite-frame, sc-default-recite-frame)
155 (sc-attrib-selection-list, sc-rewrite-header-list):
156 Mark as risky-local-variable.
157
158 * international/ogonek.el (ogonek-jak, ogonek-how):
159 Don't use beginning-of-buffer.
160
161 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
162
163 * calendar/solar.el (solar-data-list): Move definition up.
164
165 * dnd.el (dnd-protocol-alist): Add autoload.
166
167 * progmodes/sh-script.el: Many doc usage fixes.
168 (sh-indent-after-do): Change default to match common styles.
169
170 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
171
172 * files.el (interpreter-mode-alist)
173 (auto-mode-interpreter-regexp): Doc fixes.
174
175 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
176
177 * tmm.el (tmm-get-keymap): Include only active menus and menu
178 items.
179
180 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
181
182 2005-05-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
183
184 * dired.el (dired-mode): make-variable-buffer-local =>
185 make-local-variable
186
1 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 187 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 188
3 * term/mac-win.el (mac-select-convert-to-string): Try coding 189 * term/mac-win.el (mac-select-convert-to-string): Try coding
4 systems in mac-script-code-coding-systems if specified one cannot 190 systems in mac-script-code-coding-systems if specified one cannot
5 encode string for `com.apple.traditional-mac-plain-text'. 191 encode string for `com.apple.traditional-mac-plain-text'.
139 (ada-stmt-mode-hook): Delete; do the work in ada-mode. 325 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
140 326
141 * cus-edit.el (custom-file): Call file-chase-links. 327 * cus-edit.el (custom-file): Call file-chase-links.
142 328
143 * files.el (read-directory-name): Fix previous change. 329 * files.el (read-directory-name): Fix previous change.
330 (hack-local-variables-confirm): New function.
331 (hack-local-variables-prop-line, hack-local-variables)
332 (hack-one-local-variable): Use it.
144 333
145 2005-05-10 Lute Kamstra <lute@gnu.org> 334 2005-05-10 Lute Kamstra <lute@gnu.org>
146 335
147 * font-lock.el (font-lock-keywords-alist) 336 * font-lock.el (font-lock-keywords-alist)
148 (font-lock-removed-keywords-alist): Clarify docstrings. 337 (font-lock-removed-keywords-alist): Clarify docstrings.