* net/notifications.el (dbus-register-signal): Declare function.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
b978141d
JB
12010-06-09 Juanma Barranquero <lekktu@gmail.com>
2
3 * net/notifications.el (dbus-register-signal): Declare function.
4 (notifications-notify): Fix typos and reflow docstring.
5
5f4f2ae4
DN
62010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
7
8 Improve VC create/retrieve tag/branch.
9 * vc.el (vc-create-tag): Do not read the directory name for VCs
10 with repository revision granularity. Adjust the tag/branch
11 prompt. Reset VC properties.
12 (vc-retrieve-tag): Do not read the directory name for VCs
13 with repository revision granularity. Reset VC properties.
14
41a86354
MA
152010-06-09 Julien Danjou <julien@danjou.info>
16
ef33fd34 17 * net/notifications.el: New file.
41a86354 18
fab43c76
DN
192010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
20
00fd1147
DN
21 Add optional support for resetting VC properties.
22 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
23 call vc-file-clearprops when true.
24 (vc-resynch-buffer): Add new optional argument, pass it down.
25 (vc-resynch-buffers-in-directory): Likewise.
26
fab43c76
DN
27 Improve support for special markup in the VC commit message.
28 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
29 * vc-hg.el (vc-hg-checkin): Add support for Date:.
30 * vc-git.el (vc-git-checkin):
31 * vc-bzr.el (vc-bzr-checkin): Likewise.
32
e7d67e73
SM
332010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
34
35 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
36 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
37
277e6741
MP
382010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
39
40 * iimage.el: Remove images as soon as the underlying text is modified.
41 (iimage-modification-hook): New function.
42 (iimage-mode-buffer): Use it.
43
83156c18
SM
442010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
45
46 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
47 smie-indent-offset-after. Add :prev case. Make a bit more generic.
48 (smie-indent-virtual): Remove `virtual' arg. Update callers.
49 (smie-indent-keyword): Add handling of open-paren keywords.
50 (smie-indent-comment-continue): Don't assume comment-continue.
51
13b5221f
MR
522010-06-07 Martin Rudalics <rudalics@gmx.at>
53
54 * window.el (pop-to-buffer): Remove the conditional that
55 compares new-window and old-window, so it will reselect
56 the selected window unconditionally.
57 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
58
c2ea5810
SM
592010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
60
61 * emacs-lisp/smie.el (smie-indent-offset-after)
62 (smie-indent-forward-token, smie-indent-backward-token): New functions.
63 (smie-indent-after-keyword): Use them.
64 (smie-indent-fixindent): Only applies to the indentation of the BOL.
65 (smie-indent-keyword): Tweak the black magic.
66 (smie-indent-comment-continue): Strip comment-continue before use.
67 (smie-indent-functions): Indent comments before keywords.
68
27dd3c11
JL
692010-06-06 Juri Linkov <juri@jurta.org>
70
71 * isearch.el (isearch-lazy-highlight-search): Fix looping
72 by checking for empty match. This syncs this loop with the
73 similar loop in `isearch-search'. (Bug#6362)
74
eccdfe5f
DN
752010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
76
77 vc-log-incoming/vc-log-outgoing fixes for Git.
78 * vc-git.el (vc-git-log-view-mode): Fix font lock for
79 incoming/outgoing logs.
80 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
81 instead of vc-git-compute-remote.
82 (vc-git-compute-remote): Remove.
83
0665f661
JL
842010-06-04 Juri Linkov <juri@jurta.org>
85
86 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
87 Instead of setting `replace' to t and replacing the same string
88 with itself, don't do certain actions when
89 kill-do-not-save-duplicates is non-nil and string is equal to car
90 of kill-ring: don't call menu-bar-update-yank-menu, don't push
91 interprogram-paste strings to kill-ring, and don't push the input
92 argument `string' to kill-ring.
93 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
94
087fc47a
JB
952010-06-04 Juanma Barranquero <lekktu@gmail.com>
96
97 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
98
4f201088
MA
992010-06-04 Michael Albinus <michael.albinus@gmx.de>
100
101 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
102 (tramp-gvfs-handler-mounted-unmounted)
103 (tramp-gvfs-connection-mounted-p): Handle default-location.
104
105 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
106 move files to trash.
107
18ccd78a
JB
1082010-06-04 Juanma Barranquero <lekktu@gmail.com>
109
110 * international/mule-cmds.el (nonascii-insert-offset)
111 (nonascii-translation-table): Add obsolescence information.
112
113 * international/mule.el (make-translation-table-from-vector): Doc fix.
114
54d3626e
DN
1152010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
116
6941ffec
DN
117 vc-log-incoming/vc-log-outgoing improvements for Git.
118 * vc-git.el (vc-git-log-outgoing): Use the same format as the
119 short log.
120 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
121
54d3626e
DN
122 Add bindings for vc-log-incoming and vc-log-outgoing.
123 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
124 and vc-log-outgoing.
125 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
126 and vc-log-outgoing.
127
aa1bc616
CY
1282010-06-03 Chong Yidong <cyd@stupidchicken.com>
129
130 * net/rcirc.el (rcirc-sort-nicknames): Remove.
131 (rcirc-handler-366): Always sort nicknames.
132
e2d2a205
JB
1332010-06-03 Juanma Barranquero <lekktu@gmail.com>
134
135 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
136
44ea155d
CY
1372010-06-03 Chong Yidong <cyd@stupidchicken.com>
138
139 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc
140 fix.
141
a91dedc4
SM
1422010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
143
144 * net/rcirc.el (rcirc-sort-nicknames): Change default.
145 (rcirc-sort-nicknames-join): Avoid setq.
146
c62bf05a
DD
1472010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
148
149 * net/rcirc.el (rcirc-sort-nicknames): New custom.
150 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
151 (rcirc-handler-366): Use them.
152
dd2c3c92
SM
1532010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
154
155 Split smie-indent-calculate into more manageable chunks.
156 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
157 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
158 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
159 (smie-indent-exps): Extract from smie-indent-calculate.
160 (smie-indent-functions): New var.
161 (smie-indent-functions): Use them.
162
927c346b
SM
1632010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
164
165 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
166 (smie-indent-calculate): Simplify and cleanup.
167
1efeec86
MA
1682010-06-02 Michael Albinus <michael.albinus@gmx.de>
169
170 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
171 (tramp-gvfs-mount-point): Remove.
172 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
173 New defuns.
1efeec86
MA
174 (with-tramp-dbus-call-method): Format trace message.
175 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
176 Implement backup call, when operation on local files fails.
177 Use progress reporter. Flush properties of changed files.
1efeec86
MA
178 (tramp-gvfs-handle-make-directory): Make more traces.
179 (tramp-gvfs-url-file-name): Hexify file name in url.
180 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
181 into account for the resulting file name.
182 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
183 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
184 (tramp-gvfs-handler-mounted-unmounted)
185 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
186 attribute "default_location". Set "prefix" property.
187 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
188 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
189 exists. Raise an error, if not (due to a corresponding answer
190 "no" in interactive questions, for example).
191
19222010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
193
194 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
195
24f574a9
JB
1962010-06-01 Juanma Barranquero <lekktu@gmail.com>
197
198 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
199 right-*. (Bug#6265)
200
290736f2
DN
2012010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
202
61158bfa
DN
203 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
204 * vc-git.el (vc-git-compute-remote): New function.
205 (vc-git-log-outgoing): Use it instead of hard coding a value.
206 (vc-git-log-incoming): New function.
207
5828f6ca
DN
208 Improve state updating for VC tag commands.
209 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
210 to update the state of all buffers in the directory.
211
290736f2
DN
212 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
213
feceda26
SM
2142010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
215
216 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
217 `file-directory-p' to the filename part rather than to the whole text.
218
a44ae268 2192010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
9b937f37
JM
220
221 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
222 (bug#6231).
223
896114cf
SM
2242010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
225
226 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
227
1603358c
DA
2282010-05-31 Drew Adams <drew.adams@oracle.com>
229
230 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
231
fe40dc63
JB
2322010-05-31 Juanma Barranquero <lekktu@gmail.com>
233
234 * subr.el (momentary-string-display): Just use read-event to read
235 the exit event (Bug#6238).
236
9e8014c6
EZ
2372010-05-30 Eli Zaretskii <eliz@gnu.org>
238
239 * international/mule.el (define-coding-system): Doc fix (bug#6313).
240
61a08071
JB
2412010-05-30 Juanma Barranquero <lekktu@gmail.com>
242
243 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
244 Suggested by Eli Zaretskii <eliz@gnu.org>.
245
5feec8ca
SM
2462010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
247
248 * minibuffer.el (completion-file-name-table): Don't return a boundary
249 past the end of `string' (bug#6299).
250 (completion--file-name-table): Delegate to completion-file-name-table
251 for the `boundaries' case.
252
8175cb90
JB
2532010-05-30 Juanma Barranquero <lekktu@gmail.com>
254
2b94133f
JB
255 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
256 movement commands.
257
8175cb90
JB
258 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
259 `path-separator', but maintain compatibility with Emacs 20.2.
260
0191e222
CY
2612010-05-29 Chong Yidong <cyd@stupidchicken.com>
262
263 * server.el (server-process-filter): Receive parent-id argument
264 from emacsclient.
265 (server-create-window-system-frame): New arg. Pass parent-id as
266 frame parameter.
267
bc8d33d5
CY
2682010-05-29 Chong Yidong <cyd@stupidchicken.com>
269
270 * ansi-color.el: Delete unused escape sequences (Bug#6085).
271 (ansi-color-drop-regexp): New constant.
272 (ansi-color-apply, ansi-color-filter-region)
273 (ansi-color-apply-on-region): Delete unrecognized control
274 sequences.
275 (ansi-color-apply): Build string list before calling concat.
276
9b655a0a
EZ
2772010-05-29 Eli Zaretskii <eliz@gnu.org>
278
db5dce9d
EZ
279 Bidi-sensitive word movement with arrow keys.
280 * subr.el (right-arrow-command, left-arrow-command): Move to
281 bindings.el.
282
283 * bindings.el (right-char, left-char): Move from subr.el and
284 rename from right-arrow-command and left-arrow-command.
285 (right-word, left-word): New functions.
286 (global-map) <right>: Bind to right-char.
287 (global-map) <left>: Bind to left-char.
288 (global-map) <C-right>: Bind to right-word.
289 (global-map) <C-left>: Bind to left-word.
290
9b655a0a
EZ
291 * ls-lisp.el (ls-lisp-classify-file): New function.
292 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
293 (ls-lisp-classify): Call ls-lisp-classify-file.
294 (insert-directory): Remove blanks from switches.
295
fcb52808
CY
2962010-05-29 Chong Yidong <cyd@stupidchicken.com>
297
298 * ansi-color.el: Delete unused escape sequences (Bug#6085).
299 (ansi-color-drop-regexp): New constant.
300 (ansi-color-apply, ansi-color-filter-region)
896114cf 301 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
302 (ansi-color-apply): Build string list before calling concat.
303
0040735a
JL
3042010-05-28 Juri Linkov <juri@jurta.org>
305
306 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
307 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
308 (Bug#5270)
309
b6827fff
MA
3102010-05-28 Michael Albinus <michael.albinus@gmx.de>
311
312 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
313 to ignored backtrace functions.
314 (with-progress-reporter): Expand docstring.
315 (tramp-handle-delete-file): Implement TRASH argument.
316 (tramp-get-remote-trash): New defun.
317
eba082a2
MA
3182010-05-28 Michael Albinus <michael.albinus@gmx.de>
319
320 * net/tramp-compat.el (tramp-compat-delete-file): Use
321 `symbol-value' for backward compatibility.
322
323 * net/tramp.el (tramp-handle-make-symbolic-link)
324 (tramp-handle-load)
325 (tramp-do-copy-or-rename-file-via-buffer)
326 (tramp-do-copy-or-rename-file-directly)
327 (tramp-do-copy-or-rename-file-out-of-band)
328 (tramp-handle-process-file, tramp-handle-call-process-region)
329 (tramp-handle-shell-command, tramp-handle-file-local-copy)
330 (tramp-handle-insert-file-contents, tramp-handle-write-region)
331 (tramp-delete-temp-file-function): Use `delete-file' instead
332 of `tramp-compat-delete-file'.
333
334 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
335 (tramp-fish-handle-make-symbolic-link)
336 (tramp-fish-handle-process-file): Use `delete-file' instead
337 of `tramp-compat-delete-file'.
338
339 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
340 `delete-file' instead of `tramp-compat-delete-file'.
341
342 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
343 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
344 `tramp-compat-delete-file'.
345
346 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
347 `delete-file' instead of `tramp-compat-delete-file'.
348
349 * net/tramp-smb.el (tramp-smb-handle-copy-file)
350 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
351 (tramp-smb-handle-write-region): Use `delete-file' instead of
352 `tramp-compat-delete-file'.
353 (tramp-smb-handle-delete-directory): Use 'trash as arg.
354
f1a5d776
CY
3552010-05-27 Chong Yidong <cyd@stupidchicken.com>
356
357 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 358 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
359 (dired-do-flagged-delete, dired-do-delete): Use trash.
360
361 * speedbar.el (speedbar-item-delete): Allow trashing.
362
363 * files.el (delete-directory): New arg TRASH.
364
365 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
366 (ange-ftp-rename-remote-to-remote)
367 (ange-ftp-rename-local-to-remote)
368 (ange-ftp-rename-remote-to-local, ange-ftp-load)
369 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
370 `delete-file'.
371 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
372 allow trashing.
373
374 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
375 handle new TRASH arg of `delete-file'.
376
c4ce1145 377 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
378 (tramp-handle-make-symbolic-link, tramp-handle-load)
379 (tramp-do-copy-or-rename-file-via-buffer)
380 (tramp-do-copy-or-rename-file-directly)
381 (tramp-do-copy-or-rename-file-out-of-band)
382 (tramp-handle-process-file, tramp-handle-call-process-region)
383 (tramp-handle-shell-command, tramp-handle-file-local-copy)
384 (tramp-handle-insert-file-contents, tramp-handle-write-region)
385 (tramp-delete-temp-file-function): Use null TRASH arg in
386 tramp-compat-delete-file call.
387
388 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
389 (tramp-fish-handle-delete-file)
390 (tramp-fish-handle-make-symbolic-link)
391 (tramp-fish-handle-process-file): Use null TRASH arg in
392 `tramp-compat-delete-file' call.
393
394 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
395 arg in `tramp-compat-delete-file' call.
396
397 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
398 (tramp-gvfs-handle-write-region): Use null TRASH arg in
399 `tramp-compat-delete-file' call.
400
401 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
402 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
403 `tramp-compat-delete-file' call.
404
405 * net/tramp-smb.el (tramp-smb-handle-copy-file)
406 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
407 (tramp-smb-handle-write-region): Use null TRASH arg in
408 tramp-compat-delete-file call.
409 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
410 (tramp-smb-handle-delete-file): Rename arg.
411
412 * diff.el (diff-sentinel):
413 * epg.el (epg--make-temp-file, epg-decrypt-string)
414 (epg-verify-string, epg-sign-string, epg-encrypt-string):
415 * jka-compr.el (jka-compr-partial-uncompress)
416 (jka-compr-call-process, jka-compr-write-region):
417 * server.el (server-sentinel): Remove optional arg from
418 delete-file, reverting 2010-05-03 change.
419
ecb0ab90
CY
4202010-05-27 Chong Yidong <cyd@stupidchicken.com>
421
422 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
423 font-lock-constant-face, not obsolete font-lock-reference-face.
424
4252010-05-27 Masatake YAMATO <yamato@redhat.com>
426
427 * htmlfontify.el (hfy-face-resolve-face): New function.
428 (hfy-face-to-style): Use it (Bug#6279).
429
2b25da45
KH
4302010-05-27 Kenichi Handa <handa@m17n.org>
431
432 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
433 element of GSTRING is nil.
434
11e4d8c0
SM
4352010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
436
437 * emacs-lisp/smie.el (smie-forward-token-function)
438 (smie-backward-token-function): New vars.
439 (smie-backward-sexp, smie-forward-sexp)
440 (smie-indent-hanging-p, smie-indent-calculate): Use them.
441 (smie-default-backward-token): Rename from smie-backward-token and
442 skip comments.
443 (smie-default-forward-token): Rename from smie-forward-token and
444 skip comments.
445 (smie-next-sexp): Handle nil results from next-token.
446 (smie-indent-calculate): Add a new case for special `fixindent' comments.
447
4da3541b
CY
4482010-05-27 Chong Yidong <cyd@stupidchicken.com>
449
896114cf
SM
450 * progmodes/verilog-mode.el (verilog-type-font-keywords):
451 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
452
4532010-05-27 Masatake YAMATO <yamato@redhat.com>
454
455 * htmlfontify.el (hfy-face-resolve-face): New function.
456 (hfy-face-to-style): Use it (Bug#6279).
457
6dc439cb
SM
4582010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
459
460 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
461 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
462
021eb8d7
GM
4632010-05-26 Glenn Morris <rgm@gnu.org>
464
465 * emulation/edt.el (edt-load-keys): Use locate-library.
466
bef4957b
CY
4672010-05-25 Chong Yidong <cyd@stupidchicken.com>
468
469 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
470 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
471 (log-edit-changelog-insert-entries): Args changed.
472 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
473 (log-edit-insert-changelog-entries): Reorganize return value of
474 `log-edit-changelog-entries' to pass filenames to
475 log-edit-changelog-insert-entries.
476
84fb0956
TV
4772010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
478
479 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
480 `image-dired-dired-insert-marked-thumbs' to
481 `image-dired-dired-toggle-marked-thumbs'.
482
483 * image-dired.el: Require cl when compiling.
484 (image-dired-dired-toggle-marked-thumbs): Rename from
485 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
486 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
487 to 'no-dir. Skip files whose names don't match
488 `image-file-name-regexp'. When file has a thumbnail overlay,
489 delete it. (Bug#5270)
490
0fb1193d
JL
4912010-05-25 Juri Linkov <juri@jurta.org>
492
493 * image-mode.el (image-mode): Add image-after-revert-hook to
494 after-revert-hook.
495 (image-after-revert-hook): New function. (Bug#5669)
496
fc937924
JL
4972010-05-25 Juri Linkov <juri@jurta.org>
498
499 * image.el (image-animated-p): When delay between animated images
500 is 0, set it to 10 (0.1 sec). (Bug#6258)
501
fa9ba953
MA
5022010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
503
504 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 505 `forward-word', its default syntax could be changed.
fa9ba953 506
9e021389
MA
5072010-05-25 Michael Albinus <michael.albinus@gmx.de>
508
509 * net/tramp.el (tramp-progress-reporter-update): New defun.
510 (with-progress-reporter): Use it.
511 (tramp-process-actions):
512 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
513 current message, in order to let progress reporter continue
514 afterwards. (Bug#6257)
515
6169260b
GM
5162010-05-25 Glenn Morris <rgm@gnu.org>
517
518 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
519 Add :version.
520
d26781af
RY
5212010-05-25 Ryan Yeske <rcyeske@gmail.com>
522
523 * net/rcirc.el (rcirc-server-alist): Add :pass.
524 (rcirc-default-user-name): Change to "user".
525 (rcirc-default-full-name): Change to "unknown".
526 (rcirc-user-name-history): Add variable.
527 (rcirc): When prompting for connection paramaters, also prompt for
528 username and password.
529 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
530 value to server when connecting.
531
d355a0b7
SM
5322010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
533
f5228f84
SM
534 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
535 (smie-merge-prec2s): Pass the tables as separate args.
536 (smie-bnf-precedence-table): Adjust call accordingly.
537 (smie-prec2-levels): Set levels at the end.
538
d355a0b7
SM
539 Replace Lisp calls to delete-backward-char by delete-char.
540 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
541 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
542 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
543 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
544 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
545 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
546 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
547 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
548 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
549 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
550 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
551 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
552 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
553 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
554 delete-backward-char by calls to delete-char.
555
f668ef02
KH
5562010-05-25 Kenichi Handa <handa@m17n.org>
557
558 * language/hebrew.el (hebrew-shape-gstring): New function.
559 Register it in composition-function-table for all Hebrew combining
560 characters.
561
397eb3f3
SM
5622010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
563
564 * epa.el (epa--select-keys): Don't explicitly delete the window since
565 that can fail (e.g. sole window in frame). Use dedication instead.
566
171eda53 5672010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
568
569 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
570
171eda53
SM
5712010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
572
573 * subr.el (read-quoted-char): Resolve modifiers after key
574 remapping (bug#6212).
575
110683ad
CY
5762010-05-22 Chong Yidong <cyd@stupidchicken.com>
577
578 * image.el (image-refresh): Define as an alias for image-flush.
579
580 * image-mode.el (image-toggle-display-image): Caller changed.
581
df9db151
JL
5822010-05-21 Juri Linkov <juri@jurta.org>
583
584 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
585 Remove "all" from grep-files-aliases. Split grep-files-aliases by
586 whitespace, call wildcard-to-regexp on substrings and concat them
587 with "\\|". (Bug#6114)
588
c0209c2c
AM
5892010-05-21 Alan Mackenzie <acm@muc.de>
590
171eda53
SM
591 * progmodes/cc-engine.el (c-parse-state-get-strategy):
592 Replace parameter `here' with `here-' and `here-plus', which sandwich
593 any pertinent CPP construct.
c0209c2c
AM
594 (c-remove-stale-state-cache-backwards): Fix a bug which happens
595 when doing (c-parse-state) in a CPP construct: Exclude any "new"
596 CPP construct from taking part in the scanning.
597
655bded0
MA
5982010-05-21 Michael Albinus <michael.albinus@gmx.de>
599
600 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
601 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
602 Tune `with-progress-reporter' messages.
655bded0
MA
603 (tramp-handle-vc-registered):
604 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
605 (tramp-fish-handle-insert-file-contents)
606 (tramp-fish-maybe-open-connection):
607 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
608 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
609 (tramp-imap-handle-insert-file-contents)
610 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
611
3e17a1a7
JB
6122010-05-21 Juanma Barranquero <lekktu@gmail.com>
613
bf1e8d4a
JB
614 * add-log.el (change-log-font-lock-keywords):
615 Highlight all authors in multi-author entries.
616
3e17a1a7
JB
617 * smerge-mode.el (smerge-refine-ignore-whitespace)
618 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
619 Fix typos in docstrings.
620 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
621
969e684a
GM
6222010-05-21 Glenn Morris <rgm@gnu.org>
623
e75c1e7d
GM
624 * progmodes/fortran.el (fortran-mode):
625 * progmodes/f90.el (f90-mode): Derive from prog-mode.
626
969e684a
GM
627 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
628 having a relative path in src/Makefile.in.
629
a50878fa
KR
6302010-05-20 Kevin Ryde <user42@zip.com.au>
631
632 * help-mode.el (help-make-xrefs): For Info node links turn
633 newlines into spaces. Link node names with newlines are matched
634 by help-xref-info-regexp and buttonized, this change ensures they
635 can be followed successfully with RET. (Bug#6206)
636
f66a2f90
JL
6372010-05-20 Juri Linkov <juri@jurta.org>
638
639 * locate.el (locate): Use pop-to-buffer instead of
640 switch-to-buffer-other-window. (Bug#6204)
641
201d895a
JL
6422010-05-20 Juri Linkov <juri@jurta.org>
643
644 * replace.el (replace-highlight): Fix lazy-highlighting
645 for `M-s w str M-% str RET'.
646
1ddb2ea0
MY
6472009-12-15 Masatake YAMATO <yamato@redhat.com>
648
649 * isearch.el (isearch-yank-word-or-char): Pull next subword
650 when `subword-mode' is activated. (Bug#6220)
651
a6020335
MH
6522010-05-20 Mark A. Hershberger <mah@everybody.org>
653
654 * isearch.el (isearch-update-post-hook): New hook.
655 (isearch-update): Use the new hook. (Bug#6225)
656
50de6a38
JL
6572010-05-20 Juri Linkov <juri@jurta.org>
658
659 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
660 [f1], [help], and (char-to-string help-char) instead of "\C-h".
661 (Bug#6222)
662
5d944a8f
JL
6632010-05-20 Juri Linkov <juri@jurta.org>
664
665 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
666 (Bug#6223)
667
f5d6548a
JL
6682010-05-20 Juri Linkov <juri@jurta.org>
669
670 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
671 FILE-NAME to read from the minibuffer when called interactively
672 with prefix argument instead of using buffer-file-name.
673 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
674
675 * dired.el: Update autoloads.
676
f8e63691
CY
6772010-05-20 Chong Yidong <cyd@stupidchicken.com>
678
679 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
680 nxml-finish-element, for consistency with SGML mode.
681
682 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
683 octave-close-block.
684
07d7c3bd
JB
6852010-05-20 Juanma Barranquero <lekktu@gmail.com>
686
687 * composite.el: Require cl when compiling.
688 (reference-point-alist, compose-gstring-for-graphic)
689 (compose-gstring-for-terminal): Fix typos in docstrings.
690
7bce8510
JL
6912010-05-19 Juri Linkov <juri@jurta.org>
692
693 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
694 set-window-parameter.
695
a7723e05
MA
6962010-05-19 Michael Albinus <michael.albinus@gmx.de>
697
698 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
699 where appropriate.
700 (tramp-maybe-open-connection): Use it.
701
3f2e7735
EZ
7022010-05-19 Eli Zaretskii <eliz@gnu.org>
703
704 * simple.el (move-end-of-line): Make sure we are at line beginning
705 before backing up to end of previous line.
706
8d9181c7
MA
7072010-05-19 Michael Albinus <michael.albinus@gmx.de>
708
8c4ec20f
MA
709 * password-cache.el (password-cache-remove): Fix docstring.
710
8d9181c7
MA
711 * net/secrets.el: Autoload the widget functions.
712 (secrets-search-items, secrets-create-item)
713 (secrets-get-attributes, secrets-expand-item): Attributes will be
714 stored on the password database without leading ":", as all other
715 clients do as well.
716 (secrets-mode): Fix docstring.
717 (secrets-show-secrets): Provide it as autoloaded command only when
718 D-Bus support is available. Check existence of Secret Service API.
719
2a96c2a7
SM
7202010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
721
722 * indent.el (indent-region): Deactivate region (bug#6200).
723
d24e10b1
GM
7242010-05-19 Glenn Morris <rgm@gnu.org>
725
726 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
727
2833d915
KH
7282010-05-19 Kenichi Handa <handa@m17n.org>
729
730 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 731 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 732
134c2f29
JB
7332010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
734
735 * calc/calc-trail.el (calc-trail-isearch-forward)
736 (calc-trail-isearch-backward): Ensure that the new window
737 point is set correctly.
738
278847cd
SM
7392010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
740
741 * subr.el (read-quoted-char): Resolve modifiers after key
742 remapping (bug#6212).
743
3a8e7cbd
MA
7442010-05-18 Michael Albinus <michael.albinus@gmx.de>
745
746 Add visualization code for secrets.
747 * net/secrets.el (secrets-mode): New major mode.
748 (secrets-show-secrets, secrets-show-collections)
749 (secrets-expand-collection, secrets-expand-item)
750 (secrets-tree-widget-after-toggle-function)
751 (secrets-tree-widget-show-password): New defuns.
752
472e7ec1
SM
7532010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
754
224b70cb
SM
755 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
756 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
757 handled in smie-next-sexp.
758 (smie-indent-calculate): Provide a starting indentation (so the
759 recursion is well-founded ;-).
760
472e7ec1
SM
761 Fix handling of non-associative equal levels.
762 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
763 when it's not needed.
764 (smie-op-left, smie-op-right): New functions.
765 (smie-next-sexp): New function, extracted from smie-backward-sexp.
766 Better handle equal levels to distinguish the associative case from
767 the "multi-keyword construct" case.
768 (smie-backward-sexp, smie-forward-sexp): Use it.
769
35e53abd
JB
7702010-05-18 Juanma Barranquero <lekktu@gmail.com>
771
5d8fe0ba
JB
772 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
773
35e53abd
JB
774 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
775 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
776
5ad4bef5
SM
7772010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
778
779 Provide a simple generic indentation engine and use it for Prolog.
780 * emacs-lisp/smie.el: New file.
781 * progmodes/prolog.el (prolog-smie-op-levels)
782 (prolog-smie-indent-rules): New var.
783 (prolog-mode-variables): Use them to configure SMIE.
784 (prolog-indent-line, prolog-indent-level): Remove.
785
00681a3c
JB
7862010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
787
560bb7ae 788 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
789 order before computing the averages.
790
eba62f7a
JB
7912010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
792
597517ef 793 * calc/calc-vec.el (calc-histogram):
5ad4bef5 794 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
795 (math-vector-avg): New function.
796
560bb7ae 797 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
798 being grouped depend on the radix (Bug#6189).
799
8c5ff6dd
KR
8002010-05-15 Ken Raeburn <raeburn@raeburn.org>
801
802 * version.el (emacs-copyright, emacs-version): Don't define here,
803 now that emacs.c defines it.
804
98d8b17e
EZ
8052010-05-15 Eli Zaretskii <eliz@gnu.org>
806
71078429
EZ
807 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
808 "Describe Language Environment" menu item.
809
ce6233c1
EZ
810 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
811
d20e1419
EZ
812 Bidi-sensitive movement with arrow keys.
813 * subr.el (right-arrow-command, left-arrow-command): New functions.
814
815 * bindings.el (global-map): Bind them to right and left arrow keys.
816
98d8b17e
EZ
817 Don't override standard definition of convert-standard-filename.
818 * files.el (convert-standard-filename): Call
819 w32-convert-standard-filename and dos-convert-standard-filename on
820 the corresponding systems.
821
822 * w32-fns.el (w32-convert-standard-filename): Rename from
823 convert-standard-filename. Doc fix.
824
825 * dos-fns.el (dos-convert-standard-filename): Doc fix.
826 (convert-standard-filename): Don't defalias.
827 (register-name-alist, make-register, register-value)
828 (set-register-value, intdos): Obsolete aliases for the
829 corresponding dos-* functions and variables.
830 (dos-intdos): Add a doc string.
831
ae6bc504
JB
8322010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
833
834 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
835 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
836 (math-compose-tex-func):
837 * calc/calccomp.el (math-compose-expr):
838 * calc/calc-ext.el (math-format-flat-expr-fancy):
839 * calc/calc-store.el (calc-read-var-name):
840 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
841
842 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 843 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 844 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 845 (math-standard-units): Add units.
ae6bc504 846
c26ea4b2
SM
8472010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
848
7aefa445 849 * progmodes/asm-mode.el (asm-mode):
13973643
SM
850 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
851
c26ea4b2
SM
852 * pcomplete.el (pcomplete-completions-at-point): New function,
853 extracted from pcomplete-std-complete.
854 (pcomplete-std-complete): Use it.
855
02be533b
GM
8562010-05-15 Glenn Morris <rgm@gnu.org>
857
858 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
859 Remove references to CVS, RCS and Old directories.
860
78ed0efc
JB
8612010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
862
ae6bc504 863 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
864 appropriate.
865
10dcc561
SM
8662010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
867
5ccaa359
SM
868 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
869 (sh-mode-syntax-table): Give it a default value instead.
870 (sh-header-marker): Make buffer-local.
871 (sh-mode): Move make-local-variable to the corresponding setq.
872 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
873 Use complete-with-action.
874
10dcc561
SM
875 * simple.el (prog-mode): New (abstract) major mode.
876 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
877 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
878
c38762fd
JB
8792010-05-14 Juanma Barranquero <lekktu@gmail.com>
880
881 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
882 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
883 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
884 (sql-make-alternate-buffer-name, sql-placeholders-filter)
885 (sql-escape-newlines-filter, sql-input-sender)
886 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
887
2ef3c144
CY
8882010-05-13 Chong Yidong <cyd@stupidchicken.com>
889
560bb7ae 890 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
891
892 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
893 latex-open-block and C-c / to latex-close-block.
894
895 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
896 and C-c C-e to sgml-close-tag.
897
3b30ccda
MA
8982010-05-13 Michael Albinus <michael.albinus@gmx.de>
899
900 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 901 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
902 (tramp-handle-load, tramp-handle-file-local-copy)
903 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
904 (tramp-maybe-send-script, tramp-find-shell):
905 Use `with-progress-reporter'.
3b30ccda
MA
906 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
907 Fix message text.
908
909 * net/tramp-smb.el (tramp-smb-handle-copy-file)
910 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
911 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
912 Use `with-progress-reporter'.
913
57ff5d7b
AM
9142010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
915
916 * ispell.el (ispell-init-process): Do not kill ispell process
917 everytime when spellchecking from the minibuffer (bug#6143).
918
5a70d10f
SM
9192010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
920
791ffe1c
SM
921 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
922
5a70d10f
SM
923 * dos-fns.el: Add "dos-" prefix for namespace control.
924 (convert-standard-filename): Define as alias for
925 dos-convert-standard-filename but only if applicable.
926
38d93f03
AM
9272010-05-12 Alan Mackenzie <acm@muc.de>
928
929 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
930 Push the mark at the start of these functions when appropriate.
931
902a6d8d
SM
9322010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * minibuffer.el (completion-cycle-threshold): New custom var.
935 (completion--do-completion): Use it.
936 (minibuffer-complete): Use cycling if appropriate.
937
9ee120ba
JB
9382010-05-11 Juanma Barranquero <lekktu@gmail.com>
939
940 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
941 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
942
841c4085
JL
9432010-05-11 Juri Linkov <juri@jurta.org>
944
945 * scroll-all.el (scroll-all-check-to-scroll):
946 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
947
8a67c70e
SM
9482010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
949
f2b9ed18
SM
950 * iimage.el (iimage-mode-map): Move initialization into declaration.
951 (iimage-mode-buffer): Use with-silent-modifications.
952 Simplify calling convention. Adjust callers.
953 (iimage-mode): Don't run hook redundantly.
954
8a67c70e
SM
955 * minibuffer.el (completion-pcm--pattern->regex):
956 Fix last change (bug#6160).
957
4bbedd98
JL
9582010-05-10 Juri Linkov <juri@jurta.org>
959
960 Remove nodes visited during Isearch from the Info history.
961 * info.el (Info-isearch-initial-history)
962 (Info-isearch-initial-history-list): New variables.
963 (Info-isearch-start): Record initial values of
964 Info-isearch-initial-history and Info-isearch-initial-history-list.
965 Add Info-isearch-end to isearch-mode-end-hook.
966 (Info-isearch-end): New function.
967
94ecf5da
MA
9682010-05-10 Michael Albinus <michael.albinus@gmx.de>
969
970 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
971 format string, in order to work around a bug in pdksh.
972 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
973 (tramp-handle-verify-visited-file-modtime): Do not send a command
974 when the connection is not established.
975 (tramp-handle-set-file-times): Simplify the check for utc.
976
c5eb971b
JB
9772010-05-10 Juanma Barranquero <lekktu@gmail.com>
978
979 Fix use of `filter-buffer-substring' (rework previous change).
980 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
981 (cua-repeat-replace-region):
982 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
983 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
984 (cua-cut-region-to-global-mark): Use it.
985
7492acc9
MM
9862010-05-09 Michael R. Mauger <mmaug@yahoo.com>
987
77e2fc7a
JB
988 * progmodes/sql.el: Version 2.1.
989 (sql-product-alist): Redesign structure of product info.
990 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
991 (sql-port, sql-port-history): New variables.
992 (sql-interactive-product): New variable.
993 (sql-send-terminator): New variable.
77e2fc7a 994 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
995 (sql-oracle-login-params, sql-sqlite-login-params)
996 (sql-mysql-login-params, sql-solid-login-params)
997 (sql-sybase-login-params, sql-informix-login-params)
998 (sql-ingres-login-params, sql-ms-login-params)
999 (sql-postgres-login-params, sql-interbase-login-params)
1000 (sql-db2-login-params, sql-linter-login-params)
1001 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
1002 (sql-mode-map): Add C-c C-i to start interactive mode.
1003 (sql-mode-menu): Update existing menu entries.
1004 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
1005 (sql-mode-oracle-font-lock-keywords)
1006 (sql-mode-postgres-font-lock-keywords)
1007 (sql-mode-ms-font-lock-keywords)
1008 (sql-mode-sybase-font-lock-keywords)
1009 (sql-mode-informix-font-lock-keywords)
1010 (sql-mode-interbase-font-lock-keywords)
1011 (sql-mode-ingres-font-lock-keywords)
1012 (sql-mode-solid-font-lock-keywords)
1013 (sql-mode-mysql-font-lock-keywords)
1014 (sql-mode-sqlite-font-lock-keywords)
1015 (sql-mode-db2-font-lock-keywords)
77e2fc7a 1016 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
1017 reduce run-time complexity.
1018 (sql-add-product, sql-del-product): New functions.
1019 (sql-set-product-feature, sql-get-product-feature): New functions.
1020 (sql-product-font-lock): Update product API.
1021 (sql-add-product-keywords): New function.
1022 (sql-highlight-product): Update product API.
1023 (sql-help-list-products): New function.
1024 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 1025 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
1026 prompt for port.
1027 (sql-copy-column): Copy without properties.
1028 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
1029 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
1030 Implement as a filter.
7492acc9
MM
1031 (sql-escape-newlines-filter): Implement as a filter.
1032 (sql-remove-tabs-filter): New function.
1033 (sql-send-magic-terminator): New function.
1034 (sql-send-string): Implement magic terminator.
1035 (sql-send-region): Use `sql-send-string'.
1036 (sql-interactive-mode): Use product API.
1037 (sql-product-interactive): Use product API.
1038 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1039 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1040 (sql-db2, sql-linter): Use `sql-product-interactive'.
1041 (sql-connect): New function.
1042 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
1043 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
1044 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
1045 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
1046 Use `sql-connect'.
7492acc9 1047
79ccd68f
SM
10482010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1049
1050 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1051 New custom variable.
1052 (completion-pcm--string->pattern): Use it.
1053 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
1054 Make it handle any symbol as `any'.
1055 (completion-pcm--merge-completions): Extract common suffix for the new
1056 `prefix' symbol as well.
1057 (completion-substring--all-completions): Use the new `prefix' symbol.
1058
0d5852cf
MA
10592010-05-09 Michael Albinus <michael.albinus@gmx.de>
1060
1061 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
1062 not bound.
1063 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1064 (tramp-compat-funcall): New defmacro.
1065 (tramp-compat-line-beginning-position)
1066 (tramp-compat-line-end-position)
1067 (tramp-compat-temporary-file-directory)
1068 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1069 (tramp-compat-copy-file, tramp-compat-copy-directory)
1070 (tramp-compat-delete-file, tramp-compat-delete-directory)
1071 (tramp-compat-number-sequence, tramp-compat-process-running-p)
1072 * net/tramp.el (top, with-progress-reporter)
1073 (tramp-rfn-eshadow-setup-minibuffer)
1074 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1075 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1076 (tramp-completion-mode-p, tramp-check-for-regexp)
1077 (tramp-open-connection-setup-interactive-shell)
1078 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1079 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1080 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
1081 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1082 (tramp-reporter-dump-variable, tramp-load-report-modules)
1083 (tramp-append-tramp-buffers)
1084 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
1085
1086 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1087
f913fe7d
SM
10882010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1089
1090 * progmodes/compile.el (compilation-buffer-modtime): Rename from
1091 buffer-modtime. Adjust users.
1092
0235128c 10932010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 1094
77e2fc7a 1095 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 1096 car of each item, not the whole list (Bug#6083).
f034e176 1097
0235128c 10982010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
1099
1100 * progmodes/js.el (js-mode): Make paragraph variables local before
1101 calling c-setup-paragraph-variables (Bug#6071).
1102
0235128c 11032010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
1104
1105 * composite.el (compose-region, reference-point-alist): Fix typos
1106 in the doc strings.
1107
77e2fc7a 11082010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
1109
1110 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1111 gnuplot's "set" command.
1112
0235128c 11132010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
1114
1115 * abbrev.el (last-abbrev-text): Doc fix.
1116 (abbrev-prefix-mark): Don't escape parenthesis.
1117
0235128c 11182010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
1119
1120 * composite.el (find-composition): Doc fix.
1121
0235128c 11222010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
1123
1124 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1125 (sql-oracle-program, sql-sqlite-options)
1126 (sql-query-placeholders-and-send): Doc fixes.
1127 (sql-set-product, sql-interactive-mode): Reflow docstrings.
1128 (sql-imenu-generic-expression, sql-buffer)
1129 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1130 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1131 (sql-mode-sybase-font-lock-keywords)
1132 (sql-mode-informix-font-lock-keywords)
1133 (sql-mode-interbase-font-lock-keywords)
1134 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1135 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1136 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1137 (sql-product-feature, sql-highlight-product)
1138 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
1139 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
1140 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
1141 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1142 Fix typos in docstrings.
1143
0235128c 11442010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
1145
1146 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1147 property instead of `invisible' and `after-string' (bug#5998).
1148
0235128c 11492010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
1150
1151 * image-mode.el (image-mode-as-text): Fix typo in docstring.
1152
0235128c 11532010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
1154
1155 * filecache.el (file-cache-add-directory-list)
1156 (file-cache-add-directory-recursively): Fix typos in docstrings.
1157
0235128c 11582010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
1159
1160 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 1161 (gujarati-composable-pattern): Fix typo.
ece33a6e 1162
0235128c 11632010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
1164
1165 * language/indian.el (oriya-composable-pattern)
0235128c
SM
1166 (tamil-composable-pattern, malayalam-composable-pattern):
1167 Add two-part vowels to "v" (vowel sign).
771533aa 1168
0235128c 11692010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 1170
99833607
CY
1171 * files.el (copy-directory): Handle symlinks (Bug#5982).
1172
0235128c 11732010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
1174
1175 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1176 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
1177 (Bug#5846).
1178
0235128c 11792010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 1180
0ca12598
GM
1181 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1182
d2c7b917
GM
1183 * minibuffer.el (completion-at-point): Doc fix.
1184
ba5bf5f0
SM
11852010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1186
1187 * electric.el (Electric-command-loop): Minor tweak.
1188
1189 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
1190 better with dedicated windows.
1191
0235128c
SM
11922010-05-07 Chong Yidong <cyd@stupidchicken.com>
1193
1194 * Version 23.2 released.
1195
560bb7ae 11962010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 1197 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
1198
1199 Highlight vendor specific properties.
1200 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
1201 (css-proprietary-property): New face.
1202 (css-font-lock-keywords): Use them.
1203
c0162ade
EZ
12042010-05-07 Eli Zaretskii <eliz@gnu.org>
1205
1206 * cus-start.el (all): Add native condition for tool-bar-* symbols.
1207
f3ee9200
SM
12082010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1209
05623156
SM
1210 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
1211 * files.el (auto-mode-alist): Remove redundant entries.
1212
f3ee9200
SM
1213 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
1214 * simple.el (auto-save-mode): Move from files.el.
1215 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
1216
560bb7ae 12172010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c
DU
1218
1219 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
1220
765d4319
KY
12212010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1222
1223 * mail/binhex.el (binhex-decode-region-internal)
1224 * mail/uudecode.el (uudecode-decode-region-internal)
1225 * net/dns.el (dns-read-string-name, dns-write, dns-read)
1226 (dns-read-type, dns-query)
1227 * pgg-parse.el (pgg-parse-armor)
1228 * pgg.el (pgg-verify-region)
1229 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
1230 XEmacs.
1231
86d21cc0 1232 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 1233
f83483ff
JB
12342010-05-07 Juanma Barranquero <lekktu@gmail.com>
1235
40ab7974
JB
1236 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
1237
f83483ff
JB
1238 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
1239 * emulation/cua-base.el (cua-repeat-replace-region):
1240 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1241 (cua-cut-region-to-global-mark):
1242 Remove text properties with `set-text-properties'.
1243
9566840f
MA
12442010-05-06 Michael Albinus <michael.albinus@gmx.de>
1245
f3ee9200
SM
1246 * net/tramp.el (top, with-progress-reporter):
1247 Use `symbol-function' inside `funcall'.
9566840f
MA
1248
1249 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
1250 (tramp-compat-delete-file, tramp-compat-delete-directory):
1251 Handle only `wrong-number-of-arguments' error.
9566840f
MA
1252
1253 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
1254 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
1255 inside `funcall'.
1256
0c495c21
SM
12572010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1258
1493963b
SM
1259 * minibuffer.el (completion--sreverse, completion--common-suffix):
1260 New functions.
1261 (completion-pcm--merge-completions): Extract common suffix when safe.
1262
0c495c21
SM
1263 * emacs-lisp/easy-mmode.el (define-minor-mode):
1264 Make :variable more flexible.
1265 * files.el (auto-save-mode): Use it to define using define-minor-mode.
1266
221a0647
JL
12672010-05-05 Juri Linkov <juri@jurta.org>
1268
1269 Add `slow' and `history' tags to the desktop data.
1270
1271 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
1272 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
1273 (Info-finder-find-node): Require `finder.el' to be able
1274 to restore node from the desktop.
1275 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
1276 data `Info-history' and `slow' tag in the assoc list.
1277 (Info-restore-desktop-buffer): Don't restore nodes with the
1278 `slow' tag. Restore `Info-history'.
1279
66bdc868
MA
12802010-05-05 Michael Albinus <michael.albinus@gmx.de>
1281
1282 Add FORCE argument to `delete-file'.
1283
1284 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
1285 forcing to delete the temporary file.
1286 (ange-ftp-delete-file): Add FORCE arg.
1287 (ange-ftp-rename-remote-to-remote)
1288 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
1289 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
1290 Force file deletion.
66bdc868
MA
1291
1292 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
1293
1294 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
1295 (tramp-handle-make-symbolic-link, tramp-handle-load)
1296 (tramp-do-copy-or-rename-file-via-buffer)
1297 (tramp-do-copy-or-rename-file-directly)
1298 (tramp-do-copy-or-rename-file-out-of-band)
1299 (tramp-handle-process-file, tramp-handle-call-process-region)
1300 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1301 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1302 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
1303
1304 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
1305 (tramp-fish-handle-make-symbolic-link)
1306 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
1307
0c495c21
SM
1308 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1309 Use `tramp-compat-delete-file'.
66bdc868
MA
1310
1311 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
1312 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
1313
1314 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
1315 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
1316
1317 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
1318 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
1319 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
1320 `tramp-compat-delete-file'.
1321
f44379e7
SM
13222010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1323
365f8d85
SM
1324 Minor cleanups.
1325 * subr.el (add-minor-mode): Use push.
1326 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
1327 * emulation/edt.el (edt-select-mode): Simplify.
1328
80ac5d4d
SM
1329 Use define-minor-mode in more cases.
1330 * term/tvi970.el (tvi970-set-keypad-mode):
1331 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1332 (normal-erase-is-backspace-mode):
1333 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
1334 (set-scroll-bar-mode-1): (Re)move to its sole caller.
1335 (get-scroll-bar-mode): New function.
1336 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
1337
1338 Use define-minor-mode for less obvious cases.
f44379e7
SM
1339 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
1340 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
1341 * international/iso-ascii.el (iso-ascii-mode):
1342 * frame.el (auto-raise-mode, auto-lower-mode):
1343 * composite.el (global-auto-composition-mode): Use define-minor-mode.
1344
c04b03f8
MA
13452010-05-04 Michael Albinus <michael.albinus@gmx.de>
1346
1347 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
1348 in order to see error messages for failed logins.
1349
53967e09
CY
13502010-05-03 Chong Yidong <cyd@stupidchicken.com>
1351
1352 * diff.el (diff-sentinel):
1353
1354 * epg.el (epg--make-temp-file, epg-decrypt-string)
1355 (epg-verify-string, epg-sign-string, epg-encrypt-string):
1356
1357 * jka-compr.el (jka-compr-partial-uncompress)
1358 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
1359
1360 * server.el (server-sentinel): Use delete-file's new FORCE arg
1361 (Bug#6070).
1362
56eb0904
SM
13632010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1364
1365 Use define-minor-mode where applicable.
1366 * view.el (view-mode):
1367 * type-break.el (type-break-query-mode)
1368 (type-break-mode-line-message-mode):
1369 * textmodes/reftex.el (reftex-mode):
1370 * term/vt100.el (vt100-wide-mode):
1371 * tar-mode.el (tar-subfile-mode):
1372 * savehist.el (savehist-mode):
1373 * ibuf-ext.el (ibuffer-auto-mode):
1374 * composite.el (auto-composition-mode):
1375 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1376 Use define-minor-mode.
1377 (vhdl-mode): Use static mode-line format.
1378 (vhdl-mode-line-update): Delete.
1379 (vhdl-create-mode-menu, vhdl-activate-customizations)
1380 (vhdl-hs-minor-mode): Don't bother calling it.
1381
672eb710
SM
13822010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1383
8f92b8ad
SM
1384 * simple.el (with-wrapper-hook): Move.
1385 (buffer-substring-filters): Mark obsolete.
1386 (filter-buffer-substring-functions): New variable.
1fada563 1387 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 1388
672eb710
SM
1389 Use a mode-line spec rather than a static string in Semantic.
1390 * cedet/semantic/util-modes.el:
1391 (semantic-minor-modes-format): New var to replace...
1392 (semantic-minor-modes-status): Remove.
1393 (semantic-mode-line-update): Construct a mode-line spec rather than
1394 a static string so that mouse buttons can be used on individual minor
1395 modes and so that semantic-mode-line-update only needs to be called
1396 when global settings are changed.
1397 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
1398 Call semantic-mode-line-update.
1399 (semantic-toggle-minor-mode-globally): Don't assume mode is on
1400 minor-mode-alist, check semantic-minor-mode-alist as well.
1401 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
1402 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
1403 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
1404 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1405 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1406 (define-semantic-idle-service, semantic-idle-summary-mode):
1407 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
1408 Don't call semantic-mode-line-update any more.
1409
cb7f3653
SM
14102010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1411
1412 Use define-minor-mode in CEDET where applicable.
1413
1414 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
1415 Use define-minor-mode.
1416
1417 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
1418 Remove unused arg `keymap' and code redundant with define-minor-mode.
1419 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
1420 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
1421 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
1422 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
1423 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
1424 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
1425 Use define-minor-mode.
1426 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
1427 (semantic-show-unmatched-syntax-mode-setup)
1428 (semantic-show-parser-state-mode-setup)
1429 (semantic-highlight-func-mode-setup): Inline into sole caller.
1430
1431 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1432 (semantic-mru-bookmark-mode): Use define-minor-mode.
1433 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
1434
1435 * cedet/semantic/idle.el (define-semantic-idle-service):
1436 Use define-minor-mode and inline setup function into its sole caller.
1437 (semantic-idle-scheduler-mode-setup)
1438 (semantic-idle-summary-mode-setup): Inline into sole caller.
1439 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
1440 Use define-minor-mode.
1441
1442 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
1443 (semantic-decoration-mode): Use define-minor-mode.
1444 (semantic-decoration-mode-setup): Inline into sole caller.
1445
1446 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
1447 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
1448 (ede-dired-add-to-target): Use dolist.
1449
c04b03f8 14502010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 1451 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
1452
1453 Implement compression for inline methods.
1454
1455 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1456 (tramp-copy-size-limit): Allow also nil.
1457 (tramp-inline-compress-commands): New defconst.
1458 (tramp-find-inline-compress, tramp-get-inline-compress)
1459 (tramp-get-inline-coding): New defuns.
cb7f3653 1460 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 1461 replaced by `tramp-get-inline-coding'.
6a29a838
MA
1462 (tramp-handle-file-local-copy, tramp-handle-write-region)
1463 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1464
8c0bf8b3
SM
14652010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1466
07125a91
SM
1467 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
1468 Remove unused functions.
1469
f3a47002
SM
1470 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
1471 Set find-tag-default-function as a variable rather than a property.
1472
8c0bf8b3
SM
1473 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
1474 * progmodes/etags.el (tags-completion-at-point-function):
1475 Remove left over interactive spec. Add autoloading stub.
1476 (complete-tag): Use tags-completion-at-point-function.
1477
27601456
CY
14782010-04-30 Chong Yidong <cyd@stupidchicken.com>
1479
cb7f3653 1480 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 1481
4f27f7d2
EZ
14822010-04-30 Eli Zaretskii <eliz@gnu.org>
1483
1484 * composite.el (compose-region, reference-point-alist): Fix typos
1485 in the doc strings.
1486
09d0284d
CY
14872010-04-29 Chong Yidong <cyd@stupidchicken.com>
1488
27d3cd56
CY
1489 * ido.el (ido-init-completion-maps): Remove C-v binding.
1490 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 1491
3a07ffce
CY
14922010-04-29 Chong Yidong <cyd@stupidchicken.com>
1493
1494 * minibuffer.el (tags-completion-at-point-function): New function.
1495 (completion-at-point-functions): Use it.
1496
1497 * cedet/semantic.el (semantic-completion-at-point-function): New function.
1498 (semantic-mode): Use semantic-completion-at-point-function for
1499 completion-at-point-functions instead.
1500
1501 * progmodes/etags.el (complete-tag): Revert last change.
1502
3d14bb73
AM
15032010-04-29 Alan Mackenzie <acm@muc.de>
1504
1505 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
1506 off-by-one error (in end of macro position).
1507
7d353d11
SM
15082010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1509
1510 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
1511 firefox is absent. Don't autoload.
1512 (browse-url-galeon-program): Don't autoload.
1513
48111a85
CY
15142010-04-28 Chong Yidong <cyd@stupidchicken.com>
1515
1516 * bindings.el (complete-symbol): Move into minibuffer.el.
1517
1518 * minibuffer.el (complete-tag): Move from etags.el. If tags
1519 completion cannot be performed, return nil instead of signalling
1520 an error.
1521 (completion-at-point): Make it an alias for complete-symbol.
1522 (complete-symbol): Move from bindings.el, and replace with the
1523 body of completion-at-point.
1524
1525 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
1526
1527 * cedet/semantic.el (semantic-mode): When enabled, add
1528 semantic-ia-complete-symbol to completion-at-point-functions.
1529
1530 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
1531 if Semantic is not active.
1532
7ba94701
MA
15332010-04-28 Michael Albinus <michael.albinus@gmx.de>
1534
1535 * net/tramp.el (tramp-remote-selinux-p): New defun.
1536 (tramp-handle-file-selinux-context)
1537 (tramp-handle-set-file-selinux-context): Use it.
1538
95c6cc3e
SS
15392010-04-28 Sam Steingold <sds@gnu.org>
1540
1541 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1542 `safe-local-variable' if the value is a string or a symbol with
1543 the property `bug-reference-url-format'.
1544
36045ff3
CY
15452010-04-28 Chong Yidong <cyd@stupidchicken.com>
1546
1547 * progmodes/bug-reference.el (bug-reference-url-format): Revert
1548 2010-04-27 change due to security risk.
1549
56924d99
SM
15502010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1551
1552 Make it possible to locally disable a globally enabled mode.
1553 * simple.el (fundamental-mode): Run fundamental-mode-hook.
1554 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
1555 rather than kill-all-local-variables so it runs fundamental-mode-hook.
1556 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1557 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
1558 that subsequent hooks get a chance to disable it.
1559
ccaa4765
SM
15602010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1561
17818d71
SM
1562 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1563 Avoid re-enabling a minor mode after the user turned the minor mode
1564 off if MODE-enable-in-buffers is run twice (typically once from
1565 fundamental-mode's after-change-major-mode-hook and a second time from
1566 run-mode-hook's own after-change-major-mode-hook).
1567
ccaa4765
SM
1568 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
1569
2a6f654e
SS
15702010-04-27 Sam Steingold <sds@gnu.org>
1571
1572 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1573 `safe-local-variable' if the value is a string or a function, as
1574 documented and implemented on 2010-04-02.
1575
cecaa674
JB
15762010-04-27 Juanma Barranquero <lekktu@gmail.com>
1577
1578 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
1579 when method is 'kill.
1580
15812010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3
AM
1582
1583 * ispell.el (ispell-init-process): Fix personal dictionary condition
1584 in default directory check.
1585 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
1586 Kill ispell process when killing its associated buffer.
1587
7dd7fbb9
JD
15882010-04-27 Jan Djärv <jan.h.d@swipnet.se>
1589
1590 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
1591 but we aren't using it.
1592
7ac82b84
J
15932010-04-25 Jan Djärv <jan.h.d@swipnet.se>
1594
1595 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
1596 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
1597
fea1add4
GM
15982010-04-24 Glenn Morris <rgm@gnu.org>
1599
1600 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
1601 Ignore VCS-ignore files, and deleted nextstep preferences files.
1602 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
1603 (authors-ambiguous-files): New list.
1604 (authors-valid-file-names): Add some deleted files.
1605 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
1606 (authors-disambiguate-file-name): New function. (Bug#5501)
1607 (authors-canonical-file-name): Doc fix.
1608 Don't warn about obsolete files.
1609 (authors-canonical-file-name, authors-scan-el):
1610 Use authors-disambiguate-file-name.
1611
cbcfee6e
GM
1612 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1613 Add autoload cookies.
1614 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
1615 (generated-autoload-file): Set file-local value to "htmlfontify.el".
1616 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
1617 They have definitions / compiler macros in cl.el.
1618 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1619 Replace manual autoloads with generated ones.
1620 (htmlfontify-unload-rgb-file): Remove autoload.
1621 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
1622
3b548e1b
SM
16232010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1624
9ae0c310
SM
1625 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
1626 (byte-compile-setq-default): Optimize for the
1627 single-var case and don't call byte-compile-form in this case to avoid
1628 inf-loop with byte-compile-set-default.
1629
3b548e1b
SM
1630 * progmodes/compile.el (compilation-start): Abbreviate default directory.
1631
632c5478
MA
16322010-04-23 Michael Albinus <michael.albinus@gmx.de>
1633
1634 Implement SELINUX backends.
1635
3b548e1b
SM
1636 * net/tramp.el (tramp-file-name-handler-alist):
1637 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
1638 (tramp-handle-file-selinux-context)
1639 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
1640 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1641 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 1642
3b548e1b
SM
1643 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1644 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
1645 (tramp-gvfs-handle-file-selinux-context)
1646 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1647 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1648
1649 * net/ange-ftp.el (ange-ftp-copy-file):
1650 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1651 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
1652 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1653 Add PRESERVE-SELINUX-CONTEXT.
632c5478 1654
a94d821f
MA
16552010-04-22 Michael Albinus <michael.albinus@gmx.de>
1656
1657 Synchronize with Tramp repository.
1658
1659 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
1660 (tramp-action-process-alive, tramp-action-out-of-band)
1661 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1662 (tramp-exists-file-name-handler): Fix docstring.
1663 (with-progress-reporter): New defmacro.
1664 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
1665 (tramp-maybe-open-connection): Use it.
1666
a92375d9
MA
16672010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
1668
1669 Detect ssh 'ControlMaster' argument automatically in some cases.
1670
1671 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1672 (tramp-default-method): Use it.
1673
489fe4c2
MA
16742010-04-22 Michael Albinus <michael.albinus@gmx.de>
1675
25f14cdb
MA
1676 * net/tramp.el (tramp-handle-copy-file): Add new optional
1677 parameter `preserve-selinux-context'.
1678 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
1679
a92375d9
MA
16802010-04-22 Michael Albinus <michael.albinus@gmx.de>
1681
489fe4c2
MA
1682 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
1683 Ensure, that non remote files are still checked. Oops.
1684
acd1f317
MA
16852010-04-21 Michael Albinus <michael.albinus@gmx.de>
1686
1687 Fix Bug#5840.
1688
1689 * icomplete.el (icomplete-completions): Use `non-essential'.
1690
1691 * net/tramp.el (tramp-connectable-p): New defun.
1692 (tramp-handle-expand-file-name)
1693 (tramp-completion-handle-file-name-all-completions)
1694 (tramp-completion-handle-file-name-completion): Use it.
1695
62c5b459
SM
16962010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1697
1698 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
1699
f904c0f9
JD
17002010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1701
1702 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
1703
1704 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
1705
1706 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
1707 is present.
1708
1709 * info.el (info-tool-bar-map): Add labels.
1710
1711 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
1712
1713 * cus-edit.el (custom-commands): Add labels for tool bar.
1714 (custom-buffer-create-internal, Custom-mode): Adjust for
1715 labels in custom-commands.
1716
1717 * dynamic-setting.el: Renamed from font-setting.el.
1718
c5cbeb12
LL
17192010-04-21 John Wiegley <jwiegley@gmail.com>
1720
1721 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
1722 toggles the use of virtual buffers.
1723 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
1724 value.
1725 (ido-toggle-virtual-buffers): New function.
1726
fcc93746
JB
17272010-04-21 Juanma Barranquero <lekktu@gmail.com>
1728
1729 Use `define-derived-mode'; fix window selection; doc fixes.
1730 * play/tetris.el (tetris, tetris-update-speed-function)
1731 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
1732 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
1733 (tetris-rotate-next, tetris-end-game, tetris-start-game)
1734 (tetris-pause-game): Fix typos in docstrings.
1735 (tetris-mode-map, tetris-null-map):
1736 Move initialization into declaration.
1737 (tetris-mode): Define with `define-derived-mode';
1738 set show-trailing-whitespace to nil.
1739 (tetris): Prefer window already displaying the "*Tetris*" buffer.
1740
574c05e2
KK
17412010-04-21 Karel Klíč <kklic@redhat.com>
1742
1743 * files.el (backup-buffer): Handle SELinux context, and return it
1744 if a backup was made by renaming.
1745 (backup-buffer-copy): Set SELinux context to the target file.
1746 (basic-save-buffer): Set SELinux context of the newly written file.
1747 (basic-save-buffer-1): Now it also returns any SELinux context.
1748 (basic-save-buffer-2): Set SELinux context of the newly created file,
1749 and return it.
1750 * net/tramp.el (tramp-file-name-for-operation):
1751 Add file-selinux-context.
1752
e97a42c1
SM
17532010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1754
f2b9ed18
SM
1755 Make the log-edit comments use RFC822 format throughout.
1756
e97a42c1
SM
1757 * vc.el (vc-checkin, vc-modify-change-comment):
1758 Adjust to new vc-start/finish-logentry.
1759 (vc-find-conflicted-file): New command.
1760 (vc-transfer-file): Adjust to new vc-checkin.
1761 (vc-next-action): Improve scoping.
1762
1763 * vc-hg.el (vc-hg-log-edit-mode): Remove.
1764 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
1765
1766 * vc-git.el (vc-git-log-edit-mode): Remove.
1767 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
1768 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1769
1770 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
1771 (vc-start-logentry): Remove argument `extra'.
1772 (vc-finish-logentry): Remove extra args.
1773
1774 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
1775 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
1776 (vc-bzr-conflicted-files): New function.
1777
1778 * log-edit.el (log-edit-extra-flags)
1779 (log-edit-before-checkin-process): Remove.
1780 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
1781 (log-edit-headers-alist): New var.
1782 (log-edit-header-contents-regexp): New const.
1783 (log-edit-match-to-eoh): New function.
1784 (log-edit-font-lock-keywords): Use them.
1785 (log-edit): Insert a "Summary:" header as default.
1786 (log-edit-mode): Mark font-lock rules as case-insensitive.
1787 (log-edit-done): Cleanup headers.
1788 (log-view-process-buffer): Remove.
1789 (log-edit-extract-headers): New function to replace it.
1790
938efb77
JB
17912010-04-20 Juanma Barranquero <lekktu@gmail.com>
1792
1793 * subr.el (default-direction-reversed): Remove obsolescence info.
1794
1cfb415b
SM
17952010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1796
cb4f9513
SM
1797 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
1798 windows/frames.
1799
6e610c72
SM
1800 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
1801 I.e. include text after point in the completion region.
1802 Also, return nil when we're not after/in a symbol.
1803
1cfb415b
SM
1804 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
1805 default enable-multibyte-characters.
1806
c80fa13c
SM
18072010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1808
87926e02
SM
1809 * international/mule.el: Help the user choose a valid coding-system.
1810 (read-buffer-file-coding-system): New function.
1811 (set-buffer-file-coding-system): Use it. Prompt the user if the
1812 coding-system cannot encode all the chars.
1813
c80fa13c
SM
1814 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
1815 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
1816 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
1817 Don't use *vc-bzr-shelve*.
1818
6e104790 18192010-04-19 Chong Yidong <cyd@stupidchicken.com>
137327ef 1820
6e104790
SM
1821 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
1822 Don't destroy list before using it.
137327ef 1823
6e104790 18242010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
1825
1826 Fix the version number for added files.
1827 * vc-hg.el (vc-hg-working-revision): Check if the file is
1828 registered after hg parent fails (Bug#5961).
1829
6e104790 18302010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
1831
1832 * htmlfontify.el (htmlfontify-buffer)
1833 (htmlfontify-copy-and-link-dir): Autoload entry points.
1834
6e104790 18352010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
1836
1837 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1838 name relative to the project root (Bug#5960).
1839
6e104790 18402010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
1841
1842 * vc-git.el (vc-git-print-log): Doc fix.
1843
6e104790 18442010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
1845
1846 * ido.el (ido-file-internal): Fix 2009-12-02 change.
1847
6e104790 18482010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
7860d2e3
CY
1849
1850 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1851 default settings (Bug#5928).
1852
6e104790 18532010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
1854
1855 * progmodes/fortran.el (fortran-match-and-skip-declaration):
1856 New function.
0a23b2c3 1857 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 1858
6e104790 18592010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
1860
1861 * language/indian.el (malayalam-composable-pattern): Fix previous
1862 change (add U+0D4D "SIGN VIRAMA").
1863 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1864 (tamil-composable-pattern): Fix typo in the regexp.
1865 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1866 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1867 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1868
6e104790 18692010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
1870
1871 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1872 paragraph-separate (Bug#5821).
1873
6e104790 18742010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
1875
1876 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1877
1878 * info.el (Info-find-node-2): Comment out code that skips
1879 breadcrumbs line.
1880 (Info-mouse-follow-link): New command.
1881 (Info-link-keymap): New keymap.
1882 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1883 Return a string with links instead of inserting breadcrumbs
1884 to the Info buffer.
1885 (Info-fontify-node): Comment out code that inserts breadcrumbs.
1886 Instead of putting the `invisible' text property over the Info
1887 header, make an overlay over the Info header with the `invisible'
1888 property and `after-string' set to the string returned by
1889 `Info-breadcrumbs'.
1890
6e104790 18912010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
1892
1893 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1894 Reported by monkey@sandpframing.com.
1895
98923800
SM
18962010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1897
b5feea0f
SM
1898 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
1899 (tmm-get-keymap): Add key-binding shortcuts now that they're not
1900 available in the "keyseq cache" any more.
1901
98923800
SM
1902 * custom.el (defcustom): Add edebug spec.
1903
fd5c9dfa
JL
19042010-04-18 Juri Linkov <juri@jurta.org>
1905
1906 Test for special mode-class in view-buffer instead of view-file (bug#5513).
1907
1908 * view.el (view-file, view-buffer): Move test for special mode-class
1909 from view-file to view-buffer.
1910
1911 * tar-mode.el (tar-extract): Turn if's into one cond
1912 like in arc-mode.el.
1913
b3671a51
JL
19142010-04-18 Juri Linkov <juri@jurta.org>
1915
1916 Add 7z archive format support (bug#5475).
1917
1918 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
1919 (archive-7z-extract): New defcustom.
1920 (archive-find-type): Add magic string for 7z.
1921 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
1922 If `stderr-file' is non-nil, use `(t stderr-file)' for the
1923 `buffer' arg of `call-process'.
1924 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
1925 call the function `archive-7z-extract' with the variable
1926 `archive-7z-extract' let-bound to `archive-zip-extract'.
1927 (archive-7z-summarize, archive-7z-extract): New functions.
1928
1929 * international/mule.el (auto-coding-alist):
1930 * files.el (auto-mode-alist): Add 7z file extension.
1931
8a37fb25
SM
19322010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1933
e9515805
SM
1934 * loadup.el: Setup hash-cons for pure data.
1935
f8ea0098
SM
1936 Fix duplicate entries in cedet's loaddefs.el files.
1937 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
1938 Should make most file-local generated-autoload-file unnecessary.
1939 (print-readably): Silence warnings.
1940 (autoload-find-destination): Take load-name as an arg to make sure
1941 it's the same as the one that will be in the file.
1942 (autoload-generate-file-autoloads): Adjust to above changes.
1943 Try to make the dataflow a bit simpler.
1944
8a37fb25
SM
1945 * cvs-status.el (cvs-refontify): Remove unused.
1946
f8b91752
JB
19472010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
1948
1949 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
1950
1951 * calc-bin.el (calc-radix): Have the "O" option turn on
1952 twos-complement mode.
1953
d8b01fef
JB
19542010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
1955
1956 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
1957 Add `calc-option-prefix-help' to calc-help autoloads.
1958 (calc-inverse): Add "Option" to message, as appropriate.
1959 (calc-hyperbolic): Add "Option" to message, as appropriate.
1960 (calc-option, calc-is-option): New functions.
1961
77e2fc7a 1962 * calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
1963 (calc-option-prefix-help): New function.
1964
1965 * calc-misc.el (calc-help): Add "Option" entry.
1966
1967 * calc.el (calc-local-var-list): Add `calc-option-flag'.
1968 (calc-option-flag): New variable.
1969 (calc-do): Set `calc-option-flag to nil.
1970 (calc-set-mode-line): Add "Opt " as appropriate.
1971
74f806a1
JL
19722010-04-16 Juri Linkov <juri@jurta.org>
1973
1974 Move scrolling commands from simple.el to window.el
1975 because their primitives are implemented in window.c.
1976
1977 * simple.el (scroll-error-top-bottom)
1978 (scroll-up-command, scroll-down-command, scroll-up-line)
1979 (scroll-down-line, scroll-other-window-down)
1980 (beginning-of-buffer-other-window, end-of-buffer-other-window):
1981 * window.el (scroll-error-top-bottom)
1982 (scroll-up-command, scroll-down-command, scroll-up-line)
1983 (scroll-down-line, scroll-other-window-down)
1984 (beginning-of-buffer-other-window, end-of-buffer-other-window):
1985 Move from simple.el to window.el because their primitives are
1986 implemented in window.c.
1987
ad40eec5
JL
19882010-04-16 Juri Linkov <juri@jurta.org>
1989
1990 * isearch.el (isearch-lookup-scroll-key): Check both
1991 `isearch-scroll' and `scroll-command' properties.
1992 (scroll-up, scroll-down): Remove `isearch-scroll' property.
1993
1994 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
1995
1996 * simple.el (scroll-up-command, scroll-down-command)
1997 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
1998
a4b000fb
JL
19992010-04-15 Juri Linkov <juri@jurta.org>
2000
2001 * simple.el (scroll-up-command, scroll-down-command)
2002 (scroll-up-line, scroll-down-line): Put `scroll-command'
2003 property on the these symbols. Remove them from
2004 `scroll-preserve-screen-position-commands'.
2005
2006 * mwheel.el (mwheel-scroll): Put `scroll-command' and
2007 `isearch-scroll' properties on the `mwheel-scroll' symbol.
2008 Remove it from `scroll-preserve-screen-position-commands'.
2009
2010 * isearch.el (isearch-allow-scroll): Doc fix.
2011
4874f5e6
MA
20122010-04-15 Michael Albinus <michael.albinus@gmx.de>
2013
2014 * net/tramp.el (tramp-error-with-buffer): Don't show the
2015 connection buffer when we are in completion mode.
2016 (tramp-file-name-handler): Catch the error for some operations
2017 when we are in completion mode. This gives the user the chance to
2018 correct the file name in the minibuffer.
2019
82883f0a
GM
20202010-04-15 Glenn Morris <rgm@gnu.org>
2021
2022 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
2023
528b9ea9
JB
20242010-04-15 Juanma Barranquero <lekktu@gmail.com>
2025
2026 Simplify by using `define-derived-mode'.
2027 * info.el (Info-mode):
2028 * calendar/todo-mode.el (todo-mode):
2029 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
2030 (gomoku-mode-map): Move initialization into declaration.
2031
5f2b693f
MA
20322010-04-14 Michael Albinus <michael.albinus@gmx.de>
2033
2034 Fix Bug#5840.
2035 * ido.el (ido-file-name-all-completions-1):
2036 * minibuffer.el (minibuffer-completion-help):
2037 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
2038
ebb9641f
SM
20392010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2040
38111a5a
SM
2041 * simple.el (non-essential): New var.
2042
ebb9641f
SM
2043 Add a new field `location' to bookmarks for non-file bookmarks.
2044 * bookmark.el (bookmark-location): Use the new field, if present.
2045 (bookmark-insert-location): Undo last change, not needed any more.
2046 * man.el (Man-bookmark-make-record):
2047 * woman.el (woman-bookmark-make-record): Add `location' field.
2048
7b05466f
JL
20492010-04-14 Juri Linkov <juri@jurta.org>
2050
2051 * simple.el (scroll-error-top-bottom): New defcustom.
2052 (scroll-up-command, scroll-down-command): Use it. Doc fix.
2053
2054 * emulation/pc-select.el (pc-select-override-scroll-error):
2055 Obsolete in favor of `scroll-error-top-bottom'.
2056
32129746
JL
20572010-04-14 Juri Linkov <juri@jurta.org>
2058
2059 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
2060 `scroll-up-command' and `M-v' to `scroll-down-command'.
2061
2062 * emulation/cua-rect.el (cua--init-rectangles):
2063 * forms.el (forms--change-commands):
2064 * image-mode.el (image-mode-map):
2065 Remap scroll-down-command and scroll-up-command
2066 in addition to scroll-down and scroll-up.
2067
9013a7f8
JL
20682010-04-14 Juri Linkov <juri@jurta.org>
2069
2070 * mwheel.el (scroll-preserve-screen-position-commands):
2071 Add mwheel-scroll to this list of commands.
2072
2073 * simple.el (scroll-preserve-screen-position-commands):
2074 Add scroll-up-command, scroll-down-command, scroll-up-line,
2075 scroll-down-line to this list of commands.
2076
3b7e1d5f
SM
20772010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2078
c1e25821
SM
2079 * obsolete/complete.el: Move from lisp/complete.el.
2080
5b31b787
SM
2081 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
2082
3b7e1d5f
SM
2083 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
2084 to the minor mode function now turns the mode ON unconditionally.
2085
398a825b
SM
20862010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2087
a544e7c1
SM
2088 * vc-dir.el (vc-dir-kill-line): New command.
2089 (vc-dir-mode-map): Bind it to C-k.
2090
a1979d8e
SM
2091 * bookmark.el (bookmark-insert-location): Handle a nil filename.
2092
398a825b
SM
2093 * woman.el: Add bookmark declarations to silence the compiler.
2094 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
2095 step to compatibility between man and woman bookmarks.
2096 Adjust for Man-default-bookmark-title renaming.
2097 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
2098
2099 * man.el: Add bookmark declarations to silence the compiler.
2100 (Man-name-local-regexp): Make it match NAME as well.
2101 (Man-getpage-in-background): Return the buffer.
2102 (Man-notify-when-ready): Use `case'.
2103 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
2104 Don't hardcode "NAME". Simplify.
2105 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
2106 Rename from Man-bookmark-make-record.
2107 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
2108 we have the actual man-args. Use Man-getpage-in-background rather
2109 than `man' since the arg is already processed. Let bookmark.el do the
2110 window handling. Only wait for the relevant process.
2111 Don't forget to autoload.
2112
2113 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
2114
45be326a
TV
21152010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2116
2117 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
2118 New functions.
2119 (woman-mode): Setup bookmark support.
2120
2121 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
2122 (man-bookmark-jump): New functions.
2123 (Man-mode): Setup bookmark support.
2124
3acb4c93
CY
21252010-04-10 Jari Aalto <jari.aalto@cante.net>
2126
2127 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
2128 recognize ssh-keygen prompt (Bug#2817).
2129
b6bbb65e
MA
21302010-04-10 Michael Albinus <michael.albinus@gmx.de>
2131
2132 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
2133
b533bc97
MA
21342010-04-10 Michael Albinus <michael.albinus@gmx.de>
2135
2136 Synchronize with Tramp repository.
2137
2138 * net/tramp.el (tramp-completion-function-alist)
2139 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
2140 (tramp-local-coding-commands, tramp-remote-coding-commands):
2141 Fix docstring.
2142 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
2143 (tramp-handle-directory-files-and-attributes)
2144 (tramp-get-remote-path): Use `copy-tree'.
2145 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2146 compatibility: Use `completion-ignore-case' if
2147 `read-file-name-completion-ignore-case' does not exist.
2148 (tramp-do-copy-or-rename-file-directly): Do not use
2149 `tramp-handle-file-remote-p'.
45be326a
TV
2150 (tramp-do-copy-or-rename-file-out-of-band):
2151 Use `tramp-compat-delete-directory'.
b533bc97 2152 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
2153 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2154 Use `format-spec-make'.
b533bc97
MA
2155 (tramp-find-foreign-file-name-handler)
2156 (tramp-advice-make-auto-save-file-name)
2157 (tramp-set-auto-save-file-modes): Remove superfluous check for
2158 `stringp'. This is done inside `tramp-tramp-file-p'.
2159 (tramp-debug-outline-regexp): New defconst.
2160 (tramp-get-debug-buffer): Use it.
2161 (tramp-check-for-regexp): Use (forward-line 1).
2162 (tramp-set-auto-save-file-modes): Adapt version check.
2163
45be326a
TV
2164 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
2165 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
2166 (tramp-compat-make-temp-file): Simplify fallback implementation.
2167 (tramp-compat-copy-tree): Remove function.
2168 (tramp-compat-delete-directory): Provide implementation for older
2169 Emacsen.
2170
2171 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
2172 Do not use `tramp-fish-handle-file-attributes.
2173
2174 * net/trampver.el: Update release number.
2175
ba33df00
GM
21762010-04-10 Glenn Morris <rgm@gnu.org>
2177
2178 * progmodes/compile.el (compilation-save-buffers-predicate):
2179 Add missing :version tag.
2180
4a8ae76f
SS
21812010-04-09 Sam Steingold <sds@gnu.org>
2182
2183 * progmodes/compile.el (compilation-save-buffers-predicate):
2184 Remove the "autoload" cookie.
2185
0880716f
SS
2186 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
2187 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
2188 and `bug-reference-prog-mode' can be used in hooks directly.
2189
6aebd58c
DN
21902010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
2191
2192 Add --author support to git commit.
2193 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
2194 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
2195 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
2196 New declarations.
6aebd58c 2197
f6d90772
ER
21982010-04-09 Eric Raymond <esr@snark.thyrsus.com>
2199
2200 * vc-hooks.el, vc-git.el: Improve documentation comments.
2201
e754e83b
SM
22022010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2203
2204 Fix some of the problems in defsubst* (bug#5728).
2205 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
2206 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
2207
9e86ab0b
SS
22082010-04-07 Sam Steingold <sds@gnu.org>
2209
e754e83b
SM
2210 * progmodes/compile.el (compilation-save-buffers-predicate):
2211 New custom variable.
9e86ab0b
SS
2212 (compile, recompile): Pass it to `save-some-buffers'.
2213
b0c8b840
JD
22142010-04-07 Jan Djärv <jan.h.d@swipnet.se>
2215
2216 * wid-edit.el (widget-choose): Move cursor to the second line of
2217 the buffer (Bug#5695).
2218
31527c56
DN
22192010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
2220
2221 Add new VC methods: vc-log-incoming and vc-log-outgoing.
2222 * vc.el (vc-print-log-setup-buttons): New function split out from
2223 vc-print-log-internal.
2224 (vc-log-internal-common): New function, a parametrized version of
2225 vc-print-log-internal.
2226 (vc-print-log-internal): Just call vc-log-internal-common with the
2227 right arguments.
2228 (vc-incoming-outgoing-internal):
2229 (vc-log-incoming, vc-log-outgoing): New functions.
2230 (vc-log-view-type): New permanent local variable.
2231
2232 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
2233
2234 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
2235 of the dynamic bound vc-short-log.
2236 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
2237
2238 * vc-git.el (vc-git-log-outgoing): New function.
2239 (vc-git-log-view-mode): Use vc-log-view-type instead
2240 of the dynamic bound vc-short-log.
2241
2242 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
2243 of the dynamic bound vc-short-log. Highlight the tag.
2244 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
2245 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
2246 (vc-hg-incoming-mode): Remove.
2247 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
2248
7ec69e2b
DN
22492010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
2250
2251 Fix default-directory for vc-root-diff.
2252 * vc.el (vc-root-diff): Bind default-directory to the root
2253 directory for the diff command.
2254
fd9ea9d3
WS
22552010-04-07 Michael McNamara <mac@mail.brushroad.com>
2256
6e104790 2257 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
2258 (verilog-calc-1): Support "disable fork" and "fork wait" multi
2259 word keywords, suggested by Steve Pearlmutter.
6e104790 2260 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 2261 port lists.
6e104790
SM
2262 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
2263 fix bug for /* / comments
2264 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 2265 Speed up and simplfy as this is never called with a bound.
6e104790
SM
2266 (verilog-pretty-declarations): Enhance to line up declarations
2267 inside a parameter list, suggested by Alan Morgan.
2268 (verilog-pretty-expr): Tune assignment regular expression match
2269 string for corner cases; also use markers instead of character
2270 number as indent changes the later.
fd9ea9d3
WS
2271
22722010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
2273
6e104790
SM
2274 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
2275 as missing keyword.
2276 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
2277 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
2278 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
2279 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
2280 Tennant.
2281 (verilog-keywords):
fd9ea9d3
WS
2282 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
2283 1800-2009 keywords, including "global.".
2284
2a07afc5
JW
22852010-04-06 John Wiegley <jwiegley@gmail.com>
2286
8b32731a 2287 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 2288 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 2289 file basename). Should use uniquify to offer a real solution.
2a07afc5 2290
f9a27d86
JW
22912010-04-06 John Wiegley <jwiegley@gmail.com>
2292
8b32731a
JB
2293 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
2294 comment to code, and add a :version tag.
2295 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 2296
9caf8a8f
JB
22972010-04-06 Juanma Barranquero <lekktu@gmail.com>
2298
2299 Enable recentf-mode if using virtual buffers.
2300 * ido.el (recentf-list): Declare for byte-compiler.
2301 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
2302 (ido-make-buffer-list): Simplify.
2303 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
2304
5a97d2da
JL
23052010-04-05 Juri Linkov <juri@jurta.org>
2306
2307 Scrolling commands which scroll a line instead of full screen.
2308 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2309
2310 * simple.el (scroll-up-line, scroll-down-line): New commands.
2311 Put property isearch-scroll=t on them.
2312
2313 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
2314 Remove commands.
2315
79ce172a
JL
23162010-04-05 Juri Linkov <juri@jurta.org>
2317
8b32731a 2318 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
2319 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2320
2321 * simple.el (scroll-up-command, scroll-down-command): New commands.
2322 Put property isearch-scroll=t on them.
2323
2324 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
2325 `scroll-down-command' and [next] from `scroll-up' to
2326 `scroll-up-command'.
2327
2328 * emulation/cua-base.el: Put property CUA=move on
2329 `scroll-up-command' and `scroll-down-command'.
2330 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
2331 and `scroll-down-command' to `cua-scroll-down'.
2332
309d5b43
JB
23332010-04-05 Juanma Barranquero <lekktu@gmail.com>
2334
6460e534 2335 * help.el (describe-mode): Return nil.
309d5b43 2336
0523d117
JW
23372010-04-04 John Wiegley <jwiegley@gmail.com>
2338
2339 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 2340 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
2341 (ido-virtual): Face used to indicate virtual buffers in the list.
2342 (ido-buffer-internal): If a buffer is chosen, and no such buffer
2343 exists, but a virtual buffer of that name does (which would be why
2344 it was in the list), recreate the buffer by reopening the file.
2345 (ido-make-buffer-list): If virtual buffers are being used, call
2346 `ido-add-virtual-buffers-to-list' before the make list hook.
2347 (ido-virtual-buffers): New variable which contains a copy of the
2348 current contents of the `recentf-list', albeit pared down for the
2349 sake of speed, and with proper faces applied.
2350 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
2351 create a list of "virtual buffers" to present to the user in
2352 addition to the currently open set. Note that this logic could
2353 get rather slow if that list is too large. With the default
2354 `recentf-max-saved-items' of 200, there is little speed penalty.
2355
202ff0d6
SM
23562010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2357
2358 * font-lock.el: Require CL when compiling.
2359 (font-lock-turn-on-thing-lock): Use `case'.
2360
ef43a0f4
EZ
23612010-04-03 Eli Zaretskii <eliz@gnu.org>
2362
2363 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
2364 Zaretskii.
ef43a0f4 2365
e4b204d7
JB
23662010-04-02 Juanma Barranquero <lekktu@gmail.com>
2367
2368 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
2369 (semantic-create-imenu-directory-index): Fix typos in docstrings.
2370 (semantic-imenu-goto-function): Reflow docstring.
2371
9c13a46e
JL
23722010-04-02 Juri Linkov <juri@jurta.org>
2373
2374 * ehelp.el (electric-help-orig-major-mode):
2375 New buffer-local variable.
2376 (electric-help-mode): Set it to original major-mode. Doc fix.
2377 (with-electric-help): Use `electric-help-orig-major-mode' instead
2378 of (default-value 'major-mode). Doc fix.
2379 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
2380
3fb87bf5
SS
23812010-04-02 Sam Steingold <sds@gnu.org>
2382
2383 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
2384 `vc-hg-command' with a list of flags.
2385
202ff0d6
SM
2386 * progmodes/bug-reference.el (bug-reference-bug-regexp):
2387 Also accept "patch" and "RFE".
dbb5e44a
SS
2388 (bug-reference-fontify): `bug-reference-url-format' can also be a
2389 function to be able to handle the bug kind.
202ff0d6 2390 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 2391
d0b22876
JD
23922010-04-02 Jan Djärv <jan.h.d@swipnet.se>
2393
2394 * tmm.el (tmm-get-keymap): Check with symbolp before passing
2395 value to fboundp, it may not be a symbol.
2396
1625d379
CY
23972010-03-31 Chong Yidong <cyd@stupidchicken.com>
2398
202ff0d6 2399 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 2400
1cd095c6
JL
24012010-03-31 Juri Linkov <juri@jurta.org>
2402
2403 * simple.el (next-line, previous-line): Re-throw a signal
2404 with `signal' instead of using `ding'.
2405 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
2406
67189e62
JL
24072010-03-31 Juri Linkov <juri@jurta.org>
2408
2409 * simple.el (keyboard-escape-quit): Raise deselecting the active
2410 region higher than exiting the minibuffer.
2411 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
2412
1546c559
JL
24132010-03-31 Juri Linkov <juri@jurta.org>
2414
2415 * image.el (image-animated-p): Use `image-metadata' instead of
2416 `image-extension-data'. Get GIF extenstion data from metadata
2417 property `extension-data'.
2418
85626eef
SM
24192010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2420
2421 * simple.el (append-to-buffer): Simplify.
2422
85738751 24232010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
2424
2425 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2426 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2427
85738751 24282010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
2429
2430 * language/sinhala.el (composition-function-table): Fix regexp for
2431 the new Unicode specification.
2432
2433 * language/indian.el (devanagari-composable-pattern)
2434 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 2435 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
2436 specification.
2437 (bengali-composable-pattern, gurmukhi-composable-pattern)
2438 (gujarati-composable-pattern, oriya-composable-pattern)
2439 (telugu-composable-pattern): New variables to cope with the new
2440 Unicode specification. Use them in composition-function-table.
2441
85738751 24422010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 2443
79d74ac5 2444 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
2445 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2446 vectors rather than cons cells, as used in menu-bar-update-buffers.
2447
85738751 24482010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 2449
2a793f7f
CY
2450 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2451 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2452 electric punctuation for "{}();,:" (Bug#5586).
2453
03ffe8be
CY
2454 * mail/sendmail.el (mail-default-directory): Doc fix.
2455
85738751 24562010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
2457
2458 * mail/sendmail.el (mail-default-directory): Doc fix.
2459
85738751 24602010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
2461
2462 * subr.el (version-regexp-alist, version-to-list)
2463 (version-list-<, version-list-=, version-list-<=)
2464 (version-list-not-zero, version<, version<=, version=): Doc fix.
2465 (Bug#5744).
2466
85738751 24672010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
2468
2469 * vc.el (vc-root-diff): Doc fix.
2470
85738751 24712010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 2472
9aa2c576
CY
2473 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2474
9d30a9f4
CY
2475 * simple.el (append-to-buffer): Fix last change.
2476
85738751 24772010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
2478
2479 * simple.el (append-to-buffer): Ensure that point is preserved if
2480 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2481 (Bug#5749)
2482
2372f278
SM
24832010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2484
2485 * files.el (auto-mode-case-fold): Change default to t.
2486
2223a1b3
JL
24872010-03-30 Juri Linkov <juri@jurta.org>
2488
2489 * dired-x.el (dired-omit-mode): Doc fix.
2490
0ef84fc8
JL
24912010-03-30 Juri Linkov <juri@jurta.org>
2492
2493 * replace.el (occur-accumulate-lines): Move occur-engine related
2494 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
2495 to be located after `occur-engine'.
2496
dc2d2590
JL
24972010-03-30 Juri Linkov <juri@jurta.org>
2498
2499 Make occur handle multi-line matches cleanly with context.
2500 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
2501
2502 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
2503 (occur-engine): Add local variables `ret', `prev-after-lines',
2504 `prev-lines'. Use more arguments for `occur-context-lines'.
2505 Set first elem of its returned list to `data', and the second elem
2506 to `prev-after-lines'. Don't print the separator line.
2507 In the end, print remaining context after-lines.
2508 (occur-context-lines): Add new arguments `begpt', `endpt',
2509 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
2510 after-lines of the previous match with before-lines of the
2511 current match and not overlap them. Return a list with two
2512 values: the output line and the list of context after-lines.
2513
47c88c06
JL
25142010-03-30 Juri Linkov <juri@jurta.org>
2515
2516 * replace.el (occur-accumulate-lines): Fix a bug where the first
2517 context line at the beginning of the buffer was missing.
2518
a7b02820
EZ
25192010-03-30 Eli Zaretskii <eliz@gnu.org>
2520
2521 * files.el: Make bidi-display-reordering safe variable for boolean
2522 values.
2523
9326ba26 25242010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 2525 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
2526
2527 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
2528 (progress-reporter-update, progress-reporter-do-update):
2529 Handle non-numeric value arguments.
9326ba26
CY
2530 (progress-reporter--pulse-characters): New var.
2531
f6f8aa12
CY
25322010-03-28 Chong Yidong <cyd@stupidchicken.com>
2533
2534 * progmodes/compile.el (compilation-start): Fix regexp detection
2535 of initial cd command (Bug#5771).
2536
7ed287b5
CY
25372010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
2538
2539 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
2540
146b8b16
NR
25412010-03-27 Nick Roberts <nickrob@snap.net.nz>
2542
2543 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
85626eef
SM
2544 * lisp/progmodes/gdb-mi.el: Restore.
2545 * lisp/progmodes/gdb-ui.el: Remove.
2546 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 2547
b23caf75
GM
25482010-03-25 Glenn Morris <rgm@gnu.org>
2549
2550 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2551 all dired buffers, even tramp ones. (Bug#5755)
2552
18c812bd
SM
25532010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2554
2555 Add "union tags" in mpc.el.
2556 * mpc.el: Remove backward compatibility code.
2557 (mpc-browser-tags): Change default.
2558 (mpc--find-memoize-union-tags): New var.
2559 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
2560 (mpc-cmd-find): Handle the case where the playlist does not exist.
2561 Handle union-tags.
2562 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
2563 (mpc-cmd-add): Use mpc-cmd-flush.
2564 (mpc-tagbrowser-tag-name): New fun.
2565 (mpc-tagbrowser-buf): Use it.
2566 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
2567
efee6a6d
SM
25682010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2569
9586c41a
SM
2570 Misc cleanup.
2571 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
2572 Use replace-regexp-in-string.
2573 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
2574 (makefile-imake-mode-syntax-table): Move init into defvar.
2575 (makefile-mode): Use define-derived-mode.
2576
efee6a6d
SM
2577 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2578 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2579 not be present any more.
2580
c6f3804c
JB
25812010-03-24 Juanma Barranquero <lekktu@gmail.com>
2582
2583 * faces.el (set-face-attribute): Fix typo in docstring.
2584 (face-valid-attribute-values): Reflow docstring.
2585
2586 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
2587
e867cb5d 25882010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 2589
efee6a6d 2590 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 2591
e867cb5d 25922010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
2593
2594 * indent.el (indent-for-tab-command): Doc fix.
2595
e867cb5d 25962010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 2597
efee6a6d
SM
2598 * progmodes/cc-engine.el (c-remove-stale-state-cache):
2599 Fix off-by-one error. Fixes bug #5747.
657071fc 2600
e867cb5d 26012010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
2602
2603 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2604 (image-dired-read-comment): Doc fix.
2605
efee6a6d
SM
2606 * json.el (json-object-type, json-array-type, json-key-type)
2607 (json-false, json-null, json-read-number):
c8de140b
JB
2608 * minibuffer.el (completion-in-region-functions):
2609 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2610 (cal-tex-cursor-week):
2611 * emacs-lisp/trace.el (trace-function):
2612 * eshell/em-basic.el (eshell/printnl):
2613 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2614 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2615 * obsolete/levents.el (allocate-event, event-key, event-object)
2616 (event-point, event-process, event-timestamp, event-to-character)
2617 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2618 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2619 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2620 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2621 (reftex-highlight-selection): Fix typos in docstrings.
2622
e867cb5d 26232010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
2624
2625 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2626
e867cb5d 26272010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
2628
2629 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2630 2008-02-13 without comment; mark it obsolete.
2631 (rmail-highlight-headers): Use rmail-highlight-face once more.
2632
e867cb5d 26332010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
2634
2635 * woman.el (woman2-process-escapes): Only consume the newline if
2636 the filler character is on a line by itself (Bug#5729).
2637
e867cb5d 26382010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
2639
2640 * language/indian.el (devanagari-composable-pattern): Add more
2641 consonants.
2642
e867cb5d 26432010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
2644
2645 * net/trampver.el: Update release number.
2646
e867cb5d 26472010-03-24 Glenn Morris <rgm@gnu.org>
b4d16368
GM
2648
2649 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2650
e867cb5d 26512010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 2652
efee6a6d
SM
2653 * net/tramp.el (tramp-find-executable):
2654 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
2655 output of "wc -l" more robust.
2656 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2657 (tramp-open-connection-setup-interactive-shell): Remove workaround
2658 for OpenSolaris bug, it is not needed anymore.
2659
e867cb5d 26602010-03-24 Eric M. Ludlam <zappo@gnu.org>
6408fd42
CY
2661
2662 * cedet/semantic/imenu.el: New file, from the CEDET repository
2663 (Bug#5412).
2664
e867cb5d 26652010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
2666
2667 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2668
e867cb5d 26692010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
2670
2671 * files.el (auto-mode-alist): Accept more verilog file patterns.
2672
b2b8574b
SM
26732010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2674
2675 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
2676
1d94ebb0
GM
26772010-03-24 Glenn Morris <rgm@gnu.org>
2678
7e263967
GM
2679 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
2680 log-edit-before-checkin-process.
2681
5ac92c5f
GM
2682 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
2683
2684 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 2685
549f324a
GM
2686 * vc-dispatcher.el (vc-start-logentry): Doc fix.
2687 (log-view-process-buffer, log-edit-extra-flags): Declare.
2688
495b517c
GM
2689 * log-edit.el (log-edit-before-checkin-process): Doc fix.
2690
1d94ebb0
GM
2691 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2692 Consistently check ede-object is bound throughout.
2693
7bbe8d5a
GM
2694 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
2695
f4087766
SS
26962010-03-23 Sam Steingold <sds@gnu.org>
2697
2698 Fix bug#5620: recalculate all markers on compilation buffer
2699 modifications, not on file modifications.
2700 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
2701 the buffer modification time, for buffers not associated with files.
2702 (compilation-mode): Create it.
2703 (compilation-filter): Update it.
2704 (compilation-next-error-function): Use it instead of
2705 `visited-file-modtime' for timestamp.
2706
774642e5
JL
27072010-03-23 Juri Linkov <juri@jurta.org>
2708
2709 Implement Occur multi-line matches.
2710 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
2711
2712 * replace.el (occur): Doc fix.
2713 (occur-engine): Set `begpt' to the beginning of the first line.
2714 Set `endpt' to the end of the last match line. At first, count
2715 line numbers between `origpt' and `begpt'. Split out code from
2716 `out-line' variable to new let-bindings `match-prefix' and
2717 `match-str'. In `out-line' add non-numeric prefix to all
2718 non-first lines of multi-line matches. Finally, count lines
2719 between `begpt' and `endpt' and add to `lines'.
2720
f14d1172
JL
27212010-03-23 Juri Linkov <juri@jurta.org>
2722
2723 * replace.el (occur-accumulate-lines, occur-engine):
2724 Use `occur-engine-line' instead of duplicate code.
2725 (occur-engine-line): New function created from duplicate code
2726 in `occur-accumulate-lines' and `occur-engine'.
2727
53e87c57
JL
2728 * replace.el (occur-engine-line): Add optional arg `keep-props'.
2729 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
2730
75a3ff20
JL
27312010-03-23 Juri Linkov <juri@jurta.org>
2732
2733 * finder.el: Remove TODO tasks.
2734
2735 * info.el (Info-finder-find-node): Add node "all"
2736 with all package info. Handle a list of multiple keywords
2737 separated by comma.
2738 (info-finder): In interactive use with a prefix argument,
2739 use `completing-read-multiple' to read a list of keywords
2740 separated by comma.
2741
00278747
SM
27422010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2743
2744 Add a new completion style `substring'.
2745 * minibuffer.el (completion-basic--pattern): New function.
2746 (completion-basic-try-completion, completion-basic-all-completions):
2747 Use it.
2748 (completion-substring--all-completions)
2749 (completion-substring-try-completion)
2750 (completion-substring-all-completions): New functions.
2751 (completion-styles-alist): New style `substring'.
2752
64cb11cc
SM
27532010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2754
2755 Get rid of .elc files after removal of the corresponding .el.
2756 * Makefile.in (compile-clean): New target.
2757 (compile-main): Use it.
2758
835e2c65
JD
27592010-03-22 Jan Djärv <jan.h.d@swipnet.se>
2760
2761 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
2762 don't do make there. When compiling with separate object dir, there
2763 is no Makefile there.
2764
111a9dff
SM
27652010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2766
2767 Get rid of the ELCFILES abomination, again.
2768 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2769 (all, compile): Don't call compile-last.
2770 (compile-main): Build the "elcfiles" list dynamically.
2771 (compile-targets): New (internal) target.
2772
82c3d67a
AS
27732010-03-21 Andreas Schwab <schwab@linux-m68k.org>
2774
2775 * Makefile.in (top_srcdir): Define.
2776 (abs_top_builddir): Define.
2777 (srcdir): Don't append `/..'.
2778 (EMACS): Use ${abs_top_builddir}.
2779 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
2780 (update-subdirs, update-authors): Use $(top_srcdir) instead of
2781 $(srcdir).
82c3d67a
AS
2782 (lisp): Use $(srcdir) instead of @srcdir@.
2783
d66ecdbb
JL
27842010-03-21 Juri Linkov <juri@jurta.org>
2785
2786 Fix message of multi-line occur regexps and multi-buffer header lines.
2787 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
2788
2789 * replace.el (occur-1): Don't display regexp if it is longer
2790 than window-width. Use `query-replace-descr' to display regexp.
2791 (occur-engine): Don't display regexp in the buffer header for
2792 multi-buffer occur. Display a separate header line with total
2793 match count and regexp for multi-buffer occur.
2794 Use `query-replace-descr' to display regexp.
2795
f05e1b94
TZ
27962010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
2797
2798 * net/secrets.el: Fix parenthesis.
2799 (secrets-enabled): Fix parenthesis.
2800
801ba3ba
SM
28012010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2802
3613edce
SM
2803 Use more relative file and directory names.
2804 * Makefile.in (EMACS): Arrange for it to work when we chdir.
2805 (setwins, setwins_almost, setwins_for_subdirs):
2806 Don't `cd'; output relative names.
2807 (all, compile, compile-always, compile-last): Set emacswd.
2808 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
2809 Just cd to the lisp source dir so we can use relative file names.
2810
801ba3ba
SM
2811 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
2812
2b1400b9
GM
28132010-03-20 Glenn Morris <rgm@gnu.org>
2814
2815 * textmodes/rst.el: Use faces for font-lock customization, and make the
2816 old -face variables obsolete.
2817 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
2818 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
2819 (rst-block-face, rst-external-face, rst-definition-face)
2820 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
2821 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
2822 Make obsolete.
2823 (rst-font-lock-keywords-function): Update for above changes.
2824
5e418f17
JL
28252010-03-20 Juri Linkov <juri@jurta.org>
2826
2827 * s-region.el:
2828 * obsolete/s-region.el: Move to obsolete.
2829
b0287b39
JB
28302010-03-19 Juanma Barranquero <lekktu@gmail.com>
2831
2832 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
2833
3c95bbb6
DN
28342010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2835
2836 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
2837
09158997
DN
28382010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2839
2840 Add special markup processing for commit logs.
2841 * log-edit.el (log-edit-extra-flags): New variable.
2842 (log-edit): Add new argument MODE. Use that mode when non-nil
2843 instead of the log-view-mode.
2844 (log-view-process-buffer): New function.
2845
2846 * vc.el: Document that the checkin method takes optional
2847 arguments. Document new backend specific method: log-view-mode.
2848 (vc-default-log-edit-mode): New function.
2849 (vc-checkin): Use a backend specific log-view-mode.
2850 Pass extra arguments to the checkin method.
2851 (vc-modify-change-comment): Pass a dummy extra argument.
2852
2853 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
2854 log-edit.
2855 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
2856 (vc-finish-logentry): Process the log buffer before passing it
2857 down. Pass log-edit-extra-flags.
2858
2859 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
2860 command.
85626eef
SM
2861 (log-edit-extra-flags, log-edit-before-checkin-process):
2862 New declarations.
09158997
DN
2863
2864 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
2865 command.
85626eef
SM
2866 (log-edit-extra-flags, log-edit-before-checkin-process):
2867 New declarations.
09158997
DN
2868 (vc-hg-log-edit-mode): New derived mode.
2869
2870 * vc-arch.el (vc-arch-checkin):
2871 * vc-cvs.el (vc-cvs-checkin):
2872 * vc-git.el (vc-git-checkin):
2873 * vc-mtn.el (vc-mtn-checkin):
2874 * vc-rcs.el (vc-rcs-checkin):
2875 * vc-sccs.el (vc-sccs-checkin):
2876 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
2877
f430423d
SM
28782010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2879
2880 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
2881 parent typo).
2882
aa8f8277
GM
28832010-03-19 Glenn Morris <rgm@gnu.org>
2884
f430423d 2885 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 2886
04525749
GM
28872010-03-18 Glenn Morris <rgm@gnu.org>
2888
c70815f1
GM
2889 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
2890
84d0a5f8
GM
2891 * replace.el (query-replace-history): Give it a doc string.
2892 (map-query-replace-regexp): Use query-replace-from-history-variable
2893 and query-replace-to-history-variable.
2894
e3a15161
GM
2895 * mail/hashcash.el (declare-function): Remove duplicate definition.
2896
27be0364
GM
2897 * mail/emacsbug.el (report-emacs-bug-pretest-address):
2898 Make it an obsolete alias for report-emacs-bug-address.
2899 (message-strip-special-text-properties): Declare.
2900 (report-emacs-bug): Remove test for a pretest bug address.
2901 Combine message-mode-specific code.
2902
88b8d18e
GM
2903 * mail/supercite.el: Don't require sendmail.
2904 (mh-in-header-p): Declare rather than using with-no-warnings.
2905 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
2906 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
2907
1a355d09
GM
2908 * calendar/cal-french.el: Convert to utf-8.
2909
04525749
GM
2910 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
2911 Emacs scripts.
2912
ae84eb97
MA
29132010-03-16 Michael Albinus <michael.albinus@gmx.de>
2914
2915 * net/secrets.el (secrets-enabled): New variable. Use it instead
2916 of a subfeature.
2917
7c75524e
MA
29182010-03-15 Michael Albinus <michael.albinus@gmx.de>
2919
2920 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
2921 service "org.freedesktop.secrets" can be pinged.
2922 Provide subfeature `enabled'.
7c75524e 2923
57938a79
JL
29242010-03-14 Juri Linkov <juri@jurta.org>
2925
2926 Add finder unknown keywords.
2927
2928 * finder.el (finder-unknown-keywords): New function.
2929
2930 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
2931 to create a Finder node with unknown keywords.
2932
88f4758e
JL
29332010-03-14 Juri Linkov <juri@jurta.org>
2934
2935 * finder.el (finder-compile-keywords): Replace `princ' with
2936 `prin1' on a list of symbols interned from keyword strings.
2937
2938 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
2939 a comma, then split keywords using a comma and optional whitespace.
2940 Otherwise, split by whitespace.
2941
2942 * complete.el:
2943 * face-remap.el:
2944 * log-view.el:
2945 * net/hmac-def.el:
2946 * net/hmac-md5.el:
2947 * net/netrc.el:
2948 * progmodes/mixal-mode.el: Fix keywords.
2949
7725ebb7
MA
29502010-03-13 Michael Albinus <michael.albinus@gmx.de>
2951
2952 * Makefile.in (ELCFILES): Add net/secrets.elc.
2953
2954 * net/secrets.el: New file.
2955
6f320937
CY
29562010-03-12 Chong Yidong <cyd@stupidchicken.com>
2957
2958 * facemenu.el (list-colors-display, list-colors-print): New arg
2959 callback. Use it to allow selecting colors.
2960
2961 * wid-edit.el (widget-image-insert): Insert image prop even if the
2962 current display is non-graphic.
2963 (widget-field-value-set): New fun.
2964 (editable-field): Use it.
2965 (widget-field-value-get): Clean up unused var.
85626eef
SM
2966 (widget-color-value-create, widget-color--choose-action):
2967 New funs. Allow using list-colors-display to choose color.
6f320937 2968
647f9993
CY
29692010-03-12 Chong Yidong <cyd@stupidchicken.com>
2970
2971 * cus-edit.el: Resort topmost custom groups.
2972 (custom-buffer-sort-alphabetically): Default to t.
2973 (customize-apropos): Use apropos-parse-pattern.
2974 (custom-search-field): New var.
2975 (custom-buffer-create-internal): Add custom-apropos search field.
2976 (custom-add-parent-links): Don't display parent doc.
2977 (custom-group-value-create): Don't sort top-level custom group.
85626eef 2978 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
2979
2980 (custom-variable-state): New fun, from custom-variable-state-set.
2981 (custom-variable-state-set): Use it.
2982 (custom-group-value-create): Hide options with standard values
2983 using the :hidden-states property. Use progress reporter.
2984
2985 (custom-show): Simplify.
2986 (custom-visibility): Disable images by default.
2987 (custom-variable): New property :hidden-states.
2988 (custom-variable-value-create): Enable images for
2989 custom-visibility widgets. Use :hidden-states property to
2990 determine initial visibility.
2991
2992 * wid-edit.el (widget-image-find): Give images center ascent.
2993 (visibility): Add :on-image and :off-image properties.
2994 (widget-visibility-value-create): Use them.
2995
eba5b4dd
CY
29962010-03-12 Chong Yidong <cyd@stupidchicken.com>
2997
2998 * cus-edit.el (processes): Remove from development group.
2999 (oop, hypermedia): Delete group.
26f4b8ab 3000 (comm): Promote to top-level group.
eba5b4dd
CY
3001
3002 * net/browse-url.el (browse-url):
3003 * net/xesam.el (xesam):
3004 * net/tramp.el (tramp):
3005 * net/goto-addr.el (goto-address):
26f4b8ab 3006 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
3007
3008 * view.el (view): Remove from editing group.
3009
3010 * uniquify.el (uniquify): Put in files group.
3011
3012 * net/browse-url.el (browse-url):
3013 * ps-print.el (postscript): Put in external group.
3014
3015 * cus-edit.el (outlines):
3016 * textmodes/text-mode.el (text-mode-hook):
3017 * textmodes/table.el (table):
3018 * textmodes/picture.el (picture):
3019 * outline.el (outlines): Put in wp group.
3020
3021 * nxml/nxml-mode.el (nxml): Remove from wp group.
3022
3023 * net/tramp-imap.el (tramp-imap): Put in tramp group.
3024
3025 * mail/metamail.el (metamail): Remove from hypermedia group.
3026
3027 * cus-edit.el (abbrev):
3028 * whitespace.el (whitespace):
3029 * vcursor.el (vcursor):
3030 * reveal.el (reveal):
3031 * hl-line.el (hl-line): Put in convenience group.
3032
3033 * epg-config.el (epg): Put in data group.
3034
3035 * emulation/pc-select.el (pc-select): Put in emulations group.
3036
3037 * calculator.el (calculator): Put in applications group.
3038
8117868f
DN
30392010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
3040
3041 Add .dir-locals.el support for file-less buffers.
3042 * files.el (hack-local-variables): Split out code to apply local
3043 variable settings ...
3044 (hack-local-variables-apply): ... here. New function.
3045 (hack-dir-local-variables): Use the default directory for when the
3046 buffer does not have an associated file.
3047 (hack-dir-local-variables-non-file-buffer): New function.
3048 * diff-mode.el (diff-mode):
3049 * vc-annotate.el (vc-annotate-mode):
3050 * vc-dir.el (vc-dir-mode):
3051 * log-edit.el (log-edit-mode):
3052 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
3053
855a2294
DN
30542010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
3055
3056 Add support for shelving snapshots and for showing shelves.
3057 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
3058 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
3059 New functions.
3060 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3061 (vc-bzr-extra-menu-map): Map them.
3062
3e5b7009
GM
30632010-03-11 Glenn Morris <rgm@gnu.org>
3064
0dcf7d7e
GM
3065 * cus-edit.el (customize-changed-options-previous-release):
3066 Bump to 23.1.
3067
3e5b7009
GM
3068 * image.el (image-animate-max-time): Fix :version tag.
3069
288f9fc0
CY
30702010-03-10 Chong Yidong <cyd@stupidchicken.com>
3071
3072 * Branch for 23.2.
3073
53ef91b1
SM
30742010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3075
3076 * vc-git.el (vc-git-revision-table): Include remote branches.
3077
b41460ae 30782010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
3079
3080 Animated image API.
3081 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
3082
3083 * image.el (image-animate-max-time): New defcustom.
3084 (image-animated-types): New defconst.
3085 (create-animated-image, image-animate-timer)
3086 (image-animate-start, image-animate-stop, image-animate-timeout)
3087 (image-animated-p): New functions.
3088
3089 * image-mode.el (image-toggle-display-image):
3090 Replace `create-image' with `create-animated-image'.
3091
e5d1fb10 30922010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
3093
3094 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
3095 instead of "format:"; this ensures that the output is
3096 newline-terminated.
3097
4e7cafbe
CY
30982010-03-08 Chong Yidong <cyd@stupidchicken.com>
3099
3100 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
3101 that all errors are caught, and that the return value is always a
3102 list (Bug#5692).
3103
aec66319
KH
31042010-03-08 Kenichi Handa <handa@m17n.org>
3105
3106 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 3107 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 3108
b327c975
AS
31092010-03-07 Andreas Schwab <schwab@linux-m68k.org>
3110
3111 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
3112 call to rfc822-bad-address. (Bug#5692)
3113
1c465a6a
CY
31142010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
3115
85626eef
SM
3116 * vc-git.el (vc-git-annotate-extract-revision-at-line):
3117 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 3118
a4e32226
CY
31192010-03-06 Chong Yidong <cyd@stupidchicken.com>
3120
3121 * calculator.el (calculator): Don't bind split-window-keep-point
3122 (Bug#5674).
3123
4c83ed3d
SM
31242010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3125
3126 * vc-git.el: Re-flow to fit into 80 columns.
3127 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
3128 Remove spurious `quote' element in each case alternative.
3129 (vc-git-show-log-entry): Use prog1.
3130 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
3131
d40a7570
GM
31322010-03-06 Glenn Morris <rgm@gnu.org>
3133
3134 * cedet/semantic/grammar.el (semantic-grammar-header-template):
3135 Update template copyright to GPLv3+.
3136
e8defde3
SM
31372010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3138
3139 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
3140
233f0c9f
CY
31412010-03-03 Chong Yidong <cyd@stupidchicken.com>
3142
3143 * macros.el (insert-kbd-macro): Look up keyboard macro using the
3144 definition, not the name (Bug#5481).
3145
254bedef 31462010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
3147
3148 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
3149 argument with a local variable. (Bug#5670)
3150
7187cdae
JL
31512010-03-02 Juri Linkov <juri@jurta.org>
3152
3153 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
3154
9cf3544e
MA
31552010-03-02 Michael Albinus <michael.albinus@gmx.de>
3156
3157 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
3158 error when FILENAME and NEWNAME are existing remote directories.
3159
3160 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
3161 parameter DIR-FLAG.
3162
33f77982
GM
31632010-03-02 Glenn Morris <rgm@gnu.org>
3164
3165 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
3166 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
3167
d99ea08e
KH
31682010-03-01 Kenichi Handa <handa@m17n.org>
3169
e8defde3 3170 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
3171 myanmar-composable-pattern.
3172
e8defde3
SM
3173 * international/characters.el (script-list):
3174 * international/fontset.el (script-representative-chars):
3175 Change myanmar to burmese.
d99ea08e 3176 (otf-script-alist): Likewise.
4aa2c3b2
KH
3177 (setup-default-fontset): Likewise. Re-fix :otf spec.
3178
b374f54d
KY
31792010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3180
3181 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
3182
71572c03
JD
31832010-02-28 Jan Djärv <jan.h.d@swipnet.se>
3184
3185 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
3186
00cffdeb
MA
31872010-02-28 Michael Albinus <michael.albinus@gmx.de>
3188
3189 * net/tramp.el (tramp-handle-write-region): START can be a string.
3190 Take care in the checks. Reported by Dan Davison
3191 <davison@stats.ox.ac.uk>.
3192
d4b06783
MA
31932010-02-28 Michael Albinus <michael.albinus@gmx.de>
3194
3195 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
3196 (dbus-set-property, dbus-get-all-properties):
3197 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 3198
8c3e96d2
CY
31992010-02-28 Chong Yidong <cyd@stupidchicken.com>
3200
de3a1fe9
CY
3201 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
3202 * emacs-lisp/elint.el (elint-add-required-env):
3203 * cedet/semantic/db-find.el
3204 (semanticdb-find-translate-path-brutish-default):
3205 * cedet/ede/make.el (ede-make-check-version):
3206 * calendar/icalendar.el (icalendar--add-diary-entry):
3207 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
3208 * files.el (recover-session-finish): Use with-current-buffer
3209 instead of save-excursion.
3210
c53b9c3b
SM
32112010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
3212
3213 Fix in-buffer completion when after-change-functions modify the buffer.
3214 * minibuffer.el (completion--replace): New function.
3215 (completion--do-completion): Use it and use relative movement.
3216
4a16bdc6
CY
32172010-02-27 Chong Yidong <cyd@stupidchicken.com>
3218
3219 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 3220
b8280f39
CY
32212010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
3222
c53b9c3b
SM
3223 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
3224 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 3225
f88cc4d6
KH
32262010-02-26 Kenichi Handa <handa@m17n.org>
3227
3228 * language/burmese.el: Fix entries in composition-function-table.
3229 (myanmar-composable-pattern): New variable.
3230
3231 * international/fontset.el (setup-default-fontset): Add an entry
3232 for myanmar.
3233
3234 * international/characters.el (script-list): Add Myanmar
3235 Extended-A.
3236
cdbf9100
GM
32372010-02-26 Glenn Morris <rgm@gnu.org>
3238
90a94603
GM
3239 * custom.el (custom-initialize-delay): Doc fix.
3240
cdbf9100
GM
3241 * mail/sendmail.el (send-mail-function): Autoload the call
3242 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
3243
f95a5fd0
CY
32442010-02-24 Chong Yidong <cyd@stupidchicken.com>
3245
3246 * files.el (hack-local-variables-filter): For eval forms, also
3247 check safe-local-variable-p (Bug#5636).
3248
6583ba0e
CY
32492010-02-24 Eduard Wiebe <usenet@pusto.de>
3250
3251 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
3252 and use c(ad)r of cddr (Bug#5640).
3253
459a5f4b
MA
32542010-02-22 Michael Albinus <michael.albinus@gmx.de>
3255
3256 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
3257 setting the modes by `ignore-errors'. It might fail, for example
3258 if the file is not owned by the user but the group.
3259 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
3260
bb23f6e8
CY
32612010-02-21 Chong Yidong <cyd@stupidchicken.com>
3262
50c58e27
CY
3263 * files.el (directory-listing-before-filename-regexp): Use
3264 stricter matching for iso-style dates, to avoid false matches with
3265 date-like filenames (Bug#5597).
3266
b660eb70
CY
3267 * htmlfontify.el (htmlfontify): Doc fix.
3268
3269 * eshell/eshell.el (eshell): Doc fix.
3270
bb23f6e8
CY
3271 * startup.el (fancy-about-screen): In mode-line, apply
3272 mode-line-buffer-id face only to the buffer name (Bug#5613).
3273
3e39928c
CY
32742010-02-20 Kevin Ryde <user42@zip.com.au>
3275
f7e0618c
JB
3276 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3277 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
3278 (Bug#5599).
3279
0f00e948
EZ
32802010-02-20 Eli Zaretskii <eliz@gnu.org>
3281
3282 * subr.el (remove-yank-excluded-properties): Explain in a comment
3283 why `category' property is removed.
3284
3513efb2
CY
32852010-02-19 Chong Yidong <cyd@stupidchicken.com>
3286
3287 * isearch.el (isearch-update-post-hook, isearch-update): Revert
3288 2010-02-17 change.
3289
b4340b3f
UJ
32902010-02-19 Ulf Jasper <ulf.jasper@web.de>
3291
3292 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3293 (icalendar--convert-weekly-to-ical)
3294 (icalendar--convert-yearly-to-ical)
3295 (icalendar--convert-block-to-ical)
3296 (icalendar--convert-cyclic-to-ical)
3297 (icalendar--convert-anniversary-to-ical): Take care of time
3298 specifications where hour has 1-digit only (Bug#5549).
3299
8cfae03d
NR
33002010-02-19 Nick Roberts <nickrob@snap.net.nz>
3301
3302 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3303 of disassemble output in GDB 7.1.
3304
055e4eea
GM
33052010-02-19 Glenn Morris <rgm@gnu.org>
3306
3307 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3308 property. (Bug#5593)
3309
ff6b00de
SS
33102010-02-18 Sam Steingold <sds@gnu.org>
3311
3312 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3313
fe8c0b47
SM
33142010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3315
3316 Use abbreviated file names in bookmarks (bug#5591).
3317 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3318 calls to expand-file-name.
3319 (bookmark-relocate): Use abbreviated file names in bookmarks.
3320 (bookmark-load): Use abbreviated file names in messages.
3321
73a37a69
MA
33222010-02-18 Michael Albinus <michael.albinus@gmx.de>
3323
3324 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3325 expand "." and "..". Reported by Thierry Volpiatto
3326 <thierry.volpiatto@gmail.com>.
3327
6e4f5731
MA
33282010-02-18 Michael Albinus <michael.albinus@gmx.de>
3329
3330 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3331 permissions of the temporary file to "0600". In case the remote
3332 file has no read permissions for the owner, there might be
3333 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
3334
333522010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
3336
3337 * emacs-lisp/authors.el (authors-renamed-files-alist):
3338 Add entries for INSTALL.CVS.
3339
ba5bf642
MH
33402010-02-17 Mark A. Hershberger <mah@everybody.org>
3341
f7e0618c 3342 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 3343
f7e0618c 3344 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
3345 (isearch-update): Use the new hook.
3346
aac0b0f2
MA
33472010-02-16 Michael Albinus <michael.albinus@gmx.de>
3348
fe8c0b47
SM
3349 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3350 Fix errors in copying directories.
aac0b0f2
MA
3351 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3352 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3353 (tramp-handle-delete-file)
3354 (tramp-handle-dired-recursive-delete-directory)
3355 (tramp-handle-write-region): Flush also the cache for the upper
3356 directory.
3357
05bbe066
CY
33582010-02-16 Chong Yidong <cyd@stupidchicken.com>
3359
e8ab3908
CY
3360 * simple.el (save-interprogram-paste-before-kill): Doc fix.
3361
ff90f4b0
CY
3362 * cus-edit.el (hardware): Doc fix.
3363
3364 * man.el (man): Add to external custom group.
3365
3366 * delim-col.el (columns): Move to wp custom group.
3367
3368 * doc-view.el (doc-view): Add to data custom group.
3369
3370 * cedet/data-debug.el (data-debug): Move to extensions group.
3371
3372 * cedet/ede.el (ede):
3373 * cedet/srecode.el (srecode):
3374 * cedet/semantic.el (semantic): Put in tools and extensions group.
3375
fe8c0b47 3376 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 3377
05bbe066
CY
3378 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3379 by ispell-parse-output (Bug#5575).
3380
fa6ea913
KH
33812010-02-16 Kenichi Handa <handa@m17n.org>
3382
3383 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3384 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3385 (skkdic-convert): Use `euc-japan' coding system for writing.
3386
88fd78ae
GM
33872010-02-16 Glenn Morris <rgm@gnu.org>
3388
3389 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3390 tex-main-file before using it. (Bug#5562)
3391
2b8c974a
SM
33922010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3393
3394 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3395 warnings, since it is annoying for the user to see them each time he
3396 runs the code.
3397
7540f029
MA
33982010-02-15 Michael Albinus <michael.albinus@gmx.de>
3399
3400 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3401 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3402 instead of PROC for caching "first-password-request". Otherwise,
3403 new processes would not profit from passwords already entered.
3404
2b8c974a
SM
3405 * net/tramp-cache.el (tramp-dump-connection-properties):
3406 Don't save "first-password-request" property.
7540f029 3407
fa5f7c5f
JB
34082010-02-14 Juanma Barranquero <lekktu@gmail.com>
3409
3410 * outline.el (outline-head-from-level):
3411 * simple.el (with-wrapper-hook):
3412 * cedet/ede.el (ede-run-target, project-delete-target)
3413 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
3414 (ede-adebug-project, ede-adebug-project-parent)
3415 (ede-adebug-project-root):
3416 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3417 (elint-defun, elint-buffer-env, elint-top-form-logged)
3418 (elint-unbound-variable):
3419 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3420 Fix typos in docstrings.
3421
ecbaeb7b
MA
34222010-02-14 Michael Albinus <michael.albinus@gmx.de>
3423
3424 * files.el (insert-directory): When WILDCARD-REGEXP and
3425 FULL-DIRECTORY-P are nil, insert the file entry instead of the
3426 whole directory. (Bug#5551)
3427
3428 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
3429 dired's alignment sanity. (Bug#5516)
3430
91e3333f
JL
34312010-02-14 Juri Linkov <juri@jurta.org>
3432
3433 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3434 Remove remaining ^H with their preceding chars. (Bug#5566)
3435
36020642
GM
34362010-02-13 Glenn Morris <rgm@gnu.org>
3437
3438 * simple.el (transpose-subr): Give it a doc-string.
3439
3440 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3441 Doc fixes.
3442
f5952338
JL
34432010-02-12 Juri Linkov <juri@jurta.org>
3444
3445 * arc-mode.el (archive-unique-fname): Make directories for nested
3446 archives. (Bug#5540)
3447
918fe50f
JL
34482010-02-12 Juri Linkov <juri@jurta.org>
3449
3450 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
3451
c07ff221
SM
34522010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3453
48b1e7cf
SM
3454 * subr.el (copy-overlay): Handle deleted overlays.
3455
c07ff221
SM
3456 * man.el (Man-completion-table): Don't signal an error if we can't run
3457 manual-program (bug#4056).
3458
0e374247
JB
34592010-02-10 Juanma Barranquero <lekktu@gmail.com>
3460
3461 * textmodes/artist.el (artist-mt): Fix typos in docstring.
3462
dbf8402b
SM
34632010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3464
348d1e60
SM
3465 * info.el (Info-bookmark-jump): Simplify.
3466
dbf8402b
SM
3467 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3468 (bookmark-default-handler): Accept new bookmark field `buffer'.
3469
e6d23bb5
CY
34702010-02-10 Chong Yidong <cyd@stupidchicken.com>
3471
3472 * iswitchb.el (iswitchb-completions): Revert last change.
3473
a8e4290b
MA
34742010-02-10 Michael Albinus <michael.albinus@gmx.de>
3475
2b23acde 3476 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
3477 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3478 This prevents file names like "~/" being listed literally.
a8e4290b 3479
c59d6fad
DN
34802010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
3481
348d1e60
SM
3482 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3483 Remove dead code. (Bug#5546)
c59d6fad 3484
3a66e78f
CY
34852010-02-09 Chong Yidong <cyd@stupidchicken.com>
3486
3487 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3488 correctly (Bug#5548).
3489
f29fd869
CY
34902010-02-08 Jose E. Marchesi <jemarch@gnu.org>
3491
3492 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 3493 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 3494
7fad1447
KH
34952010-02-08 Kenichi Handa <handa@m17n.org>
3496
3497 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 3498 cookie for putting `lisp-indent-function'.
7fad1447 3499
50e4518b
GM
35002010-02-07 Glenn Morris <rgm@gnu.org>
3501
3502 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3503 Move F2003 named interfaces from keywords-2 to keywords-1, and
3504 use function-name-face rather than constant-face.
3505 Simplify "abstract interface" regexp.
3506
a4cc44cf
CY
35072010-02-07 Chong Yidong <cyd@stupidchicken.com>
3508
3509 * eshell/esh-util.el (eshell-file-attributes): New optional arg
3510 ID-FORMAT. Pass it to `file-attributes'.
3511
3512 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3513
c917476d
CY
35142010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
3515
3516 * faces.el (set-face-attribute): Allow calling
3517 internal-set-lisp-face-attribute with 'unspecified family and
3518 foundry argument (Bug#5536).
3519
7cf3f3d6
GM
35202010-02-07 Glenn Morris <rgm@gnu.org>
3521
3522 * progmodes/f90.el (f90-font-lock-keywords-2)
3523 (f90-looking-at-type-like, f90-looking-at-program-block-end):
3524 Handle F2003 named interfaces.
3525
ffe87109
CY
35262010-02-06 Chong Yidong <cyd@stupidchicken.com>
3527
3528 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3529 beg and end before calling c-get-state-before-change-functions.
3530
4775ecad
DN
35312010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
3532
3533 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
3534
0d17c4b9
JL
35352010-02-05 Juri Linkov <juri@jurta.org>
3536
3537 * doc-view.el (doc-view-mode):
3538 * image-mode.el (image-mode): Put property mode-class=special.
3539 (Bug#4896)
3540
8228a275
MH
35412010-02-05 Mark A. Hershberger <mah@everybody.org>
3542
3543 * vc-svn.el (vc-svn-revision-table): New function.
3544
d9320986
MA
35452010-02-05 Michael Albinus <michael.albinus@gmx.de>
3546
3547 * net/ange-ftp.el (ange-ftp-insert-directory):
3548 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3549 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3550 Handle also directories. (Bug#5478)
3551
f43d8ecc
GM
35522010-02-05 Glenn Morris <rgm@gnu.org>
3553
3554 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3555
ce3a988d
CY
35562010-02-05 Chong Yidong <cyd@stupidchicken.com>
3557
3558 * startup.el (command-line-1): Convert options beginning with a
3559 single dash as well (Bug#5519).
3560
bdd42899
SM
35612010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
3562
51b23c44
SM
3563 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3564 * minibuffer.el (completion-initials-expand): Only check the presence
3565 of delims *within* the boundaries, since otherwise the / delim is
3566 always found for files.
3567
bdd42899
SM
3568 Fix up various corner case problems.
3569 * doc-view.el (doc-view-last-page-number): New function.
3570 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3571 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3572 (doc-view-kill-proc): Avoid inf-loop in freak cases.
3573 (doc-view-reconvert-doc): Use the new recursive delete-directory.
3574 (doc-view-convert-current-doc): Don't create the resolution.el file
3575 here any more.
3576 (doc-view-pdf/ps->png): Do it here instead.
3577 (doc-view-already-converted-p): Check that resolution.el is present.
3578 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3579 windows that are not yet showing images.
3580
d5b3979c
MA
35812010-02-04 Michael Albinus <michael.albinus@gmx.de>
3582
3583 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3584 `dired-uncache' for every elemnt which is an absolute file name.
3585
3586 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3587 directory, handle its directory component.
3588 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3589 function is called permanently and creates noise, otherwise.
3590
3591 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3592 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3593 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
3594
b003beb1
DB
35952010-02-04 David Burger <dburger@google.com> (tiny change)
3596
3597 * macros.el (apply-macro-to-region-lines):
3598 Minor simplification. (Bug#5485)
3599
ea92f9f3
GM
36002010-02-04 Glenn Morris <rgm@gnu.org>
3601
a03ae20d
GM
3602 * mail/rmail.el (rmail-show-message-1): Handle malformed
3603 quoted-printable text. (Bug#5441)
3604
4d01b827
GM
3605 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3606
ea92f9f3
GM
3607 * simple.el (visual-line-mode): Capitalize lighter.
3608
82055bb7
JW
36092010-02-03 John Wiegley <jwiegley@gmail.com>
3610
3611 * iswitchb.el (iswitchb-completions): Add bookmark files to the
3612 list of files considered for "virtual buffer" completions.
3613
8214b6e4
MA
36142010-02-03 Michael Albinus <michael.albinus@gmx.de>
3615
3616 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3617 also in case of (and (not full) (not wildcard)). This is needed,
3618 when dired is called with a list of files, which are not in
3619 `default-directory'. (Bug#5478)
3620
1df9718f
SM
36212010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3622
3623 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3624
02ba1267
JL
36252010-02-02 Juri Linkov <juri@jurta.org>
3626
3627 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3628 from unidiff to allow function-line after @@.
3629
a0c6a0fb
JL
36302010-02-02 Juri Linkov <juri@jurta.org>
3631
3632 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3633 '(RCS SCCS) with inverted condition.
3634
c35fcd52
MA
36352010-02-02 Michael Albinus <michael.albinus@gmx.de>
3636
3637 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3638 messages.
3639
6ba973c1
JL
36402010-02-01 Juri Linkov <juri@jurta.org>
3641
3642 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3643 compare with "pkunzip" and "pkzip" instead of only "pkzip".
3644 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3645 only when (car archive-zip-extract) is "unzip". (Bug#5475)
3646
0bca393f
SM
36472010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3648
3649 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3650 (doc-view-revert-buffer): New command.
3651 (doc-view-mode-map): Use it.
3652
7a444e2a
DN
36532010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3654
3655 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3656 pending merge is detected.
3657
ad6fc8f4
JL
36582010-01-31 Juri Linkov <juri@jurta.org>
3659
3660 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3661 beginning of interactive spec like all other grep commands do.
3662 Put "all" in front of "gz". (Bug#5260)
3663
b9236874
DN
36642010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3665
3666 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3667
1e868757
CY
36682010-01-29 Chong Yidong <cyd@stupidchicken.com>
3669
3670 * dirtrack.el (dirtrack): Warn instead of signalling error if the
3671 regexp is incorrect (Bug#5476).
3672
e5c70c41
MA
36732010-01-29 Michael Albinus <michael.albinus@gmx.de>
3674
3675 * net/tramp.el (tramp-handle-insert-directory): Handle also
3676 symlinks, when FILENAME is not in `default-directory'.
3677
0c0b61f1
MA
36782010-01-28 Michael Albinus <michael.albinus@gmx.de>
3679
3680 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 3681 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
3682
3683 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3684 of SWITCHES. Handle the case, FILENAME is not in
3685 `default-directory'. (Bug#5478)
3686 (tramp-register-file-name-handlers): Add safe-magic property.
3687
763f325e
CY
36882010-01-28 Chong Yidong <cyd@stupidchicken.com>
3689
3690 * arc-mode.el (archive-zip-extract): Quote the argument passed to
3691 unzip (Bug#5475).
3692
fd09a83f
CY
36932010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
3694
3695 * progmodes/flymake.el (flymake-allowed-file-name-masks)
3696 (flymake-master-make-header-init): Add other C++ filename masks.
3697 (flymake-find-possible-master-files)
3698 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3699
7e5686f0
MA
37002010-01-28 Michael Albinus <michael.albinus@gmx.de>
3701
3702 Fix some busybox annoyances.
3703
3704 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3705 not responding." string.
3706 (tramp-open-connection-setup-interactive-shell): Dump stty
3707 settings. Enable "neveropen" arg for all `tramp-send-command'
3708 calls. Handle "=" in variable values properly.
3709 (tramp-find-inline-encoding): Raise an error, when no encoding is
3710 found.
3711 (tramp-wait-for-output): Check, whether PROC buffer is available.
3712 Remove spurious " ^H" sequences, sent by busybox.
3713 (tramp-get-ls-command): Suppress coloring, if possible.
3714
c6265c10
GM
37152010-01-28 Glenn Morris <rgm@gnu.org>
3716
c85a168b
GM
3717 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
3718
c6265c10
GM
3719 * log-edit.el (log-edit-strip-single-file-name): Add missing
3720 :safe, :group, and :version tags.
3721
7d82a738
SB
37222010-01-27 Stephen Berman <stephen.berman@gmx.net>
3723
3724 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3725 buffers. (Bug#5477)
3726
8b0e68ea
CY
37272010-01-27 David De La Harpe Golden <david@harpegolden.net>
3728
3729 * files.el (delete-directory): Handle moving to trash without
3730 first doing recursion (Bug#5436).
3731
368d3208
DN
37322010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
3733
3734 * vc-hooks.el (vc-path): Mark as obsolete.
3735
755da7fa
DN
37362010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
3737
e2396d80
DN
3738 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3739 names too.
3740
755da7fa
DN
3741 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3742 for the short log.
3743 (vc-bzr-log-view-mode): Adjust regexp for the above change.
3744
6a6d15ab 37452010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 3746
ac9ffe99 3747 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 3748
48c2d18a 3749 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 3750
504dcc71
EH
37512010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
3752
3753 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3754 diff-index command. This requires at least git-1.5.5. (Bug#1589).
3755
51850286
DN
37562010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3757
c2f1d6d8
DN
3758 Remove support for adding --signoff on commit.
3759 Future support will use an incompatible generic mechanism.
3760 * vc-git.el (vc-git-add-signoff): Remove variable.
3761 (vc-git-toggle-signoff): Remove function.
3762 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3763
51850286
DN
3764 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
3765 from xterm-set-background-mode. Return t if the background mode
3766 was set.
3767 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3768 earlier, call it again in case the background mode has changed.
3769
02c6d0d0
CY
37702010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
3771
3772 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3773 (Bug#3541).
3774
064eee03
CY
37752010-01-23 Chong Yidong <cyd@stupidchicken.com>
3776
02c6d0d0
CY
3777 * emacs-lisp/assoc.el (aelement): Doc fix.
3778 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 3779
5336c3ec 37802010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 3781
48c2d18a 3782 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
3783 is the same as subprogram call, not declaration. (Bug#5435).
3784
0536254e
MA
37852010-01-23 Michael Albinus <michael.albinus@gmx.de>
3786
3787 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3788 (tramp-smb-maybe-open-connection): Use it.
3789
411d06c2
MA
37902010-01-22 Michael Albinus <michael.albinus@gmx.de>
3791
0536254e 3792 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 3793
c893016b
SM
37942010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3795
3796 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3797 just because we see "encoding: 8bit".
3798 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3799
9425f8e1
CY
38002010-01-22 Chong Yidong <cyd@stupidchicken.com>
3801
3802 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3803
6a801864
EZ
38042010-01-22 Eli Zaretskii <eliz@gnu.org>
3805
3806 * jka-compr.el (jka-compr-load): If load-file is not in
3807 load-history, try its file-truename version. (bug#5447)
3808
3e8f7d91
AM
38092010-01-21 Alan Mackenzie <acm@muc.de>
3810
3811 Fix a situation where deletion of a cpp construct throws an error.
3812 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
3813 invoking c-with-all-but-one-cpps-commented-out, check that the
3814 special cpp construct is still in the buffer.
3815 (c-parse-state): Record the special cpp with markers, not numbers.
3816
f0bd0ad5
CY
38172010-01-21 Kenichi Handa <handa@m17n.org>
3818
3819 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3820 process last-command-event, as it is now decoded first (Bug#5380).
3821
5189d95b
CY
38222010-01-20 Chong Yidong <cyd@stupidchicken.com>
3823
3824 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3825
e073d74a
GM
38262010-01-20 Glenn Morris <rgm@gnu.org>
3827
3828 * indent.el (tab-always-indent): Fix custom-type.
3829
8ee04f3a
AM
38302010-01-19 Alan Mackenzie <acm@muc.de>
3831
3832 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3833 buffer throws "args out of range".
3834 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3835 playing the role of delimiter.
3836
6a47c86a
SL
38372010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3838
bf0b361c 3839 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
3840 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3841 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3842 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3843 Improve comments in "is" portion. Handle null procedure declaration.
3844 (ada-move-to-end): Improve doc string.
3845
2acfb954
ÓF
38462010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3847
e90d57c0 3848 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 3849 Remove obsolete information from commentary.
e90d57c0
JB
3850 (ido-choice-list): Initialize to nil.
3851 (ido-get-bufname): Reject minibuffers.
3852 (ido-make-buffer-list): If "default" is a nonexistent
3853 buffer, ignore it, as per the function's comment.
3854 (ido-kill-buffer-internal): New function.
3855 (ido-kill-buffer-at-head): Use it.
3856 (ido-visit-buffer): Likewise.
2acfb954 3857
244b023e
CY
38582010-01-18 Chong Yidong <cyd@stupidchicken.com>
3859
3860 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3861
db9e401b
JB
38622010-01-18 Juanma Barranquero <lekktu@gmail.com>
3863
3864 * cedet/ede/locate.el (ede-locate-file-in-project)
3865 (ede-locate-file-in-project-impl): Fix typos in docstrings.
3866 (ede-enable-locate-on-project): Fix typos in error messages.
3867
3868 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
3869 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
3870 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
3871 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
3872 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
3873 Fix typos in menu help.
3874
3875 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3876 Fix typos in chart titles.
3877
3878 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3879 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
3880 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
3881 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
3882 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
3883 (semantic-parse-stream, semantic-parse-region)
3884 (semantic-parse-region-default, semantic--set-buffer-cache)
3885 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
3886 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
3887 (semantic-default-submodes):
3888 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
3889 (semanticdb-create-ebrowse-database)
3890 (semanticdb-find-tags-for-completion-method)
3891 (semanticdb-find-tags-by-class-method)
3892 (semanticdb-deep-find-tags-by-name-method)
3893 (semanticdb-deep-find-tags-for-completion-method):
3894 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
3895 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
3896 (semanticdb-find-tags-for-completion-method)
3897 (semanticdb-find-tags-by-class-method)
3898 (semanticdb-deep-find-tags-for-completion-method):
3899 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
3900 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
3901 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
3902 (semanticdb-find-tags-by-name-method)
3903 (semanticdb-find-tags-by-name-regexp-method)
3904 (semanticdb-find-tags-for-completion-method)
3905 (semanticdb-find-tags-by-class-method)
3906 (semanticdb-find-tags-external-children-of-type-method)
3907 (semanticdb-find-tags-subclasses-of-type-method)
3908 (semanticdb-deep-find-tags-by-name-method)
3909 (semanticdb-deep-find-tags-by-name-regexp-method)
3910 (semanticdb-deep-find-tags-for-completion-method):
3911 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
3912 (semanticdb-enable-gnu-global-in-buffer)
3913 (semanticdb-find-tags-for-completion-method)
3914 (semanticdb-deep-find-tags-by-name-method)
3915 (semanticdb-deep-find-tags-for-completion-method):
3916 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
3917 (javascript-mode, semanticdb-find-translate-path)
3918 (semanticdb-find-tags-for-completion-method)
3919 (semanticdb-find-tags-by-class-method)
3920 (semanticdb-deep-find-tags-by-name-method)
3921 (semanticdb-deep-find-tags-for-completion-method)
3922 (semanticdb-find-tags-external-children-of-type-method):
3923 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
3924 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
3925 (global-semantic-idle-scheduler-mode):
3926 * cedet/srecode/dictionary.el (srecode-field-value)
3927 (srecode-dictionary-add-section-dictionary):
3928 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3929 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3930 (describe-class, eieio-describe-generic, describe-generic):
3931 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3932 (eieio-speedbar-expand):
3933 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3934 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3935 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3936 (viper-del-backward-char-in-replace, viper-backward-indent)
3937 (viper-brac-function, viper-register-to-point, viper-submit-report):
3938 * net/tramp.el (tramp-remote-coding-commands):
3939 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3940 Fix typos in docstrings.
3941
9295137d
CY
39422010-01-17 Chong Yidong <cyd@stupidchicken.com>
3943
3944 * mail/sendmail.el (mail-yank-original): Set the mark if the
3945 specified function for yanking does not do it.
3946
4d0bbcb6
DN
39472010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3948
7902c120
DN
3949 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3950
4d0bbcb6
DN
3951 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3952 resyncing a directory.
3953
0b702bc1
SL
39542010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3955
6a47c86a 3956 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
3957 (ada-ident-re): Delete ., allow multibyte characters.
3958 (ada-goto-label-re): New; matches goto labels.
3959 (ada-block-label-re): New; matches block labels.
3960 (ada-label-re): New; matches both.
3961 (ada-named-block-re): Deleted; callers changed to use
3962 `ada-block-label-re' instead.
3963 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3964 Use `ada-block-label-re'.
3965 (ada-indent-on-previous-lines): Improve handling of goto labels.
3966 (ada-get-indent-block-start): Special-case block label.
3967 (ada-get-indent-label): Split into `ada-indent-block-label' and
3968 `ada-indent-goto-label'.
3969 (ada-goto-stmt-start, ada-goto-next-non-ws):
3970 Optionally ignore goto labels.
3971 (ada-goto-next-word): Simplify.
3972 (ada-indent-newline-indent-conditional): Insert newline before
3973 trying to fix indentation; doc fix.
3974
05287c49
JB
39752010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3976
3977 * calc/calc.el (calc-command-flags): Give it an initial value.
3978
44e82a0b
GM
39792010-01-17 Glenn Morris <rgm@gnu.org>
3980
3981 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
3982
4963739e
JB
39832010-01-17 Juanma Barranquero <lekktu@gmail.com>
3984
3985 * cedet/semantic.el (semantic-mode):
3986 * files.el (minibuffer-with-setup-hook):
3987 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3988 (artist-key-draw-continously, artist-key-do-continously-continously)
3989 (artist-key-set-point-continously, artist-mouse-draw-continously):
3990 Fix typos in docstrings.
3991
116bd1ee
CY
39922010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3993
3994 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
3995 return t (Bug#3898).
3996
2784cd7a 39972010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
3998
3999 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
4000 can parse the output of the external commands (Bug#5279).
4001
abd5cfe8
CY
40022010-01-16 Jari Aalto <jari.aalto@cante.net>
4003
4004 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
4005
4fe22cdf
CY
40062010-01-16 Chong Yidong <cyd@stupidchicken.com>
4007
bbdc98ef
CY
4008 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
4009
c7dc1ac1
CY
4010 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
4011
4fe22cdf
CY
4012 * startup.el (command-line): Remove unused --icon-type arg.
4013 Handle --display arg, passing it to command-line-1 (Bug#5392).
4014
045b9da7
ML
40152010-01-16 Mario Lang <mlang@delysid.org>
4016
4017 * cedet/ede/cpp-root.el (ede-cpp-root-project):
4018 * cedet/ede/files.el (ede-expand-filename):
4019 * cedet/ede/simple.el (ede-simple-project):
4020 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4021 (semantic-complete-inline-tag-engine):
4022 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4023 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
4024 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4025 * cedet/semantic/db.el (semanticdb-equivalent-mode):
4026 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
4027 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4028 * emacs-lisp/chart.el (chart-translate-namezone):
4029 * textmodes/artist.el (artist-compute-popup-menu-table):
4030 Remove duplicated words in doc-strings.
4031
6554a5df
CY
40322010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
4033
4034 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
4035 to mairix-search to suppress threading (Bug#5342).
4036
ca4f0e9a
KH
40372010-01-15 Kenichi Handa <handa@m17n.org>
4038
4039 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 4040 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 4041
1db3226b
GM
40422010-01-15 Glenn Morris <rgm@gnu.org>
4043
56a03f46
GM
4044 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
4045
4046 * wid-edit.el (widget-keymap): Doc fix.
4047
1db3226b
GM
4048 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
4049 former seems to be more widely accepted by various svn versions.
4050
80cd4bb4
JB
40512010-01-14 Juanma Barranquero <lekktu@gmail.com>
4052
d1f18ec0
JB
4053 * find-cmd.el (find-constituents):
4054 * vc-arch.el (vc-arch-root):
4055 * window.el (window-body-height, pop-up-frames):
4056 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
4057 (semantic-no-reparse-needed-change-hook):
4058 * cedet/srecode/insert.el (srecode-resolve-argument-list)
4059 (srecode-template-inserter-blank, srecode-template-inserter-variable)
4060 (srecode-template-inserter-ask, srecode-template-inserter-width)
4061 (srecode-template-inserter-section-start)
4062 (srecode-template-inserter-section-end, srecode-insert-method):
4063 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
4064 * progmodes/ada-stmt.el (ada-if):
4065 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
4066 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
4067 (ispell-encoding8-command, ispell-aspell-supports-utf8)
4068 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
4069
80cd4bb4
JB
4070 * progmodes/flymake.el (flymake-post-syntax-check):
4071 Fix typo in error message.
4072
9c23ca47
JB
40732010-01-14 Juanma Barranquero <lekktu@gmail.com>
4074
4075 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
4076 which is always a string. (Bug#5313)
4077
8794c483
JB
40782010-01-14 Juanma Barranquero <lekktu@gmail.com>
4079
4080 * progmodes/ada-xref.el (ada-default-prj-properties):
4081 Simplify previous change.
4082
95005d39
SL
40832010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4084
4085 * progmodes/ada-xref.el (ada-default-prj-properties):
4086 Default ada_project_path to $ADA_PROJECT_PATH.
4087
40882010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
4089
4090 * progmodes/ada-mode.el (ada-create-keymap):
4091 Override `narrow-to-defun' with `ada-narrow-to-defun'.
4092
fb0d1545
SL
40932010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4094
4095 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
4096 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
4097 (ada-get-current-indent, ada-imenu-generic-expression)
4098 (ada-which-function): Check for it.
4099
5c9434d0
SL
41002010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4101
4102 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
4103 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
4104
3a4f3a3b
GM
41052010-01-14 Glenn Morris <rgm@gnu.org>
4106
4107 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
4108
d9a7c140
KH
41092010-01-14 Kenichi Handa <handa@m17n.org>
4110
4111 * composite.el (auto-composition-mode): Make it a buffer local
4112 variable (permanent-local).
4113 (auto-composition-function): Set the default value to
4114 auto-compose-chars.
49caf252 4115 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
4116 (global-auto-composition-mode): Likewise.
4117 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 4118
38bee102
KF
41192010-01-13 Karl Fogel <kfogel@red-bean.com>
4120
4121 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 4122
b8b45afc
MA
41232010-01-12 Michael Albinus <michael.albinus@gmx.de>
4124
4125 * files.el (copy-directory): Compute target for recursive
4126 directories with identical names. (Bug#5343)
4127
893db5bc
GM
41282010-01-12 Glenn Morris <rgm@gnu.org>
4129
4130 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
4131 it to bug-gnu-emacs rather than emacs-pretest-bug.
4132
2f27e6d4
JB
41332010-01-12 Juanma Barranquero <lekktu@gmail.com>
4134
4135 * cedet/data-debug.el (data-debug): Fix customization group reference.
4136
91abaf51
JB
41372010-01-12 Juanma Barranquero <lekktu@gmail.com>
4138
4139 * cedet/semantic/analyze.el (semantic-analyze-push-error)
4140 (semantic-analyze-context, semantic-analyze-context-assignment)
4141 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
4142 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
4143 (semantic-java-doc-keywords-map):
4144 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
4145 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
4146 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
4147 (semantic-c-classname, semantic-format-tag-uml-prototype)
4148 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
4149 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
4150 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
4151 (semantic-get-local-variables, semantic-end-of-command)
4152 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
4153 (lisp-mode):
4154 * cedet/semantic/bovine/make.el (makefile-mode):
4155 * cedet/semantic/wisent/python.el (wisent-python-string-re)
4156 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
4157 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
4158 (semantic-lex, semantic-get-local-variables, python-mode):
4159 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
4160 * cedet/srecode/extract.el (srecode-extract-state-set)
4161 (srecode-extract-method): Fix typos in docstrings.
4162
d8b8451f
SS
41632010-01-11 Sam Steingold <sds@gnu.org>
4164
4165 * imenu.el (imenu-default-create-index-function): Detect infinite
4166 loops caused by imenu-prev-index-position-function.
4167
30afcdff
JB
41682010-01-11 Juanma Barranquero <lekktu@gmail.com>
4169
4170 * htmlfontify.el (htmlfontify-load-rgb-file)
4171 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
4172 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
4173 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
4174 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
4175 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
4176 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
4177 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
4178 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
4179 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
4180 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
4181 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
4182 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
4183 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
4184 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
4185 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
4186 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
4187 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
4188 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
4189 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
4190 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
4191 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
4192 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
4193 backslash-quoting from parentheses, etc.
4194
92b1c416
CY
41952010-01-11 Chong Yidong <cyd@stupidchicken.com>
4196
4197 * progmodes/js.el: Autoload javascript-mode alias.
4198
4454adab
JB
41992010-01-11 Juanma Barranquero <lekktu@gmail.com>
4200
4201 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
4202 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
4203 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
4204 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
4205 Fix typos in docstrings.
4206 (ffap-url-regexp): Doc fix.
4207 (ffap-at-mouse): Fix typo in message.
4208
6589a2f9
GM
42092010-01-11 Glenn Morris <rgm@gnu.org>
4210
4211 * version.el (emacs-copyright): Set copyright year to 2010.
4212
4e5617ee
SM
42132010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4214
4215 * format.el (format-annotate-function): Only set
4216 write-region-post-annotation-function after running to-fn so as not to
4217 affect nested write-region calls (bug#5273).
4218
52bee098
CY
42192010-01-10 Chong Yidong <cyd@stupidchicken.com>
4220
4e5617ee
SM
4221 * cedet/semantic.el (semantic-new-buffer-setup-functions):
4222 Add python parser.
52bee098 4223
a069f067
CY
4224 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
4225 wisent/python.el.
4226
52bee098
CY
42272010-01-10 Richard Kim <emacs18@gmail.com>
4228
4229 * cedet/semantic/wisent/python-wy.el:
4230 * cedet/semantic/wisent/python.el: New files.
4231
e709e39d
CY
42322010-01-09 Chong Yidong <cyd@stupidchicken.com>
4233
4234 * man.el (Man-goto-section): Signal error if the section is not
4235 found (Bug#5317).
4236
6ee86780
JB
42372010-01-09 Juanma Barranquero <lekktu@gmail.com>
4238
4239 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
4240 URLs with a leading triple slash in the file: scheme. (Bug#5345)
4241
fa7b5f7b
CY
42422010-01-09 Chong Yidong <cyd@stupidchicken.com>
4243
4244 * progmodes/compile.el: Don't treat compile-command as safe if
4245 compilation-read-command might be nil (Bug#4218).
4246
de62c4d9
JD
42472010-01-09 Jan Djärv <jan.h.d@swipnet.se>
4248
4249 * startup.el (command-line-1): Use orig-argi to check for ignored X and
4250 NS options.
4251
e94be827
KH
42522010-01-08 Kenichi Handa <handa@m17n.org>
4253
4e5617ee
SM
4254 * international/fontset.el (build-default-fontset-data):
4255 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 4256
1dfae2a2
JB
42572010-01-07 Juanma Barranquero <lekktu@gmail.com>
4258
4259 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
4260 to `create-file-buffer' as it expects, not just a buffer name.
4261 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
4262 to help uniquify. (Bug#3224)
4263
d0cf45b7
JD
42642010-01-06 Jan Djärv <jan.h.d@swipnet.se>
4265
4266 * font-setting.el (font-setting-change-default-font): Use user-spec
4267 instead of name.
4268
7534fa5e
DN
42692010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4270
4271 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
4272
fd579fdc
CY
42732010-01-05 Tom Tromey <tromey@redhat.com>
4274
4e5617ee
SM
4275 * progmodes/python.el (python-font-lock-keywords):
4276 Handle qualified decorators (Bug#881).
fd579fdc 4277
37860caf
DN
42782010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4279
4280 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
4281 in a lightweight checkout.
4282
69db641d
KH
42832010-01-05 Kenichi Handa <handa@m17n.org>
4284
4e5617ee 4285 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 4286
b25d6a02
DN
42872010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4288
4289 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
4290
137d88ca
DN
42912010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
4292
4293 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
4294 checkouts. (Bug#618)
3d5d0aa9 4295 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
4296 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
4297 (vc-bzr-shelve-menu-map):
4298 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
4299 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 4300
da76998b
CY
43012010-01-02 Chong Yidong <cyd@stupidchicken.com>
4302
4303 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
4304 They are valid characters in URL paths (rfc3986), and at least
4305 Firefox does not understand the encoded version (Bug#3166).
4306
b2ad70b6
CY
43072010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
4308
4309 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
4310 (octave-block-begin-or-end-regexp, octave-block-match-alist):
4311 Add "end" keyword (Bug#3061).
b2ad70b6
CY
4312 (octave-end-as-array-index-p): New function.
4313 (calculate-octave-indent): Use it.
4314
54136282
KF
43152010-01-02 Karl Fogel <kfogel@red-bean.com>
4316
4317 * bookmark.el: Consistently put the text property on the bookmark name.
4318 (bookmark-bmenu-marks-width): Bump back to 2, to include
4319 annotation marks.
4320 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
4321 property on the bookmark name, instead of not putting it at all.
4322 (bookmark-bmenu-list): Fix where we put the text property.
4323
cc4d3cad
KF
43242010-01-02 Karl Fogel <kfogel@red-bean.com>
4325
4326 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
4327 for showing buffer modified state (as added in the previous change).
4328
b894c439
KF
43292010-01-02 Karl Fogel <kfogel@red-bean.com>
4330
4331 * bookmark.el: Show modified state of bookmark buffer more accurately.
4332 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
4333 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
4334 (with-buffer-modified-unmodified): New macro.
4335 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4336 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 4337 Use new macro to preserve the buffer modified state.
b894c439 4338
3a69db53
KF
43392010-01-02 Karl Fogel <kfogel@red-bean.com>
4340
4e5617ee 4341 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
4342 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
4343 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
4344 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
4345 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
4346 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
4347 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 4348
af414f10
EZ
43492010-01-02 Eli Zaretskii <eliz@gnu.org>
4350
4e5617ee
SM
4351 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4352 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 4353
f2ec0e5e
CY
43542010-01-02 Ryan Yeske <rcyeske@gmail.com>
4355
4356 * net/rcirc.el: Add follow-link binding (Bug#4738).
4357
38c1ba62
EZ
43582010-01-02 Eli Zaretskii <eliz@gnu.org>
4359
4e5617ee 4360 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
4361 (cvs-update): New target for backward compatibility.
4362
4e5617ee 4363 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
4364 (cvs-update): New target for backward compatibility.
4365
ea2c0f5b
KF
43662010-01-02 Karl Fogel <kfogel@red-bean.com>
4367
4368 * bookmark.el: Remove gratuitous gratitude.
4369
5ae329f4
KF
43702010-01-02 Karl Fogel <kfogel@red-bean.com>
4371
47989945
KF
4372 * bookmark.el (bookmark-bmenu-any-marks): New function
4373 (bookmark-bmenu-save): Clear buffer modification if no marks.
4374
43752010-01-02 Karl Fogel <kfogel@red-bean.com>
4376
4377 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
4378 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
4379 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
4380 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
4381
4382 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
4383 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
4384 To: emacs-devel {_AT_} gnu.org
4385 Subject: bookmark.el bug report
4386 Date: Mon, 28 Dec 2009 14:19:16 +0800
4387 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
4388
aef053eb
KF
43892010-01-02 Karl Fogel <kfogel@red-bean.com>
4390
4391 * bookmark.el: Improvements suggested by Drew Adams:
4392 (bookmark-bmenu-ensure-position): New name for
4393 `bookmark-bmenu-check-position'. Just ensure the position,
4394 don't return any meaningful value.
4395 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4396 New constants.
4397
0472835f
JB
43982010-01-02 Juanma Barranquero <lekktu@gmail.com>
4399
4400 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4401 (bookmark-yank-point, bookmark-bmenu-check-position):
4402 Fix typos in docstrings.
4403 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4404 (bookmark-name-from-full-record, bookmark-get-position)
4405 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4406 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4407 Remove useless quoting of parenthesis, etc. in docstrings.
4408
4409 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4410 (ediff-append-custom-diff): Fix typo in error message.
4411 (ediff-meta-mark-equal-files): Fix typos in messages.
4412
4413 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4414
4415 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
4416 Fix typo in docstring.
4417
4418 * net/imap-hash.el (imap-hash-make): Doc fix.
4419 (imap-hash-test): Fix typo in error message; reflow docstring.
4420 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4421 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4422 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4423 Fix typos in docstrings.
4424 (imap-hash-open-connection): Fix typo in error message.
4425
4426 * play/gomoku.el (gomoku): Fix typos in docstring.
4427
4428 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4429 (gdb-jsonify-buffer): Fix typos in docstring.
4430 (gdb-goto-breakpoint): Fix typo in error message.
4431 ("Display Other Windows"): Fix typo in help message.
4432 (gdb-speedbar-expand-node): Fix typo in question.
4433
4434 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4435 (idlwave-html-system-help-location, idlwave-html-help-location)
4436 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4437 (idlwave-help-browser-generic-args, idlwave-help-directory)
4438 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4439 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4440 (idlwave-online-help, idlwave-help-html-link)
4441 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4442 Fix typos in docstrings.
4443 (idlwave-help-with-source, idlwave-help-find-routine-definition):
4444 Reflow docstrings.
4445 (idlwave-help-assistant-start): Fix typo in error message.
4446
4447 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4448 (octave-electric-space): Fix typos in docstrings.
4449
9bbe0828
CY
44502010-01-01 Chong Yidong <cyd@stupidchicken.com>
4451
4452 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4453
a88c46c3
CY
44542010-01-01 Juri Linkov <juri@jurta.org>
4455
4456 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 4457 increase the default to 500 (Bug#5148).
a88c46c3 4458
7ee6c59b
NR
44592009-12-31 Nick Roberts <nickrob@snap.net.nz>
4460
4461 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4462 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4463 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4464
a9c8a2cd
NR
44652009-12-30 Nick Roberts <nickrob@snap.net.nz>
4466
4467 Show working revision correctly for mercurial.
4468 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 4469 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 4470
659e4408
JB
44712009-12-29 Juanma Barranquero <lekktu@gmail.com>
4472
4473 Declare some functions for the byte-compiler.
4474 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4475 (speedbar-timer-fn, speedbar-change-expand-button-char)
4476 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4477
7ee6c59b
NR
44782009-12-29 Nick Roberts <nickrob@snap.net.nz>
4479
4480 This changeset reverts GDB Graphical Interface to use annotations.
4481 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4482
460f6e7c
DN
44832009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4484
4485 Make vc-dir work on subdirectories of the bzr root.
4486 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
4487 file names relative to it.
4488 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4489 relative directory to vc-bzr-after-dir-status.
4490
543f553a
TH
44912009-12-28 Tassilo Horn <tassilo@member.fsf.org>
4492
4493 * font-lock.el (font-lock-refresh-defaults): New function, which
4494 can be used to let font-lock react to external changes in
4495 variables like font-lock-defaults and keywords.
4496 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4497
2592ab76
DN
44982009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
4499
ac859983
DN
4500 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4501
2592ab76
DN
4502 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4503
58941d03
JB
45042009-12-28 Juanma Barranquero <lekktu@gmail.com>
4505
4506 Supersede color.diff settings in git log (bug#5211).
4507
4508 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4509 escape chars in its output when the user has color.diff set to `always'.
4510 This fix works on git 1.4.2 and newer (released on 2006-08-13).
4511
39764e76
KR
45122009-12-26 Kevin Ryde <user42@zip.com.au>
4513
4514 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4515 node. Keep previous "Index" name to work with past coreutils too.
4516
91c4831e
KR
4517 * man.el (man): Revise docstring a bit to show -a and -l as
4518 examples. Add -k description since support for it has otherwise
4519 been a secret. (Further to bug#3717.)
651e932e
KR
4520 (Man-bgproc-sentinel): When "-k foo" produces no output show error
4521 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 4522 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 4523
7f4d4a97
MA
45242009-12-26 Michael Albinus <michael.albinus@gmx.de>
4525
4526 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4527 switches. Check also for //SUBDIRED// line.
4528
bcffff46
KH
45292009-12-25 Kenichi Handa <handa@m17n.org>
4530
4531 * language/indian.el (devanagari-composable-pattern): Fixed to
4532 handle ZWNJ and ZWJ. Use it in composition-function-table for
4533 Devanagari.
4534 (malayalam-composable-pattern): Fix previous change.
4535
dc1dcfa4
VJL
45362009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4537
4538 * ps-print.el (ps-face-attributes): It was not returning the
4539 attribute face for faces specified as string. Reported by harven
4540 <harven@free.fr>.
4541 (ps-print-version): New version 7.3.5.
4542
6fe539d2
UJ
45432009-12-18 Ulf Jasper <ulf.jasper@web.de>
4544
85626eef
SM
4545 * calendar/icalendar.el (icalendar--convert-tz-offset):
4546 Fix timezone names.
4547 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
4548 (icalendar--add-diary-entry): Remove the trailing blank that
4549 diary-make-entry inserts.
4550
1f3611c6
MA
45512009-12-17 Michael Albinus <michael.albinus@gmx.de>
4552
4553 Make `file-expand-wildcards' work for remote files.
4554
4555 * files.el (file-expand-wildcards): In case of remote files, check
4556 only local file name part for wildcards. Provide feature 'files
4557 and subfeature 'remote-wildcards. (Bug#5198)
4558
4559 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4560 if there is already an established connection.
4561 (tramp-advice-file-expand-wildcards): Remove it.
4562
4563 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 4564 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
4565 Activate advice for older GNU Emacs versions. (Bug#5237)
4566
9762b219
JB
45672009-12-17 Juanma Barranquero <lekktu@gmail.com>
4568
4569 Some doc fixes (more needed).
4570
4571 * find-cmd.el (find-constituents): Reflow docstring.
4572 (find-cmd, find-prune, find-command): Fix typos in docstrings.
4573 (find-generic): Doc fix.
4574
cfb54897
JL
45752009-12-17 Juri Linkov <juri@jurta.org>
4576
4577 Fix regression from 23.1 to allow multiple modes in Local Variables.
4578
4579 * files.el (hack-local-variables-filter): While ignoring duplicates,
4580 don't take `mode' into account.
85626eef
SM
4581 (hack-local-variables-filter, hack-dir-local-variables):
4582 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 4583
ad974e9e
JL
45842009-12-17 Juri Linkov <juri@jurta.org>
4585
85626eef 4586 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
4587
4588 * dired-aux.el (dired-diff): Signal an error when `file' equals to
4589 `current' or when `file' is a directory of the `current' file.
4590
3616e0b9
AS
45912009-12-17 Andreas Schwab <schwab@linux-m68k.org>
4592
4593 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4594 unconditionally preloaded files.
4595
72b57560
JL
45962009-12-16 Juri Linkov <juri@jurta.org>
4597
4598 Revert to old 23.1 logic of using the file at the mark as default.
4599 * dired-aux.el (dired-diff): Use the file at the mark as default
4600 if it's not the same as the current file, and the target dir is
4601 the current dir or the mark is active. Add the current file
4602 as the arg of `dired-dwim-target-defaults'. Use the default file
4603 in the prompt. (Bug#5225)
4604
68712eb6
MA
46052009-12-15 Michael Albinus <michael.albinus@gmx.de>
4606
4607 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4608 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4609 (tramp-check-for-regexp): Check also, when an echoing shell stops
4610 to echo sent commands.
4611
fd471993
CY
46122009-12-14 Chong Yidong <cyd@stupidchicken.com>
4613
4614 * Makefile.in: Revert last change (Bug#5191).
4615
86b5e14c
DN
46162009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
4617
4618 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
4619 (vc-hg-working-revision): Make sure the command is executed in a
4620 known environment so that we can parse the output. (Bug#4417)
86b5e14c 4621
8cffbb75
CY
46222009-12-14 Chong Yidong <cyd@stupidchicken.com>
4623
4624 * progmodes/python.el (python-symbol-completions): Remove text
4625 properties from symbol string before calling python-send-receive.
4626
6c2b67ad
NR
46272009-12-14 Nick Roberts <nickrob@snap.net.nz>
4628
4629 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 4630 when there are values for both file and line. (Bug#5060)
6c2b67ad 4631
ff6f4585
JL
46322009-12-14 Juri Linkov <juri@jurta.org>
4633
4634 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4635 whitespace after the file name of the first line of unified format,
4636 because git-diff doesn't output whitespace and file modification time
4637 after the file name.
4638
d3de1c8e
JL
46392009-12-14 David Kastrup <dak@gnu.org>
4640
4641 * info.el (Info-hide-cookies-node): Before hiding a cookie,
4642 check if it already has the `display' property added by
4643 `Info-display-images-node', and not put the `invisible' property
4644 in this case.
4645
f192624c
CY
46462009-12-14 Chong Yidong <cyd@stupidchicken.com>
4647
4648 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4649 (semantic-mru-bookmark-mode): Doc fixes.
4650
4651 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
4652 of assert.
4653
2f1b7dc4
GM
46542009-12-13 Glenn Morris <rgm@gnu.org>
4655
a0cefee5
GM
4656 * mail/emacsbug.el (message-sort-headers): Define for compiler.
4657 (report-emacs-bug): In message-mode, sort manually before storing
4658 original report text. (Bug#5178)
2f1b7dc4
GM
4659 Remove superfluous save-excursion.
4660
31bb373f
MA
46612009-12-12 Michael Albinus <michael.albinus@gmx.de>
4662
4663 * net/dbus.el (dbus-property-handler): Filter lambda forms out
4664 when responding to "GetAll" properties.
4665
5e1d4968
CY
46662009-12-12 Chong Yidong <cyd@stupidchicken.com>
4667
4668 * simple.el (compose-mail): Remove mail-setup-with-from from
4669 customization checks.
4670
097d86f9
EZ
46712009-12-12 Eli Zaretskii <eliz@gnu.org>
4672
4673 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4674 RAR archives created on Unix systems.
4675
1d4adede
SM
46762009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4677
4678 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4679 the varalias that was accidentally removed by the 2009-11-19 change
4680 (bug#5186).
4681
3ff3655c
KH
46822009-12-12 Kenichi Handa <handa@m17n.org>
4683
4684 * language/indian.el (indian-compose-regexp): New function.
4685 (malayalam-composable-pattern): Fix the pattern.
4686 (composition-function-table): Set malayalam-composable-pattern for
4687 Malayalam characters.
4688
82d3343c
CY
46892009-12-11 Chong Yidong <cyd@stupidchicken.com>
4690
315eb96d
CY
4691 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4692 rather than down-mouse-1, based on follow-link conventions.
4693
82d3343c
CY
4694 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4695 are compiled.
4696
86a4c7ac
DN
46972009-12-11 Michael McNamara <mac@mail.brushroad.com>
4698
bf0b361c 4699 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
4700 (verilog-vmm-statement-re, verilog-ovm-statement-re)
4701 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4702 (verilog-leap-to-head, verilog-backward-token):
4703 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
4704
47052009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
4706
bf0b361c
JB
4707 * progmodes/verilog-mode.el (verilog-auto-lineup)
4708 (verilog-nameable-item-re): Cleanup user-visible spelling and
4709 documentation errors. One reported by Gary Delp.
1d4adede 4710 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
4711 (verilog-read-decls): Fix AUTOWIRE with types declared in a
4712 package, bug195. Reported by Pierre-David Pfister.
4713
fe03f49a
GM
47142009-12-11 Glenn Morris <rgm@gnu.org>
4715
47641aac
GM
4716 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4717
85094855
GM
4718 * mail/emacsbug.el: No longer require sendmail.
4719 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
4720 (report-emacs-bug-orig-text): Doc fix.
4721 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4722 New local variables, to adapt to different mail-user-agents.
4723 (report-emacs-bug): Fix test for a gnu.org address.
4724 Use overlays for emphasis, since font-lock defeats 'face property.
4725 Pretest bugs also end up at the newsgroup these days.
4726 Stop message-mode stripping text properties.
4727 Set and use the new buffer-local variables.
4728 (report-emacs-bug-hook): Add doc-string.
4729 Remove some unnecessary save-excursions and simplify.
4730 Use the appropriate hook and send-command.
4731
fe03f49a
GM
4732 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4733 capitalization of some menu entries.
4734
345427f0
VJL
47352009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4736
277e6741
MP
4737 * whitespace.el (whitespace-display-char-on):
4738 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
4739 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4740 New version 12.1.
4741
c70ccbba
EZ
47422009-12-10 Eli Zaretskii <eliz@gnu.org>
4743
4744 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4745 characters in the Attribute field.
4746
f1943c1b
DN
47472009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4748
4749 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
4750
1c67aeaa
SM
47512009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4752
4753 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4754 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4755 Disregard autoload-excludes.
4756 (update-directory-autoloads): Obey autoload-excludes here instead.
4757 But don't store its contents in no-autoloads and remove entries that
4758 refer to excludes files.
4759
d8194864
GM
47602009-12-10 Glenn Morris <rgm@gnu.org>
4761
8c0171c0
GM
4762 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4763 (expand-mail-aliases): Define for compiler.
4764
dba372dd
GM
4765 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4766 Define for compiler.
4767
d8194864
GM
4768 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4769 appropriate for the mail-user-agent in use.
4770
fe5facd3
MA
47712009-12-09 Michael Albinus <michael.albinus@gmx.de>
4772
4773 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4774
99999a1d
DN
47752009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4776
4777 Fix short log parsing and fontification.
4778 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4779 Fix fontification for the [merge] label.
4780
2ea1c4aa
SM
47812009-12-09 Vivek Dasmohapatra <vivek@etla.org>
4782
85626eef 4783 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
4784 * htmlfontify.el (hfy-ignored-properties): New defcustom.
4785 (hfy-fontify-buffer): Use it.
4786
9840deb6
SM
47872009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4788
a0d1aadf
SM
4789 Minor cleanup.
4790 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4791 Adjust all callers.
4792 (ffap-locate-file): Remove unused arg `dir-ok' and make other
4793 args compulsory. Adjust callers.
4794 (ffap-gopher-at-point): Remove unused var `name'.
4795
9840deb6
SM
4796 Get rid of the ELCFILES abomination.
4797 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4798 (compile-elcfiles): New phony target.
4799 (compile-main): Compute ELCFILES dynamically.
4800 (compile-clean): New target to remove left-over elc files.
4801 (compile, all): Use it.
4802
7eb3f9a8
KH
48032009-12-09 Kenichi Handa <handa@etlken>
4804
4805 * international/mule-diag.el: Require help-mode instead of help-fns.
4806
ae63e572
KH
48072009-12-09 Kenichi Handa <handa@m17n.org>
4808
5ce6e4f4 4809 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
4810 fine ranges instead of pre-calculating accurate ranges.
4811 Iterate with bigger gc-cons-threshold.
ae63e572 4812
e2f3c692
DN
48132009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4814
4815 Add support for stashing a snapshot of the current tree.
4816 * vc-git.el (vc-git-stash-snapshot): New function.
4817 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4818
cf6d0352
JB
48192009-12-08 Jose E. Marchesi <jemarch@gnu.org>
4820
4821 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4822 instead of `(beginning|end)-of-line'.
4823
48e4acc9
GM
48242009-12-08 Glenn Morris <rgm@gnu.org>
4825
6e890faa
GM
4826 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4827
48e4acc9
GM
4828 * Makefile.in (ELCFILES): Regenerate.
4829
d2a1dc7b
JL
48302009-12-07 Juri Linkov <juri@jurta.org>
4831
4832 Don't lazy-highlight the comint output in history Isearch mode.
4833
4834 * comint.el (comint-history-isearch-search): Instead of
4835 `comint-line-beginning-position', use `comint-after-pmark-p'
4836 to check if point if before the process mark, and go to
4837 `process-mark' in this case.
4838
51ef56c4
SM
48392009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4840
fb10ee4a
SM
4841 * textmodes/tex-mode.el (latex-complete)
4842 (latex-indent-or-complete): Remove.
4843 (latex-mode): Set completion-at-point-functions instead.
4844
4845 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
4846 * minibuffer.el (completion-at-point-functions): New var.
4847 (completion-at-point): New command.
fb10ee4a 4848 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
4849 * progmodes/python.el (python-mode-map): Use completion-at-point.
4850 (python-completion-at-point): Rename from python-partial-symbol and
4851 adjust for use in completion-at-point-functions.
4852 (python-mode): Setup completion-at-point for Python completion.
4853 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4854 extracted from lisp-complete-symbol.
4855 (lisp-complete-symbol): Use it.
4856 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4857 setup completion-at-point for Elisp completion.
fb10ee4a
SM
4858 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4859 Use completion-at-point.
51ef56c4 4860 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 4861 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
4862 * progmodes/sym-comp.el: Move to...
4863 * obsolete/sym-comp.el: Move from progmodes.
4864
5e7a9022
EZ
48652009-12-07 Eli Zaretskii <eliz@gnu.org>
4866
4867 Prevent save-buffer in Rmail buffers from using the coding-system
4868 of the current message, and from clobbering the encoding mnemonics
4869 in the mode line (Bug#4623).
4870
4871 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4872 flag, too.
4873 (rmail-message-encoding): New variable.
4874 (rmail-write-region-annotate): Record the encoding of the current
4875 message in rmail-message-encoding.
4876 (rmail-after-save-hook): New function, restores the encoding of
4877 the current message after the message collection is saved.
4878
9136e895
JL
48792009-12-07 Juri Linkov <juri@jurta.org>
4880
4881 * progmodes/grep.el (grep-read-files): Use `completing-read'
4882 instead of `read-string'. Set its `collection' arg to
4883 `read-file-name-internal'. (Bug#4301)
4884
40637410
JL
48852009-12-07 Juri Linkov <juri@jurta.org>
4886
4887 Correctly restore original Isearch point. (Bug#4994)
4888
4889 * isearch.el (isearch-mode): Move `isearch-push-state' after
4890 `(run-hooks 'isearch-mode-hook)'.
4891 (isearch-cancel): When `isearch-push-state-function' is defined,
4892 let-bind `isearch-cmds' to the first state (the last element of
4893 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4894 function and restores the original point). Otherwise, move point
4895 to `isearch-opoint'.
4896
da10ce2b
SM
48972009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4898
4899 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4900 chars that don't have names, so the table can be built much faster at
4901 run-time.
4902
3d68fa99
CY
49032009-12-07 Chong Yidong <cyd@stupidchicken.com>
4904
f82b1493
CY
4905 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4906 change. Suggested by David Kastrup.
4907
3d68fa99
CY
4908 * simple.el (compose-mail): Check for incompatibilities and warn.
4909 (compose-mail-user-agent-warnings): New option.
4910
662c5698
DN
49112009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4912
4913 Support showing a single log entry from vc-annotate.
4914 * vc.el (print-log): Add a new argument: START-REVISION.
4915 (vc-print-log-internal): Add a new optional argument and
4916 pass it to the backend.
4917 (vc-print-log, vc-print-root-log): Adjust callers.
4918 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4919 buffer already displays the requested log entry, use it.
4920 Otherwise display only the log entry in question.
4921 * vc-svn.el (vc-svn-print-log):
e4070cdc 4922 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
4923 * vc-hg.el (vc-hg-state):
4924 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4925 (vc-git-show-log-entry): Return t on success.
4926 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4927 (vc-bzr-show-log-entry): Return t on success.
4928 * vc-rcs.el (vc-rcs-print-log):
4929 * vc-sccs.el (vc-sccs-print-log):
4930 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4931
e4070cdc
GM
49322009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4933
5ce6e4f4
JB
4934 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4935 Add menus to the meta mode. (Bug#5043)
e4070cdc 4936
5ce6e4f4 49372009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
4938
4939 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 4940 event-key.
662c5698 4941
662c5698
DN
4942 * ediff.el (ediff-buffers-internal): Add unwind-protect.
4943
dab816a9
MA
49442009-12-07 Michael Albinus <michael.albinus@gmx.de>
4945
4946 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
4947 Berbain <raphael.berbain@gmail.com>.
4948
4949 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4950 characters.
4951 (tramp-initial-end-of-output): New defconst.
4952 (tramp-methods, tramp-find-shell)
4953 (tramp-open-connection-setup-interactive-shell)
4954 (tramp-maybe-open-connection): Use it.
4955 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
4956 existence of `#' and `$'.
4957
4958 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
4959 `tramp-initial-end-of-output'.
4960
a91e1f6b
DN
49612009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4962
4963 Get the background mode from the terminal for xterm, and set
4964 faces accordingly.
4965 * term/xterm.el (xterm-set-background-mode): New function.
4966 (terminal-init-xterm): Use it in case xterm supports background
4967 color queries. Recompute faces after getting the background
4968 color.
4969
5fa9d1ec
GM
49702009-12-07 Ulrich Mueller <ulm@gentoo.org>
4971
4972 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4973 number comment back on its own line, for easier parsing.
4974
5e9fde5e
SM
49752009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4976
4977 Make it work for non-file buffers (bug#5102).
4978 * doc-view.el (doc-view-current-cache-dir):
4979 Use doc-view-buffer-file-name rather than buffer-file-name.
4980 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4981
2f2f5242
CY
49822009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4983
4984 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4985 author field is too short.
4986
cebf8ec6
DN
49872009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4988
5e9fde5e
SM
4989 * vc-git.el (vc-git-print-log): Handle a limit argument.
4990 Display the short log in graph form and with labels.
0d3f8a78
DN
4991 (vc-git-log-view-mode): Handle labels.
4992
cebf8ec6
DN
4993 Make vc-revert change VC state from 'added to 'unregistered.
4994 * vc-git.el (vc-git-revert): Call git reset first.
4995
8e39154d
UJ
49962009-12-06 Ulf Jasper <ulf.jasper@web.de>
4997
d8194864
GM
4998 * net/newst-backend.el, net/newst-plainview.el:
4999 * net/newst-reader.el, net/newst-ticker.el:
5000 * net/newst-treeview.el, net/newsticker.el:
5001 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 5002
ef187c24
CY
50032009-12-06 Chong Yidong <cyd@stupidchicken.com>
5004
238a0f3a
CY
5005 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
5006
2c6bb71a
CY
5007 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
5008 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
5009 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
5010 Update annotation regexp.
5011
ef187c24
CY
5012 * simple.el (beginning-of-visual-line): Constrain to field
5013 boundaries (Bug#5106).
5014
571855b6
UJ
50152009-12-06 Ulf Jasper <ulf.jasper@web.de>
5016
d8194864 5017 * xml.el (xml-substitute-numeric-entities): Move
571855b6 5018 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 5019 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
5020 * net/newst-backend.el (newsticker--parse-generic-feed)
5021 (newsticker--parse-generic-items)
d8194864 5022 (newsticker--decode-numeric-entities): Move
571855b6 5023 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 5024 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 5025
b857059c
CY
50262009-12-06 Daniel Colascione <dan.colascione@gmail.com>
5027
5028 * progmodes/js.el (js--js-not): Add null to the list of values.
5029
c2dae51b
CY
50302009-12-06 Chong Yidong <cyd@stupidchicken.com>
5031
d8194864 5032 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 5033
ed0f72d2
RW
50342009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5035
5036 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
5037 delimiter if it is at the end of the current line.
5038 (bibtex-generate-url-list): Fix docstring.
5039
365b9a62
SM
50402009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5041
5042 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
5043 minibuffer's content with itself.
5044 Fold the confirm-after-completion case into the `confirm' case.
5045 (completion-pcm-word-delimiters): Add : and / to the delimiters.
5046
990a9cb1
KR
50472009-12-06 Kevin Ryde <user42@zip.com.au>
5048
5049 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 5050 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 5051
8b5a10db 5052 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 5053 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 5054
065543e7
JL
50552009-12-05 Juri Linkov <juri@jurta.org>
5056
5057 Save and restore dired buffer's point positions too. (Bug#4880)
5058
5059 * dired.el (dired-save-positions): Return in the first element
5060 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
5061 Doc fix.
5062 (dired-restore-positions): First restore buffer's position.
5063 While restoring window's positions, check if window still displays
5064 the original buffer.
5065
503edac9
CY
50662009-12-05 Chong Yidong <cyd@stupidchicken.com>
5067
9a594ee6
CY
5068 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
5069 if possible.
5070
365b9a62
SM
5071 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
5072 Make argument optional.
9a594ee6 5073
925f8c70
CY
5074 * shell.el (shell): Require ansi-color (Bug#5113).
5075
5076 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
5077
503edac9
CY
5078 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
5079
8fea6b33
AM
50802009-12-05 Alan Mackenzie <acm@muc.de>
5081
5082 * progmodes/cc-mode.el (c-before-hack-hook)
5083 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
5084 `c-file-style' to work again. This reversion restores the current
212c5aef 5085 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 5086
5d1fd962
CY
50872009-12-05 Kevin Ryde <user42@zip.com.au>
5088
5089 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
5090 comment-start-skip to comment-end-skip as comment (Bug#4781).
5091
30760c8b
JL
50922009-12-05 Juri Linkov <juri@jurta.org>
5093
5094 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
5095 for virtual nodes. (Bug#4147)
5096 (Info-find-node-2): Set `Info-current-node-virtual' to nil
5097 when moving from a virtual node.
5098 (Info-mode-menu): Add `Info-virtual-index' to the menu.
5099 (Info-mode): Add `Info-virtual-index' to the docstring.
5100
1dc5c6f3
CY
51012009-12-05 Eric Ludlam <zappo@gnu.org>
5102
5103 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
5104 Describe project macro symbols.
5105
5106 * cedet/semantic/complete.el (semantic-complete-do-completion):
5107 Don't call semantic-collector-current-exact-match.
5108
5109 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
5110 ede-objects as targets.
5111
5112 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
5113 a target's object list even if compiler vars are already in the
5114 Makefile.
5115
5116 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
5117 list of headers producing necessary macros.
5118
403111a8
RW
51192009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5120
5121 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
5122 track of the buffer position of the end of a BibTeX entry as this
5123 position may change during reformatting.
5124 (bibtex-format-entry): Remove whitespace before processing
5125 numerical fields so that we recognize the latter properly.
5126 (bibtex-reformat): Do not use push which changes the global value
5127 of bibtex-entry-format.
5128 (bibtex-field-braces-alist, bibtex-field-strings-alist)
5129 (bibtex-field-re-init): Replace only space characters by regexp
5130 for whitespace.
365b9a62 5131 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
5132 (bibtex-initialize): Also update bibtex-strings.
5133 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
5134 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
5135 Update bibtex-reference-keys.
403111a8 5136
25b54627
SM
51372009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5138
5139 * minibuffer.el (completion-pcm--merge-try): Also consider placing
5140 point after a star, if that's the only place where modifications can
5141 make progress.
5142
35639eb4
DN
51432009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
5144
5145 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
5146 in docstrings.
5147
8b78760b
JL
51482009-12-04 Juri Linkov <juri@jurta.org>
5149
5150 * proced.el (proced): Call `(proced-update t)' to update process
5151 information instead of only running proced-post-display-hook.
5152 (proced-send-signal): Add a leading space to the buffer name
5153 " *Marked Processes*" to make this buffer ephemeral.
5154
2b3489a7
JL
51552009-12-04 Juri Linkov <juri@jurta.org>
5156
5157 * dired.el (dired-auto-revert-buffer): New defcustom.
5158 (dired-internal-noselect): Use it.
5159
9b9debd1
JL
51602009-12-04 Juri Linkov <juri@jurta.org>
5161
5162 Change roles of modes and functions in image-mode.el (Bug#5062).
5163
5164 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
5165 in `auto-mode-alist'.
5166 (image-mode-previous-major-mode): New variable.
5167 (image-minor-mode-map): Rename from `image-mode-text-map'.
5168 (image-mode): Move graceful error-handling code from
5169 `image-minor-mode' to here. On errors call `image-mode-as-text'.
5170 (image-minor-mode): Remove all image-handling code.
5171 Replace `image-mode-text-map' with `image-minor-mode-map'.
5172 Check for `image-type' in mode-line format string.
5173 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
5174 (image-mode-as-text): New function with most code from
5175 `image-mode-maybe'.
5176 (image-toggle-display-text): Move code that removes image
5177 properties from `image-toggle-display' to here.
5178 (image-toggle-display-image): New function with code that adds
5179 image properties copied from `image-toggle-display'.
5180 (image-toggle-display): Remove most code with leaving only code
5181 that toggles between `image-mode-as-text' and `image-mode'.
5182
0c74a301
UJ
51832009-12-04 Ulf Jasper <ulf.jasper@web.de>
5184
5185 * net/newst-treeview.el
5186 (newsticker--treeview-list-highlight-start): Restored call to
5187 save-excursion: Selected item was stuck.
5188 (newsticker--treeview-list-select): New.
5189 (newsticker--treeview-item-show-text)
5190 (newsticker--treeview-item-show)
5191 (newsticker--treeview-item-update): Use new
5192 newsticker-treeview-item-mode.
5193 (newsticker-treeview-update): Keep current item.
5194 (newsticker-treeview-next-new-or-immortal-item): Doc change.
5195 (newsticker--treeview-first-feed): Doc change.
5196 (newsticker-treeview-list-menu)
5197 (newsticker-treeview-item-menu): Added menu entries.
5198 (newsticker-treeview-item-mode): New.
5199
5ce6e4f4 5200 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
5201 windows.
5202
9eaeec5b
SS
52032009-12-04 Sam Steingold <sds@gnu.org>
5204
5205 * log-view.el (log-view-mode-map): "q" calls quit-window,
5206 like in all the other non-self-insert buffers.
5207
b2bf5be5
SM
52082009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5209
5210 Minor cleanup.
5211 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
5212 key decoding rather than do it manually via last-input-event +
5213 ascii-character.
5214 (term-exec): Use delete-and-extract-region.
5215 (term-handle-ansi-terminal-messages): Remove unused var `end'.
5216 (term-process-pager): Remove unused var `i'.
5217 (term-dynamic-simple-complete): Make obsolete.
5218 (serial-update-config-menu): Remove unused vars `y' and `str'.
5219 (term-update-mode-line): Remove unused var `temp'.
5220
46e5c897
DN
52212009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5222
5223 Limit the number of log entries displayed by default.
5224 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
5225 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
5226 using a prefix argument.
5227
627e0a14
GM
52282009-12-03 Glenn Morris <rgm@gnu.org>
5229
5230 * progmodes/idlwave.el (class): Restore still useful declaration.
5231
8578c224
AM
52322009-12-03 Alan Mackenzie <acm@muc.de>
5233
4abc318c 5234 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 5235
b2bf5be5
SM
5236 * progmodes/cc-mode.el (c-basic-common-init):
5237 Call c-state-cache-init.
9762b219 5238 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 5239 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 5240 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
5241
5242 * progmodes/cc-langs.el (c-before-font-lock-function):
5243 c-extend-and-neutralize-syntax-in-CPP has been renamed
5244 c-neutralize-syntax-in-and-mark-CPP.
5245
5246 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
5247 with `category' properties now, not `syntax-table' ones.
5248
5249 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
5250 enhanced (but slower) version of c-end-of-macro that won't land
5251 inside a literal or on another awkward character.
5252 (c-state-cache-too-far, c-state-cache-start)
5253 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
5254 (c-state-nonlit-pos-cache-limit, c-state-point-min)
5255 (c-state-point-min-lit-type, c-state-point-min-lit-start)
5256 (c-state-min-scan-pos, c-state-brace-pair-desert)
5257 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
5258 buffer local variables.
5259 (c-state-literal-at, c-state-lit-beg)
5260 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
5261 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
5262 (c-state-cache-top-paren, c-state-cache-after-top-paren)
5263 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
5264 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
5265 (c-renarrow-state-cache)
5266 (c-append-lower-brace-pair-to-state-cache)
5267 (c-state-push-any-brace-pair, c-append-to-state-cache)
5268 (c-remove-stale-state-cache)
5269 (c-remove-stale-state-cache-backwards, c-state-cache-init)
5270 (c-invalidate-state-cache-1, c-parse-state-1)
5271 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
5272 (c-parse-state): Enhance and refactor.
5273 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
5274
5275 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
5276 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
5277 modify to use category text properties rather than syntax-table ones.
5278 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
5279 to switch off/on the syntactic paren property of C++ template
5280 delimiters using the category property.
5281 (c-with-<->-as-parens-suppressed): Macro to invoke code with
5282 template delims suppressed.
5283 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
5284 New constant/macros which apply category properties to the start
5285 and end of preprocessor constructs.
b2bf5be5 5286 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
5287 "comment out" the syntactic value of characters in preprocessor
5288 constructs.
5289 (c-with-cpps-commented-out)
5290 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
5291 with characters in all or all but one preprocessor constructs
5292 "commented out".
5293
0d4dc442
RW
52942009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5295
5296 * proced.el (proced-filter-alist): Use regexp-quote.
5297
a09dc9bf
MA
52982009-12-03 Michael Albinus <michael.albinus@gmx.de>
5299
5300 Cleanup.
5301 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
5302 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
5303 arguments. Expand `default-directory'.
5304
5305 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
5306 the benefit of returning an expanded localname.
5307 (tramp-tramp-file-p): Handle the case NAME is not a string.
5308
3f6bd790
DN
53092009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5310
4dfb3b9c
DN
5311 Add support for bzr shelve/unshelve.
5312 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
5313 (vc-bzr-extra-menu-map): New variables.
5314 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
5315 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
5316 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
5317 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
5318 (vc-bzr-dir-extra-headers): Display shelves.
5319
3f6bd790
DN
5320 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
5321
842d73a1
SM
53222009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5323
5324 * textmodes/bibtex.el (bibtex-complete-internal):
5325 Use completion-in-region.
5326 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
5327
7fa4876f
DN
53282009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5329
5330 Support applying stashes. Improve UI.
5331 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
5332 (vc-git-stash-apply, vc-git-stash-pop)
5333 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
5334 (vc-git-stash-menu): New functions.
5335 (vc-git-stash-menu-map): New variable.
5336 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
5337
d6e82452
GM
53382009-12-03 Glenn Morris <rgm@gnu.org>
5339
5340 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
5341 (vc-print-log-internal): Fix previous change.
5342 (vc-revert): Correct pluralization.
5343
8d222148
SM
53442009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5345
ea52206b
SM
5346 * progmodes/make-mode.el (makefile-special-targets-list): No need for
5347 it to be an alist any more.
5348 (makefile-complete): Use completion-in-region.
5349
69a94a37
SM
5350 * progmodes/octave-mod.el (octave-complete-symbol):
5351 Use completion-in-region.
5352
8d222148
SM
5353 Misc cleanup.
5354 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
5355 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
5356 (idlwave-complete-class): Don't quote lambda.
5357 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
5358 (idlwave-mode-map): Move initialization into declaration.
5359 (idlwave-action-and-binding): Use backquotes.
5360 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
5361 Simplify.
5362 (idlwave-is-pointer-dereference): Remove unused var `pos'.
5363 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
5364 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
5365 `parts', and `all-parts'.
5366 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
5367 (idlwave-convert-xml-system-routine-info): Remove unused string
5368 `version-string'.
5369 (idlwave-display-user-catalog-widget): Use dolist.
5370 (idlwave-scanning-lib): Declare dynamically-scoped var.
5371 (idlwave-scan-library-catalogs): Remove unused var `flags'.
5372 (completion-highlight-first-word-only): Declare to silence bytecomp.
5373 (idlwave-popup-select): Tighten scope of `resp'.
5374 (idlwave-find-struct-tag): Remove unused var `beg'.
5375 (idlwave-after-load-rinfo-hook): Declare.
5376 (idlwave-sintern-class-info): Remove unused var `taglist'.
5377 (idlwave-find-class-definition): Remove unused var `list'.
5378 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
5379 (idlwave-what-module-find-class): Remove unused var `classes'.
5380
3bb8691b
JB
53812009-12-03 Juanma Barranquero <lekktu@gmail.com>
5382
5383 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
5384
f72f0c23
SM
53852009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5386
5387 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
5388 buffers visited. Remove redundant current-buffer-saving.
5389
601a9508
SM
53902009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5391
5392 Use completion-in-buffer and remove uses of dynamic scoping.
5393 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
5394 (pascal-buffer-to-use, pascal-flag): Don't declare.
5395 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
5396 (pascal-get-completion-decl, pascal-keyword-completion):
5397 Add `pascal-str' argument, save-excursion,
5398 return the found completions, and don't filter with pascal-pred.
5399 (pascal-completion-cache): New var.
5400 (pascal-completion): Don't switch buffer any more (it was never
5401 necessary). Don't save-excursion any more (it's done by the called
5402 subroutines). Use a cache to avoid redundant computations.
5403 Use complete-with-action rather than pascal-completion-response and
5404 let it apply the predicate as well.
5405 (pascal-complete-word): Use completion-in-buffer when
5406 pascal-toggle-completions is nil.
5407 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
5408 not used any more.
5409 (pascal-comp-defun): Don't change buffer any more.
5410 Use complete-with-action rather than pascal-completion-response and
5411 let it apply the predicate as well.
5412 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
5413 when neded.
5414
1ff4cb98
KH
54152009-12-02 Kenichi Handa <handa@m17n.org>
5416
5417 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
5418 shape for all Indic scripts.
5419
bb12edf1
SM
54202009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5421
5422 Use completion-in-buffer.
5423 * wid-edit.el (widget-field-text-end): New function.
5424 (widget-field-value-get): Use it.
5425 (widget-string-complete, widget-file-complete)
5426 (widget-color-complete): Use it and completion-in-region.
5427 (widget-complete): Don't narrow the buffer.
5428
5813f6ef
GM
54292009-12-02 Glenn Morris <rgm@gnu.org>
5430
c920f222
GM
5431 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
5432 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
5433 * mail/rmailsum.el: Replace all pop-to-buffer calls with
5434 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 5435
5813f6ef
GM
5436 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5437 save-excursion with save-current-buffer.
5438 Widen before searching. (Bug#5093)
5439 (diary-list-sexp-entries): Remove superfluous save-excursion.
5440
34b1d750
GM
54412009-12-02 Michael Welsh Duggan <mwd@cert.org>
5442
5443 * woman.el (woman-make-bufname): Handle man-pages with "." in the
5444 name. (Bug#5038)
5445
b2d5f31a
GM
54462009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
5447
5448 * ido.el (ido-file-internal): Handle filenames at point that do
5449 not have a directory part. (Bug#5049)
5450
c710ac3c
JB
54512009-12-02 Juanma Barranquero <lekktu@gmail.com>
5452
5453 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5454 (mpc-songs-jump-to, mpc-resume): Doc fixes.
5455
9946be46
SM
54562009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
5457
5458 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5459 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5460 any more.
5461
b08016f2
SM
54622009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5463
e7440df4
SM
5464 * comint.el (comint-insert-input): Ignore clicks to the right of
5465 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5466
3bb8691b 5467 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
5468 terminate before setting up the major mode.
5469
f3b757f5
SM
5470 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5471 in case.
5472
a2877f1d
SM
5473 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5474 the last element.
5475
b08016f2
SM
5476 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5477
782d6e30
GM
54782009-12-01 Glenn Morris <rgm@gnu.org>
5479
5480 * window.el (window--display-buffer-2): Fix previous changes.
5481
28f57f7e
CY
54822009-12-01 Chong Yidong <cyd@stupidchicken.com>
5483
5484 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5485
c31a2fdc
GM
54862009-12-01 Glenn Morris <rgm@gnu.org>
5487
5488 * Makefile.in (ELCFILES): Add mpc.elc.
5489
e1ada222
SM
54902009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5491
5492 * mpc.el: New file.
5493
0c9ff2c5
GM
54942009-12-01 Glenn Morris <rgm@gnu.org>
5495
3689984f
GM
5496 * window.el (window-to-use): Define for compiler.
5497
3ab4308b
GM
5498 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5499 consistent with others (no final period).
5500
0c9ff2c5
GM
5501 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5502 (rmail-mime-show): Downcase the encoding. (Bug#5070)
5503
fb0c18ff
DN
55042009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
5505
5506 Make vc-print-log buttons work.
045b9da7 5507 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 5508
2ac7e73e
JB
55092009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
5510
5511 * savehist.el (savehist-autosave-interval): Allow setting to nil
5512 through customize. (Bug#5056)
5513
5237d741
JB
55142009-11-30 Juanma Barranquero <lekktu@gmail.com>
5515
5516 Fix references to jit-lock properties.
5517 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5518 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5519 (perl-font-lock-special-syntactic-constructs):
5520 Quote jit-lock-defer-multiline property.
5521
379241fa
DN
55222009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
5523
5524 * vc-git.el (vc-git-registered): Call vc-git-root only once.
5525
054ae856
JL
55262009-11-30 Juri Linkov <juri@jurta.org>
5527
5528 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5529 value `buffer' of `multi-isearch-next-buffer-current-function'.
5530 Use `(current-buffer)' when `buffer' is nil.
5531 (multi-isearch-next-buffer-from-list): Don't fallback to
5532 `(current-buffer)' when `buffer' is nil. (Bug#4947)
5533
67296dda
JL
55342009-11-30 Juri Linkov <juri@jurta.org>
5535
5536 * misearch.el (multi-isearch-read-buffers): Move canonicalization
5537 of buffers with `get-buffer' to `multi-isearch-buffers'.
5538 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5539 Canonicalize BUFFERS with `get-buffer'. Doc fix.
5540 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5541 FILES with `expand-file-name' converting relative file names
5542 to absolute. Doc fix. (Bug#4727)
5543
c585bf32
JL
55442009-11-30 Juri Linkov <juri@jurta.org>
5545
5546 * misearch.el (multi-isearch-read-buffers)
5547 (multi-isearch-read-matching-buffers): New functions.
5548 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5549 Use them in the `interactive' spec. Doc fix.
5550 (multi-isearch-read-files, multi-isearch-read-matching-files):
5551 New functions.
5552 (multi-isearch-files, multi-isearch-files-regexp):
5553 Use them in the `interactive' spec. Doc fix. (Bug#4725)
5554
0a745733
JL
55552009-11-30 Juri Linkov <juri@jurta.org>
5556
5557 * doc-view.el (doc-view-continuous):
5558 Rename from `doc-view-continuous-mode'.
5559 (doc-view-menu): Move "Toggle display" to the top.
5560 Add submenu "Continuous" with radio buttons "Off"/"On"
5561 and "Save as Default".
5562 (doc-view-scroll-up-or-next-page)
5563 (doc-view-scroll-down-or-previous-page)
5564 (doc-view-next-line-or-next-page)
5565 (doc-view-previous-line-or-previous-page): Rename
5566 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
5567
1f9689eb
JL
55682009-11-30 Juri Linkov <juri@jurta.org>
5569
5570 * comint.el (comint-mode-map): Rebind `M-r' from
5571 `comint-previous-matching-input' to
5572 `comint-history-isearch-backward-regexp'.
5573 Unbind `M-s' to allow global key binding `M-s'.
5574 Add menu items for `comint-history-isearch-backward' and
5575 `comint-history-isearch-backward-regexp'. (Bug#3746)
5576
2952b1ae
JL
55772009-11-30 Juri Linkov <juri@jurta.org>
5578
5579 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5580 For def=recenter, replace `recenter' with `recenter-top-bottom'
5581 that is called with `this-command' and `last-command' let-bound
5582 to `recenter-top-bottom'. When the last `def' was not `recenter',
5583 set `recenter-last-op' to nil. (Bug#4981)
5584
7a9547ca
SM
55852009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5586
20565545
SM
5587 Minor cleanup and simplification.
5588 * filecache.el (file-cache-add-directory)
5589 (file-cache-add-directory-recursively)
5590 (file-cache-add-from-file-cache-buffer)
5591 (file-cache-delete-file-regexp, file-cache-delete-directory)
5592 (file-cache-files-matching-internal, file-cache-display): Use dolist.
5593 (file-cache-temp-minibuffer-message): Delete function.
5594 (file-cache-minibuffer-complete): Use minibuffer-message instead.
5595
7a9547ca
SM
5596 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5597 Don't signal an error when bumping into EOB in tr, s, or y.
5598
08e968f3
JL
55992009-11-29 Juri Linkov <juri@jurta.org>
5600
5601 * startup.el (fancy-about-text): Fix wording of Guided Tour.
5602 (Bug#4960)
5603
5604 * descr-text.el (describe-char-unidata-list): Use lowercase name
5605 for "Unicode name" like in other tags.
5606
f8d170a4
JL
56072009-11-29 Juri Linkov <juri@jurta.org>
5608
5609 * ediff-util.el (ediff-minibuffer-with-setup-hook):
5610 New compatibility macro.
7a9547ca 5611 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 5612
0116abbd
JL
56132009-11-29 Juri Linkov <juri@jurta.org>
5614
5615 Add defcustom to define the cycling order of `recenter-top-bottom'.
5616 (Bug#4981)
5617
5618 * window.el (recenter-last-op): Doc fix.
5619 (recenter-positions): New defcustom.
5620 (recenter-top-bottom): Rewrite to use `recenter-positions'.
5621 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5622
61eef560
MA
56232009-11-29 Michael Albinus <michael.albinus@gmx.de>
5624
5625 Improve integration of Tramp and ange-ftp in eshell.
5626
e4070cdc 5627 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
5628 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
5629 (eshell/sudo): Flatten args. Let-bind `default-directory'.
5630
5631 * eshell/esh-util.el (top): Require also Tramp when compiling.
5632 (eshell-directory-files-and-attributes): Check for FTP remote
5633 connection.
5634 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5635 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5636 (eshell-file-attributes): Handle ".". Return `entry'.
5637
5638 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5639 (ange-ftp-directory-files-and-attributes)
5640 (ange-ftp-real-directory-files-and-attributes): New defuns.
5641
5642 * net/tramp.el (tramp-maybe-open-connection): Open the remote
5643 shell with "exec" when possible. This prevents trailing prompts
5644 in `start-file-process'.
5645
f5467d3f
SM
56462009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5647
21f49db9
SM
5648 Try and remove assumptions about point-min==1.
5649 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5650 (rng-compute-mode-line-string): Show the validation percentage in
5651 terms of the narrowed text, not the widened text.
5652 (rng-do-some-validation): Don't catch internal errors when debugging.
5653 (rng-first-error): Simplify.
5654 (rng-after-change-function): Remove work around. AFAIK the bug has
5655 been fixed a while ago.
5656
26224faf
SM
5657 * image-mode.el (image-minor-mode): Exit more gracefully when the image
5658 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5659
d7117720
SM
5660 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5661
f5467d3f
SM
5662 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5663 `cd' doesn't always do it for us (bug#5067).
5664
5665 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5666 on 2009-10-25 as part of some other change (bug#5067).
5667
c5269f1c
SM
56682009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5669
62a258a7
SM
5670 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5671 `suspicious'.
5672 (byte-compile-warnings): Use byte-compile-warning-types.
5673 (byte-compile-save-excursion): Warn about use of set-buffer right
5674 after save-excursion.
5675
c5269f1c
SM
5676 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5677 the excursion as well.
5678
3ba30eb8
MA
56792009-11-27 Michael Albinus <michael.albinus@gmx.de>
5680
5681 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5682 providing a Tramp related implementation of "su" and "sudo".
5683 (eshell-unix-initialize): Add "su" and "sudo".
5684
6c6f788d
DU
56852009-11-27 Daiki Ueno <ueno@unixuser.org>
5686
5687 * net/socks.el (socks-send-command): Convert binary request to
5688 unibyte before sending. This fixes mishandling of some port
5689 numbers such as 129.
5690
10c877fe
SM
56912009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5692
6f06a171
SM
5693 * help.el (describe-bindings-internal): Remove `interactive'.
5694
10c877fe
SM
5695 * man.el (Man-completion-table): Trim a terminating "(".
5696 Remove the space between name page a section.
5697 Add the command's description on the `help-echo' property.
c5269f1c
SM
5698 Remove `process-connection-type' binding since it's unused by
5699 call-process.
10c877fe
SM
5700 Provide completion for the "<section> <name>" format as well.
5701 (Man-default-man-entry): Remove spurious var shadowing the argument.
5702
c44a4822
KR
57032009-11-26 Kevin Ryde <user42@zip.com.au>
5704
5705 * log-view.el: Add "Keywords: tools", since its other keywords
5706 aren't in finder-known-keywords, and following vc.el.
5707
9d58f081
KR
5708 * sha1.el (sha1-string-external): default-directory "/" in case
5709 otherwise non-existent. process-connection-type pipe for touch of
5710 efficiency recommended by elisp manual. (An aside in Bug#3911.)
5711
72fe6b25
SM
57122009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5713
5714 Misc coding convention cleanups.
5715 * htmlfontify.el (hfy-init-kludge-hook): Rename from
5716 hfy-init-kludge-hooks.
5717 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5718 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5719 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5720 and push.
5721 (hfy-slant, hfy-weight): Use tables rather than code.
5722 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5723 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5724 (hfy-face-attr-for-class): Initialize `face-spec' directly.
5725 (hfy-face-to-css): Remove `nconc' with single arg.
5726 (hfy-p-to-face-lennart): Use `or'.
5727 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
5728 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5729 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5730 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5731 (hfy-force-fontification): Use run-hooks.
5732
85e0a536
SM
57332009-11-26 Vivek Dasmohapatra <vivek@etla.org>
5734
5735 Various minor fixes.
5736 * htmlfontify.el (hfy-default-header): Add toggle_invis since
5737 Javascript belongs in the header, not the body.
5738 (hfy-javascript): Remove.
5739 (hfy-fontify-buffer): Don't insert it any more.
5740 (hfy-face-at): Handle (face0 face1 face2) style face properties.
5741 Fix bug in invis handling when there were no invis props in a chunk.
5742
62ccc42c
SM
57432009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5744
5745 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5746
2643c7aa
DN
57472009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
5748
5749 * finder.el (finder-mode-map): Add a menu.
5750
0e5c8aed
DN
57512009-11-26 Michael McNamara <mac@mail.brushroad.com>
5752
bf0b361c 5753 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
5754 "unsigned" structs.
5755
5756 (verilog-leap-to-head, verilog-backward-token): Handle "disable
5757 fork" statement better.
5758
57592009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
5760
bf0b361c
JB
5761 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5762 (verilog-delete-auto, verilog-delete-empty-auto-pair)
5763 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5764 Reported by Clay Douglass.
0e5c8aed
DN
5765
5766 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
5767 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5768 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
5769 Pierre-David Pfister.
5770
7629c4e7
GM
57712009-11-26 Glenn Morris <rgm@gnu.org>
5772
62ccc42c
SM
5773 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5774 the scope.
7629c4e7 5775
a5d358f8
JB
57762009-11-25 Johan Bockgård <bojohan@gnu.org>
5777
5778 * vc-annotate.el (vc-annotate-revision-previous-to-line):
5779 Really use previous revision.
5780
002cbde5
KR
57812009-11-25 Kevin Ryde <user42@zip.com.au>
5782
5783 * man.el (Man-completion-table): default-directory "/" in case
5784 doesn't otherwise exist. process-environment COLUMNS=999 so as
5785 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
5786 any chance of hitting the pseudo-tty TIOCGWINSZ.
5787 (man): completion-ignore-case t for friendliness and since man
5788 itself is case-insensitive on the command line.
5789 Further to Bug#3717.
002cbde5 5790
8cb5ffe8
KR
5791 * arc-mode.el: Add "Keywords: files", so the details in its
5792 commentary can be reached from finder-by-keyword.
34607612
KR
5793 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
5794 editing mode, but it's comms related and sgml-mode.el has "comm"
5795 on that basis too.
b8dfcf54 5796 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
5797 * international/isearch-x.el, international/ja-dic-cnv.el:
5798 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 5799 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 5800
1e2d9ba1
JL
58012009-11-25 Juri Linkov <juri@jurta.org>
5802
5803 * man.el (Man-completion-table): Modify regexp to include
5804 section names to completion strings. (Bug#3717)
5805
a601d313
JL
58062009-11-25 Juri Linkov <juri@jurta.org>
5807
5808 Search recursively in gzipped files. (Bug#4982)
5809
5810 * progmodes/grep.el (grep-highlight-matches): Add new options
5811 `always' and `auto'. Doc fix.
5812 (grep-process-setup): Check `grep-highlight-matches' for
5813 `auto-detect' to determine the need to compute grep defaults.
5814 Move Windows/DOS specific --colors settings handling
5815 to `grep-compute-defaults'. Check `grep-highlight-matches'
5816 to get the value of "--color=".
5817 (grep-compute-defaults): Compute `grep-highlight-matches' when it
5818 has the value `auto-detect'. Move Windows/DOS specific settings
5819 from `grep-process-setup'.
5820 (zrgrep): New command with alias `rzgrep'.
5821
bde04ea9
JL
58222009-11-25 Juri Linkov <juri@jurta.org>
5823
5824 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5825 to nil instead of switching off view-mode. (Bug#4896)
5826
7d6b4d3c
JL
58272009-11-25 Juri Linkov <juri@jurta.org>
5828
5829 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
5830
5831 * mwheel.el (mwheel-scroll-up-function)
5832 (mwheel-scroll-down-function): New defvars.
5833 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5834 `scroll-up', and `mwheel-scroll-down-function' instead of
5835 `scroll-down'.
5836
5837 * doc-view.el (doc-view-scroll-up-or-next-page)
5838 (doc-view-scroll-down-or-previous-page): Add optional ARG.
5839 Use this ARG in the call to image-scroll-up/image-scroll-down.
5840 Change `interactive' spec to "P". Goto next/previous page only
5841 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5842 SPC/DEL case). Doc fix.
5843 (doc-view-next-line-or-next-page)
5844 (doc-view-previous-line-or-previous-page): Rename arg to ARG
5845 for consistency.
5846 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5847 `doc-view-scroll-up-or-next-page', and buffer-local
5848 `mwheel-scroll-down-function' to
5849 `doc-view-scroll-down-or-previous-page'.
5850
e237085f
JL
58512009-11-25 Juri Linkov <juri@jurta.org>
5852
5853 Provide additional default values (directories at other Dired
5854 windows) via M-n in the minibuffer of some Dired commands.
5855
5856 * dired-aux.el (dired-diff, dired-compare-directories)
5857 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5858 `minibuffer-default' in `minibuffer-with-setup-hook'.
5859 (dired-dwim-target-directory): Find a window that displays Dired
5860 buffer instead of failing when the next window is not Dired.
5861 Use `get-window-with-predicate' to find for the next Dired window.
5862 (dired-dwim-target-defaults): New function.
5863
5864 * ediff-util.el (ediff-read-file-name):
5865 Use `dired-dwim-target-defaults' to set `minibuffer-default'
5866 in `minibuffer-with-setup-hook'.
5867
7d371eac
JL
58682009-11-25 Juri Linkov <juri@jurta.org>
5869
5870 Provide additional default values (file name at point or at the
5871 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
5872
5873 * minibuffer.el (read-file-name-defaults): New function.
5874 (read-file-name): Reset `minibuffer-default' to nil when
5875 it duplicates initial input `insdef'.
5876 Bind `minibuffer-default-add-function' to lambda that
5877 calls `read-file-name-defaults' in `minibuffer-selected-window'.
5878 (minibuffer-insert-file-name-at-point): New command.
5879
5880 * files.el (file-name-at-point-functions): New defcustom.
5881 (find-file-default): Remove defvar.
5882 (find-file-read-args): Don't use `find-file-default'.
5883 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5884 to `read-file-name'.
5885 (find-file-literally): Use `read-file-name' with
5886 `confirm-nonexistent-file-or-buffer'.
5887
5888 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5889
5890 * dired.el (dired-read-dir-and-switches):
5891 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5892 to `read-file-name'.
5893 (dired-file-name-at-point): New function.
5894 (dired-mode): Add hook `dired-file-name-at-point' to
5895 `file-name-at-point-functions'.
5896
04ae543a
SM
58972009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5898
5899 Really make the *Completions* window soft-dedicated (bug#5030).
5900 * window.el (window--display-buffer-2): Add `dedicated' argument.
5901 (display-buffer): Pass it when needed so the dedicated flag is set
5902 after calling set-window-buffer, which would otherwise reset it.
5903
eb708e66
SM
59042009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5905
d6b8d4e7
SM
5906 * progmodes/meta-mode.el (meta-complete-symbol):
5907 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
5908 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5909 Use completion-in-region.
5910
5f24557b
SM
5911 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5912 (dabbrev-completion): Use completion-in-region.
5913 (dabbrev--abbrev-at-point): Simplify regexp.
5914
fe4346f0
SM
5915 * abbrev.el (abbrev--before-point): Use word-motion functions
5916 if :regexp is not specified (bug#5031).
5917
cb190d7d
SM
5918 * subr.el (string-prefix-p): New function.
5919
e2ec6dd5
SM
5920 * man.el (Man-completion-cache): New var.
5921 (Man-completion-table): Use it.
5922
eb708e66
SM
5923 * vc.el (vc-print-log-internal): Make `limit' optional for better
5924 compatibility (e.g. with vc-annotate.el).
5925
4cf8971b
KR
59262009-11-24 Kevin Ryde <user42@zip.com.au>
5927
eb708e66 5928 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 5929 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 5930
4cf8971b
KR
5931 * emacs-lisp/elint.el (elint-add-required-env): Better error message
5932 when .el source file not found or other error.
5933
d204c46c
SM
59342009-11-24 Markus Triska <markus.triska@gmx.at>
5935
5936 * linum.el (linum-update-window): Ignore intangible (bug#4996).
5937
bb301b9a
SM
59382009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5939
449c27f0
SM
5940 Handle the [back] button properly (bug#4979).
5941 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5942 Use help-setup-xref, help-buffer, and with-help-window.
5943 (describe-char): Add `buffer' argument.
5944 Pass proper command to help-setup-xref. Don't meddle with
5945 help-xref-stack-item directly.
5946 (describe-text-category): Use with-help-window and help-buffer.
5947
32fe5377
SM
5948 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5949 for the displayed buffer (bug#4887).
5950
bb301b9a
SM
5951 * man.el (Man-completion-table): New function.
5952 (man): Use it.
5953
35179414
DR
59542009-11-24 David Reitter <david.reitter@gmail.com>
5955
bb301b9a 5956 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
5957 .git is) rather than the file's directory and a relative path spec
5958 to work around a bug in git.
5959
605a20a9
MA
59602009-11-24 Michael Albinus <michael.albinus@gmx.de>
5961
5962 Improve handling of processes on remote hosts.
5963
5964 * eshell/esh-util.el (eshell-path-env): New defvar.
5965 (eshell-parse-colon-path): New defun.
5966 (eshell-file-attributes): Use `eshell-parse-colon-path'.
5967
bb301b9a
SM
5968 * eshell/esh-ext.el (eshell-search-path):
5969 Use `eshell-parse-colon-path'.
605a20a9
MA
5970 (eshell-remote-command): Remove argument HANDLER.
5971 (eshell-external-command): Check for FTP remote connection.
5972
bb301b9a
SM
5973 * eshell/esh-proc.el (eshell-gather-process-output):
5974 Use `file-truename', in order to start also symlinked files.
5975 Apply `start-file-process' instead of `start-process'.
5976 Shorten `command' to the local file name part.
605a20a9 5977
bb301b9a
SM
5978 * eshell/em-cmpl.el (eshell-complete-commands-list):
5979 Use `eshell-parse-colon-path'.
605a20a9
MA
5980
5981 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5982
5983 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5984 to `eshell-directory-change-hook'.
5985
d1d33062
TH
59862009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5987
5988 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 5989 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 5990
a34d8565 59912009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 5992
a34d8565
MK
5993 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5994 made on 2009-11-22.
d1d33062 5995
c83b8d1b
GM
59962009-11-24 Glenn Morris <rgm@gnu.org>
5997
5998 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5999 deleted variable bookmark-bmenu-bookmark-column.
6000
65235b0a
GM
6001 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6002 Move after definition of global-semantic-idle-tag-highlight-mode.
6003
83505cfe
SM
60042009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6006 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
6007
5241b291
CY
60082009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
6009
6010 * net/browse-url.el (browse-url-filename-alist): On Windows, add
6011 two slashes to the "file:" prefix.
6012 (browse-url-file-url): De-munge Cygwin filenames before passing
6013 them to Windows browser.
6014 (browse-url-default-windows-browser): Use call-process.
6015
aefcadb6
JL
60162009-11-23 Juri Linkov <juri@jurta.org>
6017
6018 Implement DocView Continuous mode. (Bug#4896)
6019 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
6020 (doc-view-mode-map): Bind C-n/<down> to
6021 `doc-view-next-line-or-next-page', C-p/<up> to
6022 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
6023 (doc-view-next-line-or-next-page)
6024 (doc-view-previous-line-or-previous-page): New commands.
6025
0d62bcea
JL
60262009-11-23 Juri Linkov <juri@jurta.org>
6027
6028 Implement Isearch in comint input history. (Bug#3746)
6029 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
6030 `isearch-mode-hook'.
6031 (comint-history-isearch): New defcustom.
6032 (comint-history-isearch-backward)
6033 (comint-history-isearch-backward-regexp): New commands.
6034 (comint-history-isearch-message-overlay): New buffer-local variable.
6035 (comint-history-isearch-setup, comint-history-isearch-end)
6036 (comint-goto-input, comint-history-isearch-search)
6037 (comint-history-isearch-message, comint-history-isearch-wrap)
6038 (comint-history-isearch-push-state)
6039 (comint-history-isearch-pop-state): New functions.
6040
b593f105
MA
60412009-11-23 Michael Albinus <michael.albinus@gmx.de>
6042
6043 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
6044 return.
6045 (tramp-handle-make-symbolic-link)
6046 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
6047 Quote file names.
6048 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
6049 (tramp-handle-process-file): Use it.
6050
0f202d5d
SM
60512009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6052
6053 * window.el (move-to-window-line-last-op): Remove.
6054 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
6055
216349f8
SM
60562009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
6057
0f202d5d 6058 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
6059 * window.el (move-to-window-line-last-op): New var.
6060 (move-to-window-line-top-bottom): New command.
6061 (global-map): Bind M-r move-to-window-line-top-bottom.
6062
c10e0633
GM
60632009-11-23 Sven Joachim <svenjoac@gmx.de>
6064
6065 * dired-x.el (dired-guess-shell-alist-default):
6066 Support xz format. (Bug#4953)
6067
e96ec425
CY
60682009-11-22 Chong Yidong <cyd@stupidchicken.com>
6069
2054a44c
CY
6070 * cedet/srecode/map.el (srecode-get-maps):
6071 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
6072 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
6073 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
6074 (semantic-toggle-decoration-style):
6075 * cedet/semantic/decorate/include.el
6076 (semantic-decoration-include-describe)
6077 (semantic-decoration-unknown-include-describe)
6078 (semantic-decoration-unparsed-include-describe)
6079 (semantic-decoration-all-include-summary):
6080 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
6081 * cedet/semantic/analyze/complete.el
6082 (semantic-analyze-possible-completions):
6083 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
6084 (semantic-show-unmatched-syntax-mode)
6085 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
6086 (semantic-highlight-func-mode):
6087 * cedet/semantic/util.el (semantic-describe-buffer):
6088 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
6089 (semantic-symref-find-tags-by-name)
6090 (semantic-symref-find-tags-by-regexp)
6091 (semantic-symref-find-tags-by-completion)
6092 (semantic-symref-find-file-references-by-name)
6093 (semantic-symref-find-text):
6094 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
6095 (senator-yank-tag):
6096 * cedet/semantic/scope.el (semantic-calculate-scope):
6097 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
6098 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
6099 (define-semantic-idle-service):
6100 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
6101 (semantic-complete-analyze-inline-idle):
6102 * cedet/semantic/analyze.el (semantic-analyze-current-context):
6103 * cedet/mode-local.el (describe-mode-local-bindings)
6104 (describe-mode-local-bindings-in-mode):
6105 * cedet/ede/make.el (ede-make-check-version):
6106 * cedet/ede/locate.el (ede-enable-locate-on-project):
6107 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
6108 (cedet-idutils-version-check):
6109 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
6110 (cedet-gnu-global-version-check):
6111 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
6112 (cedet-cscope-version-check): Use called-interactively-p instead
6113 of interactive-p.
6114
e96ec425
CY
6115 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
6116 Use semantic-format-tag-prototype.
6117
953e0c1a
GM
61182009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
6119
6120 * emulation/viper-cmd.el: Use viper-last-command-char instead of
6121 last-command-char/last-command-event.
6122 (viper-prefix-arg-value): Do correct conversion of event-char for
6123 XEmacs.
6124
83505cfe
SM
6125 * emulation/viper-util.el, emulation/viper.el:
6126 Use viper-last-command-char instead of
6127 last-command-char/last-command-event.
953e0c1a 6128
83505cfe
SM
6129 * ediff-init.el, ediff-mult.el, ediff-util.el:
6130 Replace last-command-char and last-command-event
6131 with (ediff-last-command-char) everywhere.
953e0c1a
GM
6132
6133 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
6134 created in fundamental mode.
6135
6136 * ediff.el (ediff-version): Revert the change of interactive-p to
6137 called-interactively-p.
6138
9ee12eee
TH
61392009-11-22 Tassilo Horn <tassilo@member.fsf.org>
6140
6141 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
6142 generation from word-movement command names.
6143
ab2c15d4
CY
61442009-11-21 Chong Yidong <cyd@stupidchicken.com>
6145
6146 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
83505cfe
SM
6147 (semantic-complete-jump-local, semantic-complete-jump):
6148 Improve prompt string.
ab2c15d4 6149
8b571bf3
JD
61502009-11-21 Jan Djärv <jan.h.d@swipnet.se>
6151
6152 * cus-start.el (all): Add native condition for font-use-system-font.
6153
4121db47
AM
61542009-11-21 Nathaniel Flath <flat0103@gmail.com>
6155
83505cfe
SM
6156 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6157 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 6158
d71f5e0c
TH
61592009-11-21 Tassilo Horn <tassilo@member.fsf.org>
6160
6161 * progmodes/subword.el: Rename from lisp/subword.el.
6162
6163 * subword.el: Rename to progmodes/subword.el.
6164
6165 * Makefile.in (ELCFILES): Adapt to subword.el move.
6166
fc9d6ad6 61672009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 6168 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
6169
6170 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
6171 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
6172 (bookmark-bmenu-show-filenames): Use push.
6173 (bookmark-bmenu-hide-filenames): Use local var instead of
6174 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
6175 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
6176 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
6177 filenames now that the bookmark names are always available.
6178
26d9285f
SM
61792009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6180
6181 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
6182 (bookmark-search-pattern): Move and leave unbound.
6183 (bookmark-bmenu-mode-map): Change binding.
6184 (bookmark-read-search-input): Simplify.
6185 Don't use text-char-description. Don't error on non-char events.
6186 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
6187 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
6188 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
6189 Use a local var for the timer.
6190 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
6191 (i.e. bookmark-bmenu-search).
6192
d73a0317
GM
61932009-11-21 Glenn Morris <rgm@gnu.org>
6194
6195 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
6196
e572025f
CY
61972009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
6198
26d9285f
SM
6199 * net/browse-url.el (browse-url-default-windows-browser):
6200 Use cygstart for cygwin.
e572025f 6201
6aeaa3dc
KF
62022009-11-20 Karl Fogel <karl.fogel@red-bean.com>
6203
e4070cdc 6204 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
6205 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
6206 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 6207 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
6208 (bookmark-read-search-input): Adjust to fit within 80 columns.
6209
a9b76eec
TH
62102009-11-20 Tassilo Horn <tassilo@member.fsf.org>
6211
6212 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
6213 (c-backward-into-nomenclature): Adapt to subword renaming.
6214
6215 * subword.el (subword-forward, subword-backward, subword-mark)
6216 (subword-kill, subword-backward-kill, subword-transpose)
6217 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
6218 (subword-forward-internal, subword-backward-internal):
6219 Rename from forward-subword, backward-subword, mark-subword,
6220 kill-subword, backward-kill-subword, transpose-subwords,
6221 downcase-subword, upcase-subword, capitalize-subword,
6222 forward-subword-internal, backward-subword-internal.
a9b76eec 6223
1e7d4475
SM
62242009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6225
26d9285f
SM
6226 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
6227 New options.
1e7d4475
SM
6228 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
6229 New vars.
6230 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
6231 (bookmark-bmenu-filter-alist-by-regexp)
6232 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
6233 (bookmark-bmenu-search): New command.
6234 (bookmark-bmenu-mode-map): Bind it.
6235
acfad775
CY
62362009-11-20 Chong Yidong <cyd@stupidchicken.com>
6237
1e7d4475 6238 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
acfad775
CY
6239
6240 * cedet/semantic/idle.el (define-semantic-idle-service)
6241 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
6242
653d1554
TH
62432009-11-20 Tassilo Horn <tassilo@member.fsf.org>
6244
ab84bfa0
TH
6245 * progmodes/cc-cmds.el: declare-functioned forward-subword and
6246 backward-subword to quit the byte-compiler.
6247
1f35fda9
TH
6248 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
6249
6250 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
6251
653d1554 6252 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
6253 (c-forward-into-nomenclature, c-backward-into-nomenclature):
6254 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
6255
6256 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
6257 subword.el functions instead of cc-subword.el.
6258
1e7d4475
SM
6259 * progmodes/cc-subword.el: Rename to subword.el.
6260 * subword.el: Rename from progmodes/cc-subword.el.
6261 (subword-mode-map): Rename from c-subword-mode-map.
6262 (subword-mode): Rename from c-subword-mode.
653d1554 6263 (global-subword-mode): New global minor mode.
1e7d4475
SM
6264 (forward-subword): Rename from c-forward-subword.
6265 (backward-subword): Rename from c-backward-subword.
6266 (mark-subword): Rename from c-mark-subword.
6267 (kill-subword): Rename from c-kill-subword.
6268 (backward-kill-subword): Rename from c-backward-kill-subword.
6269 (transpose-subwords): Rename from c-tranpose-subword.
6270 (downcase-subword): Rename from c-downcase-subword.
6271 (capitalize-subword): Rename from c-capitalize-subword.
6272 (forward-subword-internal): Rename from c-forward-subword-internal.
6273 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 6274
9717f119
DN
62752009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
6276
8de724f3
DN
6277 * vc.el (vc-deduce-fileset): Allow non-state changing operations
6278 from a dired buffer.
6279 (vc-dired-deduce-fileset): New function.
6280 (vc-root-diff, vc-print-root-log): Use it.
6281
9717f119
DN
6282 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
6283 nil LIMIT argument to vc-print-log-internal.
6284
af4999b8
GM
62852009-11-20 Glenn Morris <rgm@gnu.org>
6286
6287 * Makefile.in (ELCFILES): Regenerate.
6288
725bff06
CY
62892009-11-20 Chong Yidong <cyd@stupidchicken.com>
6290
6291 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
6292
6293 * cedet/semantic.el: Enable idle-mode menu items only if
6294 global-semantic-idle-scheduler-mode is enabled.
6295 (semantic-default-submodes): Doc fix.
6296
6297 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6298 When turning off, disable other idle modes.
6299
b58edcb6
JB
63002009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
6301
02e1b488
SM
6302 * calc/calc.el (calc-set-mode-line):
6303 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
6304 (math-format-number): Rename `math-format-complement-signed' to
6305 `math-format-twos-complement'.
6306
02e1b488 6307 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
6308 math-format-complement-signed.
6309 (calc-radix): Rename `calc-complement-signed-mode' to
6310 `calc-twos-complement-mode'.
02e1b488
SM
6311 (calc-octal-radix, calc-hex-radix): Add an argument for
6312 two's complement.
b58edcb6 6313
02e1b488
SM
6314 * calc/calc-embed.el (calc-embedded-mode-vars):
6315 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 6316
02e1b488
SM
6317 * calc/calc-ext.el (calc-init-extensions):
6318 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
6319 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
6320
02e1b488
SM
6321 * calc/calc-units.el (math-build-units-table-buffer):
6322 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
6323
6324 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
6325 entries.
6326
6327 * calc/calc-vec.el (calcFunc-vunpack):
6328 * calc/calc-aent.el (calc-do-calc-eval):
6329 * calc/calc-forms.el (math-format-date):
6330 * calc/calc-graph.el (calc-graph-plot):
6331 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
6332 * calc/calccomp.el (math-compose-expr):
6333 Let `calc-twos-complement-mode' be nil.
6334
63352009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
6338 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
6339 * minibuffer.el (completion-in-region-functions): New hook.
6340 (completion-in-region): New function.
6341 * emacs-lisp/lisp.el (lisp-complete-symbol):
6342 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 6343
e3353a78
SM
63442009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6345
eff77808
SM
6346 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
6347 (latex-complete-alist): New vars.
6348 (latex-string-prefix-p, latex-complete-bibtex-keys)
6349 (latex-complete-envnames, latex-complete-refkeys)
6350 (latex-complete-data): New functions.
6351 (latex-complete, latex-indent-or-complete): New commands.
6352
d2c9fc42
SM
6353 * window.el (display-buffer-mark-dedicated): New var.
6354 (display-buffer): Obey it.
6355 * minibuffer.el (minibuffer-completion-help): Use it.
6356
31a1c477
SM
6357 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
6358
bed4c972
SM
6359 * filecache.el (file-cache-add-file): Use push and cons.
6360 (file-cache-delete-file-regexp): Use push.
6361 (file-cache-complete): Use completion-in-region.
6362
8c22699f
SM
6363 * simple.el (with-wrapper-hook): Fix thinko.
6364
e3353a78
SM
6365 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
6366 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
6367 Use with-current-buffer and string-to-number.
6368 (hfy-fallback-colour-values): Use assoc-string.
6369 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
6370 (hfy-face-at): Remove unused var `found-face'.
6371 (hfy-compile-stylesheet): Remove unused var `css'.
6372 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
6373 and `orig-buffer'.
6374 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
6375 Use with-current-buffer.
6376 (hfy-text-p): Use expand-file-name and fewer setq.
6377
acca02b0
SM
63782009-11-19 Vivek Dasmohapatra <vivek@etla.org>
6379
6380 * htmlfontify.el, hfy-cmap.el: New files.
6381
042b7cc6
JL
63822009-11-19 Juri Linkov <juri@jurta.org>
6383
6384 * minibuffer.el (completions-format): New defcustom.
6385 (completion--insert-strings): Implement vertical format.
6386
6387 * simple.el (switch-to-completions): Move point to the first
6388 completion when point was at the beginning of the buffer.
6389
da205913
JL
63902009-11-19 Juri Linkov <juri@jurta.org>
6391
6392 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
6393
6394 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
6395
0b8ee421
CY
63962009-11-19 Chong Yidong <cyd@stupidchicken.com>
6397
6398 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
6399 (mail-signature): Change default to t.
6400 (mail-from-style): Deprecate `system-default' value.
6401 (mail-insert-from-field): For default value of mail-from-style,
6402 default to `angles' unless `angles' needs quoting and `parens'
6403 does not.
6404 (mail-citation-prefix-regexp): Use citation regexp from
6405 message-mode.
6406
4265deab
MA
64072009-11-19 Michael Albinus <michael.albinus@gmx.de>
6408
acca02b0
SM
6409 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6410 Set variables for computing the prompt for reading password.
4265deab 6411
27cacd2d
GM
64122009-11-19 Glenn Morris <rgm@gnu.org>
6413
470bce7d
GM
6414 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
6415
7e705a1d
GM
6416 * textmodes/flyspell.el (sgml-lexical-context): Declare.
6417
27cacd2d
GM
6418 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
6419 (newsticker-treeview-listwindow-height): Fix custom type.
6420
b2f0be0f
KH
64212009-11-19 Kenichi Handa <handa@m17n.org>
6422
6423 * descr-text.el (describe-char-padded-string): Compose with TAB
6424 only if there's a font for CH.
02e1b488 6425 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 6426
03446045 64272009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
6428
6429 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 6430 more accurate version of the regexp. (Bug#3910)
b96337b0 6431
03446045 64322009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
6433
6434 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
6435
e0620570
JB
64362009-11-18 Juanma Barranquero <lekktu@gmail.com>
6437
6438 * font-setting.el (font-use-system-font): Declare for byte-compiler.
6439 (font-setting-change-default-font): Fix typo in docstring.
6440
6cc6582e
AM
64412009-11-18 Alan Mackenzie <acm@muc.de>
6442
6443 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
6444
dfb3c4c6
JD
64452009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6446
02e1b488 6447 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
6448
6449 * cus-start.el (all): ... to here.
6450
e268e987
MA
64512009-11-17 Michael Albinus <michael.albinus@gmx.de>
6452
6453 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
6454 Don't set `ad-return-value' if `ad-do-it' doesn't.
6455
303ffde8
MA
6456 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
6457 modification time.
6458
637fa988
JD
64592009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6460
6461 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 6462 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
6463
6464 * loadup.el: If feature system-font-setting or font-render-setting is
6465 there, load font-setting.
6466
02e1b488 6467 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
6468 * font-setting.el: New file.
6469
1d16a255
GM
64702009-11-17 Glenn Morris <rgm@gnu.org>
6471
6472 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
6473
2d84f804
GM
6474 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
6475 Preserve point in the list buffer. (Bug#4939)
6476 Use point-at-eol.
6477 (newsticker--treeview-list-update-highlight)
6478 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
6479
14467b99
JB
64802009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6481
6482 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
6483 Remove.
6484
6485 * calc/calc-ext.el (calc-init-extensions): Remove references to
6486 symclip.
6487
6488 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
6489
6490 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 6491 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
6492 `calc-symclip'.
6493
e3c39c01
KR
64942009-11-16 Kevin Ryde <user42@zip.com.au>
6495
02e1b488 6496 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 6497 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 6498
497de631
KR
6499 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
6500 (lm-keywords-list): Allow comma-only separator like "foo,bar".
6501 Ignore trailing spaces by omit-nulls to split-string (fixing
6502 regression from Emacs 21 due to the incompatible split-string
14467b99 6503 change). (Bug #4928.)
497de631 6504
48b27575
DN
65052009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
6506
5237d741 6507 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
6508 (vc-print-log-internal): Insert buttons to request more entries
6509 when limiting the output.
6510
6511 * vc-sccs.el (vc-sccs-print-log):
6512 * vc-rcs.el (vc-rcs-print-log):
6513 * vc-cvs.el (vc-cvs-print-log):
6514 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6515 LIMIT is non-nil.
6516
d3e97185
MA
65172009-11-16 Michael Albinus <michael.albinus@gmx.de>
6518
6519 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6520 error when `tramp-gvfs-dbus-event-vector' is set.
6521 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6522
68d87786
SM
65232009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6524
6525 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6526
c0a39702
MA
65272009-11-16 Michael Albinus <michael.albinus@gmx.de>
6528
6529 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 6530 (dbus-register-property): Register the handlers of
c0a39702
MA
6531 "org.freedesktop.DBus.Properties" for SERVICE.
6532 (dbus-property-handler): Fix docstring.
6533
1e857121
YM
65342009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6535
6536 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6537 Quote doc string reference in defvaralias as it is not in special form.
6538 (byte-compile-output-docform): Doc fix.
6539
887484c1
JB
65402009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6541
6542 * calc/calc.el (math-2-word-size, math-half-2-word-size)
6543 (calc-complement-signed-mode): New variables.
6544 (calc-set-mode-line): Add indicator for twos-complements.
6545 (math-format-number): Format twos-complement notation.
6546
6547 * calc/calc-bin.el (calc-word-size): Reset the variables
6548 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
6549 (math-format-complement-signed, math-symclip, calcFunc-symclip)
6550 (calc-symclip): New functions.
887484c1
JB
6551
6552 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6553
68d87786
SM
6554 * calc/calc-embed.el (calc-embedded-mode-vars):
6555 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
6556
6557 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 6558 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
6559
6560 * calc/calc-ext.el (math-read-number-fancy): Read complement
6561 signed numbers.
68d87786
SM
6562 (calc-init-extensions): Add binding for `calc-symclip'.
6563 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
6564
6565 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6566 `calc-symclip'.
68d87786 6567 (calc-modes-menu): Add item for twos complement mode.
887484c1 6568
5237d741 6569 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 6570
4cf1d7e3
CY
65712009-11-15 Chong Yidong <cyd@stupidchicken.com>
6572
6573 * register.el (jump-to-register, insert-register): Handle Semantic
6574 tags. From commented-out advice in semantic/senator.el.
6575
f8e65267
DN
65762009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6577
6616006b
DN
6578 * vc.el (vc-log-show-limit): New variable.
6579 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
6580 when using a prefix argument.
6581 (vc-print-log-internal): Add new argument LIMIT.
6582
6583 * vc-svn.el (vc-svn-print-log):
6584 * vc-mtn.el (vc-mtn-print-log):
6585 * vc-hg.el (vc-hg-print-log):
6586 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 6587 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
6588 non-optional.
6589
6590 * vc-sccs.el (vc-sccs-print-log):
6591 * vc-rcs.el (vc-rcs-print-log):
6592 * vc-git.el (vc-git-print-log):
6593 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6594 ignore it. Make the BUFFER argument non-optional
6595
f8e65267
DN
6596 * bindings.el (mode-line-buffer-identification): Do not purecopy.
6597
0566c4bc
CY
65982009-11-15 Chong Yidong <cyd@stupidchicken.com>
6599
7cce3c91
CY
6600 * dired.el (dired-mode-map): Move encryption items to "Operate"
6601 menu (Bug#4703).
6602
d7063de9
CY
6603 * strokes.el (strokes-update-window-configuration): Make strokes
6604 buffer current before erasing (Bug#4906).
6605
0566c4bc
CY
6606 * cedet/semantic/idle.el (semantic-idle-summary-mode)
6607 (semantic-idle-summary-mode): Define using define-minor-mode
6608 instead of define-semantic-idle-service.
6609 (semantic-idle-summary-mode): New function.
6610 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
6611 that mouse motion does not reset the echo area.
6612
0fc10137
JL
66132009-11-15 Juri Linkov <juri@jurta.org>
6614
6615 * simple.el (set-mark-default-inactive): Add :type, :group
6616 and :version. (Bug#4876)
6617
f5fce4ec
MA
66182009-11-15 Michael Albinus <michael.albinus@gmx.de>
6619
6620 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6621 (archive-unique-fname): ... here. (Bug#4929)
6622
8d720a00
SM
66232009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6624
589888fe
SM
6625 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6626 with a real fix.
6627
8d720a00
SM
6628 * novice.el (disabled-command-function): Add useful args.
6629 Setup the help buffer so that [back] works.
6630 Remove redundant call to help-mode.
6631 (disabled-command-function): Use `case'.
6632 (en/disable-command): New function extracted from enable-command.
6633 (enable-command, disable-command): Use it.
6634
a61344d6
GM
66352009-11-14 Glenn Morris <rgm@gnu.org>
6636
497f0cdd
GM
6637 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6638 constants. (Bug#4913)
6639
a61344d6
GM
6640 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6641
d501801e
GM
66422009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
6643
6644 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6645 defined in C that have no doc-strings. (Bug#1063)
6646
5af27ac2
GM
66472009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
6648
6649 * cus-edit.el (data, files):
6650 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
6651
aec5395b
CY
66522009-11-14 Chong Yidong <cyd@stupidchicken.com>
6653
e7791447
CY
6654 * simple.el (shell-command): Doc fix (Bug#4891).
6655
aec5395b
CY
6656 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6657
7a41cd7f
GM
66582009-11-14 Glenn Morris <rgm@gnu.org>
6659
c3583c94
GM
6660 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6661 statements for vc-diff, emerge-quit, and rmail-cease-edit.
6662 If they are already loaded, eval-after-load will do the right thing.
6663
73900d1f
GM
6664 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6665 compiling.
6666
0028351d
GM
6667 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6668
f6714ede
GM
6669 * simple.el (x-selection-owner-p): Declare.
6670 (read-mail-command): Use custom radio type rather than choice.
6671 (completion-no-auto-exit): Doc fix.
6672
7a41cd7f 6673 * custom.el (defgroup):
5af27ac2 6674 * epg-config.el (epg): Doc fixes.
7a41cd7f 6675
2d0659ec
DN
66762009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6677
6678 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6679 * international/ccl.el (define-ccl-program): Do not purecopy the
6680 docstring, defconst does it anyway.
6681
7fdbcd83
SM
66822009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6683
d499c5b9
SM
6684 * add-log.el (add-change-log-entry): Avoid displaying the changelog
6685 a second time.
6686
7fdbcd83
SM
6687 * x-dnd.el (x-dnd-maybe-call-test-function):
6688 * window.el (split-window-vertically):
6689 * whitespace.el (whitespace-help-on):
6690 * vc-rcs.el (vc-rcs-consult-headers):
6691 * userlock.el (ask-user-about-lock-help)
6692 (ask-user-about-supersession-help):
6693 * type-break.el (type-break-force-mode-line-update):
6694 * time-stamp.el (time-stamp-conv-warn):
6695 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 6696 (te-sentinel, terminal-emulator):
7fdbcd83
SM
6697 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6698 (term-write-input-ring, term-check-source, term-start-output-log):
6699 (term-display-buffer-line, term-dynamic-list-completions):
6700 (term-ansi-make-term, serial-term):
6701 * subr.el (selective-display):
6702 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6703 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6704 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6705 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6706 (speedbar-remove-localized-speedbar-support)
6707 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6708 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6709 (speedbar-buffers-line-directory):
6710 * simple.el (shell-command-on-region, append-to-buffer)
6711 (prepend-to-buffer):
6712 * shadowfile.el (shadow-save-todo-file):
6713 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6714 (scroll-bar-maybe-set-window-start):
6715 * sb-image.el (speedbar-image-dump):
6716 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6717 (load-save-place-alist-from-file):
6718 * ps-samp.el (ps-print-message-from-summary):
6719 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6720 (ps-background-image, ps-begin-job, ps-do-despool):
6721 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6722 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6723 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6724 (pr-call-process, pr-file-list, pr-interface-save):
6725 * novice.el (disabled-command-function)
6726 (enable-command, disable-command):
6727 * mouse.el (mouse-buffer-menu-alist):
6728 * mouse-copy.el (mouse-kill-preserving-secondary):
6729 * macros.el (kbd-macro-query):
6730 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6731 * informat.el (batch-info-validate):
6732 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6733 * hippie-exp.el (try-expand-dabbrev-visible):
6734 * help-mode.el (help-make-xrefs):
6735 * help-fns.el (describe-variable):
6736 * generic-x.el (bat-generic-mode-run-as-comint):
6737 * finder.el (finder-mouse-select):
6738 * find-dired.el (find-dired-sentinel):
6739 * filesets.el (filesets-file-close):
6740 * files.el (list-directory):
6741 * faces.el (list-faces-display, describe-face):
6742 * facemenu.el (list-colors-display):
6743 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6744 * epg.el (epg--process-filter, epg-cancel):
6745 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6746 (epa--read-signature-type):
6747 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6748 (emerge-file-names):
6749 * ehelp.el (electric-helpify):
6750 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6751 * ediff-vers.el (rcs-ediff-view-revision):
6752 * ediff-util.el (ediff-setup):
6753 * ediff-mult.el (ediff-append-custom-diff):
6754 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6755 (ediff-wordify):
6756 * echistory.el (Electric-command-history-redo-expression):
6757 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6758 * disp-table.el (describe-display-table):
6759 * dired.el (dired-find-buffer-nocreate):
6760 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6761 * dabbrev.el (dabbrev--same-major-mode-p):
6762 * chistory.el (list-command-history):
6763 * apropos.el (apropos-documentation):
6764 * allout.el (allout-obtain-passphrase):
6765 (allout-copy-exposed-to-buffer):
6766 (allout-verify-passphrase): Use with-current-buffer.
6767
2ccbc060
GM
67682009-11-13 Glenn Morris <rgm@gnu.org>
6769
6770 * Makefile.in (ELCFILES): Regenerate.
6771
b172ed20
MA
67722009-11-13 Michael Albinus <michael.albinus@gmx.de>
6773
7fdbcd83
SM
6774 * net/dbus.el (dbus-registered-objects-table): Rename from
6775 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
6776 (dbus-unregister-object): Unregister also properties.
6777 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6778 Use a timeout of 500 msec, in order to not block.
6779 (dbus-register-property, dbus-property-handler): New defuns.
6780
e96d62cd
SM
67812009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6782
6783 * simple.el (minibuffer-default-add-completions): Drop deprecated
6784 4th arg.
6785
14bd267d
EZ
67862009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
6787
e96d62cd
SM
6788 * textmodes/artist.el (artist-mouse-choose-operation):
6789 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 6790 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
6791 (artist-compute-up-event-key): New function.
6792 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6793
bf89fd7b
KH
67942009-11-13 Kenichi Handa <handa@m17n.org>
6795
6796 * language/japan-util.el: Make sure that the value of jisx0208
6797 property is jisx0208 character.
6798
f70b8925
DN
67992009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
6800
6801 * international/mule.el (auto-coding-regexp-alist): Only purecopy
6802 car or each item, not the whole list.
6803
4d93a9e0
SM
68042009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6805
6806 * minibuffer.el (minibuffer-completion-help):
6807 Use minibuffer-hide-completions.
6808
05404988
SM
68092009-11-12 Per Starbäck <per@starback.se> (tiny change)
6810
6811 * dired.el (dired-save-positions, dired-restore-positions): New funs.
6812 (dired-revert): Use them (bug#4880).
6813
5297bc10
DN
68142009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6815
6816 * tooltip.el (tooltip-frame-parameters): Undo previous change.
6817
e2685eb7
JL
68182009-11-12 Juri Linkov <juri@jurta.org>
6819
6820 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6821 New functions.
6822 (find-file-literally-at-point): Alias of `ffap-literally'.
6823
76410c3e
DN
68242009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6825
6d341a2a
DN
6826 * textmodes/ispell.el (ispell-skip-region-alist):
6827 * textmodes/css-mode.el (auto-mode-alist):
6828 * progmodes/compile.el (auto-mode-alist):
6829 * international/mule.el (ctext-non-standard-encodings-alist)
6830 (ctext-non-standard-encodings-regexp):
6831 * simple.el (shell-command-switch, text-read-only):
6832 * replace.el (occur-mode-map):
6833 * paths.el (rmail-file-name):
6834 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6835 * find-file.el (ff-special-constructs):
6836 * files.el (file-name-handler-alist):
6837 * composite.el: Purecopy strings.
6838
76410c3e
DN
6839 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6840
aaa448c9
DN
68412009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6842
6843 * widget.el (define-widget): Purecopy the docstring.
6844 * international/mule-cmds.el (charset): Do not purecopy the
6845 docstring here, define-widget does it.
6846
6847 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6848 * textmodes/bibtex-style.el (auto-mode-alist):
6849 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6850 * progmodes/compile.el (compile-command):
6851 * language/korea-util.el (default-korean-keyboard):
6852 * international/mule-conf.el (file-coding-system-alist):
6853 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6854 * tooltip.el (tooltip-frame-parameters):
6855 * newcomment.el (comment-end, comment-padding):
6856 * dired.el (dired-trivial-filenames):
6857 * comint.el (comint-file-name-prefix): Purecopy initial values.
6858
bbe650fd
MA
68592009-11-11 Michael Albinus <michael.albinus@gmx.de>
6860
6861 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6862 (tramp-advice-minibuffer-electric-tilde): Unload advices via
6863 `tramp-unload'.
6864 (tramp-advice-make-auto-save-file-name)
6865 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6866 after removing the advice.
6867
6bdad9ae
DN
68682009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6869
2f7f4bee
DN
6870 * progmodes/grep.el (grep-regexp-alist):
6871 * international/mule-cmds.el (iso-2022-control-alist):
6872 * emacs-lisp/timer.el (timer-duration-words):
6873 * subr.el (version-separator, version-regexp-alist):
6874 * minibuffer.el (completion-styles-alist):
6875 * faces.el (face-attribute-name-alist, list-faces-sample-text):
6876 Change defvars to defconsts.
6877
a042de45
DN
6878 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6879 * loadup.el ("international/mule-conf"): Load the byte compiled version.
6880 * international/mule-conf.el: Allow to be byte compiled.
6881
3b6acc72
DN
6882 * international/mule.el (define-charset): Purecopy props.
6883 (load-with-code-conversion): Purecopy doc string and file name.
6884 (put-charset-property): Purecopy strings.
6885 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6886
1c2efdfb 6887 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
6888 (define-char-code-property): Correctly purecopy the table.
6889
62591911
DN
6890 * international/ccl.el (define-ccl-program): Purecopy the docstring.
6891
8b908da6
DN
6892 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6893
ff917d63
DN
6894 * subr.el (add-hook): Purecopy strings.
6895 (eval-after-load): Purecopy load-history-regexp and the form.
6896
af89cf77
DN
6897 * custom.el (custom-declare-group): Purecopy load-file-name.
6898
a3c20c83 6899 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
6900 * net/eudc.el (eudc-tools-menu):
6901 * international/mule-cmds.el (set-coding-system-map)
6902 (mule-menu-keymap):
6903 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6904 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
6905 * replace.el (occur-mode-map):
6906 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 6907 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
6908 (menu-bar-custom-menu, menu-bar-showhide-menu)
6909 (menu-bar-options-menu, menu-bar-tools-menu)
6910 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6911 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6912 (menu-bar-help-menu):
6913 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6914 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6915
6bdad9ae
DN
6916 * term/x-win.el (x-gtk-stock-map):
6917 * progmodes/vera-mode.el (auto-mode-alist):
6918 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6919 (inferior-lisp-program, inferior-lisp-load-command):
6920 * progmodes/hideshow.el (hs-special-modes-alist):
6921 * progmodes/gud.el (same-window-regexps):
6922 * progmodes/grep.el (grep-program, find-program, xargs-program):
6923 * net/telnet.el (same-window-regexps):
6924 * net/rlogin.el (same-window-regexps):
6925 * language/ethiopic.el (font-ccl-encoder-alist):
6926 * vc-sccs.el (vc-sccs-master-templates):
6927 * vc-rcs.el (vc-rcs-master-templates):
6928 * subr.el (cl-assertion-failed):
6929 * simple.el (next-error-overlay-arrow-position):
6930 * lpr.el (lpr-command):
6931 * locate.el (locate-ls-subdir-switches):
6932 * info.el (same-window-regexps, info)
6933 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6934 * image-mode.el (image-mode, auto-mode-alist):
6935 * hippie-exp.el (hippie-expand-ignore-buffers):
6936 * format.el (format-alist):
6937 * find-dired.el (find-ls-subdir-switches, find-grep-options)
6938 (find-name-arg):
6939 * facemenu.el (facemenu-keybindings):
6940 * dired.el (dired-listing-switches, dired-chown-program):
6941 * diff.el (diff-switches, diff-command):
6942 * cus-edit.el (same-window-regexps):
6943 * bindings.el (mode-line-mule-info)
6944 (mode-line-buffer-identification): Purecopy strings.
6945
e0987650
JL
69462009-11-11 Juri Linkov <juri@jurta.org>
6947
3570691b 6948 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
6949 Tell the byte-compiler about dired-get-filename.
6950 (shell-command): In Dired mode, get filename from the current line
6951 as the default value.
6952
b16ff465
GM
69532009-11-10 Glenn Morris <rgm@gnu.org>
6954
e8a11b22
GM
6955 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6956 * calendar/holidays.el, progmodes/cperl-mode.el:
6957 Update x-popup-menu declarations.
6958
b16ff465
GM
6959 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6960 (list-load-path-shadows): Use dolist.
6961 (list-load-path-shadows): Use with-current-buffer.
6962
032c3399
JL
69632009-11-10 Juri Linkov <juri@jurta.org>
6964
6965 * minibuffer.el (read-file-name): Support a list of default values
6966 in `default-filename'. Use the first file name where only one
6967 element is required. Doc fix.
6968
8fb1629f
MA
69692009-11-09 Michael Albinus <michael.albinus@gmx.de>
6970
6971 * net/dbus.el (dbus-unregister-object): Release service, if no
6972 other method is registered for it.
6973
a51203ee 69742009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
6975
6976 * bookmark.el (bookmark-completing-read): Sort bookmark names if
6977 bookmark-sort-flag is non-nil (Bug#4653).
6978
9bf7dc8a
CY
69792009-11-08 Chong Yidong <cyd@stupidchicken.com>
6980
6981 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
6982 the progress reporter entirely.
6983
15207e74
CY
6984 * emulation/cua-base.el: Add CUA property to some CC mode commands
6985 (Bug#4100).
6986
8bf7ed70
KR
69872009-11-08 Kevin Ryde <user42@zip.com.au>
6988
6989 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 6990 at end of sentence (Bug#4818).
8bf7ed70 6991
951802d0
CY
69922009-11-08 Jared Finder <jfinder@crypticstudios.com>
6993
6994 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6995 Handle "see declaration of" MSFT statements (Bug#4100).
6996
e8244310
MA
69972009-11-08 Michael Albinus <michael.albinus@gmx.de>
6998
6999 * net/tramp.el (tramp-advice-make-auto-save-file-name)
7000 (tramp-advice-file-expand-wildcards): Unload via
7001 `ad-remove-advice'.
7002
7003 * net/trampver.el: Update release number.
7004
a51203ee 70052009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
7006
7007 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
7008 `ad-do-it'.
7009
a51203ee 70102009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
7011
7012 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
7013 in order to keep context in SELinux.
7014
bedd8a58
CY
70152009-11-08 Chong Yidong <cyd@stupidchicken.com>
7016
7017 * dired-aux.el (dired-query): Place cursor in echo area and allow
7018 C-g.
7019
7020 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
7021 menu item if not on a directory (Bug#4701).
7022
0484d600
MA
70232009-11-07 Michael Albinus <michael.albinus@gmx.de>
7024
7025 Sync with Tramp 2.1.17.
7026
7027 * net/tramp.el (tramp-handle-copy-directory): Don't use
7028 `file-remote-p' (due to compatibility).
7029
7030 * net/tramp-compat.el (tramp-compat-copy-directory)
7031 (tramp-compat-delete-directory): New defuns.
7032
7033 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7034 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
7035 `tramp-compat-delete-directory'.
7036
7037 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 7038 (tramp-smb-handle-delete-directory): Use
0484d600
MA
7039 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
7040
7041 * net/trampver.el: Update release number.
7042
b42b2189
CY
70432009-11-07 Chong Yidong <cyd@stupidchicken.com>
7044
6960d7b9
CY
7045 * tar-mode.el (tar-copy): Call write-region on the right buffer
7046 (Bug#4857).
7047
b42b2189
CY
7048 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
7049 by hand, if necessary (Bug#4878).
7050
0ad57dfd
CY
70512009-11-06 Chong Yidong <cyd@stupidchicken.com>
7052
d19e23ae
CY
7053 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
7054 align size column (Bug#4839).
7055
0ad57dfd
CY
7056 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
7057 statement.
7058
0b7f397c
DN
70592009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
7060
7061 * progmodes/ld-script.el (auto-mode-alist):
7062 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
7063
7064 * cus-face.el (custom-declare-face): Purecopy face spec.
7065
495bd5ca
KH
70662009-11-06 Kenichi Handa <handa@m17n.org>
7067
7068 * international/uni-bidi.el: Re-generated.
7069 * international/uni-category.el: Re-generated.
7070 * international/uni-combining.el: Re-generated.
7071 * international/uni-mirrored.el: Re-generated.
7072
1e8780b1
DN
70732009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
7074
7075 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
7076 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
7077 (tex-start-options, slitex-run-command, latex-run-command)
7078 (tex-run-command, tex-directory):
7079 * textmodes/ispell.el (ispell-html-skip-alists)
7080 (ispell-tex-skip-alists, ispell-tex-skip-alists):
7081 * textmodes/fill.el (adaptive-fill-first-line-regexp):
7082 (adaptive-fill-regexp):
7083 * textmodes/dns-mode.el (auto-mode-alist):
7084 * progmodes/python.el (interpreter-mode-alist):
7085 * progmodes/etags.el (tags-compression-info-list):
7086 * progmodes/etags.el (tags-file-name):
7087 * net/browse-url.el (browse-url-galeon-program)
7088 (browse-url-firefox-program):
7089 * mail/sendmail.el (mail-signature-file)
7090 (mail-citation-prefix-regexp):
7091 * international/mule-conf.el (eight-bit):
7092 * international/latexenc.el (latex-inputenc-coding-alist):
7093 * international/fontset.el (x-pixel-size-width-font-regexp):
7094 * emacs-lisp/warnings.el (warning-type-format):
7095 * emacs-lisp/trace.el (trace-buffer):
7096 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
7097 (emacs-lisp-mode-map):
7098 * calendar/holidays.el (holiday-solar-holidays)
7099 (holiday-bahai-holidays, holiday-islamic-holidays)
7100 (holiday-christian-holidays, holiday-hebrew-holidays)
7101 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
7102 (hebrew-holidays-1, holiday-oriental-holidays)
7103 (holiday-general-holidays):
7104 * x-dnd.el (x-dnd-known-types):
7105 * tool-bar.el (tool-bar):
7106 * startup.el (site-run-file):
7107 * shell.el (shell-dumb-shell-regexp):
7108 * rfn-eshadow.el (file-name-shadow-tty-properties)
7109 (file-name-shadow-properties):
7110 * paths.el (remote-shell-program, news-directory):
7111 * mouse.el ([C-down-mouse-3]):
7112 * menu-bar.el (menu-bar-tools-menu):
7113 * jka-cmpr-hook.el (jka-compr-load-suffixes)
7114 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
7115 (jka-compr-compression-info-list):
7116 * isearch.el (search-whitespace-regexp):
7117 * image-file.el (image-file-name-extensions):
7118 * find-dired.el (find-ls-option):
7119 * files.el (directory-listing-before-filename-regexp)
7120 (directory-free-space-args, insert-directory-program)
7121 (list-directory-brief-switches, magic-fallback-mode-alist)
7122 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
7123 (automount-dir-prefix):
7124 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
7125 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
7126 (face-font-registry-alternatives, face-font-registry-alternatives)
7127 (face-font-family-alternatives):
7128 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
7129 (facemenu-foreground-menu, facemenu-face-menu):
7130 * epa-hook.el (epa-file-name-regexp):
7131 * dnd.el (dnd-protocol-alist):
7132 * textmodes/rst.el (auto-mode-alist):
a51203ee 7133 * button.el (default-button): Purecopy strings.
1e8780b1 7134
0adae11f
GM
71352009-11-06 Glenn Morris <rgm@gnu.org>
7136
7137 * Makefile.in (ELCFILES): Update.
7138
2adaf057
SM
71392009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
7140
8f72f03c
SM
7141 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
7142 * emacs-lisp/levents.el: Move to obsolete/levents.el.
7143
2adaf057
SM
7144 * nxml/xsd-regexp.el (xsdre-gen-categories):
7145 * nxml/xmltok.el (xmltok-parse-entity):
7146 * nxml/rng-parse.el (rng-parse-validate-file):
7147 * nxml/rng-maint.el (rng-format-manual)
7148 (rng-manual-output-force-new-line):
7149 * nxml/rng-loc.el (rng-save-schema-location-1):
7150 * nxml/rng-cmpct.el (rng-c-parse-file):
7151 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
7152 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
7153
14862301
SM
71542009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
7155
bf0b361c 7156 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
7157 Remove extra save-excursions and make-variable-buffer-local's.
7158 Suggested by Stefan Monnier.
7159
7160 (verilog-getopt-file, verilog-module-inside-filename-p)
7161 (verilog-set-define): Merge GNU 1.35 and repair changes from
7162 switching to using with-current-buffer.
7163
7164 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
7165 being treated as a number and confusing AUTORESET.
7166 Reported by Dan Dever.
7167
7168 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
7169 Add verilog-auto-ignore-concat to fix backward compatibility with
7170 older verilog-modes. Reported by Dan Katz.
7171
7172 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
7173 containing closing anchors "...$".
7174
7175 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
7176 Reported by Wade Smith.
7177
48c2d18a 7178 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
7179
71802009-11-05 Michael McNamara <mac@mail.brushroad.com>
7181
bf0b361c
JB
7182 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
7183 for labels.
14862301
SM
7184
7185 (verilog-label-re, verilog-calc-1): Support proper indent of named
7186 asserts.
7187
7188 (verilog-backward-token, verilog-basic-complete-re)
7189 (verilog-beg-of-statement, verilog-indent-re): Support proper
7190 indent of the assert statement at the beginning of a block of text.
7191
7192 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
7193 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
7194 tokens as begins.
7195
4f8f657f
GM
71962009-11-05 Glenn Morris <rgm@gnu.org>
7197
775adc51
GM
7198 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
7199 Emacs 19. (Bug#1531)
7200 (byte-compile-fix-header): Update for the above change.
7201 Drop test for epoch::version.
7202
4ad6a5e7 7203 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
7204 * cus-dep.el (custom-make-dependencies):
7205 * finder.el (finder-compile-keywords):
7206 Use autoload-rubric's feature argument.
4ad6a5e7 7207
4f8f657f
GM
7208 * calendar/diary-lib.el (top-level): Make load behave more like require.
7209
881e4184
GM
7210 * vc-git.el (vc-git-stash-map): Move definition before use.
7211
ba214964 72122009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 7213
b6f8ba09
DN
7214 * custom.el (custom-declare-group): Purecopy standard-value.
7215 (custom-declare-group): Purecopy custom-prefix.
7216
7fdbcd83
SM
7217 * international/mule.el (load-with-code-conversion):
7218 Call do-after-load-evaluation unconditionally.
eb6f577b 7219
f6195dfb
DN
7220 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
7221
56f14120
SM
72222009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7223
7224 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
7225
e5c89ce9
GM
72262009-11-04 Glenn Morris <rgm@gnu.org>
7227
7228 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
7229 (byte-compile-compatibility): Remove option.
7230 (byte-compile-close-variables, byte-compile-fix-header)
7231 (byte-compile-insert-header, byte-compile-output-docform)
7232 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
7233 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
7234 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
7235 (byte-compile-insert, byte-compile-defun):
7236 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
7237 (byte-defop-compiler19): Remove.
7238 Without byte-compile-compatibility, the 'emacs19-opcode property is not
7239 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 7240
e24f42ab
JL
72412009-11-04 Juri Linkov <juri@jurta.org>
7242
7243 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
7244 (menu-bar-options-menu): Don't quote the `prop' arg of
7245 `menu-bar-make-mm-toggle'.
7246
d3d5f4f5
JB
72472009-11-04 Juanma Barranquero <lekktu@gmail.com>
7248
7249 * calendar/calendar.el (cal-loaddefs):
7250 * calendar/diary-lib.el (diary-loaddefs):
7251 * calendar/holidays.el (hol-loaddefs):
7252 * eshell/esh-module.el (esh-groups): Load rather than require.
7253
6e39d3b2
SM
72542009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7255
e96d62cd
SM
7256 * calendar/todo-mode.el (todo-add-category): Don't hardcode
7257 point-min==1.
7e83e8b4
SM
7258 (todo-top-priorities): Only display-buffer when called interactively.
7259 (todo-item-start): Don't save excursion point.
7260 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
7261 (todo-insert-item-here, todo-file-item, todo-remove-item):
7262 Adjust uses of todo-item-start and todo-item-end.
7263
fae4e5b9
SM
7264 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
7265 (autoload-rubric): Don't use any more.
7266 * cedet/semantic/fw.el (semantic/loaddefs):
7267 * cedet/srecode.el (srecode/loaddefs):
7268 * cedet/ede.el (ede/loaddefs): Load rather than require.
a51203ee
JB
7269 * cedet/ede/cpp-root.el:
7270 * cedet/ede/emacs.el:
7271 * cedet/ede/files.el:
7272 * cedet/ede/linux.el:
7273 * cedet/ede/locate.el:
7274 * cedet/ede/make.el:
7275 * cedet/ede/shell.el:
7276 * cedet/ede/speedbar.el:
7277 * cedet/ede/system.el:
7278 * cedet/ede/util.el:
7279 * cedet/semantic/analyze.el:
7280 * cedet/semantic/bovine.el:
7281 * cedet/semantic/complete.el:
7282 * cedet/semantic/ctxt.el:
7283 * cedet/semantic/db-file.el:
7284 * cedet/semantic/db-find.el:
7285 * cedet/semantic/db-global.el:
7286 * cedet/semantic/db-mode.el:
7287 * cedet/semantic/db-typecache.el:
7288 * cedet/semantic/db.el:
7289 * cedet/semantic/debug.el:
7290 * cedet/semantic/dep.el:
7291 * cedet/semantic/doc.el:
7292 * cedet/semantic/edit.el:
7293 * cedet/semantic/find.el:
7294 * cedet/semantic/format.el:
7295 * cedet/semantic/html.el:
7296 * cedet/semantic/ia-sb.el:
7297 * cedet/semantic/ia.el:
7298 * cedet/semantic/idle.el:
7299 * cedet/semantic/lex-spp.el:
7300 * cedet/semantic/lex.el:
7301 * cedet/semantic/mru-bookmark.el:
7302 * cedet/semantic/scope.el:
7303 * cedet/semantic/senator.el:
7304 * cedet/semantic/sort.el:
7305 * cedet/semantic/symref.el:
7306 * cedet/semantic/tag-file.el:
7307 * cedet/semantic/tag-ls.el:
7308 * cedet/semantic/tag-write.el:
7309 * cedet/semantic/tag.el:
7310 * cedet/semantic/util-modes.el:
7311 * cedet/semantic/analyze/complete.el:
7312 * cedet/semantic/analyze/refs.el:
7313 * cedet/semantic/bovine/c.el:
7314 * cedet/semantic/bovine/gcc.el:
7315 * cedet/semantic/bovine/make.el:
7316 * cedet/semantic/bovine/scm.el:
7317 * cedet/semantic/decorate/include.el:
7318 * cedet/semantic/decorate/mode.el:
7319 * cedet/semantic/symref/cscope.el:
7320 * cedet/semantic/symref/global.el:
7321 * cedet/semantic/symref/grep.el:
7322 * cedet/semantic/symref/idutils.el:
7323 * cedet/semantic/symref/list.el:
7324 * cedet/semantic/wisent/java-tags.el:
7325 * cedet/semantic/wisent/javascript.el:
7326 * cedet/srecode/compile.el:
7327 * cedet/srecode/cpp.el:
7328 * cedet/srecode/document.el:
7329 * cedet/srecode/el.el:
7330 * cedet/srecode/expandproto.el:
7331 * cedet/srecode/getset.el:
7332 * cedet/srecode/insert.el:
7333 * cedet/srecode/java.el:
7334 * cedet/srecode/map.el:
7335 * cedet/srecode/mode.el:
7336 * cedet/srecode/template.el:
7337 * cedet/srecode/texi.el: Remove the file-local setting of
fae4e5b9
SM
7338 generated-autoload-feature.
7339
6e39d3b2
SM
7340 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
7341 and only put a prop if it is non-nil.
7342
c9753fb4
JL
73432009-11-03 Juri Linkov <juri@jurta.org>
7344
7345 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
7346 (menu-bar-options-menu): Fix list quoting (Bug#4429).
7347
7348 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
7349 and "Menu" to make top-level menu item visually one unit (like
7350 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
7351 multi-word menu items). Fix :help string for quit-window.
7352
db04f33f
GM
73532009-11-03 Glenn Morris <rgm@gnu.org>
7354
df8fff6c
GM
7355 * cedet/mode-local.el (with-mode-local): Doc fix.
7356
2aea6521
GM
7357 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7358 (byte-compile-file-form-define-abbrev-table)
7359 (byte-compile-file-form-custom-declare-variable)
7360 (byte-compile-variable-ref, byte-compile-defvar):
7361 Whether or not a warning is enabled should only affect whether we issue
7362 the warning, not whether or not we collect the relevant data.
7363 Eg warnings can be turned on and off throughout the course of a file.
7364
db04f33f
GM
7365 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
7366 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
7367
937e6a56
SM
73682009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7369
7370 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
7371 * play/mpuz.el (mpuz-create-buffer):
7372 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
7373 (lm-print-y,s,noise, lm-print-w0, lm-init):
7374 * play/gomoku.el (gomoku-prompt-for-move):
7375 * play/fortune.el (fortune-in-buffer):
7376 * play/dissociate.el (dissociated-press):
7377 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 7378 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
7379 * mail/supercite.el (sc-eref-show):
7380 * mail/smtpmail.el (smtpmail-send-it):
7381 * mail/rmailsum.el (rmail-summary-next-labeled-message)
7382 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
7383 (rmail-summary-undelete-many, rmail-summary-rmail-update)
7384 (rmail-summary-goto-msg, rmail-summary-expunge)
7385 (rmail-summary-get-new-mail, rmail-summary-search-backward)
7386 (rmail-summary-add-label, rmail-summary-output-menu)
7387 (rmail-summary-output-body):
7388 * mail/rfc822.el (rfc822-addresses):
7389 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
7390 * mail/mailpost.el (post-mail-send-it):
7391 * mail/hashcash.el (hashcash-generate-payment):
7392 * mail/feedmail.el (feedmail-run-the-queue)
7393 (feedmail-queue-send-edit-prompt-help-first)
7394 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
7395 (feedmail-deduce-address-list):
7396 * eshell/esh-ext.el (eshell-remote-command):
7397 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
7398 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
7399 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
7400 (viper-save-string-in-file, viper-valid-marker):
7401 * emulation/viper-keym.el (viper-toggle-key):
7402 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
7403 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
7404 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
7405 * emulation/viper-cmd.el (viper-exec-form-in-vi)
7406 (viper-exec-form-in-emacs, viper-brac-function):
7407 * emulation/viper.el (viper-delocalize-var):
7408 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
7409 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
7410 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
7411 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
7412 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
7413 * emulation/edt.el (edt-electric-helpify):
7414 * emulation/cua-rect.el (cua--rectangle-aux-replace):
7415 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
7416 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
7417 (cua-indent-to-global-mark-column):
7418 * calendar/diary-lib.el (calendar-mark-1):
7419 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
7420 Use with-current-buffer.
7421 * emulation/viper.el (viper-delocalize-var): Use dolist.
7422
5b955562
CY
74232009-11-03 Chong Yidong <cyd@stupidchicken.com>
7424
7425 * comint.el (comint-replace-by-expanded-history-before-point):
7426 Replace !! with the previous input string literally (Bug#1795).
7427
6292c599
JB
74282009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
7429
7430 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
7431 to be made up of whitespace.
7432
8368c14e
CY
74332009-11-02 Chong Yidong <cyd@stupidchicken.com>
7434
7435 * minibuffer.el (read-file-name): Don't use file dialogs for
7436 remote directories (Bug#99).
7437
6f750f0d
CY
74382009-11-01 Chong Yidong <cyd@stupidchicken.com>
7439
7440 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
7441
97ab3f47
AS
74422009-11-01 Andreas Schwab <schwab@linux-m68k.org>
7443
7444 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
7445 instead of deleting the window or frame.
7446
673c1168
CY
74472009-10-31 Chong Yidong <cyd@stupidchicken.com>
7448
7449 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
7450 Support face colors.
7451
937e6a56
SM
7452 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
7453 New function. Support face colors (Bug#1168).
673c1168
CY
7454 (tex-common-initialization): Use it.
7455
7456 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
7457 mode allows it (Bug#1168).
7458
c9349f0a
CY
74592009-10-31 Juri Linkov <juri@jurta.org>
7460
7461 * facemenu.el (list-colors-display): Don't mark buffer as
7462 modified (Bug#3948).
7463
ebf5c4f5
CY
74642009-10-31 Chong Yidong <cyd@stupidchicken.com>
7465
5c2dce75
CY
7466 * international/mule-diag.el (list-character-sets-1): Minor
7467 message fix (Bug#3526).
7468
26581f0e
CY
7469 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
7470 face property (Bug#4834).
7471 (etags-list-tags, etags-tags-apropos-additional)
7472 (etags-tags-apropos, tags-select-tags-table): Add follow-link
7473 property.
7474
ebf5c4f5
CY
7475 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
7476 items.
7477
7478 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
7479 items.
7480
7481 * cedet/ede.el (ede-minor-mode):
7482 * cedet/semantic.el (semantic-mode): Toggle menu separators.
7483
9a529312
SM
74842009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7485
7486 * textmodes/two-column.el (2C-split):
7487 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
7488 * textmodes/tex-mode.el (tex-set-buffer-directory):
7489 * textmodes/spell.el (spell-region, spell-string):
7490 * textmodes/reftex.el (reftex-erase-buffer):
7491 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
7492 * textmodes/reftex-toc.el (reftex-toc-promote-action):
7493 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
7494 (reftex-select-item):
7495 * textmodes/reftex-ref.el (reftex-label-info-update)
7496 (reftex-offer-label-menu):
7497 * textmodes/reftex-index.el (reftex-index-change-entry)
7498 (reftex-index-phrases-info):
7499 * textmodes/reftex-global.el (reftex-create-tags-file)
7500 (reftex-save-all-document-buffers, reftex-ensure-write-access):
7501 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
7502 (reftex-view-crossref-from-bibtex):
7503 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
7504 (reftex-extract-bib-entries-from-thebibliography)
7505 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
7506 * textmodes/refbib.el (r2b-capitalize-title):
7507 (r2b-convert-buffer, r2b-help):
7508 * textmodes/page-ext.el (pages-directory)
7509 (pages-directory-goto-with-mouse):
7510 * textmodes/bibtex.el (bibtex-validate-globally):
7511 * textmodes/bib-mode.el (bib-capitalize-title):
7512 * textmodes/artist.el (artist-clear-buffer, artist-system):
7513 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
7514 (local-set-scheme-interaction-buffer, xscheme-process-filter)
7515 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
7516 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
7517 (xscheme-send-control-g-interrupt, xscheme-start-process)
7518 (xscheme-process-sentinel, xscheme-cd):
7519 * progmodes/verilog-mode.el (verilog-read-always-signals)
7520 (verilog-set-define, verilog-getopt-file)
7521 (verilog-module-inside-filename-p):
7522 * progmodes/sh-script.el:
7523 * progmodes/python.el (python-pdbtrack-get-source-buffer)
7524 (python-pdbtrack-grub-for-buffer, python-execute-file):
7525 * progmodes/octave-inf.el (inferior-octave):
7526 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7527 (idlwave-shell-compile-helper-routines, idlwave-set-local)
7528 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
7529 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
7530 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
7531 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
7532 (idlwave-shell-filter, idlwave-shell-examine-highlight)
7533 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
7534 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
7535 (idlwave-shell-examine-display, idlwave-shell-run-region)
7536 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
7537 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
7538 * progmodes/idlw-help.el (idlwave-help-get-special-help)
7539 (idlwave-help-get-help-buffer):
7540 * progmodes/gud.el (gud-basic-call, gud-find-class)
7541 (gud-tooltip-activate-mouse-motions-if-enabled):
7542 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7543 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
7544 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
7545 (ebrowse-tags-next-file):
7546 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
7547 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
7548 (ebnf-eps-finish-and-write):
7549 * progmodes/cpp.el (cpp-edit-save):
7550 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
7551 * progmodes/cc-defs.el (c-emacs-features):
7552 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
7553 (antlr-directory-dependencies):
7554 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
7555 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
7556 (ada-find-any-references, ada-make-filename-from-adaname)
7557 (ada-make-body-gnatstub):
7558 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 7559 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
7560 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
7561 * net/rcirc.el (rcirc-debug):
7562 * net/newst-treeview.el (newsticker--treeview-list-add-item)
7563 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
7564 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
7565 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 7566 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
7567 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
7568 (newsticker--treeview-list-clear-highlight)
7569 (newsticker--treeview-list-update-highlight)
7570 (newsticker--treeview-list-highlight-start)
7571 (newsticker--treeview-tree-update-highlight)
7572 (newsticker--treeview-get-selected-item)
7573 (newsticker-treeview-mark-list-items-old)
7574 (newsticker--treeview-set-current-node):
7575 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7576 * net/newst-backend.el (newsticker--get-news-by-funcall)
7577 (newsticker--get-news-by-wget, newsticker--image-get)
7578 (newsticker--image-sentinel):
7579 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
7580 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
7581 (eudc-ph-close-session):
7582 * net/eudc.el (eudc-save-options):
7583 * language/thai-word.el (thai-update-word-table):
7584 * language/japan-util.el (japanese-string-conversion):
7585 * international/titdic-cnv.el (tsang-quick-converter)
7586 (ziranma-converter, ctlau-converter):
7587 * international/mule-cmds.el (describe-language-environment):
7588 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
7589 (skkdic-convert-postfix, skkdic-convert-prefix):
7590 (skkdic-convert-okuri-nasi, skkdic-convert):
7591 * emacs-lisp/re-builder.el (reb-update-overlays):
7592 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
7593 * emacs-lisp/gulp.el (gulp-send-requests):
7594 * emacs-lisp/find-gc.el (trace-call-tree):
7595 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7596 (eieio-describe-generic):
7597 * emacs-lisp/eieio-base.el (eieio-persistent-read):
7598 * emacs-lisp/edebug.el (edebug-outside-excursion):
7599 * emacs-lisp/debug.el (debugger-make-xrefs):
7600 * emacs-lisp/cust-print.el (custom-prin1-to-string):
7601 * emacs-lisp/chart.el (chart-new-buffer):
7602 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7603 Use with-current-buffer.
7604 * textmodes/artist.el (artist-system): Don't call
7605 copy-sequence on a fresh string.
7606 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7607
d566f228
GM
76082009-10-31 Stephen Berman <stephen.berman@gmx.net>
7609
7610 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 7611 is no item to edit. (Bug#4820)
d566f228 7612 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 7613 buffer. (Bug#4820)
d566f228 7614
f3628edd
GM
76152009-10-31 Glenn Morris <rgm@gnu.org>
7616
5cf3709c
GM
7617 * net/ange-ftp.el (top-level): Don't require dired when compiling.
7618 (comint-last-output-start, comint-last-input-start)
7619 (comint-last-input-end): Don't defvar when compiling.
7620 (ange-ftp-process-file): Use bound-and-true-p.
7621
4c814fd2
GM
7622 * pcmpl-rpm.el (top-level): Move provide statement to end.
7623 (pcmpl-rpm): Remove unused custom group.
7624
113b8dcc
GM
7625 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7626
31c615e4
GM
7627 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7628
416d3588
GM
7629 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7630 (byte-compile-warnings): Add `constants' as an option.
7631 (byte-compile-callargs-warn, byte-compile-arglist-warn)
7632 (display-call-tree): Update for byte-compile-fdefinition possibly
7633 returning `(macro lambda ...)'. (Bug#4778)
7634 (byte-compile-variable-ref, byte-compile-setq-default):
7635 Respect `constants' member of byte-compile-warnings.
7636
8aedfd3b
GM
7637 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
7638 Use mapc rather than mapcar because the return value is never used.
7639
f3628edd
GM
7640 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
7641 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
7642 * cedet/semantic/html.el:
7643 Suppress harmless warnings about setting up semantic-imenu (not
7644 part of Emacs) variables.
7645
00f71f39
SM
76462009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7647
7648 * vc-bzr.el (vc-bzr-revision-keywords): New var.
7649 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7650 to "submit:".
7651
4fa4a838
SM
7652 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
7653 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
7654 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
7655 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
7656 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
7657 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
7658 (semantic-analyzer-debug-global-symbol)
7659 (semantic-analyzer-debug-missing-innertype)
7660 (semantic-analyzer-debug-insert-include-summary):
7661 * cedet/semantic/util.el (semantic-file-tag-table):
7662 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
7663 (semantic-recursive-find-nonterminal-by-name):
7664 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
7665 * cedet/semantic/tag-file.el (semantic-prototype-file):
7666 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
7667 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
7668 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
7669 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
7670 (semantic-idle-summary-maybe-highlight):
7671 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
7672 (semantic-ia-sb-tag-info):
7673 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
7674 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
7675 * cedet/semantic/ede-grammar.el (project-compile-target):
7676 (ede-proj-makefile-insert-variables):
7677 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
7678 (semantic-debug-set-source-location, semantic-debug-interface-layout)
7679 (semantic-debug-mode, semantic-debug):
7680 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
7681 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
7682 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
7683 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
7684 (semanticdb-find-translate-path-includes--internal)
7685 (semanticdb-reset-log, semanticdb-find-log-activity):
7686 * cedet/semantic/db-file.el (object-write):
7687 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
7688 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
7689 (semanticdb-create-ebrowse-database):
7690 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
7691 * cedet/semantic/complete.el (semantic-displayor-focus-request)
7692 (semantic-collector-calculate-completions-raw)
7693 (semantic-complete-read-tag-analyzer):
7694 * cedet/semantic/analyze.el (semantic-analyze-pulse):
7695 * cedet/ede/util.el (ede-update-version-in-source):
7696 * cedet/ede/proj.el (project-delete-target):
7697 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
7698 (ede-proj-flush-autoconf):
7699 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
7700 (ede-proj-configure-synchronize):
7701 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
7702 * cedet/ede/linux.el (ede-linux-version):
7703 * cedet/ede/emacs.el (ede-emacs-version):
7704 * cedet/ede/dired.el (ede-dired-add-to-target):
7705 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
7706 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
7707 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
7708 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
7709 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
7710 (cedet-idutils-version-check):
7711 * cedet/cedet-global.el (cedet-gnu-global-call):
7712 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
7713 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
7714 * cedet/cedet-cscope.el (cedet-cscope-call)
7715 (cedet-cscope-expand-filename, cedet-cscope-version-check):
7716 Use with-current-buffer.
7717 * cedet/ede.el (ede-make-project-local-variable)
7718 (ede-set-project-variables, ede-set): Use dolist.
7719
ca0a881a
DN
77202009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7721
7722 * textmodes/ispell.el (ispell-skip-region-alist):
7723 * international/mule-conf.el (eight-bit):
7724 * international/fontset.el (font-encoding-alist):
7725 * startup.el (pure-space-overflow-message):
7726 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7727 * paths.el (gnus-nntp-service, rmail-spool-directory)
7728 (term-file-prefix):
7729 * files.el (save-some-buffers-action-alist):
7730 * cmuscheme.el (same-window-buffer-names):
7731 * ielm.el (same-window-buffer-names):
7732 * shell.el (same-window-buffer-names):
7733 * mail/sendmail.el (same-window-buffer-names):
7734 * progmodes/inf-lisp.el (same-window-buffer-names):
7735 * bindings.el (mode-line-client)
7736 (mode-line-column-line-number-mode-map):
7737 * language/tibetan.el (tibetan-precomposition-rule-regexp)
7738 (tibetan-precomposed-regexp): Purecopy string arguments.
7739
b861e45e
SM
77402009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7741
6df9b6d7
SM
7742 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7743 (calcDigit-nondigit):
7744 * calc/calc-yank.el (calc-copy-to-buffer):
7745 * calc/calc-units.el (calc-invalidate-units-table):
7746 * calc/calc-trail.el (calc-trail-yank):
7747 * calc/calc-store.el (calc-insert-variables):
7748 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7749 * calc/calc-prog.el (calc-read-parse-table):
7750 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7751 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7752 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7753 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7754 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7755 (calc-graph-name, calc-graph-find-command, calc-graph-view)
7756 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7757 * calc/calc-ext.el (calc-realign):
7758 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7759 (calc-embedded-finish-edit, calc-embedded-make-info)
7760 (calc-embedded-finish-command, calc-embedded-stack-change):
7761 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7762
5a916e35
SM
7763 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
7764 (overload-docstring-extension): Use that info.
7765 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
7766 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
7767 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
7768 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
7769 (semantic-nonterminal-full-name): Add the new `when' info.
7770 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
7771 `assert'.
7772
70f44c65
SM
7773 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7774 shell-dynamic-complete-filename in preference to
7775 comint-dynamic-complete-filename.
7776
b861e45e
SM
7777 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7778 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7779 Don't consider whether the display supports colors.
7780 (bookmark-import-new-list): Use dolist.
7781 (bookmark-bmenu-mode-map): Move initialization into declaration.
7782 (bookmark-bmenu-list): Use dolist, simplify.
7783 (bookmark-show-all-annotations): Use save-selected-window and dolist.
7784 (menu-bar-final-items): Use push.
7785
8549241d 77862009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
7787
7788 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7789 it works on remote files.
7790 (vc-hg-diff): Don't pass any `--cwd' argument.
7791
30644573
KR
77922009-10-27 Kevin Ryde <user42@zip.com.au>
7793
cc63d28f
SM
7794 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7795 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
7796 (Further to Bug#3921).
7797
9be01a63
MA
77982009-10-27 Michael Albinus <michael.albinus@gmx.de>
7799
7800 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7801 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7802 calling `tramp-imap-put-file'. Add file size to the call.
7803 (tramp-imap-get-file-entries): Compute also user name, file size,
7804 and date.
7805 (tramp-imap-handle-insert-directory): Insert uid and gid.
7806 (tramp-imap-handle-file-attributes): Transform uid and gid
7807 according to `id-format'.
7808 (tramp-imap-put-file): New optional parameter SIZE. Encode file
7809 size in header X-Size.
7810
41849bf9
JB
78112009-10-26 Juanma Barranquero <lekktu@gmail.com>
7812
7813 * simple.el (transpose-subr): Give clearer error when the mark
7814 is not set. (Bug#4807)
7815
293c24f9
MA
78162009-10-26 Michael Albinus <michael.albinus@gmx.de>
7817
cc63d28f
SM
7818 * net/tramp.el (tramp-perl-file-truename): New defconst.
7819 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 7820 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
7821 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7822 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 7823
cc63d28f
SM
7824 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7825 Ignore `dired-call-process'.
293c24f9
MA
7826 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7827
78282009-10-26 Julian Scheid <julians37@gmail.com>
7829
cc63d28f 7830 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
7831 (tramp-get-remote-readlink): New defun.
7832 (tramp-handle-file-truename): Use it.
7833 (tramp-handle-file-exists-p): Check file-attributes cache, assume
7834 file exists if cache value present.
48c2d18a 7835 (tramp-check-cached-permissions): New defun.
293c24f9
MA
7836 (tramp-handle-file-readable-p): Use it.
7837 (tramp-handle-file-writable-p): Likewise.
7838 (tramp-handle-file-executable-p): Likewise.
7839 (tramp-handle-file-name-all-completions): Try using Perl to get
7840 partial completions. When perl not available, combine `cd' and
7841 `ls' into single remote operation and use shell expansion to get
7842 partial remote directory contents. Set `file-exists-p' cache for
7843 directory and any files returned by ls. Change cache handling to
7844 support partial directory contents. Use error message emitted by
7845 remote `cd' or Perl code for local tramp-error.
7846 (tramp-do-copy-or-rename-file-directly): Avoid separate
7847 tramp-send-command-and-check call.
cc63d28f
SM
7848 (tramp-handle-process-file): Merge three remote ops into one.
7849 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
7850 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7851 file-attributes shows uid/gid to be set already.
7852
a7610c52
DN
78532009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7854
7855 * textmodes/tex-mode.el (tex-dvi-view-command)
7856 (tex-show-queue-command, tex-open-quote):
7857 * progmodes/ruby-mode.el (auto-mode-alist)
7858 (interpreter-mode-alist): Purecopy strings.
7859
7860 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7861
7862 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7863 string for the hook, keymap and abbrev table.
7864
7865 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7866
7867 * x-dnd.el (x-dnd-xdnd-to-action):
7868 * startup.el (fancy-startup-text, fancy-about-text): Change to
7869 defconst from defvar.
7870
7871 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7872
7873 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7874 Purecopy initialization strings.
7875
7876 * mail/sendmail.el (mail-header-separator)
7877 (mail-personal-alias-file):
7878 * mail/rmail.el (rmail-default-dont-reply-to-names)
7879 (rmail-ignored-headers, rmail-retry-ignored-headers)
7880 (rmail-highlighted-headers, rmail-secondary-file-directory)
7881 (rmail-secondary-file-regexp):
7882 * files.el (null-device, file-name-invalid-regexp)
7883 (locate-dominating-stop-dir-regexp)
cc63d28f 7884 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
7885 (interpreter-mode-alist): Use mapcar instead of mapc.
7886
7887 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7888
7889 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7890 (completion-ignored-extensions):
7891 (debug-ignored-errors): Purecopy strings.
7892
4fcc3d32
SM
78932009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7894
0667de21
SM
7895 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7896 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7897 (pcomplete--here): Use push.
7898
4fcc3d32
SM
7899 * subr.el (all-completions): Declare the 4th arg obsolete.
7900
955ef430
SM
79012009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7902
2d085307
SM
7903 * pcomplete.el (pcomplete-unquote-argument-function): New var.
7904 (pcomplete-unquote-argument): New function.
7905 (pcomplete--common-suffix): Always pay attention to case.
7906 (pcomplete--table-subvert): Quote and unquote the text.
7907 (pcomplete--common-quoted-suffix): New function.
7908 (pcomplete-std-complete): Use it and pcomplete-begin.
7909
955ef430
SM
7910 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7911 we're inside a dedicated or minibuffer window.
7912
4fcc3d32
SM
79132009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7914
7915 * cedet/semantic/fw.el (semantic-alias-obsolete)
7916 (semantic-varalias-obsolete): Make the `when' arg mandatory.
7917 (define-mode-overload-implementation):
7918 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
7919 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
7920 * cedet/semantic/util.el (semantic-file-token-stream)
7921 (semantic-something-to-stream):
7922 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
7923 (semantic-expand-nonterminal):
7924 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
7925 (semantic-find-dependency, semantic-find-nonterminal)
7926 (semantic-find-dependency):
7927 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
7928 (semantic-flex-text, semantic-flex-make-keyword-table)
7929 (semantic-flex-keyword-p, semantic-flex-keyword-put)
7930 (semantic-flex-keyword-get, semantic-flex-map-keywords)
7931 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
7932 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
7933 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
7934 (semantic-after-idle-scheduler-reparse-hooks):
7935 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
7936 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
7937 * cedet/semantic.el (semantic-toplevel-bovine-table)
7938 (semantic-toplevel-bovine-cache)
7939 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
7940 (semantic-init-mode-hooks, semantic-init-db-hooks)
7941 (semantic-bovination-working-type): Provide the `when' arg.
7942
7c85c02b
KF
79432009-10-24 Karl Fogel <kfogel@red-bean.com>
7944
7945 * bookmark.el: Update documentation, especially documentation
7946 of `bookmark-alist' and of the bookmark file format.
7947 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
7948
3e8ae8a6
CY
79492009-10-24 Chong Yidong <cyd@stupidchicken.com>
7950
3e425845
CY
7951 * mail/emacsbug.el (report-emacs-bug): Clarify that the
7952 keybindings apply to the mail buffer (Bug#4003). Shrink help
7953 window to buffer.
7954
cdd47d48
CY
7955 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7956 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
7957 (whitespace-toggle-options, global-whitespace-toggle-options):
7958 Doc fix (Bug#3660).
cdd47d48 7959
ba07c9ad
CY
7960 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7961 of xmltok-start before the end tag was inserted (Bug#2840).
7962
3e8ae8a6
CY
7963 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7964 patterns that are preceded by an open-paren (Bug#1320).
7965
ab276820
CY
79662009-10-24 Sven Joachim <svenjoac@gmx.de>
7967
7968 * files.el (delete-directory): Delete symlinks to directories with
7969 delete-file (Bug#4739).
7970
86f1602f
CY
79712009-10-24 Chong Yidong <cyd@stupidchicken.com>
7972
7973 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
7974 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
7975 argument to make-obsolete.
7976
7977 * cedet/semantic/fw.el (semantic-alias-obsolete)
7978 (semantic-varalias-obsolete): Add optional WHEN argument.
7979
905a9ed3
DN
79802009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7981
a9a2a6db
DN
7982 * vc.el (vc-backend-for-registration): Rename from
7983 vc-get-backend-for-registration. Update callers.
7984
cc63d28f
SM
7985 * international/mule-cmds.el (set-language-info-alist):
7986 Purecopy lang-env.
905a9ed3
DN
7987 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7988 (charset): Purecopy the name.
7989 (define-char-code-property): Purecopy string arguments.
7990
7991 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7992 Purecopy string arguments.
7993
7994 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7995 * ediff-hook.el (menu-bar-ediff-menu):
7996 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7997 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7998
d270305a
GM
79992009-10-24 Glenn Morris <rgm@gnu.org>
8000
6c74d523 8001 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
8002 * term.el (term-dynamic-list-completions): Use choose-completion rather
8003 than obsolete alias mouse-choose-completion.
8004
ae732337
GM
8005 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
8006 file-cache-choose-completion.
8007 (file-cache-choose-completion): Handle an optional event argument.
8008 (file-cache-mouse-choose-completion): Make it an obsolete alias.
8009
cc63d28f
SM
8010 * progmodes/octave-mod.el (octave-complete-symbol):
8011 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 8012
9847dc91
GM
8013 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
8014 use.
8015
e8f2a5d5
GM
8016 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
8017 compiler.
8018
d270305a
GM
8019 * vc-hooks.el (vc-responsible-backend): Fix declaration.
8020
c6432f1e
SM
80212009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8022
8023 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
8024 Ignore `pred' now that we receive one.
8025 Handle test-completion specially.
8026
6ab196f9
DN
80272009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
8028
8029 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 8030 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
8031 REGISTER ...
8032 (vc-get-backend-for-registration): ... here. New function.
8033 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
8034 of vc-responsible-backend, pass the file name instead of the
8035 directory name.
8036
48feed59
SM
80372009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8038
8039 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
8040 New funs.
8041 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
8042 (pcomplete-comint-setup): Don't modify a global var via
8043 accidental side-effects.
8044 (pcomplete-shell-setup): Adjust call accordingly.
8045 (pcomplete-parse-comint-arguments): Use push.
8046
00006066
CY
80472009-10-23 Chong Yidong <cyd@stupidchicken.com>
8048
36bfa3af
CY
8049 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8050 Allow uncapitalized info node names (Bug#3921).
8051
00006066
CY
8052 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
8053 to the DEBUG file (Bug#3781).
8054
aa311d6e
CY
80552009-10-23 Jari Aalto <jari.aalto@cante.net>
8056
8057 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
8058 dictionary entry (Bug#4579).
8059
b88f2d0a
MA
80602009-10-23 Michael Albinus <michael.albinus@gmx.de>
8061
8062 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
8063 from `rfn-eshadow-update-overlay-hook' when unloading.
8064 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
8065 "rsyncc". Adjust doc string.
48c2d18a 8066 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
8067 (tramp-handle-insert-file-contents, tramp-handle-write-region):
8068 Keep temporary file when indicated by method ("rsync" and
8069 "rsyncc").
8070 (tramp-handle-write-region): Handle APPEND.
8071 (tramp-delete-temp-file-function): New defun. Added to
8072 `kill-buffer-hook'.
8073
1becddbb
JB
80742009-10-23 Juanma Barranquero <lekktu@gmail.com>
8075
8076 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
8077
8f43cbf3
DN
80782009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
8079
8080 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
8081 (color-name-rgb-alist, tty-standard-colors)
8082 (tty-color-mode-alist): Change to defconst.
8083
8084 * simple.el (mark-inactive): Purecopy message.
8085
8086 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
8087 (global-map, yank-menu):
8088 * textmodes/ispell.el (ispell-menu-map):
8089 * net/eudc.el (eudc-tools-menu):
8090 * international/mule-cmds.el (describe-language-environment-map)
8091 (setup-language-environment-map, set-coding-system-map)
8092 (mule-menu-keymap):
8093 * vc-hooks.el (vc-menu-entry, vc-menu-map):
8094 * replace.el (occur-mode-map):
8095 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
8096
1d228a31
JB
80972009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
8098
8099 * calc/calc.el (math-read-number, math-read-number-simple): Use
8100 `save-match-data'.
8101
3b067af1
SM
81022009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
8103
28a90c44
SM
8104 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
8105 rather than fiddling with global-map bindings, since it should only
8106 affect per-terminal settings.
8107 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
8108
a452eee8
SM
8109 * minibuffer.el (completion-table-with-terminator): Allow to specify
8110 the terminator-regexp.
8111
ab14d7d5
SM
8112 * simple.el (switch-to-completions): Look for *Completions* in other
8113 frames as well.
8114
3b067af1
SM
8115 * pcomplete.el: Allow the use of completion-tables.
8116 (pcomplete-std-complete): New command.
8117 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
8118 (pcomplete--here): Use a function for `form' rather than an expression,
8119 so it can be byte-compiled.
8120 (pcomplete-here, pcomplete-here*): Adjust accordingly.
8121 Add edebug declaration.
8122 (pcomplete-show-completions): Remove unused var `curbuf'.
8123 (pcomplete-do-complete, pcomplete-stub):
1becddbb 8124 Don't assume `completions' is a list of strings any more.
3b067af1 8125
5480359e
JB
81262009-10-22 Juanma Barranquero <lekktu@gmail.com>
8127
8128 * find-dired.el (find-name-arg): Fix typo in docstring.
8129
3170b794
SM
81302009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
8131
48c23a25
SM
8132 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
8133 (pcmpl-linux-fs-types): Same, and update to new modules layout.
8134
56b14058
SM
8135 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
8136 pcomplete-entries.
8137
3170b794
SM
8138 * comint.el (comint-read-input-ring, comint-write-input-ring)
8139 (comint-substitute-in-file-name)
8140 (comint-dynamic-complete-as-filename)
8141 (comint-dynamic-simple-complete)
8142 (comint-dynamic-list-filename-completions)
8143 (comint-dynamic-list-completions)
8144 (comint-redirect-results-list-from-process): Minor simplifications.
8145
2affef34
KR
81462009-10-21 Kevin Ryde <user42@zip.com.au>
8147
3170b794
SM
8148 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8149 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 8150 the first form. And insert a blank line after ";;; Code" since
d8194864 8151 that's usual style. (Bug#4612)
2affef34 8152
e7b94bbb
KR
8153 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
8154
528c56e2
SM
81552009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8156
8157 * minibuffer.el (completion-table-with-terminator): Properly implement
8158 boundaries, in case `terminator' appears in the suffix.
8159 (completion--embedded-envvar-table): Don't return boundaries if
8160 there's no valid completion. Simplify.
8161 (completion-file-name-table): New completion table extracted from
8162 completion--file-name-table.
8163 (completion--file-name-table): Use it.
8164 (read-file-name-predicate): Declare obsolete.
8165 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
8166 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
8167 completion-file-name-table, and use the `pred' argument.
8168 * files.el (locate-file-completion-table): Use the `pred' arg rather
8169 than read-file-name-predicate.
8170 (abbreviate-file-name): Use \` rather than ^ for BOS.
8171
f9ed9b4f
DN
81722009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
8173
8174 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
8175 vc-responsible-backend to register, it causes problems.
8176
5f2022a3
SM
81772009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8178
8179 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
8180
8d106ea0
CY
81812009-10-21 Eric Ludlam <zappo@gnu.org>
8182
8183 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
8184 (semantic-c-debug-mode-init-pch): New functions.
8185 (semantic-c-debug-mode-init-last-mode): New var.
8186 (semantic-c-parse-lexical-token): Use them.
8187
8188 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
8189 When extracting the argument list, limit only by point-max.
8190
fc754ea1
MA
81912009-10-21 Michael Albinus <michael.albinus@gmx.de>
8192
8193 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
8194 (tramp-smb-handle-file-attributes): Use it.
8195 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
8196 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
8197 `mapcar'. Use `tramp-smb-get-stat-capability'.
8198 Add `dired-filename' text properties.
fc754ea1
MA
8199 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
8200 (tramp-smb-maybe-open-connection): Simplify check for smbclient
8201 version.
8202
79bd5ba1
SM
82032009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8204
8205 * subr.el (read-key-delay): Reduce to 0.01.
8206 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
8207 (bug#4751).
8208
3c13704d
SM
82092009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8210
554efd10
SM
8211 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
8212
c2a37b78
SM
8213 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
8214 (Info-menu): Remove unused vars `last' and `completions'.
8215 (Info-index-nodes): Remove unused var `node'.
8216
3c13704d
SM
8217 * info.el (Info-complete-menu-item): Use complete-with-action.
8218
d1e4c403
DN
82192009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
8220
8221 Make vc-annotate work through copies and renames.
3c13704d
SM
8222 * vc-annotate.el (vc-annotate-extract-revision-at-line):
8223 Return the file name too.
d1e4c403
DN
8224 (vc-annotate-revision-at-line)
8225 (vc-annotate-find-revision-at-line)
8226 (vc-annotate-revision-previous-to-line)
8227 (vc-annotate-show-log-revision-at-line): Update to get the file
8228 name from vc-annotate-extract-revision-at-line.
8229 (vc-annotate-show-diff-revision-at-line-internal): Change the
8230 argument to mean whether to show a file diff or not. Get the file
8231 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
8232 (vc-annotate-show-diff-revision-at-line):
8233 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
8234 (vc-annotate-warp-revision): Add an optional file argument.
8235
8236 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
8237 (vc-git-annotate-extract-revision-at-line): Also return the file
8238 name if found.
8239
8240 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
8241 command. Remove unused code.
8242 (vc-hg-annotate-re): Update to match --follow output.
8243 (vc-hg-annotate-extract-revision-at-line): Also return the file
8244 name if found.
8245
8246 * vc.el: Update annotate-extract-revision-at-line documentation.
8247
b0b0ef98
KR
82482009-10-18 Kevin Ryde <user42@zip.com.au>
8249
8250 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
8251 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
8252
a9e7f03d
KR
8253 * net/browse-url.el (browse-url): Identify alist with "consp and
8254 not functionp" and let all other things go down the `apply' leg,
8255 as suggested by Stefan. (Further to bug#4531.)
8256
7346a407
CY
82572009-10-18 Chong Yidong <cyd@stupidchicken.com>
8258
8259 * minibuffer.el (read-file-name): Check for repeat before putting
8260 a default argument in file-name-history (Bug#4657).
8261
8262 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
8263 read syntax (Bug#4737).
8264
3c13704d 8265 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 8266
1da94541
CY
82672009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8268
8269 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
8270 (html-tag-alist, html-tag-help): Add descriptions for undocumented
8271 entries and make note of obsolete tags.
8272
2b93080a
SM
82732009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8274
8275 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
8276
18b5ffb5
GM
82772009-10-18 Glenn Morris <rgm@gnu.org>
8278
8279 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
8280 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 8281 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
8282 now, and in any case the file header format has changed.
8283
c2e161b2
GM
82842009-10-17 Glenn Morris <rgm@gnu.org>
8285
8286 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
8287 (flyspell-get-word, flyspell-large-region)
8288 (flyspell-auto-correct-previous-word): Doc/error message fixes.
8289
a1eb44f5
CY
82902009-10-17 Chong Yidong <cyd@stupidchicken.com>
8291
8292 * Makefile.in (ELCFILES): Add ede/shell.
8293
4418646e
DN
82942009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
8295
8296 * term/common-win.el (x-colors): Purecopy it.
8297
4062011e
SM
82982009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8299
8300 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
8301 permissive for when the buffer is empty.
8302 (tar-header-block-tokenize): Decode the username and groupname.
8303 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
8304
67d3ffe4
CY
83052009-10-17 Chong Yidong <cyd@stupidchicken.com>
8306
8307 * cedet/srecode/srt.el:
8308 * cedet/srecode/compile.el:
8309 * cedet/semantic/mru-bookmark.el:
8310 * cedet/semantic/debug.el:
8311 * cedet/semantic/complete.el:
8312 * cedet/semantic/analyze.el: Require CL when compiling.
8313
83142009-10-17 Eric Ludlam <zappo@gnu.org>
8315
8316 * cedet/semantic/scope.el
8317 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
8318 tmpscope so that the regular scope will continue to work.
8319
4062011e
SM
8320 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
8321 Use semantic-idle-summary-highlight-face as the highlighting.
67d3ffe4
CY
8322
8323 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
8324 contains multibyte characters, choose first applicable coding
8325 system automatically.
8326
8327 * cedet/ede/project-am.el (project-run-target): New method.
8328 (project-run-target): New method.
8329
8330 * cedet/ede.el (ede-target): Add run target menu item.
8331 (ede-project, ede-minor-keymap): Add ede-run-target binding.
8332 (ede-run-target): New function.
8333 (ede-target::project-run-target): New method.
8334
8335 * cedet/ede/proj.el (project-run-target): New method.
8336
8337 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
8338 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
8339 Add :rules.
8340 (ede-proj-target-makefile-shared-object): Only libtool compilers
8341 now available. Add linkers for libtool.
8342 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
8343 (ede-proj-makefile-target-name): Always use .la extension.
8344
8345 * cedet/ede/proj-prog.el (project-run-target): New method.
8346
4062011e 8347 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
67d3ffe4
CY
8348 (ede-g++-linker): Change Change link lines.
8349
4062011e
SM
8350 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
8351 When searching for old variables, go to the end of the buffer and
67d3ffe4
CY
8352 search backward from there.
8353 (ede-proj-makefile-automake-insert-subdirs)
8354 (ede-proj-makefile-automake-insert-extradist): New methods.
8355 (ede-proj-makefile-create): Use them.
8356
8357 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
8358 Force FILE to expand to the current target. Use file-exists-p to
8359 check that it exists.
8360
8361 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4062011e
SM
8362 (ede-linux-load): Wrap dir in file-name-as-directory.
8363 Set :version slot.
67d3ffe4
CY
8364
8365 * cedet/ede/files.el (ede-get-locator-object): When enabling
8366 locate, do so on "top".
8367
8368 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
8369 file-name-as-directory during compare.
4062011e
SM
8370 (ede-emacs-version): Return Emacs/XEmacs differentiator.
8371 Get version number from different places. Don't call egrep.
67d3ffe4
CY
8372 (ede-emacs-load): Set :version slot. Call file-name-as-directory
8373 to set the directory.
8374
8375 * cedet/ede/shell.el: New file.
8376
8377 * cedet/inversion.el (inversion-decoders): Allow for stray . in
8378 alpha/beta variants.
8379
2df48a87
SM
83802009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8381
8382 * international/mule-cmds.el (select-safe-coding-system): If the file
8383 has a coding cookie, use it regardless of any other setting (bug#4712).
8384
fd7dd48c
GM
83852009-10-17 Glenn Morris <rgm@gnu.org>
8386
547776f9
GM
8387 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
8388 All errors should have messages.
8389
3ee0b477 8390 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
8391 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
8392
2550e4b1
GM
8393 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
8394 (dired-keep-marker-copy, dired-keep-marker-hardlink)
8395 (dired-keep-marker-symlink, dired-dwim-target)
8396 (dired-copy-preserve-time): Do not autoload these defcustoms.
8397
fd7dd48c
GM
8398 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
8399 messages from messing up the file coding. (Bug#4623)
8400
f3e3a990
GM
84012009-10-17 Jari Aalto <jari.aalto@cante.net>
8402
8403 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
8404 if no match is found for the current dictionary. (Bug#4578)
8405
8406 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
8407 optional, since that is how it is documented, and this is often called
8408 with a nil argument. (Bug#4577)
8409 (flyspell-external-point-words, flyspell-auto-correct-word)
8410 (flyspell-correct-word-before-point, flyspell-word-search-forward)
8411 (flyspell-word-search-backward): Remove nil argument in calls to
8412 flyspell-get-word, since it is not needed now.
8413
84142009-10-17 Ulrich Mueller <ulm@gentoo.org>
8415
1becddbb 8416 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 8417
b61374ab
GM
84182009-10-16 Glenn Morris <rgm@gnu.org>
8419
8420 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
8421
412707c2
SM
84222009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
8423
8424 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
8425 (ange-ftp-file-size): New function.
8426 (ange-ftp-file-attributes): Use it.
8427
0c6f436e
MA
84282009-10-16 Michael Albinus <michael.albinus@gmx.de>
8429
8430 * net/tramp-smb.el (tramp-smb-version): New defvar.
8431 (tramp-smb-maybe-open-connection): Use it, in order to avoid
8432 repeated checks.
8433
850bfd04
GM
84342009-10-16 Glenn Morris <rgm@gnu.org>
8435
8436 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
8437 Maybe copy some custom properties from old to new name. (Bug#4706)
8438
f3ed9aca
JB
84392009-10-16 Juanma Barranquero <lekktu@gmail.com>
8440
8441 * subr.el (error, sit-for, start-process-shell-command)
8442 (start-file-process-shell-command): Set the calling convention
8443 after the function definition.
8444
fd6c5134
SM
84452009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * subr.el (error, sit-for, start-process-shell-command)
8448 (start-file-process-shell-command): Use the new
8449 set-advertised-calling-convention feature.
8450
73874eb7
KH
84512009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
8452
fd6c5134
SM
8453 * international/ucs-normalize.el (ucs-normalize-version):
8454 Change to 1.2.
8455 (check-range): Adjust for Unicode 5.2.
73874eb7 8456
03fb33cf
JL
84572009-10-15 Juri Linkov <juri@jurta.org>
8458
8459 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
8460 to the `menu-item' format.
8461
4260b402
MA
84622009-10-15 Michael Albinus <michael.albinus@gmx.de>
8463
8464 * net/tramp.el (tramp-replace-environment-variables): Do not fail
8465 if the environment variable does not exist.
8466
8467 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8468 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
8469 parameter.
8470 (tramp-smb-handle-add-name-to-file)
8471 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8472 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8473 (tramp-smb-handle-file-attributes)
8474 (tramp-smb-do-file-attributes-with-stat)
8475 (tramp-smb-handle-file-local-copy)
8476 (tramp-smb-handle-insert-directory)
8477 (tramp-smb-handle-make-directory)
8478 (tramp-smb-handle-make-directory-internal)
8479 (tramp-smb-handle-make-symbolic-link)
8480 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
8481 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
8482 (tramp-smb-maybe-open-connection): Apply the changed parameters.
8483 (tramp-smb-read-file-entry): Read Disk names in compressed format.
8484 Handle long file names.
8485 (tramp-smb-get-cifs-capabilities): Check, whether the connection
8486 process is running.
8487 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
8488 Read share names with "-g" option.
8489
d7a0fd6f
GM
84902009-10-15 Ryan Yeske <rcyeske@gmail.com>
8491
8492 * net/rcirc.el (rcirc-view-log-file): New command.
8493 (rcirc-track-minor-mode-map): Remove C-c ` binding.
8494 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
8495 specified.
8496
0b44494a
GM
84972009-10-15 Glenn Morris <rgm@gnu.org>
8498
af9fb32f
GM
8499 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
8500 from the second command-line argument.
8501 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
8502 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
8503 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
8504 w32-batch-update-autoloads.
8505 * emacs-lisp/autoload.el (autoload-make-program): New variable.
8506 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
8507
0b44494a
GM
8508 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
8509 the headers cannot be located. Simplify, subtracting superflous
8510 save-excursions.
8511
d5e63715
SM
85122009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
8513
8514 Replace completion-base-size by completion-base-position to fix bugs
8515 such as (bug#4699).
8516 * simple.el (completion-base-position): New var.
8517 (completion-base-size): Mark as obsolete.
8518 (choose-completion): Make it work for mouse events as well.
8519 Pass the new base-position to choose-completion-string.
8520 (choose-completion-guess-base-position): New function, extracted from
8521 choose-completion-delete-max-match.
8522 (choose-completion-delete-max-match): Use it. Make obsolete.
8523 (choose-completion-string): Use the new base-position info.
8524 (completion-root-regexp): Delete.
8525 (completion-setup-function): Preserve completion-base-position.
8526 Eliminate obsolete base-size manipulation.
8527 * minibuffer.el (display-completion-list): Don't mess with base-size.
8528 (minibuffer-completion-help): Set completion-base-position instead.
8529 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
8530 choose-completion.
8531 * textmodes/bibtex.el (bibtex-complete):
8532 * emacs-lisp/crm.el (crm--choose-completion-string):
8533 Adjust to new calling convention.
8534 * complete.el (partial-completion-mode): Use minibufferp to avoid
8535 bumping into incompatible change to choose-completion-string-functions.
8536 * ido.el (ido-choose-completion-string): Make its calling convention
8537 more permissive.
8538 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
8539 base-size manipulation.
8540 (comint-dynamic-list-input-ring): Use dotimes and push.
8541 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
8542 fundamental-mode. Use `or'.
8543
92f8bfc7
JL
85442009-10-14 Juri Linkov <juri@jurta.org>
8545
8546 * misearch.el (multi-isearch-next-buffer-from-list)
8547 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
8548
e78e280d
SM
85492009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8550
384ca163
SM
8551 * Makefile.in (compile-onefile): Load `bytecomp' rather than
8552 `bytecomp.el'.
8553
681e0e7c
SM
8554 * minibuffer.el (completion-pcm--merge-completions): Make sure the
8555 string we return is all made up of text from the completions rather
8556 than part from the completions and part from the input (bug#4219).
8557
e78e280d
SM
8558 * ido.el (ido-everywhere): Use define-minor-mode.
8559
8560 * buff-menu.el (list-buffers, ctl-x-map):
8561 Mark the entry points with ;;;###autoload cookies.
8562
b4e813ca
DN
85632009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
8564
52964e54
DN
8565 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
8566 correctly in the detached head case.
8567 (vc-git-print-log): Remove unused binding.
8568
b4e813ca
DN
8569 * vc.el (vc-responsible-backend): When a directory is passed for
8570 for registration create a VC repository if no backend is
8571 responsible for the directory argument.
8572 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
8573
8574 * vc.el: Move comments about RCS and SCCS ...
8575 * vc-rcs.el:
8576 * vc-sccs.el: ... here, respectively.
8577
40ba9882
SM
85782009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8579
8580 * minibuffer.el (completion--file-name-table): Return nil if there's
8581 no file completion, even if substitute-in-file-name changed
8582 the string (bug#4708).
8583
04e0f59b
JL
85842009-10-13 Juri Linkov <juri@jurta.org>
8585
8586 * files-x.el (read-file-local-variable-value): Don't filter out
8587 minor modes from mode name completion (bug#4664).
8588
314c8e25
JB
85892009-10-13 Juanma Barranquero <lekktu@gmail.com>
8590
8591 * international/mule-cmds.el (ucs-names): Remove exclusion of
8592 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
8593
5c9b7d36
KH
85942009-10-13 Kenichi Handa <handa@m17n.org>
8595
8596 * international/uni-name.el: Regenerated.
8597
1e7a80f2
JB
85982009-10-13 Juanma Barranquero <lekktu@gmail.com>
8599
8600 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
8601 should be automatically buffer-local, but isn't.)
8602
cd29f88b
SS
86032009-10-12 Sam Steingold <sds@gnu.org>
8604
8605 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 8606 timestamps if the buffer has been visited before.
0cd16af4
SS
8607 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
8608 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 8609
37493a98
GM
86102009-10-12 Glenn Morris <rgm@gnu.org>
8611
8612 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
8613 Let-bind `size'.
8614
3b56b1e6
JB
86152009-10-12 Juanma Barranquero <lekktu@gmail.com>
8616
7422a4bb
JB
8617 * proced.el (proced-unload-function): New function.
8618
fa72d075
JB
8619 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
8620 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
8621 Doc fix.
8622
3b56b1e6
JB
8623 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
8624
4d9b4323
JL
86252009-10-11 Juri Linkov <juri@jurta.org>
8626
8627 * files-x.el (read-file-local-variable-value):
8628 Provide default value only for bound variables (bug#4664).
8629
f6f7e059
MA
86302009-10-11 Michael Albinus <michael.albinus@gmx.de>
8631
8632 * net/tramp.el (tramp-local-host-p): Function shall return nil for
8633 connection methods like smb.
8634
8635 * net/tramp-cache.el (tramp-flush-connection-property): The hash
8636 can be empty.
8637
8638 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8639 (tramp-smb-file-name-handler-alist): Add handlers for
8640 `add-name-to-file', `make-symbolic-link'.
8641 (tramp-smb-handle-add-name-to-file)
2992485f 8642 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
8643 (tramp-smb-handle-make-symbolic-link)
8644 (tramp-smb-get-cifs-capabilities): New defuns.
8645 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8646 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8647 (tramp-smb-handle-file-local-copy)
8648 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
8649 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8650 The file name syntax depends on cifs capabilities.
8651 (tramp-smb-handle-file-attributes):
8652 Call `tramp-smb-do-file-attributes-with-stat' if possible.
8653 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
8654 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 8655
67868d26
CY
86562009-10-11 Chong Yidong <cyd@stupidchicken.com>
8657
8658 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
8659 (eieio-defclass): Apply deftype handler and setf-method properties
8660 directly.
8661 (eieio-add-new-slot): Avoid union function from cl library.
8662 (eieio--typep): New function.
8663 (eieio-perform-slot-validation): Use it.
8664
6d6a5b7e
KF
86652009-10-10 Karl Fogel <kfogel@red-bean.com>
8666
3b56b1e6 8667 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
8668 Update documentation to refer to the variables documented in r1.135.
8669 (Bug#4188)
8670
67b70de9
KF
86712009-10-10 Karl Fogel <kfogel@red-bean.com>
8672
8673 * bookmark.el (Info-suffix-list): Remove this unused variable.
8674 (bookmark-current-point): Remove this obsolete variable.
8675 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
8676 Adjust for removal of bookmark-current-point.
8677
8678 (bookmarks-already-loaded, bookmark-current-buffer)
8679 (bookmark-yank-point): Document. (Bug#4188)
8680
58ae51ae
GM
86812009-10-10 Glenn Morris <rgm@gnu.org>
8682
4619ff5e
GM
8683 * frame.el (frame-height): Doc fix.
8684
58ae51ae
GM
8685 * calendar/calendar.el (calendar-split-width-threshold): New option.
8686 (calendar-basic-setup): Use calendar-split-width-threshold.
8687
3b56b1e6 86882009-10-10 Sascha Wilde <wilde@sha-bang.de>
d751f122 8689
3b56b1e6
JB
8690 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
8691 Use .la for Automake.
d751f122 8692
fa63f49c
CY
86932009-10-09 Chong Yidong <cyd@stupidchicken.com>
8694
3b56b1e6
JB
8695 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
8696 Use "autoreconf -i". Suggested by Andreas Schwab.
fa63f49c 8697
d364386c
JB
86982009-10-09 Juanma Barranquero <lekktu@gmail.com>
8699
8700 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
8701 Ideographic Supplement" range (U+1F200..U+1F2FF).
8702
33e97a28
KF
87032009-10-09 Karl Fogel <kfogel@red-bean.com>
8704
02d0f051 8705 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 8706 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
8707
87082009-10-09 Karl Fogel <kfogel@red-bean.com>
8709
d364386c 8710 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
8711 (bookmark-bmenu-execute-deletions): Don't save here, as
8712 bookmark-delete will now do so if necessary.
d364386c 8713 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
8714 (Bug#4348)
8715
9656d87b
GM
87162009-10-09 Glenn Morris <rgm@gnu.org>
8717
8718 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
8719
e6227f06
KF
87202009-10-09 Karl Fogel <kfogel@red-bean.com>
8721
8722 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
8723 (bookmark-jump-other-window): Just invoke bookmark-jump with new
8724 argument now, so the two function's behaviors will match. (Bug#3645)
8725
35c7e413
CY
87262009-10-08 Chong Yidong <cyd@stupidchicken.com>
8727
4f54db4b
CY
8728 * cedet/ede/proj.el (project-make-dist, project-compile-project):
8729 Fix filename test.
35c7e413
CY
8730 (ede-proj-dist-makefile): Use expand-file-name instead of concat
8731 to expand file names.
8732
288f783b
MA
87332009-10-08 Michael Albinus <michael.albinus@gmx.de>
8734
8735 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 8736 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 8737 Apply `save-match-data'.
288f783b
MA
8738
8739 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
8740 case both directories are remote.
8741 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 8742 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 8743
c2a81032
CY
87442009-10-08 Chong Yidong <cyd@stupidchicken.com>
8745
a6b98754
CY
8746 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
8747 (ede-proj-target-makefile-objectcode): Use it.
8748
c2a81032 8749 * cedet/ede/source.el (ede-want-any-source-files-p)
e78e280d
SM
8750 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
8751 Return search result. This error was introduced while merging.
c2a81032 8752
872a1ea4
JB
87532009-10-07 Juanma Barranquero <lekktu@gmail.com>
8754
8755 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
8756
ab2baced
GM
87572009-10-07 Glenn Morris <rgm@gnu.org>
8758
e78e280d
SM
8759 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
8760 of concat.
ab2baced 8761
5c4634c1
SM
87622009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8763
8764 * files-x.el (read-file-local-variable): Include some
8765 non-user-variables in the completion table (bug#4664).
8766
c2dc9732
MA
87672009-10-07 Michael Albinus <michael.albinus@gmx.de>
8768
8769 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
8770 message.
8771
8772 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8773 (tramp-smb-file-name-handler-alist): Add handler for
8774 `copy-directory', `expand-file-name', `set-file-modes'.
8775 (tramp-smb-handle-copy-directory)
8776 (tramp-smb-handle-expand-file-name)
8777 (tramp-smb-handle-set-file-modes): New defuns.
8778 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
8779 (tramp-smb-handle-file-attributes): Simplify check for retrieving
8780 entry.
8781 (tramp-smb-handle-insert-directory): Don't flush the cache.
8782 (tramp-smb-maybe-open-connection): Check for samba client and
8783 server versions.
8784
11be40a6
EZ
87852009-10-07 Eli Zaretskii <eliz@gnu.org>
8786
8787 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
8788 to not error out of search for "^lisp=" fails.
8789
8c4afe20
JB
87902009-10-07 Juanma Barranquero <lekktu@gmail.com>
8791
8792 * makefile.w32-in (WINS_UPDATES): New macro.
8793 (custom-deps, finder-data, autoloads): Use it.
8794
429a1506
GM
87952009-10-07 Glenn Morris <rgm@gnu.org>
8796
ee2e93e2
GM
8797 * Makefile.in (autoloads): Revert previous change.
8798 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
8799 the list of preloaded files passed on the command-line, get
8800 it from src/Makefile.
8801
429a1506
GM
8802 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
8803 show the original buffer rather than a random one.
8804
a51203ee 88052009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
8806
8807 * help.el (describe-no-warranty): Place point in a slightly better
8808 position in the GPLv3 text.
8809
f58f7520
SS
88102009-10-06 Sam Steingold <sds@gnu.org>
8811
8812 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8813 the comm attribute is present before calling regexp-quote.
8814
bde79dc0
JB
88152009-10-06 Juanma Barranquero <lekktu@gmail.com>
8816
8817 * play/animate.el (animate-string): For good effect, make sure
8818 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8819
8820 * play/animate.el (animate-sequence, animate-birthday-present):
8821 * misc.el (butterfly): Don't set `indent-tabs-mode'.
8822
25ab0302
GM
88232009-10-06 Glenn Morris <rgm@gnu.org>
8824
73fe714a
GM
8825 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8826
3405d98c
GM
8827 * emacs-lisp/autoload.el (autoload-excludes): New variable.
8828 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8829 (batch-update-autoloads): Process a string value of autoload-excludes,
8830 set during the build process.
8831 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
8832
9fb2cdc5
GM
8833 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8834 inside with-parsed... macro so that `v' is defined.
8835
7938ab41
GM
8836 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8837 * progmodes/fortran.el (fortran-end-of-block)
8838 (fortran-beginning-of-block):
8839 Also push mark in the macro case.
8840
eaf9b564
GM
8841 * emerge.el (emerge-show-file-name):
8842 * calc/calc.el (calc-quit):
8843 * calc/calc-misc.el (calc-big-or-small):
8844 * calc/calc-graph.el (calc-graph-view):
8845 * calc/calc-ext.el (calc-reset):
8846 * calendar/calendar.el (calendar-basic-setup):
8847 Use window-full-height-p.
8848
25ab0302
GM
8849 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8850 header we don't understand, don't insert another. (Bug#4624)
8851 If changing mime charset, insert the new one in the right place.
8852
00169eb6
GM
88532009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
8854
8855 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8856 (cal-tex-cursor-month): Correctly increment the end date for diary and
8857 holiday listing. (Bug#4626)
8858
82882188
SM
88592009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8860
40ba9882 8861 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
8862 a symbol.
8863
a8f316ca
JB
88642009-10-05 Juanma Barranquero <lekktu@gmail.com>
8865
8866 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8867 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8868 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8869 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8870
8871 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8872 (eieio-default-superclass): Reflow docstrings.
8873 (this, class-option-assoc, defclass, eieio-class-un-autoload)
8874 (eieio-unbind-method-implementations, defmethod)
8875 (eieio-validate-slot-value, eieio-validate-class-slot-value)
8876 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8877 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8878 (eieio-slot-originating-class-p, eieio-slot-name-index)
8879 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8880 (constructor, initialize-instance, no-next-method, object-print)
8881 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8882 Fix typos in docstrings.
8883 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8884 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8885 (next-method-p): Doc fixes.
8886 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8887 Fix typos in error messages.
8888 (eieio-defmethod): Fix typo in description of generic method.
8889
8890 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8891 (eieio-persistent-save-interactive, slot-missing):
8892 Fix typos in docstrings.
8893 (eieio-instance-inheritor-slot-boundp): Doc fix.
8894
8895 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8896 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8897
8898 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8899 (eieio-custom-object-apply-reset):
8900 Fix typos in docstrings and error messages.
8901
8902 * emacs-lisp/eieio-datadebug.el (data-debug-show):
8903 Fix typo in docstring.
8904
8905 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8906 (eieio-browse-tree): Doc fix.
8907 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8908 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8909 Fix typos in docstrings.
8910
8911 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8912 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8913 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8914 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8915 Reflow docstrings.
8916
c66b7ac0
DN
89172009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
8918
4a827e0a 8919 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
8920 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8921 Set log-view-vc-backend so that diff can work.
4a827e0a 8922
c66b7ac0
DN
8923 * log-view.el (log-view-diff): Use vc-diff-internal instead of
8924 vc-version-diff.
8925 (vc-diff-internal): Autoload this instead of vc-version-diff.
8926
1902a98c
EZ
89272009-10-05 Eli Zaretskii <eliz@gnu.org>
8928
a7a8618b
EZ
8929 * simple.el (eval-expression): Doc fix.
8930
1902a98c
EZ
8931 * progmodes/cwarn.el (cwarn-mode): Doc fix.
8932
0e1f2ee6
MA
89332009-10-05 Michael Albinus <michael.albinus@gmx.de>
8934
8935 * files.el (directory-files-no-dot-files-regexp): New defconst.
8936 (delete-directory): Use it.
8937 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
8938
263c02ef 8939 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
8940 (tramp-methods): Add recursive option to `tramp-copy-args'.
8941 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 8942 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 8943 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
8944 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8945 Add handler for `copy-directory'.
8946 (tramp-handle-copy-directory): New defun.
8947 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
8948 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8949 Optimize sent command.
263c02ef 8950
72aa7df4
SM
89512009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8952
4a34f065
SM
8953 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8954 window if necessary.
8955
72aa7df4
SM
8956 * calendar/calendar.el (calendar-basic-setup): Don't call
8957 switch-to-buffer in a dedicated window.
8958
5feb1ba7
KF
89592009-10-05 Karl Fogel <kfogel@red-bean.com>
8960
8961 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 8962 don't do anything related to relocating, just return nil.
5feb1ba7
KF
8963 (bookmark-error-no-filename): New error.
8964 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
8965 bookmark has no file. Don't even attempt to handle things that
8966 are not files; the whole point of custom handlers is to keep that
8967 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
8968 (bookmark-file-or-variation-thereof): Remove now-unused function.
8969 (bookmark-location): Doc string fix.
8970 (Bug#4250)
8971
1bd49952
KF
89722009-10-04 Karl Fogel <kfogel@red-bean.com>
8973
8974 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8975 don't use a file dialog, because they usually don't know how to read
8976 a directory target from the user. (Bug#4230)
8977 Also, make sure the prompt can display directories as well as files.
8978
825382c0
KF
89792009-10-04 Karl Fogel <kfogel@red-bean.com>
8980
8981 * bookmark.el (bookmark-set, bookmark-buffer-name):
8982 Improve doc strings. (Bug#1193)
8983
13901bcb
KF
89842009-10-04 Karl Fogel <kfogel@red-bean.com>
8985
4a34f065
SM
8986 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8987 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8988 (bookmark-get-annotation, bookmark-set-annotation)
8989 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8990 (bookmark-set-position, bookmark-get-front-context-string)
8991 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8992 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8993 (bookmark-jump-other-window, bookmark-handle-bookmark)
8994 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8995 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8996 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
8997 Improve doc strings to say whether bookmark can be a string or
8998 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
8999 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
9000 (bookmark-default-annotation-text, bookmark-yank-word)
9001 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
9002 (bookmark-import-new-list, bookmark-maybe-rename)
9003 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9004 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 9005 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 9006 add a FIXME comment about how the function may be pointless.
13901bcb 9007 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
9008 parameter name, to clarify that this takes a bookmark record
9009 not a bookmark name.
13901bcb 9010 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 9011 and improve the doc string a bit.
13901bcb
KF
9012 (Bug#4188)
9013
5c1b3e94
KF
90142009-10-04 Karl Fogel <kfogel@red-bean.com>
9015
9016 * bookmark.el (bookmark-alist): Document the new `handler' element
9017 in the param alist.
9018 (bookmark-make-record-function): Adjust documentation for above.
9019 (Bug#4193)
9020
8559076d
KF
90212009-10-04 Karl Fogel <kfogel@red-bean.com>
9022
9023 * info.el (Info-bookmark-make-record): Document this function.
9024 (Info-bookmark-jump): Document with a doc string, not just a comment.
9025 (Bug#4203)
9026
82481502
CY
90272009-10-04 Chong Yidong <cyd@stupidchicken.com>
9028
4a34f065 9029 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
82481502
CY
9030 (semantic-new-buffer-fcn): Call parser setup functions here.
9031 (semantic-mode): Don't call parser setup functions here, it's done
9032 in semantic-new-buffer-fcn now.
d436f538 9033 (semantic-mode): Parse all existing buffers when enabled.
82481502 9034
4a34f065
SM
9035 * cedet/srecode/compile.el (srecode-compile-file):
9036 Call semantic-new-buffer-fcn if the buffer has not been parsed.
82481502 9037
2e7eba60
CY
90382009-10-04 Chong Yidong <cyd@stupidchicken.com>
9039
d91485a9
CY
9040 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
9041
9042 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
9043 (proj-comp-insert-variable-once): New macro, renamed from
9044 ede-pmake-insert-variable-once in ede/pmake.edl.
9045 (ede-proj-makefile-insert-variables): Use it.
2e7eba60 9046
b4583b8c
MA
90472009-10-04 Michael Albinus <michael.albinus@gmx.de>
9048
9049 * files.el (copy-directory): New defun.
9050
9051 * dired-aux.el (dired-copy-file-recursive): Use it.
9052
04075952
JB
90532009-10-04 Juanma Barranquero <lekktu@gmail.com>
9054
9055 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9056 (makefile-end-of-command):
9057 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9058 (semantic-end-of-context): Fix previous change. Doc fixes.
9059
131ae8f2
JB
90602009-10-04 Juanma Barranquero <lekktu@gmail.com>
9061
a30e71ae
JB
9062 * files-x.el (modify-dir-local-variable)
9063 (copy-dir-locals-to-file-locals-prop-line):
9064 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9065 (makefile-end-of-command):
9066 * cedet/semantic/lex.el (semantic-lex-token):
9067 * cedet/semantic/analyze/fcn.el
9068 (semantic-analyze-dereference-metatype-1):
9069 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
9070 (semantic-lex-cpp-undef):
9071 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
9072 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9073 (semantic-end-of-context): Fix typos in docstrings.
9074
131ae8f2
JB
9075 * recentf.el (recentf-unload-function): New function.
9076
0fd9cb9c
CY
90772009-10-04 Chong Yidong <cyd@stupidchicken.com>
9078
a30e71ae 9079 * cedet/ede.el (ede-project-placeholder-cache-file):
0fd9cb9c
CY
9080 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
9081 * cedet/srecode/map.el (srecode-map-save-file):
a30e71ae 9082 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
0fd9cb9c 9083
ccafbf06
GM
90842009-10-04 Glenn Morris <rgm@gnu.org>
9085
9086 * window.el (window-full-height-p): Add doc string.
9087
02c6f098
GM
90882009-10-04 Martin Rudalics <rudalics@gmx.at>
9089
9090 * window.el (window-full-height-p): New function. (Bug#4543)
9091
e6e267fc
CY
90922009-10-03 Chong Yidong <cyd@stupidchicken.com>
9093
a70bfe61
CY
9094 * cedet/srecode/insert.el: Require srecode/args.
9095
9096 * cedet/srecode/args.el: Require srecode/dictionary instead of
9097 srecode/insert.
9098
e6e267fc
CY
9099 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
9100
9101 * files.el (auto-mode-alist): Add .srt and Project.ede.
9102
4a34f065
SM
9103 * cedet/semantic.el (semantic-mode):
9104 Handle srecode-template-mode-hook as well.
0b8cafba 9105 (semantic-mode): Use js-mode-hook for Javascript hook.
e6e267fc
CY
9106
9107 * cedet/srecode/template.el: Remove hook variable.
9108
9109 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
9110
9111 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
9112 projects exist.
8b440f71
CY
9113 (ede-project-placeholder-cache-file): Default to a file in
9114 user-emacs-directory.
e6e267fc
CY
9115
9116 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
9117 templates in data-directory.
4a34f065 9118 (srecode-map-save-file): Default to a file in user-emacs-directory.
e6e267fc
CY
9119
9120 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
9121 directory.
9122
91232009-09-30 Eric Ludlam <zappo@gnu.org>
9124
131ae8f2
JB
9125 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
9126 Doc fix.
e6e267fc
CY
9127
9128 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
9129 Only insert each variable once.
9130
9131 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
9132 (ede-pmake-insert-variable-shared): Use it.
9133
9134 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
9135 for lexical table iff table is nil.
9136
ed6b0195
DN
91372009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
9138
9139 * vc.el: Remove commented out code.
9140 (vc-derived-from-dir-mode): Remove, unused.
9141 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
9142
1b8d1cc7
MA
91432009-10-03 Michael Albinus <michael.albinus@gmx.de>
9144
4a34f065
SM
9145 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9146 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
9147 there could be recursive loading when `default-directory' is a
9148 remote file name. (Bug#4614)
9149
ac3c593c
GM
91502009-10-03 Glenn Morris <rgm@gnu.org>
9151
686ea556
GM
9152 * calendar/calendar.el (calendar-basic-setup): Handle the case where
9153 the frame is wide.
9154 (calendar-generate-window): Test for shrinkability rather than width.
9155
619392fc
GM
9156 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
9157 declaration, currently false.
9158
ac3c593c
GM
9159 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
9160 reusing existing buffers, in case we happen to visit two files with the
9161 same basename. (Bug#4593)
9162
573709fd
EZ
91632009-10-02 Eli Zaretskii <eliz@gnu.org>
9164
4a34f065 9165 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
9166 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
9167 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
9168 subdirs of cedet as well.
8f885d01 9169 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 9170
8d6c1239
SM
91712009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9172
9173 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
9174 Obey advertised-signature-table.
9175
9176 * help-fns.el (help-function-arglist): Don't check
9177 advertised-signature-table.
9178 (describe-function-1): Do it here instead so it also applies to subrs.
9179
c4861de0
MA
91802009-10-02 Michael Albinus <michael.albinus@gmx.de>
9181
9182 * simple.el (start-file-process): Say in the doc-string, that file
9183 handlers might not support pty association, if PROGRAM is nil.
9184
9185 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
9186 HOST and USER are strings. They are nil, when there are
9187 incomplete entries in ~/.netrc, for example.
9188 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
9189 root directory ("device busy" error otherwise).
9190
8d6c1239
SM
9191 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
9192 Flush file properties of created directory.
c4861de0 9193
d2bda74f
EZ
91942009-10-02 Eli Zaretskii <eliz@gnu.org>
9195
9196 * makefile.w32-in (WINS_BASIC): Remove cedet.
9197 (WINS_CEDET): Add cedet.
9198 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
9199
895d1904
GM
92002009-10-02 Kevin Ryde <user42@zip.com.au>
9201
9202 * net/browse-url.el (browse-url): Pass any symbol in
9203 browse-url-browser-function to `apply', since if you've mistakenly put
9204 an unbound symbol then the error is clearer. (Bug#4531)
9205
32226619
JB
92062009-10-02 Juanma Barranquero <lekktu@gmail.com>
9207
9208 * allout.el (allout-init, allout-back-to-current-heading)
9209 (allout-beginning-of-current-entry, allout-ascend-to-depth)
9210 (allout-ascend, allout-up-current-level, allout-end-of-level)
9211 (allout-previous-visible-heading, allout-forward-current-level)
9212 (allout-backward-current-level, allout-show-children):
9213 * apropos.el (apropos-describe-plist):
9214 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
9215 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
9216 * completion.el (add-completion, add-permanent-completion):
9217 * descr-text.el (describe-text-category, describe-char):
9218 * desktop.el (desktop-lazy-abort):
9219 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
9220 * dired.el (dired-build-subdir-alist):
9221 * ediff.el (ediff-version):
9222 * elide-head.el (elide-head, elide-head-show):
9223 * emerge.el (emerge-version):
9224 * env.el (getenv):
9225 * face-remap.el (variable-pitch-mode):
9226 * faces.el (describe-face):
9227 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
9228 (dired-at-point):
9229 * files.el (find-file-existing, auto-save-mode):
9230 * font-lock.el (font-lock-fontify-buffer):
9231 * help-fns.el (describe-function, describe-variable)
9232 (describe-syntax, describe-categories):
9233 * help.el (view-lossage, describe-bindings, describe-key)
9234 (describe-mode):
9235 * hexl.el (hexl-current-address):
9236 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
9237 * info.el (Info-goto-emacs-key-command-node):
9238 * log-edit.el (log-edit-insert-cvs-template)
9239 (log-edit-insert-cvs-rcstemplate):
9240 * menu-bar.el (menu-bar-mode):
9241 * mouse.el (mouse-appearance-menu):
9242 * newcomment.el (comment-indent-new-line):
9243 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
9244 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 9245 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
9246 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
9247 * recentf.el (recentf-mode):
9248 * savehist.el (savehist-mode, savehist-save):
9249 * shadowfile.el (shadow-copy-files):
9250 * simple.el (kill-ring-save, next-line, previous-line)
9251 (normal-erase-is-backspace-mode):
9252 * strokes.el (strokes-update-window-configuration)
9253 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
9254 (strokes-xpm-for-stroke):
9255 * time.el (emacs-uptime, emacs-init-time):
9256 * tutorial.el (tutorial--describe-nonstandard-key)
9257 (tutorial--detailed-help):
9258 * type-break.el (type-break-mode)
9259 (type-break-mode-line-message-mode, type-break-query-mode)
9260 (type-break-guesstimate-keystroke-threshold):
9261 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
9262 * version.el (emacs-version):
9263 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
9264 * winner.el (winner-mode):
9265 * calendar/timeclock.el (timeclock-in, timeclock-out)
9266 (timeclock-status-string, timeclock-change)
9267 (timeclock-workday-remaining-string)
9268 (timeclock-workday-elapsed-string)
9269 (timeclock-when-to-leave-string):
9270 * calendar/todo-mode.el (todo-add-category):
9271 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
9272 * emacs-lisp/autoload.el (update-file-autoloads):
9273 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
9274 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
9275 (checkdoc-message-text, checkdoc-defun):
9276 * emacs-lisp/debug.el (debugger-list-functions):
9277 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9278 * emacs-lisp/eieio-opt.el (eieio-describe-class)
9279 (eieio-describe-generic):
9280 * emacs-lisp/lisp-mnt.el (lm-synopsis):
9281 * emacs-lisp/shadow.el (list-load-path-shadows):
9282 * emulation/cua-base.el (cua-mode):
9283 * emulation/edt.el (edt-set-scroll-margins):
9284 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
9285 (tpu-toggle-regexp, tpu-toggle-search-direction)
9286 (tpu-toggle-rectangle, tpu-toggle-control-keys):
9287 * emulation/tpu-extras.el (tpu-set-scroll-margins):
9288 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9289 (viper-set-parsing-style-toggling-macro)
9290 (viper-set-emacs-state-searchstyle-macros):
9291 * emulation/viper.el (viper-set-hooks):
9292 * eshell/esh-mode.el (eshell-truncate-buffer):
9293 * international/mule-cmds.el (prefer-coding-system)
9294 (describe-input-method, describe-language-environment):
9295 * international/mule-diag.el (list-character-sets)
9296 (describe-character-set, describe-coding-system)
9297 (describe-fontset, list-fontsets, list-input-methods):
9298 * mail/sendmail.el (mail-signature):
9299 * net/ange-ftp.el (ange-ftp-copy-file):
9300 * net/browse-url.el (browse-url):
9301 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
9302 * net/quickurl.el (quickurl-add-url):
9303 * net/rcirc.el (names, topic):
9304 * net/xesam.el (xesam-mode):
9305 * play/5x5.el (5x5-new-game):
9306 * play/yow.el (apropos-zippy):
9307 * progmodes/ada-mode.el (ada-mode-version):
9308 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
9309 (f90-end-of-block)
9310 (f90-beginning-of-block):
9311 * progmodes/fortran.el (fortran-end-of-block)
9312 (fortran-beginning-of-block):
9313 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
9314 * progmodes/python.el (python-describe-symbol, python-shell):
9315 * term/ns-win.el (ns-print-buffer):
9316 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
9317 * textmodes/flyspell.el (flyspell-mode-on):
9318 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
9319 (pages-directory-for-addresses):
9320 * textmodes/table.el (table-recognize-cell)
9321 (table-query-dimension, table-generate-source)
9322 (table-insert-sequence, table--warn-incompatibility):
9323 * textmodes/tex-mode.el (tex-validate-buffer):
9324 * textmodes/texinfmt.el (texinfmt-version)
9325 (texinfo-format-buffer):
9326 Use `called-interactively-p' instead of `interactive-p'.
9327
12a3c28c
JB
93282009-10-02 Juanma Barranquero <lekktu@gmail.com>
9329
9330 * image-mode.el (image-toggle-display):
9331 * emacs-lisp/elp.el (elp-instrument-function):
9332 * emacs-lisp/advice.el (ad-make-advised-definition):
9333 * emacs-lisp/easy-mmode.el (define-minor-mode):
9334 * net/browse-url.el (browse-url-maybe-new-window):
9335 * progmodes/sh-script.el (sh-learn-buffer-indent):
9336 Pass new argument 'any to `called-interactively-p'.
9337
171fda8a
JB
93382009-10-01 Juanma Barranquero <lekktu@gmail.com>
9339
171fda8a
JB
9340 * international/uni-bidi.el:
9341 * international/uni-category.el:
9342 * international/uni-combining.el:
9343 * international/uni-comment.el:
9344 * international/uni-decimal.el:
9c3c9fdf 9345 * international/uni-decomposition.el:
171fda8a
JB
9346 * international/uni-digit.el:
9347 * international/uni-lowercase.el:
9348 * international/uni-mirrored.el:
9349 * international/uni-name.el:
9350 * international/uni-numeric.el:
9351 * international/uni-old-name.el:
9352 * international/uni-titlecase.el:
9353 * international/uni-uppercase.el:
9354 Regenerate from Unicode 5.2.0 data.
9355
dcb9734a
GM
93562009-10-01 Glenn Morris <rgm@gnu.org>
9357
9358 * Makefile.in (ELCFILES): Regenerate.
9359
ced10a4c
SM
93602009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9361
9d28c33e
SM
9362 * subr.el (interactive-p): Mark obsolete.
9363 (called-interactively-p): Make the optional-ness of `kind' obsolete.
9364 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
9365 advertised-signature-table for subroutines as well.
9366
ced10a4c
SM
9367 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
9368 (set-advertised-calling-convention): New function.
9369 (make-obsolete, define-obsolete-function-alias)
9370 (make-obsolete-variable, define-obsolete-variable-alias):
9371 Make the optional-ness of `when' obsolete.
9372 (define-obsolete-face-alias): Make `when' non-optional.
9373 * help-fns.el (help-function-arglist):
9374 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
9375 Use advertised-signature-table.
9376
cc3dda16
MA
93772009-10-01 Michael Albinus <michael.albinus@gmx.de>
9378
9379 * files.el (delete-directory): New defun. The original function
9380 in fileio.c has been renamed to `delete-directory-internal'.
9381
9382 * dired.el (dired-delete-file): Call `delete-directory' with
9383 RECURSIVE parameter.
9384
5ce6e4f4 9385 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
9386 parameter RECURSIVE. Implementation is missing.
9387
9388 * net/tramp.el (tramp-handle-make-directory): Flush upper
9389 directory's file properties.
ced10a4c 9390 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
9391 (tramp-handle-dired-recursive-delete-directory): Flush directory
9392 properties after the remove command only.
9393
ced10a4c
SM
9394 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
9395 Handle optional parameter RECURSIVE.
cc3dda16 9396
ced10a4c
SM
9397 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
9398 Handle optional parameter RECURSIVE.
cc3dda16
MA
9399
9400 * net/tramp-smb.el (tramp-smb-errors): Add error message for
9401 connection timeout.
9402 (tramp-smb-handle-delete-directory): Handle optional parameter
9403 RECURSIVE.
9404
cf885595
SM
94052009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9406
e3a6b82f
SM
9407 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
9408 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
9409 (byte-compile-defmacro): Use backquotes.
9410
7201bfbb
SM
9411 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
9412
cf885595
SM
9413 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
9414 has no associated file.
9415 (vc-resynch-buffer): Use vc-dir-buffers.
9416
a4d2c321
GM
94172009-10-01 Glenn Morris <rgm@gnu.org>
9418
9ffe3f52
GM
9419 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
9420 (chart-file-count):
9421 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
9422 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
9423 * emacs-lisp/eieio-opt.el (eieio-describe-class):
9424 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
9425 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
9426 (eieio-copy-parents-into-subclass, make-instance, class-children)
9427 (eieio-generic-form):
bd2afec2
GM
9428 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
9429 * cedet/cedet-idutils.el (cedet-idutils-search)
9430 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
9431 (cedet-idutils-version-check):
9432 * cedet/cedet.el (cedet-version):
9433 * cedet/data-debug.el (data-debug-insert-overlay-button)
9434 (data-debug-insert-overlay-list-button)
9435 (data-debug-insert-buffer-button)
9436 (data-debug-insert-buffer-list-button)
9437 (data-debug-insert-process-button, data-debug-insert-ring-button)
9438 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
9439 (data-debug-insert-stuff-vector-button)
9440 (data-debug-insert-symbol-button, data-debug-insert-string)
9441 (data-debug-insert-number, data-debug-insert-lambda-expression)
9442 (data-debug-insert-nil, data-debug-insert-simple-thing)
9443 (data-debug-insert-custom, data-debug-edebug-expr):
9444 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
9445 (global-ede-mode-map, ede-new, ede-debug-target)
9446 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
9447 * cedet/semantic.el (semantic-minimum-working-buffer-size)
9448 (semantic-fetch-tags, semantic-submode-list)
9449 (semantic-default-submodes):
a785b776
GM
9450 * cedet/ede/source.el (ede-source-match):
9451 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
9452 (project-am-package-info):
9453 * cedet/ede/proj.el (ede-proj-target, project-new-target):
9454 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
9455 * cedet/ede/proj-comp.el (ede-current-build-list):
9456 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
9457 * cedet/ede/files.el (ede-toplevel-project-or-nil):
9458 * cedet/ede/cpp-root.el (initialize-instance):
9459 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
9460 (autoconf-parameter-strip, autoconf-insert-new-macro):
9bf6c65c
GM
9461 * cedet/semantic/wisent.el (wisent-lex-eoi):
9462 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
9463 (semantic-show-parser-state-mode):
9464 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
9465 * cedet/semantic/tag.el (semantic-tag-new-variable)
9466 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
9467 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
9468 (semantic--tag-deep-copy-tag-list)
9469 (semantic-tag-components-with-overlays-default):
9470 * cedet/semantic/symref.el (semantic-symref-find-text):
9471 * cedet/semantic/senator.el (senator-yank-tag)
9472 (senator-transpose-tags-up):
9473 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
9474 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
9475 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
9476 * cedet/semantic/lex.el (semantic-lex-comment-regex)
9477 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
9478 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
9479 * cedet/semantic/lex-spp.el
9480 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
9481 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
9482 * cedet/semantic/idle.el
9483 (semantic-idle-summary-current-symbol-info-brutish)
9484 (semantic-idle-summary-current-symbol-info-default):
9485 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
9486 (semantic--grammar-macro-compl-dict):
9487 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
9488 * cedet/semantic/format.el (semantic-format-tag-custom-list)
9489 (semantic-format-tag-canonical-name-default):
9490 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
9491 (semantic-find-tags-for-completion)
9492 (semantic-find-tags-by-scope-protection-default)
9493 (semantic-deep-find-tags-for-completion):
9494 * cedet/semantic/edit.el
9495 (semantic-edits-incremental-reparse-failed-hook)
9496 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
9497 (semantic-edits-splice-remove, semantic-edits-splice-replace):
9498 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
9499 * cedet/semantic/dep.el (semantic-dependency-include-path):
9500 * cedet/semantic/db.el (semanticdb-default-find-index-class)
9501 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
9502 (semanticdb-project-roots):
9503 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
9504 (semanticdb-find-adebug-insert-scanned-tag-cons)
9505 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
9506 (semanticdb-brute-deep-find-tags-for-completion):
9507 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
9508 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
9509 (semantic-end-of-context-default)
9510 (semantic-ctxt-current-function-default)
9511 (semantic-ctxt-scoped-types-default):
9512 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
9513 (semantic-complete-inline-tag-engine)
9514 (semantic-complete-inline-custom-type)
9515 (semantic-complete-read-tag-analyzer):
9516 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
9517 (semantic-chart-database-size):
9518 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
9519 (semantic-analyze-current-context):
9520 * cedet/semantic/symref/list.el (semantic-symref)
9521 (semantic-symref-hide-buffer, semantic-symref-symbol):
9522 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
9523 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
9524 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
9525 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
9526 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
9527 (semantic-c-dereference-template):
9528 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
9529 (semantic--analyze-refs-full-lookup-with-parents)
9530 (semantic--analyze-refs-full-lookup-simple):
9531 * cedet/semantic/analyze/complete.el
9532 (semantic-analyze-possible-completions):
2f10955c
GM
9533 * cedet/srecode/table.el (srecode-mode-table-new):
9534 * cedet/srecode/srt.el (srecode-read-variable-name):
9535 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
9536 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
9537 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
9538 * cedet/srecode/map.el (srecode-current-map):
9539 * cedet/srecode/insert.el (srecode-insert)
9540 (srecode-insert-variable-secondname-handler, srecode-insert-method)
9541 (srecode-template-inserter-point-override)
9542 (srecode-insert-include-lookup):
9543 * cedet/srecode/getset.el (srecode-auto-choose-class):
9544 * cedet/srecode/extract.el (srecode-inserter-extract):
9545 * cedet/srecode/document.el
9546 (srecode-document-autocomment-return-last-alist)
9547 (srecode-document-autocomment-param-type-alist)
9548 (srecode-document-insert-function-comment)
9549 (srecode-document-insert-variable-one-line-comment)
9550 (srecode-document-function-name-comment):
9551 * cedet/srecode/dictionary.el (srecode-create-dictionary)
9552 (srecode-compound-toString):
9553 * cedet/srecode/compile.el (srecode-flush-active-templates):
9554 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
bd2afec2
GM
9555 Doc/message fixes.
9556
9515cdcc
GM
9557 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
9558 match-data. (Bug#4555).
9559
57b0083a
GM
9560 * cedet/semantic/bovine/gcc.el
9561 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
9562 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
9563
a4d2c321
GM
9564 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
9565 rather than parsing it as a regexp. This relaxes the layout
9566 requirements and makes errors easier to detect.
9567 (check-declare-verify): Check file is regular.
9568 (check-declare-directory): Doc fix.
9569 * subr.el (declare-function): Doc fix.
9570
b15c31c7
GM
9571 * ibuffer.el (ibuffer-format-qualifier):
9572 * isearch.el (hi-lock-regexp-okay):
9573 * calc/calc.el (math-zerop):
9574 * mail/uce.el (rmail-msgbeg, rmail-msgend):
9575 * term/w32-win.el (setup-default-fontset, set-fontset-font):
9576 Remove unused declarations.
9577
0376249d
JB
95782009-10-01 Juanma Barranquero <lekktu@gmail.com>
9579
9580 * cedet/semantic/wisent/javat-wy.el
9581 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
9582
9a589407
JB
95832009-09-30 Juanma Barranquero <lekktu@gmail.com>
9584
9585 * cedet/srecode/expandproto.el: Fix provide statement.
9586
722ff82f
CY
95872009-09-30 Eric Ludlam <zappo@gnu.org>
9588
cf885595 9589 * emacs-lisp/eieio.el (boolean-p): Delete.
722ff82f
CY
9590
95912009-09-30 Sascha Wilde <wilde@sha-bang.de>
9592
9593 * cedet/ede/srecode.el: Fix provide statement.
9594
1fc28a2c
GM
95952009-09-30 Glenn Morris <rgm@gnu.org>
9596
8240628d 9597 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7ec19ac4 9598 * cedet/ede/proj-aux.el (ede-aux-source):
a1f1d102
GM
9599 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
9600 (ede-misc-source):
d16d4acd
GM
9601 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
9602 (semantic-mrub-switch-tags): Fix doc typos.
9603
40f9bf94
GM
9604 * cedet/semantic/db-global.el (data-debug-new-buffer)
9605 (data-debug-insert-thing): Remove unneeded declarations (one broken).
9606 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
9607
494f4fc7
GM
9608 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
9609
cf885595
SM
9610 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
9611 use of CL function `remove-if-not'.
1fc28a2c
GM
9612
9613 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
9614
494f4fc7
GM
9615 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
9616 filename is not a string.
9617
561580e9
CY
96182009-09-29 Chong Yidong <cyd@stupidchicken.com>
9619
9620 * files.el (safe-local-eval-forms): Fix typo.
9621
dcbbecd4
SM
96222009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9623
9624 * vc-hooks.el (vc-dir-buffers): New var.
9625 (vc-state-refresh): New function.
9626 (vc-state): Use it.
9627 (vc-after-save): Always ask the backend to recompute the new state.
9628 Always call vc-dir if necessary, using vc-dir-buffers.
9629 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
9630 Use vc-dir-buffers.
9631 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
9632 (vc-dir-prepare-status-buffer, vc-dir-update)
9633 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
9634 Don't call expand-file-name on default-directory.
9635
d88444f2
JB
96362009-09-29 Juanma Barranquero <lekktu@gmail.com>
9637
9638 * speedbar.el (speedbar-item-delete):
9639 * calc/calc-prog.el (calc-kbd-if):
9640 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
9641
9642 * epa.el (epa-key-list-mode-map):
9643 * hi-lock.el (hi-lock-menu): Fix typos in menus.
9644
9645 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
9646 (hs-show-hook): Fix typo in docstring.
9647
5da62d41
GM
96482009-09-29 Glenn Morris <rgm@gnu.org>
9649
d037e45a
GM
9650 * cedet/semantic/symref/idutils.el:
9651 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
9652
ae715515
GM
9653 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
9654
9655 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
9656 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
9657 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
9658 Mark declarations not understood by check-declare.
9659
8360fce0
GM
9660 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
9661 file-name-nondirectory call preventing location of cedet files.
9662 (check-declare-verify): Use literal search rather than re-search.
ae715515 9663 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
9664
9665 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9666 Use tramp-compat-file-attributes rather than nonexistent
9667 tramp-compat-handle-file-attributes.
9668
5da62d41
GM
9669 * Makefile.in (lisptagsfiles4): New.
9670 (AUTOGENEL): Add cedet loaddefs files.
9671 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
9672 (update-elclist, compile-always, backup-compiled-files)
9673 (bootstrap-clean): Add yet another directory level.
9674 (update-elclist): Use LC_COLLATE rather than COLLATE.
9675 (ELCFILES): Update, via `make update-elclist'.
9676
48267264
JB
96772009-09-29 Juanma Barranquero <lekktu@gmail.com>
9678
9679 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
9680 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
9681 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
9682
2c4cd0b0
AS
96832009-09-28 Andreas Schwab <schwab@linux-m68k.org>
9684
9685 * Makefile.in (lisptagsfiles3): Define.
5da62d41 9686 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
9687 (update-elclist): Add third directory level to look for elc files.
9688 (compile-always): Likewise.
9689 (backup-compiled-files): Likewise.
9690 (bootstrap-clean): Likewise.
9691 (ELCFILES): Update.
9692
a2533e47
CY
96932009-09-28 Chong Yidong <cyd@stupidchicken.com>
9694
9695 * Makefile.in (ELCFILES): Add CEDET files.
9696
b90caf50 96972009-09-28 Eric Ludlam <zappo@gnu.org>
a2095e2e 9698
b90caf50 9699 CEDET (development tools) package merged.
a2095e2e 9700
b90caf50
CY
9701 * cedet/*.el:
9702 * cedet/ede/*.el:
9703 * cedet/semantic/*.el:
9704 * cedet/srecode/*.el: New files.
a2095e2e 9705
eefbedb1
MA
97062009-09-28 Michael Albinus <michael.albinus@gmx.de>
9707
9708 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
9709
9710 * net/tramp.el (top): Require tramp-imap.
9711
9712 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9713 Use `tramp-compat-handle-file-attributes'.
9714
97152009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9716
9717 * net/tramp-imap.el: New package.
9718
66635e2f 97192009-09-28 Eric Ludlam <zappo@gnu.org>
6dd12ef2
CY
9720
9721 * emacs-lisp/chart.el:
9722 * emacs-lisp/eieio-base.el:
9723 * emacs-lisp/eieio-comp.el:
9724 * emacs-lisp/eieio-custom.el:
e608e7be 9725 * emacs-lisp/eieio-datadebug.el:
6dd12ef2
CY
9726 * emacs-lisp/eieio-opt.el:
9727 * emacs-lisp/eieio-speedbar.el:
9728 * emacs-lisp/eieio.el: New files.
9729
666fd2cc
CY
9730 * cedet/cedet-cscope.el:
9731 * cedet/cedet-files.el:
9732 * cedet/cedet-global.el:
9733 * cedet/cedet-idutils.el:
9734 * cedet/data-debug.el:
9735 * cedet/inversion.el:
7b232be9 9736 * cedet/mode-local.el:
666fd2cc
CY
9737 * cedet/pulse.el: New files.
9738
748e3d67
VJL
97392009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9740
9741 * whitespace.el (whitespace-trailing-regexp)
9742 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
9743 Fix doc string.
9744
15120dec
CY
97452009-09-27 Chong Yidong <cyd@stupidchicken.com>
9746
9747 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
9748 menu.
9749
9750 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
9751 menu-bar-ediff-menu.
9752
9753 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
9754 define-overloadable-function.
9755
9756 * progmodes/autoconf.el: Provide autoconf as well, so that this
9757 file can be `require'd.
9758
9759 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
9760
9761 * emacs-lisp/autoload.el (generated-autoload-feature)
9762 (generated-autoload-load-name): New vars.
9763 (autoload-rubric, autoload-generate-file-autoloads): Use them.
9764 (make-autoload): Recognize define-overloadable-function and
9765 defclass forms (for EIEIO).
9766
9767 * Makefile.in (update-subdirs): Exclude cedet directory.
9768
135abf91
AR
97692009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9770
1becddbb 9771 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
9772
9773 * faces.el: Default light-background background for region face to
9774 ns_selection_color under NS.
9775
3d994264
TZ
97762009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
9777
9778 * net/imap-hash.el: New library, see NEWS.
9779
9780 * Makefile.in (ELCFILES): Add imap-hash.el.
9781
ce9a0ccb
SM
97822009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
9783
9784 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
9785 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
9786 * help-macro.el (make-help-screen): Avoid using an ambiguous function
9787 definition where the docstring could be taken for the return value.
9788
a92cdd49
GM
97892009-09-26 Glenn Morris <rgm@gnu.org>
9790
9791 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
9792 Add option to only show images below a certain size.
9793 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
9794 save-excursion calls.
9795
416ac2f1
EZ
97962009-09-26 Eli Zaretskii <eliz@gnu.org>
9797
9798 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
9799 subdirectories) and eieio.
9800
d9a13f68
AM
98012009-09-26 Alan Mackenzie <acm@muc.de>
9802
9c3c9fdf 9803 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 9804 buggy bracketing. (Bug#4289)
d9a13f68
AM
9805
9806 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 9807 character constants (as case labels). (Bug#4289)
d9a13f68 9808
182b3bec
CY
98092009-09-25 Juri Linkov <juri@jurta.org>
9810
9811 * files.el (safe-local-eval-forms): Allow time-stamp in
9812 before-save-hook (Bug#4554).
9813
8f75f2da
JB
98142009-09-25 Drew Adams <drew.adams@oracle.com>
9815
9816 * menu-bar.el (list-buffers-directory): Doc fix.
9817
8390fb80
SM
98182009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
9819
9820 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
9821 Try and avoid copying twice the same paragraph.
9822 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
9823 Remove save-excursion.
9824 (log-edit-changelog-entry): Do it here instead.
9825
11ee8d90
JB
98262009-09-25 Juanma Barranquero <lekktu@gmail.com>
9827
027b1942
JB
9828 * bs.el (bs--get-file-name): Use `list-buffers-directory'
9829 when available, instead of hardcoding mode names. Doc fix.
9830
11ee8d90
JB
9831 * menu-bar.el (list-buffers-directory): Add docstring.
9832 Make automatically buffer-local.
9833
9834 * dired.el (dired-mode):
9835 * files.el (cd-absolute):
9836 * pcvs.el (cvs-temp-buffer):
9837 * pcvs-util.el (cvs-get-buffer-create):
9838 * shell.el (shell-mode):
9839 * vc-dir.el (vc-dir-mode):
9840 Don't make `list-buffers-directory' buffer local.
9841
21289c5d
CY
98422009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
9843
8390fb80
SM
9844 * comint.el (comint-exec, comint-run, make-comint):
9845 Doc fixes (Bug#4542).
21289c5d 9846
e8652dd9
GM
98472009-09-25 Glenn Morris <rgm@gnu.org>
9848
9849 * mail/rmailmm.el (rmail-mime): New custom group.
9850 Move all defcustoms in this file into this group.
9851 (rmail-mime-media-type-handlers-alist): Revert previous change.
9852 (rmail-mime-show-images): New option.
9853 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
9854 references to it, since it wasn't actually used for anything.
9855 (rmail-mime-insert-image): New function.
9856 (rmail-mime-image): Use rmail-mime-insert-image.
9857 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
9858 obey the value of `rmail-mime-show-images' option. Print the size of
9859 attachments.
e8652dd9 9860
fb652bb5
JB
98612009-09-25 David Engster <deng@randomsample.de>
9862
9863 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
9864
32a9841c
VJL
98652009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9866
9867 * whitespace.el: Does not highlight trailing spaces While point is
9868 at end of line. Does not highligt spaces at beginning of buffer
9869 while point is at beginning of buffer. Does not highlight spaces
9870 at end of buffer while point is at end of buffer. (Bug#4177)
9871 New version 12.0.
9872 (whitespace-display-mappings): Adjust initialization.
9873 (whitespace-point, whitespace-font-lock-refontify): New vars.
9874 (whitespace-color-on, whitespace-color-off): Adjust code.
9875 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9876 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
9877 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
9878
e477ca84
CY
98792009-09-24 Chong Yidong <cyd@stupidchicken.com>
9880
9881 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
9882
9883 * textmodes/sgml-mode.el: Remove xml-mode alias.
9884
9885 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 9886 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 9887
68712602
AM
98882009-09-24 Alan Mackenzie <acm@muc.de>
9889
9890 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
9891 c-forward-conditionals, but it doesn't move point and doesn't set
9892 the mark.
9893 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
9894 (c-down-conditional-with-else, c-backward-conditional)
9895 (c-forward-conditional): Refactor to use c-scan-conditionals.
9896
1659ada0
JB
98972009-09-24 Juanma Barranquero <lekktu@gmail.com>
9898
9899 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
9900 (help-default-arg-highlight): Remove.
9901 (help-highlight-arg): New function.
9902 (help-do-arg-highlight): Use it.
9903 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
9904
b3f01e46
SM
99052009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9906
9907 * term.el (term-set-scroll-region, term-handle-ansi-escape):
9908 Undo last change, which didn't fix the problem and introduced others.
9909
107ef54a
NR
99102009-09-24 Nick Roberts <nickrob@snap.net.nz>
9911
9912 * progmodes/gdb-mi.el: Don't require speedbar.
9913 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
9914
ffa1fed6
GM
99152009-09-24 Glenn Morris <rgm@gnu.org>
9916
2157a2be
GM
9917 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
9918
6125167c
GM
9919 * term/ns-win.el (ns-reg-to-script): Define for compiler.
9920
ffa1fed6
GM
9921 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
9922 there is no newline after the final mime boundary. (Bug#4539)
9923 Move markers on insertion so that any buttons inserted don't end up in
9924 the next part of a multipart message.
2e9075d3
GM
9925 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
9926 (rmail-mime-bulk-handler): Optionally handle images.
9927 (rmail-mime-image): New button action.
9928 (rmail-mime-image-handler): New function.
9929 (rmail-mime-mode): New mode.
9930 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 9931
4a814992
SM
99322009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9933
075518b5
SM
9934 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
9935 than just dropping elements from it (bug#4504).
9936
8ad2defc
SM
9937 * term.el (term-set-scroll-region): Don't move cursor any more.
9938 (term-handle-ansi-escape): Call term-goto here instead.
9939 Suggested by Ivan Kanis <apple@kanis.eu>.
9940
4a814992
SM
9941 * term.el: Require CL.
9942 (term-ansi-reset): New function.
9943 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
9944 (term-handle-colors-array): Simplify.
9945
5a0c3f56
JB
99462009-09-24 Juanma Barranquero <lekktu@gmail.com>
9947
9948 * allout.el (allout-overlay-interior-modification-handler)
9949 (allout-obtain-passphrase):
9950 * epa-file.el (epa-file-write-region):
9951 * ps-print.el (ps-begin-job):
9952 * vc-hooks.el (vc-toggle-read-only):
9953 * vc-rcs.el (vc-rcs-rollback):
9954 * vc-sccs.el (vc-sccs-rollback):
9955 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
9956 (vc-version-diff, vc-revert, vc-rollback):
9957 * wdired.el (wdired-check-kill-buffer):
9958 * emacs-lisp/authors.el (authors):
9959 * net/socks.el (socks-open-connection):
9960 * net/zeroconf.el (zeroconf-service-add-hook):
9961 * obsolete/vc-mcvs.el (vc-mcvs-register):
9962 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
9963 (gdb-select-frame):
9964 * progmodes/grep.el (lgrep, rgrep):
9965 * progmodes/idlw-help.el (idlwave-help-check-locations)
9966 (idlwave-help-html-link, idlwave-help-assistant-open-link):
9967 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9968 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
9969 (reftex-toc-rename-label): Fix typos in error messages.
9970
9971 * dired-aux.el (dired-do-shell-command): Reflow docstring.
9972 (dired-copy-how-to-fn): Doc fix.
9973 (dired-files-attributes, dired-read-shell-command):
9974 Fix typos in docstrings.
9975
9976 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
9977 (dired-x-find-file-other-window): Reflow docstrings.
9978 (dired-omit-marker-char, dired-read-shell-command)
9979 (dired-x-submit-report): Fix typos in docstrings.
9980
9981 * shell.el (shell-mode-hook):
9982 * view.el (View-scroll-line-forward):
9983 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
9984 Fix typos in docstrings.
9985
9986 * net/dig.el (dig-invoke): Fix typo in docstring.
9987 (query-dig): Reflow docstring.
9988
9989 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
9990 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
9991 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
9992 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
9993 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
9994 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
9995 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
9996 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
9997 (idlwave-completion-map, idlwave-current-indent)
9998 (idlwave-custom-ampersand-surround, idlwave-customize)
9999 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
10000 (idlwave-define-abbrev, idlwave-determine-class-special)
10001 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
10002 (idlwave-end-block-reg, idlwave-end-of-statement)
10003 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
10004 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
10005 (idlwave-explicit-class-listed, idlwave-file-header)
10006 (idlwave-fill-paragraph, idlwave-find-class-definition)
10007 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
10008 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
10009 (idlwave-in-quote, idlwave-indent-action-table)
10010 (idlwave-indent-expand-table, idlwave-indent-line)
10011 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
10012 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
10013 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
10014 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
10015 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
10016 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
10017 (idlwave-outlawed-buffers, idlwave-popup-select)
10018 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
10019 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
10020 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
10021 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
10022 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
10023 (idlwave-statement-type, idlwave-struct-skip)
10024 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
10025 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
10026 (idlwave-what-module-find-class): Fix typos in docstrings.
10027 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
10028 (idlwave-calculate-cont-indent, idlwave-expand-equal)
10029 (idlwave-find-module, idlwave-find-structure-definition)
10030 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
10031 (idlwave-list-load-path-shadows, idlwave-next-statement)
10032 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
10033 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
10034 (idlwave-template): Reflow docstrings.
10035
10036 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
10037 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
10038 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
10039 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
10040 (idlwave-shell-display-line, idlwave-shell-display-wframe)
10041 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
10042 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
10043 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
10044 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
10045 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
10046 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
10047 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
10048 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
10049 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
10050 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
10051 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
10052 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
10053 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
10054 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
10055 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
10056 Fix typos in docstrings.
10057 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
10058 (idlwave-shell-hide-output, idlwave-shell-mode)
10059 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
10060 Reflow docstrings.
10061
10062 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
10063
62136c5d
SM
100642009-09-24 Ivan Kanis <apple@kanis.eu>
10065
10066 * term.el (term-bold-attribute): New var.
10067 (term-handle-colors-array): Use it.
10068
9c1a45ed
NR
100692009-09-23 Nick Roberts <nickrob@snap.net.nz>
10070
10071 * progmodes/gdb-mi.el (gdb-version): New variable.
10072 (gdb-non-stop-handler): Set gdb-version.
10073 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
10074 Condition "--thread" option on gdb-version.
10075 (gdb-invalidate-threads): Remove unused argument.
10076
03304f31
SM
100772009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10078
10079 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
10080 to looking-back to avoid ridiculous slow down in large files (bug#4511).
10081
4f02f0c9
GM
100822009-09-23 Glenn Morris <rgm@gnu.org>
10083
10084 * mail/rmail.el (rmail-reply): Don't try to add a References header when
10085 replying to mail without References or Message-Id. (Bug#4525)
10086
a3b4b363
AR
100872009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
10088
10089 * term/ns-win.el (ns-reg-to-script): New variable.
10090
7bda18cc
DU
100912009-09-23 Daiki Ueno <ueno@unixuser.org>
10092
10093 * epg.el (epg-wait-for-status): Preserve existing 'error results.
10094
72169e55
SS
100952009-09-22 Sam Steingold <sds@gnu.org>
10096
10097 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
10098 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
10099 to 1 because hg returns status 1 when nothing is found.
0aa4f295 10100 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 10101
905b7d38
SM
101022009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10103
b0459dec
SM
10104 * textmodes/fill.el: Convert to utf-8 encoding.
10105 (fill-french-nobreak-p): Remove redundant » and « inherited from our
10106 pre-unicode days.
10107
905b7d38
SM
10108 * add-log.el (change-log-fill-forward-paragraph): New function.
10109 (change-log-mode): Use it so fill-region DTRT.
10110 Set fill-indent-according-to-mode here rather than in
10111 change-log-fill-paragraph.
10112 (change-log-fill-paragraph): Remove.
10113
baa7f3de
JB
101142009-09-22 Juanma Barranquero <lekktu@gmail.com>
10115
10116 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
10117 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
10118
a8d789f0
GM
101192009-09-22 Glenn Morris <rgm@gnu.org>
10120
daedbbc2
GM
10121 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
10122 the scroll-bar scroll the calendar window rather than the buffer.
10123
d8899a74
GM
10124 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
10125 commands that move point (as opposed to scrolling).
10126
a8d789f0
GM
10127 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
10128
10129 * emacs-lisp/elint.el (elint): New custom group.
10130 (elint-log-buffer): Make it a defcustom.
10131 (elint-scan-preloaded, elint-ignored-warnings)
10132 (elint-directory-skip-re): New options.
10133 (elint-builtin-variables): Doc fix.
10134 (elint-preloaded-env): New variable.
10135 (elint-unknown-builtin-args): Add an entry for encode-time.
10136 (elint-extra-errors): Make it a variable rather than a constant.
10137 (elint-preloaded-skip-re): New constant.
10138 (elint-directory): Skip files matching elint-directory-skip-re.
10139 (elint-features): New variable, local to linted buffers.
10140 (elint-update-env): Initialize elint-features. Possibly add
10141 elint-preloaded-env to the buffer's environment.
10142 (elint-get-top-forms): Bind elint-current-pos, for log messages.
10143 Skip quoted forms.
10144 (elint-init-form): New function, extracted from elint-init-env.
10145 Make non-list forms a warning rather than an error.
10146 Add the mode-map for define-derived-mode. Handle define-minor-mode,
10147 easy-menu-define, put that adds an error-condition, and provide.
10148 When requiring cl, also require cl-macs. Really require cl, to handle
10149 some cl macros. Store required libraries in the list elint-features,
10150 so as not to re-load them. Treat cc-require like require.
10151 (elint-init-env): Call elint-init-form to do the work.
10152 Handle eval-and-compile and such like.
10153 (elint-add-required-env): Do not clear messages.
10154 (elint-special-forms): Add handlers for function, defalias, if, when,
10155 unless, and, or.
10156 (elint-form): Add optional argument to ignore elint-special-forms,
10157 useful to prevent recursive calls from handlers. Doc fix.
10158 Respect elint-ignored-warnings.
10159 (elint-form): Respect elint-ignored-warnings.
10160 (elint-bound-variable, elint-bound-function): New variables.
10161 (elint-unbound-variable): Respect elint-bound-variable.
10162 (elint-get-args): Respect elint-bound-function.
10163 (elint-check-cond-form): Add some simple handling for (f)boundp and
10164 featurep tests.
10165 (elint-check-defalias-form): New handler.
10166 (elint-check-let-form): Make an empty let a warning rather than an
10167 error.
10168 (elint-check-setq-form): Make an empty setq a warning rather than an
10169 error. Respect elint-ignored-warnings.
10170 (elint-check-defvar-form): Accept null doc-strings.
10171 (elint-check-conditional-form): New handler. Does some simple-minded
10172 checking of featurep and (f)boundp tests.
10173 (elint-put-function-args): New function.
10174 (elint-initialize): Use elint-scan-doc-file rather than
10175 elint-find-builtin-variables. Use elint-put-function-args.
10176 Possibly scan preloaded-file-list.
10177 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
10178 extend to handle functions as well.
10179
245be23c
JB
101802009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
10181
10182 * linum.el (linum-delete-overlays, linum-update-window):
10183 Do not modify the right margin. (Bug#3971)
10184
91fdbd6f
CY
101852009-09-21 Chong Yidong <cyd@stupidchicken.com>
10186
10187 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
10188 nxml-mode instead of xml-mode.
10189
7589d38e
JB
101902009-09-21 Kevin Ryde <user42@zip.com.au>
10191
10192 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
10193
5ac42715
SM
101942009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10195
10196 * net/dig.el (dig-mode): Use define-derived-mode.
10197
09c01323
DN
101982009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
10199
4096c5f2
DN
10200 * vc-dispatcher.el (vc-do-command): Return the process object in
10201 the asynchronous case. Use when instead of if. Do not run
5480359e 10202 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 10203
0e172cc2
DN
10204 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
10205 properties to the stash strings.
10206 (vc-git-stash-list): Return a list of strings.
10207 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
10208 (vc-git-stash-show-at-point): New functions.
10209 (vc-git-stash-map): New keymap.
10210
03304f31
SM
10211 * register.el (ctl-x-r-map): Define the keys here instead of
10212 using autoload.
09c01323 10213
03304f31 102142009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
10215
10216 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
10217 list, to workaround performance problem (bug#4485).
10218
2f5fc4d7
NR
102192009-09-20 Nick Roberts <nickrob@snap.net.nz>
10220
10221 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
10222
b0f5fd2e
DU
102232009-09-20 Daiki Ueno <ueno@unixuser.org>
10224
10225 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
10226 Document that this option is not recommended to use.
10227
f3445fab
GM
102282009-09-19 Glenn Morris <rgm@gnu.org>
10229
547c6921
GM
10230 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
10231 variable `var'.
10232
f3445fab
GM
10233 * calc/calc-alg.el (var):
10234 * calc/calcalg2.el (var): Define for compiler.
10235
946c009b
CY
102362009-09-19 Chong Yidong <cyd@stupidchicken.com>
10237
e3f36d03
SM
10238 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
10239 Doc fix (Bug#3932).
e2045997 10240
24aedbca
CY
10241 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
10242
327dd27a
CY
10243 * time-stamp.el (time-stamp-month-dd-yyyy)
10244 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
10245 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
10246 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
10247 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
10248 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 10249
946c009b
CY
10250 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
10251 indent buffer only if called interactively (Bug#4452).
10252
3e70541a 102532009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 10254 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
10255
10256 This fixes bug#4197 (merged to bug#865, though not identical).
10257 * server.el (server-auth-dir): Add docstring note about FAT32.
10258 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
10259 but warn against using them.
10260
9b94c32e
NR
102612009-09-19 Nick Roberts <nickrob@snap.net.nz>
10262
10263 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
10264 older GDB where there is no has_more field.
10265
66590684
GM
102662009-09-19 Glenn Morris <rgm@gnu.org>
10267
10268 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10269
9a1337f9
CY
102702009-09-18 Chong Yidong <cyd@stupidchicken.com>
10271
10272 * files.el (auto-mode-alist): Change default for XML files to nXML
10273 mode (Bug#4169).
10274
d7554167
JB
102752009-09-18 Juanma Barranquero <lekktu@gmail.com>
10276
10277 * server.el (server-ensure-safe-dir): Pass 'integer
10278 to `file-attributes', as suggested.
10279
35a3f9a4
SM
102802009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
10281
10282 * dired-aux.el (dired-query-alist): Remove spurious backslash.
10283 (dired-query): Use read-key.
10284
044f9b05
AR
102852009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
10286
10287 * cus-start.el (ns-use-qd-smoothing): Remove.
10288
6188ea49
GM
102892009-09-18 Glenn Morris <rgm@gnu.org>
10290
08cf18e4
GM
10291 * allout.el (top-level): Remove unnecessary progn.
10292
07eae5c5
GM
10293 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
10294
6726c25e
GM
10295 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
10296 definition of abbrev table.
10297
3f527154 10298 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
10299 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
10300 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
10301 * net/newst-backend.el (newsticker--cache-read-feed):
10302 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
10303 condition-case handlers.
10304
ccb4c30c
NR
103052009-09-18 Nick Roberts <nickrob@snap.net.nz>
10306
10307 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
10308 (gdb-var-list): Add an element for has_more field.
10309 (gdb-non-stop-handler): Enable pretty printing for STL containers.
10310 (gdb-var-create-handler, gdb-var-list-children-handler-1)
10311 (gdb-var-update-handler-1): Parse output of dynamic variable
10312 objects (STL containers).
10313 (gdb-var-delete-1): Pass var1 as an explicit second argument.
10314 (gdb-get-field): Delete alias. Use bindat-get-field directly.
10315
10316 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
10317 gdb-var-list.
10318 (gud-speedbar-buttons): Make node expandable if expression "has more"
10319 children.
10320
8686ac71
JB
103212009-09-17 Juanma Barranquero <lekktu@gmail.com>
10322
10323 * startup.el (emacs-quick-startup): Remove variable and all uses.
10324 (command-line): Set `inhibit-x-resources' instead.
10325 (command-line-1): Use `inhibit-x-resources' instead.
10326
a69c67e8
CY
103272009-09-17 Chong Yidong <cyd@stupidchicken.com>
10328
10329 * subr.el: Fix last change to avoid using the `unless' macro,
10330 which breaks bootstrapping.
10331
354f0faf
SM
103322009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10333
10334 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
10335 extended definitions, in case we reload subr.el after having
10336 loaded CL.
10337 (eval-next-after-load): Mark as obsolete.
10338
98b9bf40
JL
103392009-09-17 Juri Linkov <juri@jurta.org>
10340
10341 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
10342 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
10343 (menu-bar-showhide-menu, menu-bar-tools-menu)
10344 (menu-bar-describe-menu, menu-bar-help-menu)
10345 (minibuffer-local-completion-map, minibuffer-local-map):
10346 Fix list quoting.
10347
28fab7b5
GM
103482009-09-17 Glenn Morris <rgm@gnu.org>
10349
88d5190c
GM
10350 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
10351 arguments, whether or not it has a handler.
10352
74f24ba7
GM
10353 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
10354
28fab7b5
GM
10355 * simple.el (hard-newline): Give it a doc-string.
10356
a8106aec
GM
10357 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10358 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 10359
76251ad7
DN
103602009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
10361
72033dbe
DN
10362 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
10363 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
10364 (menu-bar-options-menu, menu-bar-showhide-menu)
10365 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
10366 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
10367 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
10368 (menu-bar-options-menu, menu-bar-tools-menu)
10369 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
10370 (menu-bar-help-menu):
10371 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
10372 string arguments.
10373
76251ad7
DN
10374 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
10375 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
10376 calls for the menu names and :help.
10377
97b952b7
SM
103782009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10379
10380 * mouse.el (minor-mode-menu-from-indicator): Pay attention
10381 to :minor-mode-function (bug#4455).
10382
8f38189e
SM
103832009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10384
d2fd733e
SM
10385 * startup.el (command-line): Initialize the window-system after
10386 processing the command-line.
10387
8f38189e
SM
10388 * textmodes/page.el (what-page): Make sure we don't inf-loop if
10389 page-delimiter matches the empty string.
10390
77564fa4
GM
103912009-09-16 Glenn Morris <rgm@gnu.org>
10392
10393 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
10394 byte-compile-not-obsolete-var. It's a list now.
10395 (byte-compile-not-obsolete-funcs): New variable.
10396 (byte-compile-warn-obsolete): Don't warn about functions if they are in
10397 byte-compile-not-obsolete-funcs.
10398 (byte-compile-variable-ref, byte-compile-defvar): Update for
10399 byte-compile-not-obsolete-vars name-change and list nature.
10400 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
10401 and variables behind (f)boundp tests.
10402 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
10403
79d316d3
DN
104042009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
10405
10406 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
10407
8fed6934
SM
104082009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10409
10410 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
10411 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
10412 Don't autoload.
10413
4078fd57
SE
104142009-09-15 Stephen Eglen <stephen@gnu.org>
10415
10416 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 10417 the virtual-buffers, use the name of the buffer specified by
4078fd57 10418 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 10419 problem if the target and the symlink had different names.)
4078fd57 10420
838ff458
SM
104212009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10422
b3c7c12d
SM
10423 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
10424
13dc2bc2
SM
10425 * desktop.el (desktop-path): Check user-emacs-directory.
10426
49fec531
SM
10427 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
10428
0e328d37
SM
10429 * loadup.el: Use after-load-functions to GC after loading each file.
10430 Remove the explicit GC calls that used to be sprinkled around.
10431
838ff458
SM
10432 * subr.el (after-load-functions): New hook.
10433 (do-after-load-evaluation): Run it. Use string-match-p to detect
10434 `obsolete' packages, rather than painfully extracting the relevant
10435 directory name.
10436
a62f564f
GM
104372009-09-15 Glenn Morris <rgm@gnu.org>
10438
10439 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
10440 free variable `doc'.
10441
10442 * dired.el (dired-mode-map): Add menu entry for async shell command.
10443
10444 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
10445 variables, also consider the .elc files, since the .el files are
10446 normally gzipped (subsequent code locates the .el.gz from the .elc).
10447
10448 * calc/calc-prog.el (arglist): Define for compiler.
10449
10450 * calendar/diary-lib.el (diary-display-function): Change the default to
10451 fancy display.
10452 (body): Define for compiler.
10453
10454 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
10455 (byte-compile-file-form, byte-compile-lambda)
10456 (byte-compile-top-level-body, byte-compile-form)
10457 (byte-compile-variable-ref, byte-compile-setq)
10458 (byte-compile-setq-default, byte-compile-body)
10459 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
10460 (batch-byte-compile): Give some more local variables with common names
10461 a "bytecomp-" prefix to avoid masking warnings about free variables.
10462
cd05fe7f
GM
10463 * startup.el (command-line-1): Give local variables with common names a
10464 distinguishing prefix, so as not to hide free variable warnings during
10465 bootstrap.
10466
a62f564f
GM
10467 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
10468 clever and add a suffix to make a unique name, just let the user decide
10469 whether or not to overwrite it. If the input is a directory, write the
10470 default filename to that directory. (Bug#4388)
10471 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
10472 is a filename-as-a-directory.
10473
fbc88440
SM
104742009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10475
10476 * textmodes/page.el (what-page): Don't move to beginning of line.
10477 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
10478
60308853
DN
104792009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
10480
10481 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
10482
32ba3abc
DN
104832009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
10484
9cd39aff
DN
10485 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
10486 * help.el (help-for-help-internal): Add purecopy calls for text.
10487
32ba3abc
DN
10488 * vc.el (top): print-log method now takes an optional SHORTLOG
10489 argument. Add a new method: root.
32ba3abc
DN
10490 (vc-root-diff, vc-print-root-log): New functions.
10491 (vc-log-short-style): New variable.
10492 (vc-print-log-internal): Add support for showing short logs.
10493
10494 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
10495 vc-print-root-log and vc-print-root-diff.
10496
10497 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
10498 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
10499 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
10500 short logs.
10501
10502 * vc-cvs.el (vc-cvs-print-log):
10503 * vc-mtn.el (vc-mtn-print-log):
10504 * vc-rcs.el (vc-rcs-print-log):
10505 * vc-sccs.el (vc-sccs-print-log):
10506 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
10507 that is ignored for now.
10508
837b0e99
DN
10509 * vc-mtn.el (vc-mtn-annotate-command):
10510 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
10511
31cd2dd4
SM
105122009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10513
10514 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
10515 to function-key-map, and give them ascii-character property.
10516 * term/x-win.el (x-alternatives-map):
10517 * term/ns-win.el (ns-alternatives-map):
10518 * term/internal.el (msdos-key-remapping-map):
10519 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
10520
d62e5bf2
GM
105212009-09-14 Glenn Morris <rgm@gnu.org>
10522
10523 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
10524 temp-buffers (2009-09-12).
10525
7d0105e5
SM
105262009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10527
10528 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
10529 the new read-key function.
10530
e17ed9ad
CY
105312009-09-13 Chong Yidong <cyd@stupidchicken.com>
10532
10533 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
10534 is defined (Bug#4405).
10535
1fc26e29
CY
105362009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
10537
10538 * recentf.el (recentf-cleanup): Use a hash table to find
10539 duplicates (Bug#4407).
10540
61dc96a2 105412009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
10542
10543 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
10544 kp-0 to ascii equivalents (Bug#4325).
10545
42c3a9e3
CY
105462009-09-13 Chong Yidong <cyd@stupidchicken.com>
10547
1f5c1626
CY
10548 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
10549
42c3a9e3 10550 * eshell/em-hist.el:
31cd2dd4
SM
10551 * eshell/em-dirs.el (eshell-complete-user-reference):
10552 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
10553
105542009-09-13 Leo <sdl.web@gmail.com> (tiny change)
10555
10556 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
10557 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
10558 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
10559 * eshell/em-hist.el (eshell-history-file-name):
10560 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 10561
1e2b6acf
GM
105622009-09-13 Glenn Morris <rgm@gnu.org>
10563
10564 * ediff-merg.el (ediff-do-merge):
10565 * filesets.el (filesets-run-cmd):
10566 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
10567 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
10568 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
10569 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
10570 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
10571 Replace empty `let's with `progn'.
10572
adba8116
SM
105732009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10574
10575 * mail/sendmail.el (send-mail-function):
10576 * tooltip.el (tooltip-mode):
10577 * simple.el (transient-mark-mode):
10578 * rfn-eshadow.el (file-name-shadow-mode):
10579 * frame.el (blink-cursor-mode):
10580 * font-core.el (global-font-lock-mode):
10581 * files.el (temporary-file-directory)
10582 (small-temporary-file-directory, auto-save-file-name-transforms):
10583 * epa-hook.el (auto-encryption-mode):
10584 * composite.el (global-auto-composition-mode):
10585 Use custom-initialize-delay.
10586 * startup.el (command-line): Don't explicitly call
10587 custom-reevaluate-setting for all the above vars.
10588 * custom.el (custom-initialize-safe-set)
10589 (custom-initialize-safe-default): Delete.
10590
0a4afea9
SM
105912009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10592
9f94990d
SM
10593 * term/x-win.el (x-initialize-window-system):
10594 * term/w32-win.el (w32-initialize-window-system):
10595 * term/ns-win.el (ns-initialize-window-system): Don't call
10596 mouse-wheel-mode since it's enabled globally by default already.
10597
0a4afea9
SM
10598 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
10599 actually define the variable, but only silences the byte-compiler.
10600 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
10601 before looking it up.
10602 (mouse-wheel-scroll-amount): Also reset the bindings if this value
10603 is changed.
10604
bf01513f
GM
106052009-09-12 Glenn Morris <rgm@gnu.org>
10606
10607 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
10608 1000.
10609 (elint-add-required-env): Don't beep on error.
10610 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
10611 (elint-init-env): Skip non-list forms.
10612 (elint-log): Handle unknown file positions.
bf01513f 10613
d85889e4
DU
106142009-09-12 Daiki Ueno <ueno@unixuser.org>
10615
10616 * epg.el (epg-make-context): Add autoload cookie.
10617 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
10618 (epg-decrypt-string, epg-start-verify, epg-verify-file)
10619 (epg-verify-string, epg-start-sign, epg-sign-file)
10620 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
10621 (epg-encrypt-string, epg-start-export-keys)
10622 (epg-export-keys-to-file, epg-export-keys-to-string)
10623 (epg-start-import-keys, epg-import-keys-from-file)
10624 (epg-import-keys-from-string, epg-start-receive-keys)
10625 (epg-receive-keys, epg-import-keys-from-server)
10626 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
10627 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
10628 (epg-generate-key-from-file, epg-generate-key-from-string):
10629 Remove autoload cookie.
d85889e4 10630
8f825ee6
EZ
106312009-09-12 Eli Zaretskii <eliz@gnu.org>
10632
36b434ee
EZ
10633 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
10634 reevaluation of trash-directory.
10635
8f825ee6
EZ
10636 * mwheel.el: Fix last change.
10637 (mouse-wheel-mode): New defvar.
10638 (mouse-wheel-mode): Remove autoload cookie.
10639
5766c380
SM
106402009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10641
ab5c0fcd
SM
10642 * mwheel.el (mwheel-installed-bindings): New var.
10643 (mouse-wheel-mode): Use it, so as to make sure we really remove all
10644 the bindings we set last time. Use custom-initialize-delay.
10645 * loadup.el: Load mwheel after term/*-win.el.
10646 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
10647 and mouse-wheel-up-event now that their first evaluation is done
10648 sufficiently late to be correct.
10649
45448e64
SM
10650 * startup.el (tutorial-directory): Make it a defcustom.
10651 Use custom-initialize-delay rather than eval-at-startup to set it.
10652 * image.el (image-load-path): Make it a defcustom.
10653 Use custom-initialize-delay rather than eval-at-startup to set it.
10654 * subr.el (eval-at-startup): Remove.
10655 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
10656
5766c380
SM
10657 * subr.el (do-after-load-evaluation): Warn the user after loading an
10658 obsolete package.
10659
d6549da4
GM
106602009-09-12 Glenn Morris <rgm@gnu.org>
10661
10662 * proced.el (proced-mark-alt): Remove alias.
10663 (proced-mode-map): Remove proced-mark-alt.
10664
10665 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
10666 Elint file and directory. Remove initialization entry.
10667
10668 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
10669 commands.
10670 (elint-current-buffer): Set mode-line-process.
10671 (elint-init-env): Handle define-derived-mode.
10672 Fix declare-function with unspecified arglist. Guard against odd
10673 defalias statements (eg iso-insert's 8859-1-map).
10674 (elint-add-required-env): Use a temp buffer.
10675 (elint-form): Just print the function/macro name, not the whole form.
10676 Return env unchanged if we fail to parse a macro.
10677 (elint-forms): Guard against parse errors.
10678 (elint-output): New function, to handle batch mode.
10679 (elint-log-message): Add optional argument. Use elint-output.
10680 (elint-set-mode-line): New function.
10681
30194d4d
CY
106822009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
10683
10684 * emacs-lisp/elp.el (elp-not-profilable): Add more
10685 functions (Bug#4233).
10686
a035f9b0
CY
106872009-09-12 Chong Yidong <cyd@stupidchicken.com>
10688
10689 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
10690 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
10691
dad61164
NR
106922009-09-11 Nick Roberts <nickrob@snap.net.nz>
10693
10694 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
10695 (gdb-var-list-children): Use json parsing.
10696
9c3c9fdf 106972009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
10698
10699 * progmodes/js.el (js--proper-indentation): Handle the case where
10700 char-before is null. Reported by Deniz Dogan.
10701
b4587710
JB
107022009-09-11 Juanma Barranquero <lekktu@gmail.com>
10703
10704 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
10705
13890796
DU
107062009-09-11 Daiki Ueno <ueno@unixuser.org>
10707
10708 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
10709 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 10710 (epg-context-set-passphrase-callback)
97d4bdba 10711 (epg-context-set-progress-callback): Add description about
b18508dd 10712 callback function.
13890796 10713
2efb64a8
SM
107142009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10715
790d0270
SM
10716 * custom.el (custom-delayed-init-variables): New var.
10717 (custom-initialize-delay): New function.
10718 * startup.el (command-line): "Re"evaluate all vars in
10719 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
10720 explicitly any more.
10721 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
10722 to avoid creating a ~/.emacs.d at build-time (bug#4347).
10723
10724 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 10725
ac243a40
NR
107262009-09-11 Nick Roberts <nickrob@snap.net.nz>
10727
10728 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
10729 (gdb-var-update-handler): Use json parsing.
10730
657bc6fc
JB
107312009-09-11 Juanma Barranquero <lekktu@gmail.com>
10732
10733 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
10734 decode annotated text, regardless of language environment. (Bug#2741)
10735
b6fe8102
SM
107362009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10737
10738 * Makefile.in (autoloads): Make rmail.el writable as well.
10739
5cc443fe
GM
107402009-09-11 Glenn Morris <rgm@gnu.org>
10741
5515c54e
GM
10742 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
10743 loaddefs.el.
10744 * dired.el: Regenerate with extracted autoloads.
10745 * Makefile.in (autoloads): Make dired.el writable.
10746
15067158
GM
10747 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
10748 * ibuffer.el: Regenerate with extracted autoloads.
10749 * Makefile.in (autoloads): Make ibuffer.el writable.
10750
d35d0238
GM
10751 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
10752 * version.el (emacs-copyright, emacs-major-version)
10753 (emacs-minor-version): Reformat doc-strings for make-docfile.
10754
5cc443fe
GM
10755 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
10756 functions and variables, since they must be stuff specific to some other
10757 platform.
10758 (apropos-print): Make mouse-click message less specific about button.
10759
10760 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
10761 that records where a macro was defined.
10762 * help-fns.el (describe-function-1): Mention if a function has a
10763 compiler-macro.
10764 * help-mode.el (help-function-cmacro): New button.
10765
10766 * locate.el (top-level): Always require dired.
10767 (locate-mode-map): Initialize inside the defvar.
10768
10769 * net/ange-ftp.el (dired-compress-file): Declare.
10770 (ange-ftp-dired-compress-file): Add doc string.
10771
10772 * term/ns-win.el (x-display-name, x-setup-function-keys):
10773 Unify doc-strings with X versions.
10774
8cb95edf
SM
107752009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10776
726a4d09
SM
10777 * emulation/crisp.el (crisp-mode-map): Move initialization
10778 into declaration.
10779 (crisp-mode): Use define-minor-mode.
10780
8cb95edf
SM
10781 * progmodes/xscheme.el (xscheme-evaluation-commands):
10782 Put a :advertised-binding property rather than using
10783 advertised-xscheme-send-previous-expression.
10784 (advertised-xscheme-send-previous-expression): Declare obsolete.
10785 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
10786 `advertised-undo'.
10787 (crisp-mode): Add corresponding bindings to
10788 undo's :advertised-binding instead.
10789 * dired.el (dired-mode-map): Put a :advertised-binding property rather
10790 than using dired-advertised-find-file.
10791 (dired-advertised-find-file):
10792 * simple.el (advertised-undo):
10793 * wid-edit.el (advertised-widget-backward): Declare obsolete.
10794 (widget-keymap): Put a :advertised-binding property rather
10795 than using advertised-widget-backward.
10796 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
10797 than using advertised-undo.
10798 * tutorial.el (tutorial--default-keys): Adjust accordingly.
10799
07db5857
SS
108002009-09-10 Simon South <ssouth@slowcomputing.org>
10801
10802 * progmodes/delphi.el (delphi-tab): Indent region when Transient
10803 Mark mode is enabled and region is active; otherwise indent or
10804 insert TAB as usual.
10805 (delphi-mode): Update description of TAB-key binding.
10806
50d4ba39
SM
108072009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
10808
10809 * subr.el (define-key-rebound-commands): Mark obsolete.
10810 * startup.el (precompute-menubar-bindings): Remove.
10811 (normal-top-level): Remove obsolete code that tried to precompute
10812 menubar bindings.
10813 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
10814 define-key-rebound-commands and precompute-menubar-bindings.
10815
ffa894db
KY
108162009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10817
10818 * net/imap.el (imap-interactive-login): Better messages.
10819 (imap-open): Fix bug with renamed buffer on reconnect.
10820 (imap-authenticate): Add buffer-local imap-last-authenticator variable
10821 for easier debugging and cleaner code. On successful (guessed based on
10822 server capabilities) secondary authentication, set imap-state
10823 correctly.
10824 (imap-last-authenticator): Define imap-last-authenticator as a variable
10825 to avoid warnings.
10826
9477096c
GM
108272009-09-10 Glenn Morris <rgm@gnu.org>
10828
10829 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
10830
10831 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
10832 (byte-compile-file-form-autoload): Don't warn about unknown functions
10833 where the autoload statement comes after the use.
10834 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
10835 that any handlers inside the body (eg require) are in turn respected.
10836
10837 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
10838 effects.
10839
10840 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
10841 and syntax and abbrev tables basic docs, if they don't have any.
10842
10843 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
10844
10845 * international/mule-cmds.el (top-level): Require cl when compiling.
10846 (view-hello-file): Use default-value rather than
10847 default-enable-multibyte-characters.
10848
10849 * progmodes/fortran.el: Move all safe and risky properties into the
10850 defcustoms.
10851
10852 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
10853 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
10854 * mail/undigest.el:
10855 Put autoloads in rmail.el rather than loaddefs.el.
10856 * mail/rmail.el: Regenerate with extracted autoloads.
10857
10858 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
10859 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
10860
9f16c547
NR
108612009-09-10 Nick Roberts <nickrob@snap.net.nz>
10862
10863 Reported in thread for Bug#4375.
10864 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
10865 "-data-evaluate-expression" instead of print.
10866 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
10867 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
10868 (gdb): Revert 2009-08-11 change. User should detach inferior
10869 manually.
9f16c547
NR
10870
10871 Remove the word "separate" from IO functions as inferior
10872 output is now never displayed in the GUD buffer.
10873
50405cd0
JB
108742009-09-10 Juanma Barranquero <lekktu@gmail.com>
10875
10876 * startup.el (command-line-normalize-file-name): On Windows and
10877 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
10878
7ae62430
JL
108792009-09-10 Juri Linkov <juri@jurta.org>
10880
10881 * isearch.el (isearch-text-char-description): Propertize escape
10882 character sequences with the `escape-glyph' face. (Bug#4344)
10883
10884 * simple.el (shell-command): Set asynchronous process filter to
10885 `comint-output-filter'. (Bug#4343)
10886
10887 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
10888 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
10889 the list. Move "asm" to the bottom.
10890 (grep-find-ignored-directories): Add `choice' with nil value
10891 to empty the list easily.
10892 (grep-find-ignored-files): New option.
10893 (grep-files-history): Set to nil by default instead of '("ch" "el").
10894 (grep-compute-defaults): Add "<X>" to `grep-template'.
10895 (grep-read-files): Bind new local variables `default-alias' and
10896 `default-extension'. Use a list of default values for the file prompt.
10897 (lgrep): Add `--exclude=' command line options composed from
10898 `grep-find-ignored-files'.
10899 (rgrep): Add `-name' command line options composed from
10900 `grep-find-ignored-files'. (Bug#4301)
10901
cd875252
SM
109022009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10903
10904 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
10905 (bug#4368).
10906
cdce0b33
KY
109072009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10908
10909 * calendar/time-date.el (autoload):
10910 Expand define-obsolete-function-alias into defalias and make-obsolete
10911 for old Emacsen that Gnus supports.
10912 (with-no-warnings): Define it for old Emacsen.
10913 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10914 is available.
10915 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10916 float-time is available; suppress compile warning for time-to-seconds.
10917
109182009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
10919
10920 * net/imap.el (imap-message-map): Docstring fix.
10921
2b2eb431
GM
109222009-09-09 Glenn Morris <rgm@gnu.org>
10923
10924 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
10925 line numbers too. (Bug#4374)
10926
83a5aac5
SM
109272009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
10928
755e0210
SM
10929 * smerge-mode.el (smerge-remove-props, smerge-refine):
10930 Use with-silent-modifications (bug#4342).
10931
83a5aac5
SM
10932 * subr.el (with-silent-modifications): New macro.
10933
79f01fa7
JB
109342009-09-07 Juanma Barranquero <lekktu@gmail.com>
10935
10936 * files.el (top-level): Require `cl' when compiling.
10937
448ecec3
GM
109382009-09-07 Glenn Morris <rgm@gnu.org>
10939
10940 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
10941
8f09a02f
GM
10942 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
10943 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
10944
76ff67bf
NR
109452009-09-06 Nick Roberts <nickrob@snap.net.nz>
10946
10947 * vc-git.el (vc-git-annotate-command): Use separator to parse
10948 arguments correctly.
10949
943c8b75
EZ
109502009-09-06 Eli Zaretskii <eliz@gnu.org>
10951
10952 * proced.el (proced-mode): Doc fix.
10953
680db9ac
MA
109542009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
10955
10956 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
10957 lstat fails.
10958 (tramp-do-file-attributes-with-ls): Check for file existence at
10959 remote end.
10960 (tramp-do-file-attributes-with-stat): Likewise.
10961 (tramp-convert-file-attributes): Return nil when attr is nil.
10962
3f12e5bd
GM
109632009-09-05 Glenn Morris <rgm@gnu.org>
10964
c8dc27bf
GM
10965 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
10966 properties to this button.
10967 (diary-fancy-display): Don't extend the button to the final newline.
10968 (diary-fancy-display-mode): Continue to define "q" as a local key.
10969
cca065d8
GM
10970 * calendar/cal-china.el (holiday-chinese): Make it slightly more
10971 efficient.
10972
cddaedb6
GM
10973 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
10974
3f12e5bd
GM
10975 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
10976 (byte-compile-dest-file-function): New option.
10977 (byte-compile-dest-file): Doc fix.
10978 Obey byte-compile-dest-file-function.
10979 (byte-compile-cl-file-p): New function.
10980 (byte-compile-eval): Only suppress noruntime warnings about cl functions
10981 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
10982 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
10983 than for file being previously loaded.
10984 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
10985 (byte-compile-file-form-require): Handle the case where requiring a file
10986 indirectly causes CL to be loaded.
10987
049a231b
KF
109882009-09-05 Karl Fogel <kfogel@red-bean.com>
10989
10990 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
10991 before killing the old buffer, since by the time `kill-buffer' is
10992 run so many buffer variables have been set to nil that it may not
10993 behave as expected. (Bug#4061)
10994
ef7ef2a0
KF
109952009-09-05 Karl Fogel <kfogel@red-bean.com>
10996
10997 * files.el (find-alternate-file): If the old buffer is modified
10998 and visiting a file, behave similarly to `kill-buffer' when
10999 killing it, thus reverting to the pre-1.878 behavior; see
11000 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
11001 for discussion. Also, consult `buffer-file-name' as a variable
11002 not as a function, for consistency with the rest of the code.
11003
73d854cd
MA
110042009-09-04 Michael Albinus <michael.albinus@gmx.de>
11005
11006 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
11007 also when adding a new directory.
11008
11009 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
11010 defun.
11011
df120481
SM
110122009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
11013
11014 * files.el (locate-file-completion-table): Make it provide boundary
11015 information, so partial-completion works better.
11016
c0bc6d79
SM
110172009-09-04 Leo <sdl.web@gmail.com> (tiny change)
11018
11019 * mail/footnote.el (Footnote-text-under-cursor):
11020 Check footnote-text-marker-alist before using it (bug#4324).
11021
f76a9756
GM
110222009-09-04 Glenn Morris <rgm@gnu.org>
11023
67d110f1
GM
11024 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
11025 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
11026 * play/solitaire.el, play/tetris.el:
11027 Remove leading * from defcustom and defface docs.
11028
b42d4989
GM
11029 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
11030 necessary.
11031 (diary-fancy-overriding-map): New variable.
11032 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
11033 Use view-mode.
11034
f76a9756
GM
11035 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
11036 goto-line.
11037
e605eeeb
GM
110382009-09-03 Glenn Morris <rgm@gnu.org>
11039
597e2240
GM
11040 * arc-mode.el (archive-mode):
11041 * dos-fns.el (set-default-process-coding-system):
11042 * man.el (Man-getpage-in-background):
11043 * menu-bar.el (menu-bar-describe-menu):
11044 * server.el (server-process-filter):
11045 * startup.el (command-line):
11046 * tar-mode.el (tar-header-block-tokenize, tar-extract):
11047 * w32-fns.el (set-default-process-coding-system):
11048 * x-dnd.el (x-dnd-handle-file-name):
11049 * international/mule-cmds.el (mule-menu-keymap)
11050 (set-default-coding-systems, language-info-alist, set-language-info)
11051 (set-language-environment, standard-display-european-internal)
11052 (set-locale-environment):
11053 * international/mule-diag.el (mule-diag):
11054 * mail/emacsbug.el (report-emacs-bug):
11055 * mail/rmail.el (rmail-mode):
11056 * mail/sendmail.el (mail-setup):
11057 Use default-value rather than default-enable-multibyte-characters.
11058
f38184aa
GM
11059 * progmodes/f90.el: Move all safe properties into the defcustoms.
11060 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
11061
e605eeeb
GM
11062 * calendar/appt.el (appt-check):
11063 * calendar/diary-lib.el (diary-set-header, diary-live-p)
11064 (diary-check-diary-file, diary-list-entries)
11065 (diary-include-other-diary-files, diary-simple-display)
11066 (diary-fancy-display, diary-print-entries)
11067 (diary-mark-included-diary-files, diary-make-entry):
11068 Don't call substitute-in-file-name on diary-file.
11069
734db384 110702009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 11071 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
11072
11073 * mail/footnote.el (footnote-prefix): Make it a defcustom.
11074 (footnote-mode-map): Move initialization into the declaration.
11075 (footnote-minor-mode-map): Define it rather than changing global-map.
11076 (footnote-mode): Use define-minor-mode.
11077
e5aa47f9
MA
110782009-09-02 Michael Albinus <michael.albinus@gmx.de>
11079
11080 * net/tramp.el (tramp-handle-file-attributes-with-ls)
11081 (tramp-do-file-attributes-with-perl)
11082 (tramp-do-file-attributes-with-stat): Rename from
11083 `tramp-handle-file-attributes-with-*'.
11084 (tramp-handle-file-attributes): Use them.
11085 (tramp-do-directory-files-and-attributes-with-perl)
11086 (tramp-do-directory-files-and-attributes-with-stat): Rename from
11087 `tramp-handle-directory-files-and-attributes-with-*'.
11088 (tramp-handle-directory-files-and-attributes): Use them.
11089 (tramp-method-out-of-band-p): Additional parameter SIZE.
11090 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
11091 (tramp-handle-write-region): Use it.
734db384 11092 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
11093 (tramp-handle-vc-registered): Check, whether the first run did
11094 return files to be tested.
11095 (tramp-advice-make-auto-save-file-name): Do not call directly
11096 `tramp-handle-make-auto-save-file-name', because this would bypass
11097 the locking mechanism.
11098
734db384 11099 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
11100 (file-remote-p, process-file, start-file-process, set-file-times)
11101 (tramp-compat-file-attributes): Compatibility functions shall not
11102 call directly `tramp-handle-*', because this would bypass the
11103 locking mechanism.
11104 (tramp-compat-number-sequence): New defun.
11105
6e2ca895
GM
111062009-09-02 Glenn Morris <rgm@gnu.org>
11107
697c7714
GM
11108 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
11109 alias for float-time.
11110 (time-to-number-of-days): In Emacs, use float-time.
11111 * net/newst-backend.el (time-add): Suppress warnings from compat
11112 function.
11113 * time.el (emacs-uptime, emacs-init-time):
11114 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
11115 Use float-time rather than time-to-seconds.
11116
6e2ca895
GM
11117 * minibuffer.el (completion-initials-expand): Fix typo.
11118
11119 * faces.el (modeline, modeline-inactive, modeline-highlight)
11120 (modeline-buffer-id):
11121 * info.el (info-menu-5): Mark these face aliases as obsolete.
11122
ed17efec
NR
111232009-09-01 Nick Roberts <nickrob@snap.net.nz>
11124
11125 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
11126 space ...
11127 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
11128 no "--thread" option.
11129 (gdb-stopped): Don't print "Switched to thread" message when it is
11130 unchanged.
11131
fcb68f70
SM
111322009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11133
11134 * minibuffer.el (completion-try-completion)
11135 (completion-all-completions): Remove ill-defined (and
11136 mistakenly installed and luckily never used nor documented)
11137 `completion-styles' property.
11138 (completion-initials-expand, completion-initials-all-completions)
11139 (completion-initials-try-completion): New functions.
11140 (completion-styles-alist): Add doc to each entry.
11141 Add new `initials' entry.
11142
83318a6d
NR
111432009-09-01 Nick Roberts <nickrob@snap.net.nz>
11144
11145 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
11146 MI command -var-evaluate-expression.
11147 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
11148 and tweak for case of string child.
734db384 11149 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 11150
d63eb0e7
GM
111512009-09-01 Glenn Morris <rgm@gnu.org>
11152
c4f6e489
GM
11153 * add-log.el (change-log-date-face, change-log-name-face)
11154 (change-log-email-face, change-log-file-face, change-log-list-face)
11155 (change-log-conditionals-face, change-log-function-face)
11156 (change-log-acknowledgement-face):
11157 * cus-edit.el (custom-invalid-face, custom-rogue-face)
11158 (custom-modified-face, custom-set-face, custom-changed-face)
11159 (custom-saved-face, custom-button-face, custom-button-pressed-face)
11160 (custom-documentation-face, custom-state-face, custom-comment-face)
11161 (custom-comment-tag-face, custom-variable-tag-face)
11162 (custom-variable-button-face, custom-face-tag-face)
11163 (custom-group-tag-face-1, custom-group-tag-face):
11164 * diff-mode.el (diff-header-face, diff-file-header-face)
11165 (diff-index-face, diff-hunk-header-face, diff-removed-face)
11166 (diff-added-face, diff-changed-face, diff-function-face)
11167 (diff-context-face, diff-nonexistent-face):
11168 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
11169 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
11170 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11171 (Info-title-4-face):
11172 * isearch.el (isearch-lazy-highlight-face):
11173 * log-view.el (log-view-file-face, log-view-message-face):
11174 * paren.el (show-paren-match-face, show-paren-mismatch-face):
11175 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11176 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11177 (cvs-msg-face):
11178 * smerge-mode.el (smerge-mine-face, smerge-other-face)
11179 (smerge-base-face, smerge-markers-face):
11180 * wid-edit.el (widget-documentation-face, widget-button-face)
11181 (widget-field-face, widget-single-line-field-face)
11182 (widget-inactive-face, widget-button-pressed-face):
11183 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
11184 (woman-addition-face):
2fb1ec93
GM
11185 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
11186 (eshell-ls-executable-face, eshell-ls-readonly-face)
11187 (eshell-ls-unreadable-face, eshell-ls-special-face)
11188 (eshell-ls-missing-face, eshell-ls-archive-face)
11189 (eshell-ls-backup-face, eshell-ls-product-face)
11190 (eshell-ls-clutter-face):
11191 * eshell/em-prompt.el (eshell-prompt-face):
11192 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 11193 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
11194 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
11195 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
11196 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
11197 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
11198 (antlr-font-lock-literal-face):
c4f6e489
GM
11199 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11200 (ebrowse-root-class-face, ebrowse-file-name-face)
11201 (ebrowse-default-face, ebrowse-member-attribute-face)
11202 (ebrowse-member-class-face, ebrowse-progress-face):
11203 * progmodes/make-mode.el (makefile-space-face):
11204 * progmodes/sh-script.el (sh-heredoc-face):
11205 * textmodes/flyspell.el (flyspell-incorrect-face)
11206 (flyspell-duplicate-face):
11207 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 11208 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
11209 Mark face aliases with "-face" suffix as obsolete.
11210
d80619fa
GM
11211 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
11212 compiler.
11213
5f68c1b7
GM
11214 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
11215 (eudc-bob-sound-menu): Use defvar rather than defconst, since
11216 easy-menu-define wants to modify these.
11217
11218 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
11219
11220 * net/browse-url.el (browse-url-file-url):
11221 * term/internal.el (dos-codepage-setup):
11222 Use default-value rather than default-enable-multibyte-characters.
11223
d80619fa 11224 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
11225 * progmodes/flymake.el (flymake-highlight-line)
11226 (flymake-goto-file-and-line, flymake-goto-line):
11227 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
11228 (gdb-goto-breakpoint):
11229 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11230 * progmodes/python.el (python-find-function)
11231 (python-pdbtrack-track-stack-file):
11232 * progmodes/verilog-mode.el (verilog-surelint-off):
11233 * term/ns-win.el (ns-open-file-select-line):
11234 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
11235 Use forward-line rather than goto-line.
11236
d63eb0e7
GM
11237 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
11238 * textmodes/reftex-index.el (reftex-display-index):
11239 * textmodes/reftex-ref.el (reftex-offer-label-menu):
11240 * textmodes/reftex-toc.el (reftex-toc):
11241 Remove unnecessary bindings of default-major-mode (all are followed by
11242 major-mode check and possible mode switch).
11243
0afad278
NR
112442009-08-31 Nick Roberts <nickrob@snap.net.nz>
11245
11246 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
11247 Handle watchpoints (bug#4282).
11248 (def-gdb-thread-buffer-command): Enable thread to be selected by
11249 clicking without selecting threads buffer first.
11250 (gdb-current-context-command): Use selected frame so that "up",
11251 "down" etc work in the GUD buffer.
11252 (gdb-update): Find selected frame before rendering stack buffer.
11253 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
11254
4e135dd2
SM
112552009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11256
11257 * progmodes/sym-comp.el (displayed-completions): Remove.
11258 (symbol-complete): Use minibuffer-complete.
11259
e61eba34
GM
112602009-08-31 Glenn Morris <rgm@gnu.org>
11261
11262 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
11263
734db384
SM
11264 * apropos.el (apropos-symbols-internal):
11265 Handle (obsolete) face aliases.
e61eba34
GM
11266
11267 * faces.el (describe-face): Adjust the output format to be more like
11268 describe-variable, and to mention (obsolete) face aliases.
11269 Adjust the whitespace so that help-setup-xref works.
11270
11271 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
11272 * calendar/diary-lib.el (diary-button-face):
11273 Mark these face aliases as obsolete.
11274
11275 * calendar/calendar.el (calendar-today): Doc fix.
11276
4cf71456
NR
112772009-08-31 Nick Roberts <nickrob@snap.net.nz>
11278
11279 * progmodes/gdb-mi.el (gdb-control-all-threads)
11280 (gdb-control-current-thread): Force tool bar update.
11281 (gdb-non-stop-handler): New function.
11282 (gdb-init-1): Use it to test if non-stop mode is supported.
11283 Remove unused gdbmi buffer type.
11284
e61eba34 112852009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
11286
11287 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 11288 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 11289
4324f7ca
NR
112902009-08-30 Nick Roberts <nickrob@snap.net.nz>
11291
11292 * comint.el (comint-exec-1): Check command is non-null first.
11293 Part of gdb-mi.el change (2009-08-28).
11294
a1bf889a
SM
112952009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11296
11297 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
11298
060c08b5
JB
112992009-08-30 Juanma Barranquero <lekktu@gmail.com>
11300
11301 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
11302 instead of `dolist' to avoid a recursive require when bootstrapping.
11303
ab22be48
SM
113042009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11305
73ebf88f
SM
11306 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
11307
80629cfc
SM
11308 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
11309
206d0387 11310 * net/imap.el (imap-send-command): Simplify.
734db384 11311 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 11312
844f7784
SM
11313 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
11314
5ca4661e
SM
11315 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
11316 with constant argument.
11317
c61dc887
SM
11318 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
11319
7eb73deb
SM
11320 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
11321
5fe443de
SM
11322 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
11323 Change default, since most of our files don't have a history.
11324 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
11325 the user.
11326
6444d64a
SM
11327 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11328 Add comint-run.
11329
5cb16bfc
SM
11330 * calc/calc.el: Improve commenting convention.
11331 (calc-digit-map, toplevel): Simplify.
11332
0aeb71a7
SM
11333 * comint.el (comint-insert-input): Be careful to only set point if we
11334 don't delegate to some other command.
11335
9a9af856
SM
11336 * proced.el (proced-signal-list): Make it an alist.
11337 (proced-grammar-alist): Capitalize names.
11338 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
11339 Disable undo manually and make it read-only.
11340 Use completion-annotate-function.
11341
ab22be48
SM
11342 * minibuffer.el (minibuffer-message): If the current buffer is not
11343 a minibuffer, insert the message in the echo area rather than at the
11344 end of the buffer.
11345 (completion-annotate-function): New variable.
11346 (minibuffer-completion-help): Use it.
11347 (completion--embedded-envvar-table): Environment vars are
11348 always case-sensitive.
11349
4a948dbf
GM
113502009-08-30 Glenn Morris <rgm@gnu.org>
11351
11352 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
11353 from fortran-current-defun.
11354 (fortran-beginning-of-subprogram): Be more precise about finding the
11355 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
11356 (fortran-end-of-subprogram): Simplify.
11357 (fortran-current-defun): Use fortran-start-prog-re.
11358
486cf3b8
JB
113592009-08-29 Juanma Barranquero <lekktu@gmail.com>
11360
11361 * subr.el (do-after-load-evaluation): Simplify.
11362
db167d28
DN
113632009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
11364
11365 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
11366
11367 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
11368 (vc-rcs-print-log): Use it.
11369
11370 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
11371
efbc652a
SM
113722009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11373
2aa0e5bf
SM
11374 * paths.el (abbrev-file-name): Move to abbrev.el.
11375 * abbrev.el (abbrev-file-name): Move from paths.el.
11376 Obey user-emacs-directory.
11377 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
11378 user-emacs-directory.
11379 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
11380 abbrev-file-name and calc-settings-file any more.
11381 * startup.el (command-line): Recompute abbrev-file-name and
11382 abbreviated-home-dir.
11383 (normal-no-mouse-startup-screen): Improve the generic code and get rid
11384 of the special code for when C-h bindings haven't been changed.
11385 (display-startup-echo-area-message): Use with-current-buffer.
11386 (command-line-1): Use a list of strings, rather than a list of lists
11387 of strings for longopts.
11388
51da8fe2
SM
11389 * files.el (get-free-disk-space): Use / for default-directory.
11390
0c3cc4dd
SM
11391 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
11392 Use with-current-buffer.
11393
d988dbf6
SM
11394 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
11395 Recognize immutable variables like most-positive-fixnum.
11396 (byte-compile-setq-default): Check and warn if trying to assign
11397 to an immutable variable, or a non-variable.
11398
efbc652a
SM
11399 * progmodes/cc-vars.el (c-comment-continuation-stars):
11400 * progmodes/cc-engine.el (c-looking-at-bos):
11401 * progmodes/cc-cmds.el (c-toggle-auto-state)
11402 (c-forward-into-nomenclature, c-backward-into-nomenclature)
11403 (c-comment-line-break-function): Add version of obsolescence.
11404
d30a05d1
JL
114052009-08-28 Juri Linkov <juri@jurta.org>
11406
11407 * files.el (magic-fallback-mode-alist): Add ZIP magic number
11408 associated with `archive-mode'.
11409
11410 * image.el (image-type-header-regexps): Use only JPEG magic number
11411 to determine JPEG images, and don't use `image-jpeg-p' because
11412 Emacs can display non-JFIF non-Exif JPEG images.
11413
1e8eecea
JB
114142009-08-28 Juanma Barranquero <lekktu@gmail.com>
11415
11416 * arc-mode.el (archive-mode):
11417 * emacs-lisp/re-builder.el (re-builder-unload-function):
11418 Protect against the default value of `major-mode' being nil.
11419
dd4fbf56
JB
114202009-08-28 Juanma Barranquero <lekktu@gmail.com>
11421
11422 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
11423 Fix typos in docstrings.
11424
11425 * progmodes/js.el (js--macro-decl-re): Doc fix.
11426 (js--plain-method-re, js--split-name): Refloc docstring.
11427 (js--class-styles, js--make-merged-item, js--splice-into-items):
11428 Fix typos in docstrings; reflow docstrings.
11429 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
11430 (js--variable-decl-matcher, js--inside-pitem-p)
11431 (js--parse-state-at-point, js--get-all-known-symbols)
11432 (js--symbol-history, js-find-symbol, js--js-references)
11433 (js--moz-interactor, js--js-encode-value, js--read-tab):
11434 Fix typos in docstrings.
11435
72f16325
SM
114362009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11437
14acf2f5
SM
11438 * textmodes/reftex.el (reftex-get-file-buffer-force):
11439 * progmodes/verilog-mode.el (verilog-batch-execute-func):
11440 * emulation/viper.el (viper-go-away, viper-set-hooks):
11441 * emacs-lisp/re-builder.el (re-builder-unload-function):
11442 * emacs-lisp/bytecomp.el (byte-compile-file):
11443 * ses.el (ses-unload-function):
11444 * hexl.el (hexl-find-file):
11445 * files.el (normal-mode):
11446 * ehelp.el (with-electric-help):
11447 * autoinsert.el (auto-insert-alist):
11448 * arc-mode.el (archive-mode):
11449 Use (default-value 'major-mode) instead of default-major-mode.
11450
72f16325
SM
11451 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
11452 * international/mule.el (load-with-code-conversion):
11453 * emacs-lisp/debug.el (debug):
11454 * ediff-vers.el (ediff-rcs-get-output-buffer):
11455 * dired.el (dired-internal-noselect): Don't let-bind
11456 default-major-mode around code that doesn't use it.
11457 E.g. buffer creation via get-buffer-create doesn't use it.
11458
aa485f7c
MA
114592009-08-28 Michael Albinus <michael.albinus@gmx.de>
11460
11461 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
11462 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
11463 when writing the temp file. Otherwise, epa-file gets confused.
11464 (tramp-register-file-name-handlers): Make it a defun. Move also
11465 `epa-file-handler' to the front of `file-name-handler-alist'.
11466
114672009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11468
11469 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
11470 start right after a ^M.
11471 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
11472 (tramp-completion-file-name-regexp-separate)
11473 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
11474 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
11475 Don't modify last-coding-system-used by accident.
aa485f7c
MA
11476 (tramp-completion-file-name-handler): Apply the checks here,
11477 instead during registration.
48c2d18a 11478 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
11479 `tramp-register-file-name-handler'. Register both
11480 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 11481 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 11482
3f0c2b92
NR
114832009-08-28 Nick Roberts <nickrob@snap.net.nz>
11484
72f16325
SM
11485 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
11486 Remove variable ...
3f0c2b92
NR
11487 (gdb-init-1, gdb-display-separate-io-buffer)
11488 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
11489 references to it.
11490 (gdb-inferior-io-mode): Use make-comint-in-buffer.
11491 (gdb-inferior-filter): Use comint-output-filter to stop
11492 echoing and remove ^M characters.
11493
705e5bd9
SM
114942009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11495
009fdc2e
SM
11496 * emulation/viper-init.el (viper-restore-cursor-type):
11497 * emulation/cua-base.el (cua--update-indications):
11498 Replace default-cursor-type with (default-value 'cursor-type).
11499
b56a5ae0
SM
11500 * mail/sendmail.el (mail-recover-1):
11501 * international/mule-diag.el (describe-current-coding-system-briefly)
11502 (describe-current-coding-system):
11503 * international/mule-cmds.el (select-safe-coding-system)
11504 (select-message-coding-system)
11505 (set-language-environment-coding-systems, set-locale-environment):
11506 * hexl.el (hexl-insert-multibyte-char):
11507 * dos-w32.el (find-buffer-file-type-coding-system):
11508 * simple.el (what-cursor-position):
11509 Replace uses of default-buffer-file-coding-system
11510 with (default-value 'buffer-file-coding-system).
11511
de70529f
SM
11512 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
11513 Replace uses of default-cursor-in-non-selected-windows
11514 with (default-value 'cursor-in-non-selected-windows).
11515 Use with-current-buffer.
11516
705e5bd9
SM
11517 * mail/feedmail.el: Use CL macros.
11518 (feedmail-run-the-queue, feedmail-send-it-immediately):
11519 * dos-w32.el (find-buffer-file-type): Replace uses of
11520 default-buffer-file-type with (default-value 'buffer-file-type).
11521
4d985ac2
GM
115222009-08-28 Glenn Morris <rgm@gnu.org>
11523
11524 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
11525 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
11526 Use default-value of major-mode rather than default-major-mode.
11527
17c15b81
SM
115282009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11529
3a68ab06
SM
11530 * Makefile.in (update-elcfiles): Report left over elc files.
11531
9421bdd1
SM
11532 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
11533 expand-file-name and with-current-buffer.
11534 (mail-get-names, mail-directory): Use with-current-buffer.
11535
17c15b81
SM
11536 * vc.el (vc-read-revision): New function.
11537 (vc-version-diff, vc-merge): Use it.
11538
ba83a64e
SS
115392009-08-27 Sam Steingold <sds@gnu.org>
11540
11541 * simple.el (kill-do-not-save-duplicates): New user option.
11542 (kill-new): When it is non-nil, and the new string is the same as
11543 the latest kill, set replace to t to avoid duplicates in kill-ring.
11544
be3e598a 115452009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
11546
11547 * net/tramp.el (tramp-handle-process-file): Do not flush all
11548 caches when `process-file-side-effects' is set.
11549 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
11550 instead of `tramp-find-file-exists-command'.
11551 Unset `process-file-side-effects'.
d5b5c94a
MA
11552
115532009-08-27 Michael Albinus <michael.albinus@gmx.de>
11554
11555 * net/tramp.el (tramp-methods): New method "rsyncc".
11556 (top): Add completion function for "rsyncc".
11557 (tramp-message-show-message): New defvar.
11558 (tramp-message, tramp-error): Use it.
11559 (tramp-do-copy-or-rename-file-directly): Extend check for direct
11560 remote copying.
11561 (tramp-do-copy-or-rename-file-out-of-band): Handle new
11562 `tramp-methods' entry `copy-env' of "rsyncc".
11563 (tramp-vc-registered-read-file-names): New defconst.
11564 (tramp-vc-registered-file-names): New defvar.
11565 (tramp-handle-vc-registered): Implement optimization strategy.
11566 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
11567 (tramp-vc-file-name-handler): New defun.
11568 (tramp-get-ls-command, tramp-get-test-command)
11569 (tramp-get-file-exists-command, tramp-get-remote-ln)
11570 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 11571 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
11572
11573 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
11574 (tramp-cache-inhibit-cache): Extend doc string. It allows also
11575 timestamps.
11576 (tramp-get-file-property): Check for timestamps in
11577 `tramp-cache-inhibit-cache'.
11578 (tramp-set-file-property): Write timestamp.
11579
1339cf20
KH
115802009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11581
11582 * language/japan-util.el (japanese-symbol-table): Add entries for
11583 cp932-2-byte.
11584
11585 * international/characters.el: Add category `j' to cp932-2-byte.
11586
726e3f1d
KH
115872009-08-27 Kenichi Handa <handa@m17n.org>
11588
11589 * international/fontset.el (build-default-fontset-data): New macro.
11590 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 11591 tibetan, ethiopic, and ipa.
726e3f1d 11592
4e3b4528
SM
115932009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11594
11595 * cus-start.el (default-major-mode): Customize `major-mode' instead.
11596 (enable-multibyte-characters): Not customizable any more.
11597
11598 * subr.el (default-mode-line-format, default-header-line-format)
11599 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
11600 (default-direction-reversed, default-truncate-lines)
11601 (default-left-margin, default-tab-width, default-case-fold-search)
11602 (default-left-margin-width, default-right-margin-width)
11603 (default-left-fringe-width, default-right-fringe-width)
11604 (default-fringes-outside-margins, default-scroll-bar-width)
11605 (default-vertical-scroll-bar, default-indicate-empty-lines)
11606 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
11607 (default-fringe-cursor-alist, default-scroll-up-aggressively)
11608 (default-scroll-down-aggressively, default-fill-column)
11609 (default-cursor-type, default-buffer-file-type)
11610 (default-cursor-in-non-selected-windows)
11611 (default-buffer-file-coding-system, default-major-mode)
11612 (default-enable-multibyte-characters): Mark as obsolete.
11613
b3cca6a6
DN
116142009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
11615
652cc1a2
DN
11616 * vc-dir.el (vc-dir-update): Remove debug helper.
11617
b3cca6a6
DN
11618 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
11619
4ed8c7aa
SS
116202009-08-26 Sam Steingold <sds@gnu.org>
11621
11622 * simple.el (save-interprogram-paste-before-kill): New user option.
11623 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
11624 save the interprogram-paste into kill-ring before overriding it
11625 with the Emacs kill.
11626
3b64d86b
DN
116272009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
11628
11629 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
11630 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
11631 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
11632 and move to vc-rcs.el.
11633 (vc-default-next-revision): Rename to vc-rcs-next-revision and
11634 move to vc-rcs.el.
11635 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
11636 (vc-rcs-update-changelog): Remove.
11637 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
11638 and move to vc-rcs.el.
11639
11640 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
11641 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
11642 renaming.
11643 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 11644 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
11645 vc.el, renamed to be RCS specific.
11646
72f16325
SM
11647 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
11648 New functions.
11649 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
11650
11651 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
11652 New functions.
11653
636a36a0
SM
116542009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11655
11656 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
11657
239b3340
DN
116582009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
11659
b91f0762 11660 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
11661 (vc-git-stash, vc-git-stash-show): New functions.
11662 (vc-git-extra-menu-map): Bind them.
b91f0762 11663
b8e54362
DN
11664 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
11665 directory correctly in case the item is a directory itself.
11666
239b3340
DN
11667 * vc.el: Document the desired behavior for reverted files in the
11668 `added' state.
dc810649
DN
11669 (vc-default-prettify-state-info): Remove function, unused.
11670
11671 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 11672
e49c0179
GM
116732009-08-26 Glenn Morris <rgm@gnu.org>
11674
11675 * bindings.el (standard-mode-line-format): Reposition dashes in
11676 which-func entry. (Bug#4217)
11677
3029e594
GM
11678 * files.el (enable-local-variables, enable-local-eval)
11679 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
11680 the defcustoms.
11681 (auto-mode-alist, ignored-local-variables)
11682 (save-some-buffers-action-alist): Move risky declarations to the
11683 definitions.
11684 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
11685 (font-lock-defaults, format-alist, imenu--index-alist)
11686 (imenu-generic-expression, input-method-alist, minor-mode-alist)
11687 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
11688 (mode-line-modified, mode-line-mule-info, mode-line-position)
11689 (mode-line-process, mode-line-remote, outline-level)
11690 (parse-time-rules, rmail-output-file-alist)
11691 (special-display-buffer-names, vc-mode):
11692 Move risky declarations to the relevant files.
72f16325
SM
11693 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
11694 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
11695 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
11696 * font-core.el (font-lock-defaults):
11697 * format.el (format-alist):
11698 * vc-hooks.el (vc-mode):
11699 * window.el (special-display-buffer-names):
11700 * international/mule-cmds.el (input-method-alist):
11701 Define riskiness here (dumped file) rather than in files.el.
11702 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
11703 * imenu.el (imenu-generic-expression, imenu--index-alist):
11704 * outline.el (outline-level):
11705 * time.el (display-time-string):
11706 * calendar/parse-time.el (parse-time-rules):
11707 * mail/rmailout.el (rmail-output-file-alist):
11708 Autoload riskiness here, rather than placing in files.el.
11709
8476cfaf
SM
117102009-08-26 Andreas Schwab <schwab@linux-m68k.org>
11711
11712 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
11713
0b35b48e
MA
117142009-08-25 Michael Albinus <michael.albinus@gmx.de>
11715
11716 * simple.el (process-file-side-effects): New defvar.
11717
11718 * dired-aux.el (dired-show-file-type):
11719 * vc.el (vc-diff-internal):
11720 * vc-arch.el (vc-arch-diff):
11721 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
11722 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
11723 * vc-git.el (vc-git-registered, vc-git-working-revision)
11724 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
11725 (vc-git--empty-db-p):
11726 * vc-hooks.el (vc-user-login-name):
11727 * vc-svn.el (vc-svn-registered, vc-svn-state)
11728 (vc-svn-dir-extra-headers, vc-svn-find-revision):
11729 * progmodes/grep.el (grep-probe): Let-bind
11730 `process-file-side-effects' with nil.
11731
11732 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
11733
11734 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
11735 daemon. Replace ping by checking for running service for bluez
11736 and zeroconf. (Bug#4239)
11737
d54cc599
GM
117382009-08-25 Kevin Ryde <user42@zip.com.au>
11739
11740 * net/dig.el (dig): Add autoload cookie.
11741
7bfd055d
GM
117422009-08-25 Glenn Morris <rgm@gnu.org>
11743
bac9c66c
GM
11744 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
11745 load-history for absolute file-names.
11746 (byte-compile-file-form-require): Warn about use of the cl package.
11747
7bfd055d
GM
11748 * format.el (format-alist): Doc fix.
11749
5ac1f9e0
GM
11750 * play/bubbles.el (top-level): Don't require cl at run-time.
11751
af62aa88
GM
11752 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
11753 run-time cl).
11754
71e036af
DD
117552009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
11756
11757 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
11758 from cl package.
11759 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
11760
42110eaf
JB
117612009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
11762
11763 * calc/calc-alg.el (math-trig-rewrite)
11764 (math-hyperbolic-trig-rewrite): New functions.
11765 (calc-simplify): Simplify trig functions when asked.
11766
88421f3e
SM
117672009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11768
11769 * diff-mode.el (diff-find-source-location): Avoid goto-line.
11770
dbd9624e
KH
117712009-08-24 Kenichi Handa <handa@m17n.org>
11772
11773 * language/ind-util.el (mapthread): Delete it.
11774 (combinatorial): New function.
11775 (indian--puthash-cv): Use combinatorial instead of mapthread.
11776
9b89e3ee
GM
117772009-08-22 Kevin Ryde <user42@zip.com.au>
11778
11779 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
11780 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
11781 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
11782 Clarify docstring that the value is strings not symbols.
11783 (checkdoc-list-of-strings-p): New function.
11784
e6ce8c42
GM
117852009-08-22 Glenn Morris <rgm@gnu.org>
11786
2ddf2ea6 11787 * files.el (auto-mode-alist):
a3374680
GM
11788 * hippie-exp.el (he-concat-directory-file-name):
11789 * lpr.el (lpr-windows-system, printer-name):
11790 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
11791 * ps-print.el (ps-windows-system):
11792 * startup.el (command-line):
11793 * emulation/viper-ex.el (viper-glob-function):
11794 * international/mule-cmds.el (set-language-environment-coding-systems):
11795 * net/ange-ftp.el (ange-ftp-write-region):
11796 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 11797 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
11798 unisoft-unix, vax-vms, win32, w32.
11799
977955fa
GM
11800 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
11801 given name if the pattern is not more specific.
11802
b4deec2e
GM
11803 * calendar/lunar.el (lunar-phase-names): New option.
11804 (lunar-phase): Doc fix.
11805 (lunar-cycles-per-year): New constant.
11806 (lunar-index): New function.
11807 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
11808 (lunar-phase-name): Use lunar-phase-names.
11809 (calendar-lunar-phases): Use format.
11810 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
11811
47e83968
GM
11812 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
11813 Copy imenu-example--name-and-position function here for own use.
11814 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
11815
e6ce8c42
GM
11816 * bs.el (bs--redisplay):
11817 * cus-edit.el (custom-redraw):
11818 * ibuffer.el (ibuffer-bury-buffer):
11819 * server.el (server-goto-line-column):
11820 * startup.el (command-line-1):
11821 * strokes.el (strokes-xpm-for-stroke):
11822 * term.el (term-display-buffer-line):
11823 * view.el (View-goto-line):
11824 * calc/calc.el (calc-do, calc-trail-buffer):
11825 * play/gamegrid.el (gamegrid-add-score-insecure):
11826 * progmodes/ada-mode.el (ada-compile-goto-error):
11827 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
11828 (ebrowse-select-1st-to-9nth):
47e83968 11829 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
11830 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
11831 * progmodes/gud.el (gud-display-line):
11832 (idlwave-shell-display-line):
11833 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
11834 * progmodes/make-mode.el (makefile-browser-toggle):
11835 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
11836 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
11837 * textmodes/picture.el (picture-draw-rectangle):
11838 * textmodes/reftex-index.el (reftex-index-goto-letter):
11839 (reftex-select-jump-to-previous):
11840 * textmodes/reftex-sel.el (reftex-find-start-point)
11841 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
11842 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
11843 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
11844 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11845 * textmodes/two-column.el (2C-associated-buffer):
11846 Use forward-line rather than goto-line.
11847
11848 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
11849 goto-line.
11850
4b18bdb3
GM
11851 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
11852 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
11853 (quick-check-list-to-regexp): Declare.
e6ce8c42 11854
72f16325
SM
11855 * progmodes/make-mode.el (makefile-browser-insert-selection):
11856 Use goto-char rather than goto-line.
e6ce8c42
GM
11857
11858 * progmodes/prolog.el (compilation-error-regexp-alist)
11859 (compilation-forget-errors): Declare.
11860
32a2cf25
JL
118612009-08-22 Juri Linkov <juri@jurta.org>
11862
11863 * progmodes/grep.el (lgrep, rgrep): At the beginning
11864 set `dir' to `default-directory' unless `dir' is a non-nil
11865 readable directory. (Bug#4052)
11866 (lgrep, rgrep): Change a weird way to report an error
11867 from using `read-string' to using `error'.
11868 Instead of using interactive arguments in the function body,
11869 add new argument `confirm'.
11870
5443c9b7
SM
118712009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
11872
cb5b40ee
SM
11873 * textmodes/remember.el (remember-buffer):
11874 * progmodes/cperl-mode.el (cperl-vc-header-alist):
11875 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
11876 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
11877 * net/newst-treeview.el (newsticker-groups-filename):
11878 * net/newst-backend.el (newsticker-cache-filename):
11879 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
11880 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
11881 (speedbar-add-ignored-path-regexp, speedbar-line-path)
11882 (speedbar-buffers-line-path, speedbar-path-line)
11883 (speedbar-buffers-line-path):
11884 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
11885 (epg-sign-keys):
11886 * epa.el (epa-display-verify-result):
11887 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
11888
d6261cc1
GM
118892009-08-21 Glenn Morris <rgm@gnu.org>
11890
3e1ea342
GM
11891 * progmodes/js.el (inferior-moz-process): Fix declaration.
11892
ce86eeb5
GM
11893 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
11894
fff28970
GM
11895 * obsolete/rnewspost.el (news-mail-reply):
11896 Use goto-char rather than goto-line.
11897
d93e053b
GM
11898 * term/ns-win.el (ns-open-file-select-line):
11899 Use line-beginning-position rather than goto-line.
11900
d5d105e8
GM
11901 * apropos.el (apropos-command):
11902 * ehelp.el (electric-helpify):
11903 * printing.el (pr-show-setup):
11904 * strokes.el (strokes-help):
11905 * tutorial.el (tutorial--describe-nonstandard-key)
11906 (tutorial--detailed-help):
11907 * woman.el (woman-mini-help, woman-display-extended-fonts):
11908 * calc/calc-help.el (calc-describe-key):
11909 * emulation/edt.el (edt-electric-helpify):
11910 * international/mule-diag.el (mule-diag):
11911 * play/yow.el (apropos-zippy):
11912 * progmodes/python.el (python-describe-symbol):
11913 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
11914 * textmodes/table.el (*table--cell-describe-mode)
11915 (*table--cell-describe-bindings):
11916 Use help-print-return-message rather than the now obsolete alias.
11917
a8ab722f 11918 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
11919 (calendar-cursor-to-visible-date):
11920 * play/5x5.el (5x5-position-cursor):
11921 * play/decipher.el (decipher):
11922 * play/gomoku.el (gomoku-goto-xy):
11923 * play/landmark.el (lm-goto-xy):
11924 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
11925 (mpuz-paint-digit):
11926 Use forward-line, not goto-line.
a8ab722f 11927
d6261cc1
GM
11928 * mail/rmail.el (rmail-obsolete): Delete custom group.
11929 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
11930 (rmail-remote-password, rmail-remote-password-required):
11931 Remove unneeded :set-after and :set properties.
11932
9e846523
MA
119332009-08-21 Michael Albinus <michael.albinus@gmx.de>
11934
11935 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
11936
bbe1f502
DN
119372009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
11938
bcc5db24
DN
11939 * loadup.el: Remove leftover macos code.
11940
bbe1f502
DN
11941 * vc-git.el (vc-git-annotate-command): Run asynchronously.
11942 Explicitly pass the date format to git blame so that user local
11943 so that the output format can be parsed.
11944
6fd2d19a
MA
119452009-08-20 Michael Albinus <michael.albinus@gmx.de>
11946
11947 * net/dbus.el (top): Don't check for (getenv
11948 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
11949
31764e15
SM
119502009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
11951
11952 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 11953 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 11954
28930e39
SM
119552009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11956
4fd15622 11957 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 11958 Bug#3287
4fd15622 11959
b3d8e4a0
SM
11960 * help.el (help-print-return-message): Rename from
11961 print-help-return-message.
11962
c9829c70
SM
11963 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
11964 cvs-mode-map parent hack.
11965 (log-view-mode): Derive from special-mode.
11966
b932657b
SM
11967 * linum.el (linum-mode): window-size-change-functions is redundant.
11968 Adapt to new window-configuration-change-hook behavior.
11969 (linum-after-size, linum-after-config): Remove.
11970
1b700bca
SM
11971 * imenu.el (imenu-example--name-and-position)
11972 (imenu-example--lisp-extract-index-name)
11973 (imenu-example--create-lisp-index, imenu-example--create-c-index):
11974 Mark as obsolete.
11975
28930e39
SM
11976 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
11977 (inferior-prolog-mode): Use it.
11978 (inferior-prolog-load-file): Reset list of errors.
11979
c9af0b68
KH
119802009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11981
11982 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
11983
11984 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
11985
720c7cd6
MA
119862009-08-19 Michael Albinus <michael.albinus@gmx.de>
11987
11988 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
11989 is running already.
11990
03a74b84
SM
119912009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11992
11993 * subr.el (listify-key-sequence-1): Use normal syntax since those
11994 integers are nowadays always represented by the same (positive) number
11995 on all platforms.
11996 (read-key-empty-map): New const.
11997 (read-key-delay): New var.
11998 (read-key): New function.
11999 (force-mode-line-update): Use with-current-buffer.
12000 (locate-user-emacs-file): Don't forget to abbreviate the file name.
12001 (start-process-shell-command, start-file-process-shell-command):
12002 Discourage the use of command-args.
12003
f43e88d4
GM
120042009-08-19 Glenn Morris <rgm@gnu.org>
12005
12006 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
12007
890429cc
SM
120082009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12009
85be9ec4
SM
12010 * simple.el (choose-completion-string): Don't rely on
12011 minibuffer-completing-file-name and ad-hoc checks to decide whether
12012 to continue completion or not.
12013
890429cc
SM
12014 * minibuffer.el (minibuffer-hide-completions): New function.
12015 (completion--do-completion): Use it.
12016 (completions-annotations): New face.
12017 (completion--insert-strings): Use it.
12018 (completion-pcm--delim-wild-regex): Add docstring.
12019 (completion-pcm--string->pattern): Add support for 0-width delimiters
12020 in completion-pcm--delim-wild-regex.
12021
265d4549
SM
120222009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
12023
d440b941
SM
12024 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
12025 Remove unused var `buffer-modified-p'.
12026
265d4549
SM
12027 * minibuffer.el (completion--do-completion): Move point for the #b001
12028 case as well (bug#4176).
12029 (minibuffer-complete, minibuffer-complete-word): Don't move point.
12030
ba6f7d86
MA
120312009-08-18 Michael Albinus <michael.albinus@gmx.de>
12032
12033 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
12034 and :session buses.
12035
98819490
KH
120362009-08-18 Kenichi Handa <handa@m17n.org>
12037
265d4549
SM
12038 * international/ucs-normalize.el (ucs-normalize-version):
12039 Change to 1.1.
58627cf0
KH
12040 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
12041 (utf-8-hfs): Make it perform normalization on encoding too.
12042
98819490
KH
12043 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
12044 (sentence-end-without-space): Delete duplicated chars.
12045 (sentence-end-base): Likewise.
e739cc85
KH
12046
12047 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
12048 (html-mode): Delete duplicated chars from sentence-end-base.
12049
12050 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
12051 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 12052
645b9326
CY
120532009-08-17 Chong Yidong <cyd@stupidchicken.com>
12054
12055 * files.el (hack-one-local-variable): If the mode function is for
12056 a minor mode, pass it an argument (Bug#4148).
12057
56c195af
MA
120582009-08-17 Michael Albinus <michael.albinus@gmx.de>
12059
12060 * net/tramp.el (tramp-register-completion-file-name-handler):
12061 Check also for (member 'partial-completion completion-styles).
12062
7a55c78b
CY
120632009-08-16 Chong Yidong <cyd@stupidchicken.com>
12064
12065 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
12066 abbrev (Bug#3943).
12067
be3e598a 120682009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
12069
12070 * progmodes/cperl-mode.el: Merge upstream 6.2.
12071 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
12072 (cperl-forward-re): Check cperl-brace-recursing.
12073 (cperl-highlight-charclass): New function.
12074 (cperl-find-pods-heres): Use it.
31cd2dd4 12075 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 12076 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 12077 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
12078 (cperl-beautify-level): Don't process entire regexp.
12079 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
12080 calling man.
12081 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
12082 (cperl-init-faces): Build a list in the normal way.
12083
81b1f9c9
CY
120842009-08-16 Chong Yidong <cyd@stupidchicken.com>
12085
12086 * calendar/parse-time.el (parse-time-string-chars): Save match
12087 data.
12088
c3732cb8
SM
120892009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
12090
55659495
SM
12091 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
12092 (sql-product): Use it.
12093 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
12094 (sql-set-product): Add completion.
12095 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
12096 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
12097 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
12098 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
12099 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
12100 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
12101 (sql-highlight-db2-keywords): Remove.
12102 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
12103 (sql-highlight-product): Use derived-mode-p.
12104 (sql-set-sqli-buffer): Use with-current-buffer.
12105 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
12106 Simplify.
12107
1ae79427
SM
12108 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
12109
c3732cb8
SM
12110 * term.el: Fix commenting convention, turn comments into docstrings.
12111
f24b8bf3
CY
121122009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
12113
12114 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
12115
7b6fefac 121162009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 12117
1200ac26 12118 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
12119 character classes, to handle non-ascii characters (Bug#3190).
12120
121212009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 12122
1abbe4e5
CY
12123 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
12124 another heredoc if the user adds another < (Bug#3226).
12125
c3732cb8
SM
12126 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12127 Don't initialize based on window-system (Bug#4124).
19261da4 12128
daad00fc
CY
12129 * facemenu.el (facemenu-read-color): Use a completion function
12130 that accepts any defined color, such as RGB triplets (Bug#3677).
12131
e1bdde78
CY
12132 * files.el (get-free-disk-space): Change fallback default
12133 directory to /. Expand DIR argument before switching to fallback.
12134 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
12135
9d73a99e
CY
121362009-08-15 Chong Yidong <cyd@stupidchicken.com>
12137
12138 * files.el (load-library): Doc fix.
12139
68b962d4 121402009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 12141
953e0c1a 12142 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 12143 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 12144 incremental search string.
9d73a99e 12145
c3732cb8 12146 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 12147 XEmacs.
9d73a99e 12148
c3732cb8
SM
12149 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
12150 (ediff-merge-region-is-non-clash)
12151 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 12152 Also check if the job is really a merge job.
9d73a99e 12153
c3732cb8 12154 * ediff.el (ediff-current-file): New function.
9d73a99e 12155
2e330adc
CY
121562009-08-15 Chong Yidong <cyd@stupidchicken.com>
12157
12158 * progmodes/js.el: Edit docstrings throughout to follow Emacs
12159 conventions.
c3732cb8 12160 (js-insert-and-indent): Delete function.
2e330adc
CY
12161 (js-mode-map): Don't bind keys to js-insert-and-indent.
12162 (js-beginning-of-defun): Rename from js--beginning-of-defun.
12163 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 12164 (js-auto-indent-flag): Delete variable.
2e330adc 12165
17b5d0f7
CY
121662009-08-14 Chong Yidong <cyd@stupidchicken.com>
12167
c3732cb8
SM
12168 * progmodes/js.el: Remove proclaim statement.
12169 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 12170
ba2d8894
CY
12171 * files.el (auto-mode-alist): Use js-mode for .js files.
12172
c3732cb8 12173 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
12174
12175 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
12176
12177 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
12178
c3732cb8 12179 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
12180
121812009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 12182 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
12183
12184 * progmodes/js.el: New file.
12185
b6377f1d
MH
121862009-08-14 Mark A. Hershberger <mah@everybody.org>
12187
12188 * timezone.el (timezone-parse-date): Add ability to understand ISO
12189 basic format (minimal separators) dates in addition to the
12190 already-supported extended format dates.
12191
bc0eef46
EZ
121922009-08-14 Eli Zaretskii <eliz@gnu.org>
12193
4e021e65
EZ
12194 * international/ucs-normalize.el: Add a `coding' file variable.
12195
bc0eef46
EZ
12196 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
12197
53dab179
SS
121982009-08-14 Sam Steingold <sds@gnu.org>
12199
6801c38a 12200 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 12201
6c58c39c
CY
122022009-08-13 Chong Yidong <cyd@stupidchicken.com>
12203
12204 * faces.el (help-argument-name): Define it here instead of
12205 help-fns.el, because in daemon mode help-fns.el may be loaded when
12206 faces are still uninitialized (Bug#1078).
12207
12208 * help-fns.el (help-argument-name): Move defface to faces.el.
12209
c7baf7e9
NR
122102009-08-13 Nick Roberts <nickrob@snap.net.nz>
12211
12212 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
12213 create buffer with a pty but no process so that GDB can make the
12214 inferior the controlling process.
12215
9c40e995 122162009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
12217
12218 * international/ucs-normalize.el: New file.
12219
8cdba32b
RS
122202009-08-13 Richard Stallman <rms@gnu.org>
12221
5c950923
RS
12222 * mail/rmail.el (rmail-get-attr-names):
12223 Accept an attribute header that is too short.
12224
76e1e40b
RS
12225 * mail/rmail.el (rmail-forget-messages):
12226 Ignore nil elt in rmail-message-vector. Use dotimes.
12227
1fc01b08
RS
12228 * progmodes/compile.el (compilation-goto-locus):
12229 Use next-error-move-function.
12230
8cdba32b
RS
12231 * simple.el (next-error-move-function): New variable.
12232
99910cf4
JL
122332009-08-12 Juri Linkov <juri@jurta.org>
12234
12235 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
12236 always non-nil. (Bug#4052)
12237
12238 * replace.el (read-regexp): Return empty string when
12239 `default-value' is nil.
12240 (keep-lines-read-args): Don't use empty string as the
12241 default value for `read-regexp'. (Bug#2495)
12242
fc5bdf6c
JL
122432009-08-12 Juri Linkov <juri@jurta.org>
12244
12245 * international/mule-cmds.el (ucs-insert): Change arguments
12246 from `arg' to `character', `count', `inherit' to be the same
12247 as in `insert-char'. Doc fix. (Bug#4039)
12248
12249 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
12250
77748848
JL
122512009-08-12 Juri Linkov <juri@jurta.org>
12252
12253 * files-x.el: New file.
12254
12255 * files.el: Move code that deals with adding/deleting
12256 file/directory-local variables to files-x.el.
12257
12258 * Makefile.in (ELCFILES): Add files-x.elc.
12259
c8a44c4e
DD
122602009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
12261
27a9fd5a
DD
12262 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
12263 to use `goto-line'.
12264 (gdb-place-breakpoints, gdb-get-location): Rewritten without
12265 `goto-line'.
12266 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 12267 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 12268 threads list.
107ef54a 12269 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
12270 (gdb-starting): Moved -data-list-register-names...
12271 (gdb-stopped): ...here so it's sent when first thread stops.
12272 (gdb-registers-handler-custom): Do nothing if register names are
12273 unknown yet.
27a9fd5a 12274
c8a44c4e
DD
12275 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
12276 from `gdb-mi.el' to avoid extra tangling.
12277
12278 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 12279 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
12280 (gdb-update-gud-running): No extra fuss for updating frame number.
12281
dfd4e693
SM
122822009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
12283
51c4341f
SM
12284 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
12285 (describe-language-environment-map, setup-language-environment-map)
12286 (set-coding-system-map): Move initialization into declaration.
12287 (set-language-info-alist): Last arg to define-key-after can be skipped.
12288
12289 * international/quail.el (quail-completion-1): Simplify.
12290 (quail-define-rules): Use slightly more compact code.
12291 (quail-insert-decode-map): Propertize keys, compact columns.
12292
dfd4e693
SM
12293 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12294 Add goto-line.
12295
83326559
MB
122962009-08-10 Miles Bader <miles@gnu.org>
12297
12298 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
12299 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
12300 (js2-instance-member, js2-private-member, js2-private-function-call)
12301 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
12302 (js2-magic-paren, js2-external-variable):
12303 Remove "-face" suffix from face names.
12304 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
12305 (js2-highlight-undeclared-vars, js2-peek-token)
12306 (js2-parse-function-params, js2-mode-show-errors)
12307 (js2-mode-show-warnings, js2-make-magic-delimiter)
12308 (js2-mode-highlight-magic-parens): Update to use new face names.
12309
8e754ea2
MA
123102009-08-09 Michael Albinus <michael.albinus@gmx.de>
12311
12312 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
12313 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
12314
1c292fc7
CY
123152009-08-09 Chong Yidong <cyd@stupidchicken.com>
12316
18d433a7
CY
12317 * subr.el: Provide hashtable-print-readable.
12318
1c292fc7
CY
12319 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
12320 hs-c-like-adjust-block-beginning.
12321 (hs-hide-block-at-point): Stop hiding at the beginning of
12322 hs-block-end-regexp (Bug#700).
12323
2db0ae07
DD
123242009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
12325
12326 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
12327 a macro.
12328 (gdb-registers-handler-custom): Do not fail when register names
12329 are unavailable.
12330
fe4740a6
DD
123312009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
12332
12333 * progmodes/gdb-mi.el (gdb-control-all-threads)
12334 (gdb-control-current-thread): Interactive setters for
12335 `gdb-gud-control-all-threads' to use in menu.
12336 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 12337 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
12338 gud/thread.xpm and gud/all.xpm.
12339
ce299d55
CY
123402009-08-08 Yoni Rabkin <yoni@rabkins.net>
12341
12342 * net/net-utils.el (net-utils-font-lock-keywords): New var.
12343 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
12344 (net-utils-mode): New mode for viewing diagnostic network output.
12345 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
12346 (net-utils-run-simple): New function.
12347 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 12348
7c4654ad
DD
123492009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
12350
12351 * progmodes/gdb-mi.el (gdb-read-memory-custom)
12352 (gdb-memory-set-address, def-gdb-set-positive-number)
12353 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
12354 after changing settings.
12355 (gdb-invalidate-disassembly): Update when first shown.
12356 (gdb-edit-locals-value): Fixed.
12357 (gdb-registers-handler-custom): Print registers in right order and
12358 allow changing register values (only for current thread yet).
9cbac26b
DD
12359 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
12360 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
12361 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
12362 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
12363 info in mode name.
12364 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 12365
0f25a277
EZ
123662009-08-08 Eli Zaretskii <eliz@gnu.org>
12367
12368 * mail/rmail.el (rmail-add-mbox-headers)
12369 (rmail-set-message-counters-counter): Search for
12370 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
12371
b971be60
GM
123722009-08-08 Glenn Morris <rgm@gnu.org>
12373
12374 * Makefile.in (ELCFILES): Update.
12375
a35d3ad8
EZ
123762009-08-07 Eli Zaretskii <eliz@gnu.org>
12377
60c2df40
EZ
12378 * mail/sendmail.el (mail-yank-original): Set
12379 buffer-file-coding-system from the one used by the message whose
12380 text is yanked.
12381
8b0bcc2e
EZ
12382 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
12383 to "windows" when "pgnuplot" is used.
12384 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
12385 call accept-process-output if "pgnuplot" is used.
12386 (calc-graph-init): Don't send -display and -geometry to
12387 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
12388 running "pgnuplot -V" with shell-command-to-string.
12389
12390 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
12391 the default.
12392
123932009-08-07 Eli Zaretskii <eliz@gnu.org>
12394
12395 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
12396 org/org-latex.elc.
12397
3bca7ca5
DN
123982009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
12399
3c53763c
DN
12400 * vc-dispatcher.el (vc-resynch-window): Update comment.
12401
3bca7ca5
DN
12402 * term.el (term-handle-ansi-escape): Add comments with the
12403 terminfo capabilities implemented.
12404
7b217360
DD
124052009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
12406
12407 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
12408 (gdb-var-create-handler): Rewritten using JSON parser.
12409 (gdb-propertize-header): Moved earlier.
12410 (gdb-set-header): Removed to avoid duplication.
12411 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
12412 Refresh disassembly buffers only after threads list have been
12413 update.
12414 (gdb-threads-header, gdb-registers-header): Per-buffer header line
12415 variables.
12416
b4d84ecf
JL
124172009-08-04 Juri Linkov <juri@jurta.org>
12418
12419 * files.el: Commands to add/delete file/directory-local variables.
12420 (read-file-local-variable, read-file-local-variable-value)
12421 (read-file-local-variable-mode, modify-file-local-variable)
12422 (modify-file-local-variable-prop-line)
12423 (modify-dir-local-variable): New functions.
12424 (add-file-local-variable, delete-file-local-variable)
12425 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
12426 (add-dir-local-variable, delete-dir-local-variable)
12427 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
12428 (copy-dir-locals-to-file-locals-prop-line): New commands.
12429
42da39c1
CY
124302009-08-04 Chong Yidong <cyd@stupidchicken.com>
12431
12432 * abbrev.el (insert-abbrev-table-description): Prettify output.
12433 Suggested by Karl Chen.
12434
98bf8494
DD
124352009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
12436
78b9fb28 12437 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 12438 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
12439 (gdb-overlay-arrow-position, gdb-thread-position)
12440 (gdb-disassembly-position): Declare variables.
12441 (gdb-wait-for-pending): Function now.
12442 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
12443 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
12444 compilation goes smoothly.
12445 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
12446 (gdb-non-stop-setting): New customization setting which replaces
12447 `gdb-non-stop' so changing it doesn't break active GDB session.
12448 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
12449 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
12450 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
12451 (gdb-show-threads-by-default): New customization options.
12452 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
12453 routines.
12454 (gdb-get-buffer-create): Send buffers update signal when they are
12455 created.
12456 (gdb-invalidate-locals, gdb-invalidate-registers)
12457 (gdb-invalidate-breakpoints)
12458 (gdb-invalidate-threads, gdb-invalidate-disassembly)
12459 (gdb-invalidate-memory): Accept update signal.
12460 (gdb-current-context-command): Use --frame option.
12461 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
12462 Implement `gdb-frame-number' selection logic.
12463 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
12464 whether to show GUD toolbar buttons.
12465 (gdb-thread-exited): Unselect current thread when it exits.
12466 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
12467 (gdb-mark-line): Routine which sets overlay arrow or inverses
12468 video on fringeless displays.
12469 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
12470 to build aligned columns of data in GDB buffers and set text
12471 properties line-by-line.
12472 (gdb-invalidate-breakpoints)
12473 (gdb-breakpoints-list-handler-custom)
12474 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
12475 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
12476 (gdb-registers-handler-custom): Align data columns.
12477 (gdb-locals-handler-custom): Now prints data like in variable
12478 declarations.
12479 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
12480 Removed confusing buttons.
12481 (gdb-invalidate-threads): Append --frame.
12482 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
12483 between breakpoints/threads buffers.
12484 (gdb-set-window-buffer): Now can ignore dedicated windows.
12485 (gdb-propertize-header): Use `gdb-set-window-buffer'.
12486 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
12487 (def-gdb-thread-buffer-gud-command): Replaces
12488 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
12489 for fine thread control.
12490 (gdb-preempt-existing-or-display-buffer): New function used to
12491 display bound buffers without breaking window layout.
12492 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
12493 (gdb-select-frame): New version of `gdb-frames-select' which now
12494 sets `gdb-frame-number' so commands may use --frame option instead
12495 of inner debugger state.
12496 (gdb-frame-handler): Do not set `gdb-frame-number'.
12497 (gdb-threads-mode-map): Select threads with mouse.
12498
12499 * progmodes/gud.el (gdb-gud-context-call): Declare function to
12500 avoid compilation warning.
12501 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
12502 `gdb-show-stop-p`.
12503
566f3909
DD
12504 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
12505 Argument `key' renamed to `buffer-type'.
12506 (gdb-current-context-buffer-name): Do not add thread info to
12507 buffer name when no thread is selected.
12508 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
12509 command (bug 3794).
12510 (gdb-thread-selected): Handle `=thread-selected' notification.
12511 (gdb-wait-for-pending): New macro to deal with congestion problems.
12512 (gdb-breakpoints-list-handler-custom): Don't fail on pending
12513 breakpoints.
7b6fefac
JB
12514 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
12515 This fixes problem similar to one described in bug 3947.
566f3909
DD
12516 (gud-menu-map): More menu items.
12517 (gdb-init-1): Reset `gdb-thread-number' to nil.
12518
4a31122c
DD
12519 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
12520 non-stop settings.
12521
12522 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
12523 (gdb-current-context-command): Do not append --thread if
12524 `gdb-thread-number' is nil.
12525 (gdb-running-threads-count, gdb-stopped-threads-count): New
12526 variables.
12527 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
12528 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
12529 customization options.
12530 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
12531 GUD commands.
7b6fefac 12532 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
12533 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
12534 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
12535 set `gdb-thread-number' and update `gud-running' properly.
12536 (gdb-running): Update threads list when new threads appear.
12537 (gdb-stopped): Support non-stop operation and new thread switching
12538 logic.
12539 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
12540 (gdb-json-partial-output): New set of JSON routines.
12541 (def-gdb-auto-update-trigger): New `signal-list' optional
12542 argument.
12543 (gdb-thread-list-handler-custom): Update `gud-running',
12544 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
12545 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
12546 (gdb-continue-thread, gdb-step-thread): New commands for fine
12547 thread execution control.
12548 (gud-menu-map): New menu items to switch non-stop options.
12549 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 12550 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
12551
12552 * progmodes/gdb-mi.el (gdb-rules-name-maker)
12553 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
12554 gdb-buffer-rules.
12555 (def-gdb-auto-update-handler): New nopreserve optional argument.
12556 (gdb-stack-list-frames-custom): Print stack from top to bottom.
12557
12558 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
12559 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
12560 (gdb-parent-mode): New mode to derive other GDB modes from.
12561 (gdb-display-disassembly-for-thread)
12562 (gdb-frame-disassembly-for-thread): New commands for threads
12563 buffer.
12564
12565 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
12566 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
12567 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
12568 (gdb-update): We now store all GDB buffers in a list so that they
12569 can be updated by traversing a list instead of calling invalidate
7b6fefac 12570 triggers explicitly.
a5c9f540
DD
12571 (def-gdb-trigger-and-handler): New macro to define trigger-handler
12572 pair for GDB buffer.
12573 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
12574 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
12575 handle pending triggers.
12576 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
12577 (def-gdb-thread-buffer-simple-command)
12578 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
12579 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
12580 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
12581 New commands which show buffers bound to thread.
e7086683 12582 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 12583
7b6fefac
JB
12584 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
12585 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
12586 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
12587 to (gud-comint-buffer) in *-buffer-name functions
12588 because (gdb-get-target-string) already does that.
12589 (gdb-locals-handler-custom, gdb-registers-handler-custom)
12590 (gdb-changed-registers-handler): Rewritten without regexps.
12591
ba214964 12592 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
12593 (gdb-thread-number): New variable.
12594 (gdb-current-context-command): New macro which adds --thread
12595 option to command.
7b6fefac 12596 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 12597 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 12598 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
12599 (gdb-select-thread): New command which selects current thread.
12600 (gdb-invalidate-frames, gdb-invalidate-locals)
12601 (gdb-invalidate-registers): Use --thread option.
20f12ed8 12602
2ac33804
MA
126032009-08-04 Michael Albinus <michael.albinus@gmx.de>
12604
12605 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 12606 robust. (Bug#3977)
2ac33804
MA
12607 (tramp-handle-insert-file-contents): `unwind-protect' must be
12608 inside `with-parsed-tramp-file-name'.
12609
12610 * net/tramp-gvfs.el (top): Remove superfluous message when loading
12611 fails.
12612
39d0296f
NR
126132009-08-03 Nick Roberts <nickrob@snap.net.nz>
12614
12615 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
12616 directory if CLASSPATH is not set.
12617
adcbca53
MA
126182009-08-03 Michael Albinus <michael.albinus@gmx.de>
12619
7b6fefac
JB
12620 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
12621 New defconst.
7ef849b6 12622 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 12623
30924b0b
CY
126242009-08-02 Kevin Ryde <user42@zip.com.au>
12625
7b6fefac
JB
12626 * net/newst-backend.el (newsticker--raw-url-list-defaults):
12627 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 12628
b6ce92f1
CY
126292009-08-02 Chong Yidong <cyd@stupidchicken.com>
12630
d977a092
CY
12631 * select.el (x-set-selection): Doc fix (Bug#4021).
12632
12633 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
12634
b6ce92f1
CY
12635 * help-fns.el (describe-variable): Treat list return values from
12636 dir-locals-find-file properly (Bug#4005).
12637
7b6fefac 126382009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
12639
12640 * net/tramp.el (tramp-debug-message): Print also microseconds.
12641
126422009-08-02 Michael Albinus <michael.albinus@gmx.de>
12643
12644 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
12645 or END is non-nil.
12646 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
12647 (tramp-get-debug-buffer): Change `outline-regexp' according to new
12648 format.
12649
5ce6e4f4 12650 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
12651 (tramp-get-file-property): Use it.
12652
12653 * autorevert.el (auto-revert-handler): Allow
12654 `auto-revert-tail-mode' for remote files.
12655
2aafe808
JR
126562009-08-02 Jason Rumney <jasonr@gnu.org>
12657
12658 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 12659 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 12660
e094097c
CY
126612009-08-02 Chong Yidong <cyd@stupidchicken.com>
12662
12663 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
12664 (font-lock-variable-name-face, font-lock-constant-face): Darken
12665 the colors for light backgrounds.
12666
de94f281
EZ
126672009-08-01 Eli Zaretskii <eliz@gnu.org>
12668
12669 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
12670 month names. (Bug#3987)
12671
54b99340
CY
126722009-07-31 Chong Yidong <cyd@stupidchicken.com>
12673
12674 * simple.el (line-move-finish): Pass whole number to
12675 line-move-to-column.
34be836c 12676 (line-move-visual): Perform hscroll to the recorded position.
54b99340 12677
38216c30
JB
126782009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
12679
12680 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
12681
c779896d
CY
126822009-07-29 Alan Mackenzie <acm@muc.de>
12683
12684 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
12685
592ccae0
DD
126862009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
12687
35edc6c6
DD
12688 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
12689 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 12690
5a9e3ab7
JB
126912009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
12692
12693 * calc/calc.el (calc-mode-map): Add keybinding for
12694 `calc-transpose-lines'.
12695
7b6fefac 126962009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
12697
12698 * calc/calc-misc.el (calc-transpose-lines): New function.
12699
905fb90e
MA
127002009-07-28 Michael Albinus <michael.albinus@gmx.de>
12701
12702 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
12703 Simplify check for out-of-band methods.
12704 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
12705 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
12706
76e14464
DN
127072009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
12708
12709 * vc-git.el (vc-git-checkin): Fix typo.
12710
6088b51f 127112009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
12712
12713 * progmodes/js2-mode.el: New file.
12714
b85157fe
NR
127152009-07-28 Nick Roberts <nickrob@snap.net.nz>
12716
12717 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
12718 (gud-menu-map): Adjust tooltip accordingly.
12719
d43c2b06
DN
127202009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12721
1c0f0c3b
DN
12722 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
12723 (vc-bzr-log-view-mode): Adjust log-view-file-re.
12724
d43c2b06
DN
12725 * add-log.el (change-log-mode-map): Add a menu.
12726
3dec5c36
MA
127272009-07-27 Michael Albinus <michael.albinus@gmx.de>
12728
12729 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
12730 function returns nil.
12731 (dbus-handle-event): Handle special return value :ignore.
12732 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
12733
5704140c
CY
127342009-07-26 Chong Yidong <cyd@stupidchicken.com>
12735
12736 * view.el (view-mode-enable): Don't define Helper-return-blurb if
12737 it's not needed.
12738
3077d1f6
EZ
127392009-07-25 Eli Zaretskii <eliz@gnu.org>
12740
12741 Fix Bug#3888:
12742
12743 * w32-vars.el (x-select-enable-clipboard): Doc fix.
12744
12745 * term/pc-win.el (x-display-name, x-colors)
12746 (x-select-enable-clipboard, x-select-text): Doc fix.
12747
12748 * term/common-win.el (x-display-name, x-colors): Doc fix.
12749
12750 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
12751 (xw-defined-colors): Doc fix.
12752
12753 * w32-fns.el (x-select-text, x-setup-function-keys)
12754 (x-get-selection, x-set-selection): Doc fix.
12755
12756 * term/x-win.el (x-select-text, x-setup-function-keys)
12757 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
12758
12759 * select.el (x-set-selection): Doc fix.
12760
51768bc8
MA
127612009-07-25 Michael Albinus <michael.albinus@gmx.de>
12762
12763 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
12764 instead of "IsNSSSupportAvailable". Avahi ought to work also when
12765 "IsNSSSupportAvailable" method is not available. Reported by
12766 Steve Youngs <steve@sxemacs.org>.
12767
b11c2874
KH
127682009-07-24 Kenichi Handa <handa@m17n.org>
12769
12770 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 12771 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
12772 (build-unicode-category-table): Fix range checks.
12773
ba83b7b6
DN
127742009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
12775
12776 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
12777 the buffer we try to sync is current when calling
12778 vc-resynch-buffer.
12779
12780 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
12781 not show up to date files.
12782
7a8ae964
GM
127832009-07-24 Glenn Morris <rgm@gnu.org>
12784
12785 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
12786 Add autoload cookies. If necessary, initialize.
12787 (elint-log): Handle non-file buffers.
12788 (elint-initialize): Add optional argument to reinitialize.
12789 (elint-find-builtin-variables): Save excursion.
12790
a707eb05
DN
127912009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
12792
12793 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12794 for Lint.
12795
0a2ddfa6
DN
127962009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12797
d6a62b0d
DN
12798 * vc.el (vc-print-log-internal): New function, split out from ...
12799 (vc-print-log): ... here.
10b5dcad 12800 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 12801
0a2ddfa6
DN
12802 * vc-git.el (vc-git-add-signoff): New variable.
12803 (vc-git-checkin): Use it.
12804 (vc-git-toggle-signoff): New function.
12805 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
12806 (vc-git--run-command-string): Accept a nil FILE argument.
12807 (vc-git-stash-list): New function.
12808 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 12809
589a99f2
GM
128102009-07-23 Glenn Morris <rgm@gnu.org>
12811
12812 * help-fns.el (describe-variable): Describe ignored and risky local
12813 variables in a similar way to that in which we describe safe ones.
12814
12815 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
12816 (byte-compile-output-file-form, byte-compile-output-docform)
12817 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
12818 Give some more local variables with common names a "bytecomp-" prefix,
12819 so as not to shadow things during compilation.
12820 * emacs-lisp/cl-macs.el (load-time-value)
12821 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
12822 `outbuffer' to `bytecomp-outbuffer'.
12823
12824 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
12825 since the next two variables cover them automatically now.
12826 (elint-builtin-variables, elint-autoloaded-variables): New.
12827 (elint-unknown-builtin-args): Remove all members, since they can be
12828 parsed automatically now.
12829 (elint-extra-errors): New.
12830 (elint-env-add-env, elint-env-add-macro): Use cadr.
12831 (elint-current-buffer): Use or. Change final message.
12832 (elint-get-top-forms): Use line-end-position.
12833 (elint-init-env): Use cadr. Handle autoload, declare-function,
12834 and defalias.
12835 (elint-add-required-env): Doc fix. Use or. Standardize error.
12836 (regexp-assoc): Remove unused function.
12837 (elint-top-form): Set elint-current-pos, to record the start of the
12838 top-level form, for compilation-mode.
12839 (elint-form): Trap errors in macro expansion. Use dolist.
12840 (elint-unbound-variable): Use elint-builtin-variables and
12841 elint-autoloaded-variables.
12842 (elint-get-args): Use cadr, or.
12843 (elint-check-cond-form): Use dolist, cadr.
12844 (elint-check-condition-case-form): Doc fix. Use cadr.
12845 Use elint-extra-errors.
12846 (elint-log): New function.
12847 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
12848 Distinguish errors and warnings.
12849 (elint-log-message): Use with-current-buffer. Inhibit read-only.
12850 Use a bytecomp-style format.
12851 (elint-clear-log): Preserve default-directory. Inhibit read-only.
12852 (elint-get-log-buffer): Use compilation mode. Disable undo.
12853 Don't truncate lines.
12854 (elint-initialize): Set builtin and autoloaded variable lists.
12855 Only process elint-unknown-builtin-args if non-nil.
12856 (elint-find-builtin-variables, elint-find-autoloaded-variables):
12857 New functions.
12858 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
12859
855b42a2
GM
128602009-07-22 Kevin Ryde <user42@zip.com.au>
12861
12862 * net/newst-backend.el (newsticker--parse-atom-1.0)
12863 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12864 (newsticker--parse-rss-1.0):
12865 * progmodes/idlwave.el (idlwave-mode):
12866 * progmodes/idlw-shell.el (idlwave-shell-mode):
12867 * progmodes/vera-mode.el (vera-mode):
12868 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
12869 * progmodes/vhdl-mode.el (vhdl-mode):
12870 * textmodes/table.el (table-generate-source)
12871 (table--warn-incompatibility):
12872 Hyperlink urls in docstrings with URL `...'.
12873
fd413a37
GM
128742009-07-22 Glenn Morris <rgm@gnu.org>
12875
cb711556
GM
12876 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
12877 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
12878 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
12879 Remove leading * from defcustom docs.
12880
fd413a37
GM
12881 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
12882
12883 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
12884 defcustom doc.
12885 (list-load-path-shadows): Optionally, just return shadows as a string.
12886
12887 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
12888
a4f69701
CY
128892009-07-21 Chong Yidong <cyd@stupidchicken.com>
12890
12891 * mail/rmailedit.el (rmail-edit-mode): Use
12892 auto-save-include-big-deletions.
12893
12894 * mail/rmail.el (rmail-variables): Use
12895 auto-save-include-big-deletions.
12896
12897 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
12898 changes.
12899
ec06459c
JB
129002009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
12901
12902 * calc/calc.el (calc-undo-length): New variable.
12903 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
12904
b41b0976
RS
129052009-07-21 Richard Stallman <rms@gnu.org>
12906
12907 * files.el (auto-save-mode): Handle buffer-save-size = -2
12908 for toggling mode.
12909
4ed32706
GM
129102009-07-21 Glenn Morris <rgm@gnu.org>
12911
531b1264
GM
12912 * textmodes/ispell.el (ispell-looking-back): Update declaration.
12913
55d27f41
GM
12914 * calendar/todo-mode.el (calendar-current-date): Update declaration.
12915
02df3f4d
GM
12916 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
12917 silence compiler. Instead...
12918 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
12919 (ps-print-ensure-fontified): Update for above function name changes.
12920
fdd8417e
GM
12921 * printing.el (pr-mh-get-msg-num, pr-mh-show)
12922 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
12923 silence compiler. Instead...
12924 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
12925 (mh-show-buffer): Only define for compiler.
12926 (pr-mh-current-message): Update for above function name changes.
12927
4ed32706
GM
12928 * files.el (abort-if-file-too-large): Explicitly pass `filename'
12929 as an argument.
12930 (find-file-noselect, insert-file-1): Update for above change.
12931
12932 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
12933
12934 * mail/mailclient.el (mailclient-send-it): Fix message.
12935
12936 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
12937 (edebug-eval): Check cl-debug-env is bound.
12938 (print-level, print-circle): Don't redefine built-in variables.
12939
12940 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
12941 (custom-print-vectors): Remove old comments from doc.
12942
12943 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
12944 (emerge-version): Make the variable an obsolete alias for the
12945 emacs-version variable. Make the function obsolete.
12946 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
12947 Emerge options, rather than merging in into the main Options menu.
12948 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
12949 and auto advance modes. Disable edit/fast items when not relevant.
12950
86812144
CY
129512009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
12952
12953 * term/vt420.el (terminal-init-vt420): Fix typo.
12954
6bb90094
SS
129552009-07-20 Sam Steingold <sds@gnu.org>
12956
12957 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
12958 variable (removed from compile.el on 2004-03-11).
12959
42e0a725
CY
129602009-07-20 Chong Yidong <cyd@stupidchicken.com>
12961
12962 * files.el (hack-local-variables-filter): Fix last change.
12963
2ee20f24
JL
129642009-07-19 Juri Linkov <juri@jurta.org>
12965
12966 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
12967 (dir-local-variables-alist): New buffer-local variable.
12968 (hack-local-variables-filter): If variable is not dir-local,
12969 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
12970 because file-local overrides dir-local.
3570691b 12971 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
12972 Remove obsolete declaration.
12973 (hack-dir-local-variables): Add dir-local variable/value pair to
12974 `dir-local-variables-alist' and remove duplicates. Doc fix.
12975
12976 * help-fns.el (describe-variable): Add information about
12977 file-local and dir-local variables.
12978
89bf83cd
CY
129792009-07-19 Chong Yidong <cyd@stupidchicken.com>
12980
12981 * files.el (hack-local-variables-filter): Rewrite.
12982
1a8d3541
GM
129832009-07-19 Glenn Morris <rgm@gnu.org>
12984
d9e8a018
GM
12985 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
12986 Silence compiler by only defining on XEmacs.
12987
da332cfb
GM
12988 * international/mule.el (auto-coding-regexp-alist): Only match
12989 BABYL... at the start of buffer, not of lines. (Bug#3790)
12990
1a8d3541
GM
12991 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
12992 non-calendar buffers (Bug#3862). Restore "not on a date" message.
12993 (cal-menu-context-mouse-menu): Doc fix.
12994
12995 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
12996
12997 * simple.el (mail-user-agent): Doc fix. Set :version tag.
12998
d842b103
JL
129992009-07-18 Juri Linkov <juri@jurta.org>
13000
13001 * info.el: Virtual Info keyword finder.
3570691b 13002 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
13003 (Info-finder-file): New variable.
13004 (Info-finder-find-file): New function.
13005 (finder-known-keywords, finder-package-info)
13006 (find-library-name, lm-commentary): Use defvar and
13007 declare-function to silence compiler warnings.
13008 (Info-finder-find-node): New function.
13009 (info-finder): New command.
13010
13011 * subr.el (process-kill-buffer-query-function): New function.
13012 (add-hook)<kill-buffer-query-functions>: Add hook
13013 `process-kill-buffer-query-function'.
13014
10d37df7
AM
130152009-07-18 Alan Mackenzie <acm@muc.de>
13016
7b6fefac 13017 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
13018 (c-postprocess-file-styles): Give invocation of `c-set-style'
13019 DONT-OVERRIDE parameter of t. Already set style variables will
13020 thus not be overridden by style settings given by `c-file-syle'.
13021
13022 * files.el (hack-local-variables-filter): Remove entries with
13023 duplicate keys from `file-local-variables-alist'.
13024
102e1a41
EZ
130252009-07-18 Eli Zaretskii <eliz@gnu.org>
13026
13027 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
13028 x-set-selection if display-selections-p returns nil for the
13029 current frame.
13030
16f2e9fc
CY
130312009-07-18 Chong Yidong <cyd@stupidchicken.com>
13032
13033 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
13034
f22693fc
EZ
130352009-07-18 Eli Zaretskii <eliz@gnu.org>
13036
a6c2c80c
EZ
13037 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
13038 Accept nil in addition to a regexp.
13039 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
13040 Accept nil in addition to a regexp.
13041 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
13042 buffers that have an associated file. Handle nil values of
13043 desktop-buffers-not-to-save and desktop-files-not-to-save.
13044 (Bug#3833)
13045
f22693fc
EZ
13046 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13047 (x-disown-selection-internal): New functions.
13048
e456379a
NR
130492009-07-18 Nick Roberts <nickrob@snap.net.nz>
13050
13051 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
13052 warning.
13053 (gdb-breakpoints-header): Move forward to avoid compiler warning.
13054 (gdb-make-header-line-mouse-map): Remove duplicate definition.
13055
0013b70f
CY
130562009-07-18 David De La Harpe Golden <david@harpegolden.net>
13057
13058 * simple.el (set-mark): Revert last change.
13059
0855c2ca
CY
130602009-07-17 Tassilo Horn <tassilo@member.fsf.org>
13061
13062 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
13063 rendering of pngs is not possible instead of messaging a long
13064 description.
13065
3f5c9cad
CY
130662009-07-17 David De La Harpe Golden <david@harpegolden.net>
13067
13068 * w32-fns.el (x-selection-owner-p): New function.
13069
13070 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
13071 (mouse-yank-at-click, mouse-yank-primary): If
13072 select-active-regions is non-nil, deactivate the mark before
13073 insertion.
3f5c9cad
CY
13074
13075 * simple.el (deactivate-mark, set-mark): Only save selection if we
13076 own it.
13077
1fc87f9b
KH
130782009-07-17 Kenichi Handa <handa@m17n.org>
13079
13080 * case-table.el (describe-buffer-case-table): Fix for the case
13081 that KEY is a cons.
13082
d56fdcd2
DN
130832009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
13084
13085 * vc-rcs.el (vc-rcs-find-file-hook):
13086 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
13087
bede3e9f
MA
130882009-07-16 Michael Albinus <michael.albinus@gmx.de>
13089
13090 * net/tramp.el (tramp-wait-for-output): Handle the case when
13091 commands do not return a newline but a null byte before the shell
13092 prompt. (Bug#3858)
13093
7653ca1d
YM
130942009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13095
13096 * term/ns-win.el (ns-set-alpha): Don't declare.
13097 (ns-set-background-alpha): Remove function.
13098
ed2a52e9
SM
130992009-07-16 Kevin Ryde <user42@zip.com.au>
13100
13101 * emacs-lisp/copyright.el (copyright-update): Save match-data across
13102 y-or-n-p, for safety.
13103
7a907299
RS
131042009-07-16 Richard Stallman <rms@gnu.org>
13105
13106 * files.el (auto-save-mode): If buffer-saved-size is -2,
13107 don't clobber it.
13108
13109 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
13110 (rmail-retry-ignored-headers): Add more uninteresting fields.
13111
c0db3477
CY
131122009-07-15 Jari Aalto <jari.aalto@cante.net>
13113
13114 * net/rcirc.el (rcirc): Use history variables.
13115 (rcirc-server-name-history, rcirc-nick-name-history)
13116 (rcirc-server-port-history): New variables.
13117
6c875452
KH
131182009-07-15 Kenichi Handa <handa@m17n.org>
13119
bf974dc9
KH
13120 * international/mule-cmds.el (set-language-environment-charset):
13121 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
13122 ignore them.
13123
6c875452
KH
13124 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
13125 Delete unibyte-display.
13126
2066b4fe
CY
131272009-07-15 Chong Yidong <cyd@stupidchicken.com>
13128
13129 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
13130
f9be2e35
CY
131312009-07-15 Chong Yidong <cyd@stupidchicken.com>
13132
13133 * simple.el (deactivate-mark): Optional argument FORCE.
13134 (set-mark): Use deactivate-mark.
13135
13136 * info.el (Info-search): No need to check transient-mark-mode
13137 before calling deactivate-mark.
13138
13139 * select.el (x-set-selection): Doc fix.
13140 (x-valid-simple-selection-p): Allow buffer values.
13141 (xselect--selection-bounds): Handle buffer values. Suggested by
13142 David De La Harpe Golden.
13143
13144 * mouse.el (mouse-set-region, mouse-drag-track): Call
13145 copy-region-as-kill before setting the mark, to let
13146 select-active-regions work.
13147
be3e598a 131482009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
13149
13150 * simple.el (deactivate-mark): If select-active-regions is
13151 non-nil, copy the selection data into a string.
13152 (activate-mark): If select-active-regions is non-nil, set the
13153 selection to the current buffer.
13154 (set-mark): Update selection if select-active-regions is non-nil.
13155
13156 * select.el (x-valid-simple-selection-p): Allow buffer values.
13157
cbd61418
SM
131582009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
13159
13160 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
13161 and more featureful message-mode.
13162
f470187f
CY
131632009-07-14 Chong Yidong <cyd@stupidchicken.com>
13164
13165 * select.el (x-set-selection): Doc fix.
13166 (x-valid-simple-selection-p): Disallow selection data consisting
13167 of a list or cons of integers, since that is not used.
13168 (xselect--selection-bounds, xselect--int-to-cons): New functions.
13169 (xselect-convert-to-string, xselect-convert-to-length)
13170 (xselect-convert-to-filename, xselect-convert-to-charpos)
13171 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
13172
bfc99364
DD
131732009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
13174
13175 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
13176 output in -break-info command (Emacs bug #3794).
13177
e32721f5
GM
131782009-07-14 Glenn Morris <rgm@gnu.org>
13179
1e46f9e4
GM
13180 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
13181 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
13182 (edebug-print-length, edebug-print-level, edebug-print-circle)
13183 (edebug-sit-for-seconds, edebug-view-outside)
13184 (edebug-bounce-point, edebug-set-global-break-condition)
13185 (edebug-Go-nonstop-mode, edebug-trace-mode)
13186 (edebug-Trace-fast-mode, edebug-continue-mode)
13187 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
13188 (edebug-visit-eval-list): Doc fixes.
13189
e32721f5
GM
13190 * subr.el (def-edebug-spec): Doc fix.
13191
66a85e76
KH
131922009-07-14 Kenichi Handa <handa@m17n.org>
13193
13194 * international/characters.el: Fix setting of category ?C.
13195
28571246
JD
131962009-07-13 Jan Djärv <jan.h.d@swipnet.se>
13197
7b6fefac 13198 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
13199 ns-popup-font-panel instead of generate-fontset-menu.
13200
5d74672c
EZ
132012009-07-12 Eli Zaretskii <eliz@gnu.org>
13202
7b6fefac 13203 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 13204
eb1727a4
CY
132052009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
13206
13207 * arc-mode.el (archive-find-type): Allow for a PK00 string before
13208 the PK\003\004 header (Bug#3770).
13209
208384c5
CY
132102009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
13211
13212 * pcomplete.el (pcomplete-comint-setup): Check for
13213 shell-dynamic-complete-filename too.
13214
774409a1
CY
132152009-07-11 Chong Yidong <cyd@stupidchicken.com>
13216
13217 * simple.el (temporary-goal-column): Change the value for
13218 line-move-visual to a cons cell.
13219 (line-move-visual): Record or set the window hscroll, if
13220 necessary (Bug#3494).
13221 (line-move-1): Handle cons value of temporary-goal-column.
13222
1639ee1d
KH
132232009-07-11 Kenichi Handa <handa@m17n.org>
13224
13225 * international/mule-diag.el (describe-character-set): Don't show
13226 width.
13227
2b1d2412
SS
132282009-07-10 Sam Steingold <sds@gnu.org>
13229
13230 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13231 Omake sometimes indents the errors it prints, so allow all
13232 regexps to start with spaces.
13233
ed3a5691
EZ
132342009-07-10 Eli Zaretskii <eliz@gnu.org>
13235
ed2a52e9
SM
13236 * cus-edit.el (customize-changed-options-previous-release):
13237 Bump value to 22.1. (Bug#3804)
ed3a5691 13238
49405d0e
SS
132392009-07-08 Sam Steingold <sds@gnu.org>
13240
13241 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
13242 to be a cons cell (test . ignored-directory) to selectively ignore
13243 some directories depending on the location of the search.
13244
93c3eb7c
MA
132452009-07-08 Michael Albinus <michael.albinus@gmx.de>
13246
13247 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
13248 remote user is root, on the local host.
13249 (tramp-local-host-p): Either the local user or the remote user
13250 must be root. (Bug#3771)
13251
6f2a8484
NR
132522009-07-08 Nick Roberts <nickrob@snap.net.nz>
13253
13254 * progmodes/gdb-mi.el (gdb): Remove description of
13255 gdb-use-separate-io-buffer.
69cb8d82 13256 (menu): Don't allow toggling of or enable
6f2a8484
NR
13257 gdb-use-separate-io-buffer from menubar.
13258
88d03607
CY
132592009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
13260
13261 * mail/unrmail.el (unrmail): Make sure the message ends with two
13262 newlines (Bug#3769).
13263
7ef5b8b2
GM
132642009-07-08 Glenn Morris <rgm@gnu.org>
13265
13266 * calendar/calendar.el (calendar-current-date): Rework previous change.
13267
3ce82f97
GM
132682009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
13269
13270 * calendar/calendar.el (calendar-current-date):
13271 Add an optional argument giving an offset from today.
13272
f35fc841
GM
132732009-07-08 Glenn Morris <rgm@gnu.org>
13274
13275 * tutorial.el (tutorial--describe-nonstandard-key):
13276 Adjust the message for when a key has been unbound.
13277 (help-with-tutorial): Hide the arch-tag.
13278
40149292
KH
132792009-07-08 Kenichi Handa <handa@m17n.org>
13280
69cb8d82
KH
13281 * international/fontset.el (setup-default-fontset): For each
13282 script, append (not set) font-specs.
13283
40149292
KH
13284 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
13285 docstring.
13286
ff0c4194
NR
132872009-07-08 Nick Roberts <nickrob@snap.net.nz>
13288
13289 * progmodes/gdb-mi.el (gdb-init-1): Move sending
13290 -data-list-register-names to ...
13291 (gdb-starting): ... here because GDB 7.0 requires execution to
13292 have started when using this MI command.
13293 (gdb-set-header): New function to distinguish select and
13294 unselected tabs in gdb buffers.
13295 (gdb-propertize-header): New macro that uses gdb-set-header.
13296 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 13297 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 13298
8954c675
CY
132992009-07-07 Chong Yidong <cyd@stupidchicken.com>
13300
13301 * Makefile.in (ELCFILES): Remove fadr.elc.
13302
0996385d
DD
133032009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
13304
dc6b4519
DD
13305 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
13306 may contain frame information, so `string-match' should be used.
13307 (gdb-update): Disassembly is invalidated through
13308 `gdb-get-selected-frame'.
13309 (gdb-pad-string): New function to pad string with spaces.
13310 (gdb-invalidate-disassembly): Invalidate only if the buffer
13311 exists.
13312 (gdb-disassembly-handler-custom): Column alignment.
13313 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
13314 placing new ones.
13315 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
13316 end of line, too.
13317 (gdb-frame-handler): Match convention to for disassembly buffer
13318 mode name.
17c1380b 13319 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
13320 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
13321 not highlight breakpoints without line information.
69a197a2 13322 (gdb-input): Add trailing newline to command.
dc6b4519 13323
14340b25
DD
13324 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
13325 buffer properly.
13326 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 13327 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
13328 now.
13329 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
13330 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
13331 to place breakpoints.
14340b25
DD
13332 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
13333 functions.
13334 (gdb-disassembly-handler-custom): Show overlay arrow.
13335 (gdb-disassembly-place-breakpoints): Show breakpoints in
13336 disassembly buffer.
13337 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 13338 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 13339 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 13340 in `gud-menu-map'.
14340b25 13341
38d4f316 13342 * fadr.el: Remove.
1f2a6224 13343
7b6fefac 13344 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 13345 (gdb-memory-address): New variable which holds top address of
7b6fefac 13346 memory page shown in memory buffer.
0996385d
DD
13347 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
13348 customization variables.
13349 New functions:
13350 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
13351 display the memory buffer.
13352 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
13353 buffer display parameters.
13354 (def-gdb-memory-format, gdb-memory-format-binary)
13355 (gdb-memory-format-octal, gdb-memory-format-unsigned)
13356 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
13357 Functions for setting memory buffer format.
13358 (gdb-memory-unit-word, gdb-memory-unit-halfword)
13359 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
13360 unit size used in memory buffer.
13361 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
13362 to next/previous page of memory buffer.
28d67a53 13363 Now using (bindat-get-field) instead of fadr functions.
0996385d 13364
9ba562d3
SS
133652009-07-07 Sam Steingold <sds@gnu.org>
13366
13367 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
13368 non-top-level files.
13369
a43977db
KH
133702009-07-07 Kenichi Handa <handa@m17n.org>
13371
13372 * international/mule-cmds.el (reset-language-environment): Put
13373 the highset priority to the charset iso-8859-1.
13374
d44d05e8
CY
133752009-07-06 Chong Yidong <cyd@stupidchicken.com>
13376
13377 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
13378 to the end of the line when locating the block (Bug#700).
13379
3e2fa353
MA
133802009-07-06 Michael Albinus <michael.albinus@gmx.de>
13381
13382 * net/tramp.el (tramp-handle-write-region): Flush file properties
13383 in case of short track.
13384
be3e598a 133852009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 13386
bf0b361c
JB
13387 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
13388 Coded custom representation of verilog error regular expressions
13389 to work with Emacs-22's new format.
d88782c3 13390 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 13391 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
13392 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
13393 error recognition into XEmacs.
13394 (verilog-error-regexp-add-emacs): Hook routine to install verilog
13395 error recognition into Emacs-22.
13396
25c6f63e
CY
133972009-07-06 Chong Yidong <cyd@stupidchicken.com>
13398
13399 * woman.el: Remove stand-alone closing parentheses.
13400 (woman-file-name, woman2-format-paragraphs)
13401 (woman-leave-blank-lines): Code cleanup.
13402 (woman-use-own-frame): Change default to nil.
13403 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
13404 defaults to inherit from default faces.
13405 (woman2-process-escapes): Consume the newline after a stand-alone
13406 filler character (Bug#3651).
13407
f176290e
GM
134082009-07-06 Glenn Morris <rgm@gnu.org>
13409
13410 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
13411 (top-level): Move provide to the end.
13412 (ffap): Remove defunct URL from custom group.
13413
13414 * subr.el (eval-after-load): Doc fix.
13415
7b6fefac 134162009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
13417
13418 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
13419 `calc-embedded-word' is called twice.
13420
4b8b1ec5
SM
134212009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13422
13423 * files.el (find-alternate-file-other-window, find-alternate-file):
13424 Obey confirm-nonexistent-file-or-buffer.
13425
d6ceb380
MA
134262009-07-05 Michael Albinus <michael.albinus@gmx.de>
13427
13428 * dired-aux.el (dired-show-file-type): Handle remote files.
13429
be3e598a 134302009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 13431
4b8b1ec5
SM
13432 * desktop.el (desktop-globals-to-save):
13433 Add file-name-history (Bug#2750).
c760f19e 13434
6d00ce04
CY
134352009-07-05 Chong Yidong <cyd@stupidchicken.com>
13436
4b8b1ec5 13437 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 13438
6ee21b07
JB
134392009-07-04 Johan Bockgård <bojohan@gnu.org>
13440
13441 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
13442 property on entire argument since this is what eshell-lisp-command
13443 expects.
13444
f0dbdc25
MA
134452009-07-03 Michael Albinus <michael.albinus@gmx.de>
13446
13447 * net/tramp-gvfs.el (tramp-gvfs-methods)
13448 (tramp-gvfs-zeroconf-domain)
13449 (tramp-bluez-discover-devices-timeout): Add version flag.
13450 (tramp-gvfs-handler-mounted-unmounted)
13451 (tramp-gvfs-connection-mounted-p): Polish handling of
13452 incompatibilities between GVFS 0.2 and 1.0.
13453
e044e4fc
JD
134542009-07-03 Jan Djärv <jan.h.d@swipnet.se>
13455
4b8b1ec5 13456 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 13457
2e9b968b
JB
134582009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
13459
bf0b361c 13460 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
13461 formatted correctly.
13462
baf1a55e
JL
134632009-07-02 Juri Linkov <juri@jurta.org>
13464
13465 * info.el: Virtual Info files and nodes.
13466 (Info-virtual-files, Info-virtual-nodes): New variables.
13467 (Info-current-node-virtual): New variable.
13468 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
13469 New functions.
13470 (Info-file-supports-index-cookies): Use Info-virtual-file-p
13471 to check for a virtual file instead of checking a fixed list
13472 of node names.
13473 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
13474 instead of ad-hoc processing of "dir" and (apropos history toc).
13475 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
13476 instead of ad-hoc processing of "dir" and (apropos history toc).
13477 Reread a file when moving from a virtual node.
13478 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
13479 (Info-directory-toc-nodes, Info-directory-find-file)
13480 (Info-directory-find-node): New functions.
13481 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
13482 (Info-history): Move part of code to
13483 `Info-history-find-node'.
13484 (Info-history-toc-nodes, Info-history-find-file)
13485 (Info-history-find-node): New functions.
13486 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
13487 (Info-toc): Move part of code to `Info-toc-find-node'.
13488 (Info-toc-find-node): New function.
4b8b1ec5 13489 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
13490 the current Info file name to references because now the node
13491 "*TOC*" belongs to the same Info manual.
4b8b1ec5 13492 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
13493 (Info-toc-nodes): Rename input argument `file' to `filename'.
13494 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
13495 instead of ad-hoc processing of ("dir" apropos history toc).
13496 (Info-index-nodes): Use Info-virtual-file-p
13497 to check for a virtual file instead of checking a fixed list
13498 of node names.
13499 (Info-index-node): Add check for `Info-current-node-virtual'.
13500 Raise `save-match-data' higher up the tree to contain
13501 `search-forward' too (bug fix).
13502 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
13503 (Info-virtual-index-nodes): New variable.
13504 (Info-virtual-index-find-node, Info-virtual-index): New functions.
13505 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
13506 (Info-apropos-file, Info-apropos-nodes): New variables.
13507 (Info-apropos-toc-nodes, Info-apropos-find-file)
13508 (Info-apropos-find-node, Info-apropos-matches): New functions.
13509 (info-apropos): Move part of code to `Info-apropos-find-node' and
13510 `Info-apropos-matches'.
13511 (Info-mode-map): Bind "I" to `Info-virtual-index'.
13512 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
13513 for a virtual file instead of checking a fixed list of node names.
13514
13515 * simple.el (async-shell-command): New command.
13516
13517 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
13518
13519 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
13520 instead of `mount-info'.
13521
d04bc496
MA
135222009-07-02 Michael Albinus <michael.albinus@gmx.de>
13523
13524 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 13525 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 13526
af0403e0
KH
135272009-07-02 Kenichi Handa <handa@m17n.org>
13528
13529 * international/mule.el (set-keyboard-coding-system): Force *-unix
13530 coding-system to avoid eol conversion.
13531
99278f8a
MA
135322009-07-01 Michael Albinus <michael.albinus@gmx.de>
13533
4b8b1ec5
SM
13534 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13535 Add handler for `process-file', `shell-command' and
99278f8a
MA
13536 `start-file-process'.
13537 (tramp-gvfs-handle-shell-command)
13538 (tramp-gvfs-handle-start-file-process)
13539 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 13540 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 13541
3f1c6666
JD
135422009-07-01 Jan Djärv <jan.h.d@swipnet.se>
13543
13544 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
13545
3f396bac
KH
135462009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
13547
13548 * language/korean.el (set-language-info-alist): Add korean-cp949,
13549 cp949 to spec.
13550
c1185193
KH
135512009-07-01 Kenichi Handa <handa@m17n.org>
13552
13553 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
13554
13555 * international/encoded-kb.el: Deleted.
13556
13557 * international/mule.el (set-keyboard-coding-system): Perform the
13558 necessary setup here instead of calling encoded-kbd-setup-display.
13559
3f150a60
GM
135602009-07-01 Glenn Morris <rgm@gnu.org>
13561
13562 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
13563
b0d5b05b
GM
135642009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
13565
13566 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
13567
4f4126e6
MA
135682009-06-30 Michael Albinus <michael.albinus@gmx.de>
13569
4b8b1ec5
SM
13570 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
13571 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 13572 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 13573
7ae3ea65 13574 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
13575 (top): Add a default for "synce" in `tramp-default-user-alist'.
13576 Add completion function for "synce" method.
13577 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
13578 (tramp-hal-interface-manager, tramp-hal-interface-device):
13579 New defconst.
13580 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
13581 (tramp-synce-list-devices, tramp-synce-parse-device-names):
13582 New defuns.
d6ceb380
MA
13583
13584 * net/trampver.el: Update release number.
7ae3ea65 13585
0ad6626b
KH
135862009-06-30 Kenichi Handa <handa@m17n.org>
13587
13588 * international/fontset.el (setup-default-fontset): Add CJK fonts
13589 for symbols and the other miscellaneous characters.
13590
4b8b1ec5
SM
13591 * language/korea-util.el (setup-korean-environment-internal):
13592 Make char-width-table suitable for Korean environments.
0ad6626b
KH
13593 (exit-korean-environment): Cancel above.
13594
13595 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
13596 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 13597 setup-function to make char-width-table suitable for respective
0ad6626b
KH
13598 environments, and an exit-function to cancel that.
13599
13600 * language/japan-util.el (setup-japanese-environment-internal):
13601 Call use-cjk-char-width-table with arg `ja_JP'.
13602
13603 * international/characters.el (cjk-char-width-table): Delete it.
13604 (cjk-char-width-table-list): New variable.
13605 (use-cjk-char-width-table): New arg local-name.
13606 (use-default-char-width-table): Fix for the case that Emacs is
13607 already using the default char-width-table.
13608
fd46e893
MA
136092009-06-29 Michael Albinus <michael.albinus@gmx.de>
13610
13611 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
13612 modes mandatory. (Bug#3712)
13613
b87d9f96
AM
136142009-06-29 Alan Mackenzie <acm@muc.de>
13615
13616 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 13617 correction between the visible width of TABs and their number of bytes.
b87d9f96 13618
2d25aa5a
CY
136192009-06-29 Chong Yidong <cyd@stupidchicken.com>
13620
13621 * server.el (server-buffer-done): Prevent kill-buffer from
13622 prompting by clearing the buffer modification flag (Bug#3696).
13623
a3a8b002
DN
136242009-06-28 Michael McNamara <mac@mail.brushroad.com>
13625
bf0b361c 13626 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 13627 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
13628 (verilog-basic-complete-re): Support localparam lineup.
13629 (verilog-beg-of-statement-1): Fix for robustness, unique case.
13630 (verilog-set-auto-endcomments): Fix for unique case, always_comb
13631 commenting.
13632 (verilog-leap-to-case-head): Now support *nested* unique &
13633 priority case statements.
13634 (verilog-auto-lineup): Make just declarations the default (as it
13635 had been).
4b8b1ec5 13636 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 13637 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 13638 select the various styles of automatic lineup.
a3a8b002
DN
13639 (verilog-error-regexp-alist): Rework to support the XEmacs style
13640 of error regular expressions from compilers, lint tools &
13641 simulators. Note that GNU Emacs has made it impossible for a mode
13642 to load such things.
13643 (electric-verilog-terminate-line, verilog-indent-declaration)
13644 (verilog-auto-wiure): Rework for radio button selection of
13645 auto-lineup selection of specification of auto lineup.
13646 (verilog-beg-of-statement-1): Redesign to support proper operation
13647 in additional code, based on testing with auto-lineup.
13648 (verilog-calculate-indent, assignments & declarations)
13649 (verilog-backward-token): Enhance to support auto-lineup of
13650 assignments & declarations.
13651 (verilog-in-directive-p, verilog-at-struct-p): New function for
13652 easy test of whether we are.
13653 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
13654 to support safe execution at almost anyline.
13655 (verilog-calc-1): Properly support indenting deep inside generate
13656 blocks.
48c2d18a 13657 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 13658 as it is redundant with font-lock-defaults.
a8f316ca 13659 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
13660 to avoid circular calls if syntax-ppss is a function (as is the
13661 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 13662 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
13663 (verilog-ovm-begin-re, verilog-ovm-end-re)
13664 (verilog-ovm-statement-re, verilog-leap-to-head)
13665 (verilog-backward-token): Add support for OVM macros. Some are
13666 complete statements, and others open and close scopes like begin
13667 and end.
13668 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
13669 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 13670 compilation issue.
48c2d18a 13671 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 13672 coverpoint, constraint and cross statements.
a3a8b002
DN
13673 (verilog-defun-level-list, verilog-generate-defun-level-list)
13674 (verilog-all-defun-level-list): Redo these specifications - it is
13675 too hard to support eval-when compile aggregation of lists also
13676 built at when-compile time.
13677 (verilog-defun-level-list): Place defconsts of variables used in
13678 building regular expressions which are built in eval-when-compile
13679 bodies in the same eval-when-compile body to facilitate compile
13680 without load.
13681 (verilog-beg-block-re-ordered): Support indenting
13682 virtual/protected tasks and functions.
7b6fefac 13683 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
13684 (verilog-backward-ws&directives, verilog-calc-1): Speed up
13685 indentation of some module items (generate items).
13686 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
13687 across virtual/protected tasks and functions.
13688
136892009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
13690
bf0b361c 13691 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 13692 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
13693 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
13694 in concatenations. Reported by Yishay Belkind.
13695 (verilog-auto-ascii-enum): Support one-hot state machines in
13696 AUTOASCIIENUM. Suggested by Lloyd Gomez.
13697 (verilog-auto-inst, verilog-auto-inst-port): Include interface
13698 modport in AUTOINST and add vl-modport for users. Reported by
13699 David Rogoff.
13700 (verilog-auto-inout-module, verilog-auto-inst)
13701 (verilog-decls-get-interfaces, verilog-insert-definition)
13702 (verilog-insert-one-definition, verilog-read-decls)
13703 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
13704 (verilog-sig-modport, verilog-signals-combine-bus)
13705 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
13706 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
13707 Suggested by David Rogoff.
13708 (verilog-repair-open-comma): Fix non-insertion of comma when
13709 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
13710 (verilog-make-width-expression): Simplify [A-1:0] expression
13711 widths to just {A{1'b0}}.
13712 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
13713 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
13714 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
13715 inputs/outputs or data type. Suggested by Vasu Kandadi.
13716 (next-error-last-buffer): Fix byte-compiler warning.
13717 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
13718 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 13719 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 13720 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
13721 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
13722 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 13723 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
13724 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
13725 causing use of <= assignments. Reported by Alex Reed.
13726 (verilog-read-decls): Fix triand, trior, wand, wor to be
13727 recognized by AUTOWIRE. Reported by Spencer Isaacson.
13728 (verilog-extended-complete-re): Support import "DPI-C" functions.
13729 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 13730 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
13731 (verilog-insert-date, verilog-insert-year)
13732 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
13733 Windows systems. Reported by Michael Potts.
13734 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 13735 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 13736 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 13737 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
13738 (verilog-read-decls): Fix detecting "parameter int" when using
13739 AUTOINSTPARAM. Reported by Bruce T.
13740 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 13741 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 13742 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
13743 verilog-goto-defun will work. Reported by Lawrence Butcher.
13744 (verilog-getopt): Expand environment variables in -f file
13745 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 13746 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
13747 when reading enumerations.
13748 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
13749 Suggested by Stephen Peltan.
4b8b1ec5 13750 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
13751 files. Reported by Steve Peltan.
13752
f7c0d931
CY
137532009-06-28 David De La Harpe Golden <david@harpegolden.net>
13754
13755 * files.el (trash-directory): Fix defcustom type.
13756
baf1a55e 137572009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
13758
13759 * help-fns.el (describe-function-1): Correctly locate adviced
13760 functions in hyperlink (Bug#2438).
13761
d63a01ef
CY
137622009-06-28 Chong Yidong <cyd@stupidchicken.com>
13763
13764 * files.el (trash-directory): Change default to nil.
13765 (move-file-to-trash): If trash-directory is nil and
13766 system-move-file-to-trash is unbound, perform freedesktop-style
13767 trashing.
13768
137692009-06-28 David De La Harpe Golden <david@harpegolden.net>
13770
13771 * files.el (move-file-to-trash): Add freedesktop trash
13772 support (Bug#973).
13773
fc2f6a26
GM
137742009-06-28 Glenn Morris <rgm@gnu.org>
13775
13776 * autorevert.el (global-auto-revert-non-file-buffers)
13777 (global-auto-revert-mode): Doc fixes.
13778
00242b07
JB
137792009-06-27 Johan Bockgård <bojohan@gnu.org>
13780
13781 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
13782
f5594f03
CY
137832009-06-27 Chong Yidong <cyd@stupidchicken.com>
13784
e8a2b2da
CY
13785 * faces.el (x-handle-named-frame-geometry): Ensure that we have
13786 opened an X connection before calling x-get-resource (Bug#3194).
13787
f5594f03
CY
13788 * play/doctor.el: Remove reference to obsolete website.
13789 (make-doctor-variables): Correct grammar mistake (Bug#2633).
13790
3c3bf6ce
DN
137912009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
13792
13793 Remove find-file-not-found-hook VC method. (Bug#2757)
13794 * vc-hooks.el (vc-file-not-found-hook)
13795 (vc-default-find-file-not-found-hook): Remove functions.
13796 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
13797 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
13798 * vc.el:
13799 * vc-hg.el:
13800 * vc-git.el: Do not mention find-file-not-found-hook VC method.
13801
e26a7bc0
AM
138022009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
13803
13804 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 13805 compatibility function for `looking-back'.
e26a7bc0 13806
4b8b1ec5 13807 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 13808 Use `ispell-looking-back'.
e26a7bc0 13809
d9848600
MA
138102009-06-24 Michael Albinus <michael.albinus@gmx.de>
13811
13812 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 13813 rather than `filename'.
d9848600 13814
05fbc4a9
MB
138152009-06-23 Miles Bader <miles@gnu.org>
13816
13817 * face-remap.el (text-scale-set): New function.
13818
f86ca715
GM
138192009-06-23 Glenn Morris <rgm@gnu.org>
13820
33e2c2e5
GM
13821 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
13822
f529f302
GM
13823 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
13824
34995333
GM
13825 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
13826
cc80ccee
GM
13827 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
13828
84cb770d
GM
13829 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
13830 Simplify Persian conditionals.
13831
d916c965
GM
13832 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
13833 variable `filename'.
13834
b6a44b27
GM
13835 * comint.el (comint-insert-input): Doc fix.
13836
f86ca715
GM
13837 * Makefile.in (ELCFILES): Fix typo in previous change.
13838
666e158e
MB
138392009-06-23 Miles Bader <miles@gnu.org>
13840
13841 * cus-start.el: Add entry for `recenter-redisplay'.
13842
be3e598a 138432009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
13844
13845 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
13846 Add an optional argument for the backend, use it instead of
13847 calling vc-backend.
4b8b1ec5
SM
13848 (vc-mode-line): Add an optional argument for the backend.
13849 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
13850 special handling for vc-state being a buffer to ...
13851
13852 * vc-rcs.el (vc-rcs-find-file-hook):
13853 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
13854
13855 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
13856 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
13857 vc-stay-local-p and vc-mode-line calls.
13858
13859 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
13860 (vc-cvs-diff, vc-cvs-annotate-command)
13861 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
13862 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
13863 vc-mode-line calls.
13864
13865 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
13866 direct comparison.
13867 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
13868 backend when calling vc-mode-line.
13869 (vc-register): Do not create a closure for calling the vc register
13870 function, call it directly.
13871
2764748c
DN
138722009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
13873
13874 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
13875 to make it obvious item can be clicked.
f5a0b281
DN
13876
13877 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
13878
d4a885b2
KH
138792009-06-23 Kenichi Handa <handa@m17n.org>
13880
13881 * language/korea-util.el (korean-key-bindings): Change the binding
13882 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
13883 same command.
13884
e3610693
MA
138852009-06-22 Michael Albinus <michael.albinus@gmx.de>
13886
13887 Sync with Tramp 2.1.16.
13888
13889 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
13890
13891 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
13892 when a loading of a package fails. Completion function for rsync
13893 is `tramp-completion-function-alist-ssh'.
13894 (all): Replace all calls of `split-string' and
13895 `tramp-split-string' by `tramp-compat-split-string'.
13896 (tramp-default-method): Use `tramp-compat-process-running-p'.
13897 (tramp-default-proxies-alist): Allow also Lisp forms.
13898 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 13899 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
13900 (tramp-domain-regexp): Allow also "-", "_" and ".".
13901 (tramp-end-of-output): Remove newlines, and add "$" at the end.
13902 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
13903 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
13904 (tramp-handle-directory-files-and-attributes-with-stat):
13905 Care about filenames with spaces, or starting with "-".
e3610693
MA
13906 (tramp-handle-dired-uncache): New defun.
13907 (tramp-handle-insert-directory): Don't flush the directory from
13908 cache, this is handled by `dired-uncache' now.
13909 (tramp-handle-insert-file-contents): Improve error handling.
13910 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13911 Quote `tramp-end-of-output'.
13912 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
13913 (tramp-check-for-regexp): Both echoes must be present, before removing.
13914 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
13915 (tramp-compute-multi-hops): Eval cons cells of
13916 `tramp-default-proxies-alist'.
13917 (tramp-maybe-open-connection): Use the same command pattern for
13918 first hop and further hops.
13919 (tramp-wait-for-output): Remove handling of newlines.
13920 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
13921 (tramp-split-string): Remove function. It is handled in
13922 tramp-compat now.
13923
4b8b1ec5
SM
13924 * net/tramp-cmds.el (tramp-bug):
13925 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
13926
13927 * net/tramp-compat.el (tramp-compat-split-string)
13928 (tramp-compat-process-running-p): New defuns.
13929
13930 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
13931 for `dired-uncache'.
13932
13933 * net/tramp-gvfs.el: New package.
13934
4b8b1ec5
SM
13935 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
13936 Add handler for `dired-uncache'.
e3610693
MA
13937 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
13938
13939 * net/trampver.el: Update release number. Make version check fit
13940 for SXEmacs 22.
13941
13a3f374
JM
139422009-06-22 Jim Meyering <meyering@redhat.com>
13943
e0a28a3b 13944 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
13945 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
13946 XZ is the successor to LZMA: <http://tukaani.org/xz/>
13947
5242671e 139482009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 13949 Nick Roberts <nickrob@snap.net.nz>
13a3f374 13950
e0a28a3b 13951 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
13952 repository (http://sphinx.net.ru/hg/gdb-mi/).
13953
3fde45af
GM
139542009-06-22 Glenn Morris <rgm@gnu.org>
13955
46253b34
GM
13956 * files.el (dir-locals-collect-mode-variables): Allow for any number of
13957 `mode' and `eval' entries. (Bug#3430)
13958
97e18192
GM
13959 * Makefile.in (ELCFILES): Add fadr.elc.
13960
731a00fb
GM
13961 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
13962 differing behavior of \n and ^ in strings. (Bug#3385)
13963
c66cd0ff
GM
13964 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
13965
3fde45af
GM
13966 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
13967 property.
13968 (lisp-indent-function): Make it a defcustom.
13969
db2241a0
NR
139702009-06-21 Nick Roberts <nickrob@snap.net.nz>
13971
13972 * progmodes/gdb-ui.el: Replace with ...
5242671e 13973 * progmodes/gdb-mi.el: ... this file.
db2241a0 13974 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
13975
139762009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
13977
db2241a0
NR
13978 * fadr.el: New file.
13979
38d4f316 13980See ChangeLog.14 for earlier changes.
e3d51b27
MR
13981
13982;; Local Variables:
13983;; coding: utf-8
e3d51b27
MR
13984;; End:
13985
4e5617ee 13986 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
13987
13988 This file is part of GNU Emacs.
13989
13990 GNU Emacs is free software: you can redistribute it and/or modify
13991 it under the terms of the GNU General Public License as published by
13992 the Free Software Foundation, either version 3 of the License, or
13993 (at your option) any later version.
13994
13995 GNU Emacs is distributed in the hope that it will be useful,
13996 but WITHOUT ANY WARRANTY; without even the implied warranty of
13997 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13998 GNU General Public License for more details.
13999
14000 You should have received a copy of the GNU General Public License
14001 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
14002
38d4f316 14003;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1