* loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
69f18acc
JB
12010-06-11 Juanma Barranquero <lekktu@gmail.com>
2
3 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
4
9766adfb
JL
52010-06-11 Juri Linkov <juri@jurta.org>
6
7 * finder.el (finder-known-keywords): Add keyword "vc"
8 for version control.
9
10 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
11 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
12 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
13 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
14
56b2854f
JL
152010-06-11 Juri Linkov <juri@jurta.org>
16
17 Move version control related files to the "vc" subdirectory.
18 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
19 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
20 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
21 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
22 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
23 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
24 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
25 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
26 Move files to the "vc" subdirectory.
27
6534e58a
CY
282010-06-11 Chong Yidong <cyd@stupidchicken.com>
29
30 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
31 (Bug#6367).
32
84d9562f
SE
332010-06-11 Stephen Eglen <stephen@gnu.org>
34
35 * shell.el: Bind `shell-resync-dirs' to M-RET.
36
3ef0a6a5
MA
372010-06-10 Michael Albinus <michael.albinus@gmx.de>
38
39 * notifications.el: Move file from lisp/net, because it is
40 supposed to talk locally to the user.
41
fa4003da
MA
422010-06-10 Julien Danjou <julien@danjou.info>
43
44 * net/notifications.el (notifications-on-action-signal)
45 (notifications-on-closed-signal): Pass notification id as first
46 argument to the callback functions. Add docstrings.
47 (notifications-notify): Fix docstring.
48
46e6650e
GM
492010-06-10 Glenn Morris <rgm@gnu.org>
50
51 * emacs-lisp/authors.el (authors-ignored-files)
52 (authors-valid-file-names): Add some files.
53
a71832f7
SM
542010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
57 merge conflict, giving preference to the emacs-23 version of the code.
58
8c6eab5a
SM
592010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
60
989bc97f
SM
61 * emacs-lisp/advice.el (ad-compile-function):
62 Define warning-suppress-types before we let-bind it (bug#6275).
63
8c6eab5a
SM
64 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
65 declare it, make it buffer-local and permanent-local (bug#6324).
66 (vc-resynch-window): Adjust name.
67 * vc-hooks.el (vc-find-file-hook): Adjust name.
68
890a18d6
MA
692010-06-09 Michael Albinus <michael.albinus@gmx.de>
70
71 * net/notifications.el (notifications-notify): Fix docstring.
72
bf3e70eb
JB
732010-06-09 Juanma Barranquero <lekktu@gmail.com>
74
75 Update to Unicode 6.0.0 beta.
76 * international/charprop.el: Update copyright.
77 * international/mule-cmds.el (ucs-names): Update character ranges.
78 * international/uni-bidi.el:
79 * international/uni-category.el:
80 * international/uni-combining.el:
81 * international/uni-comment.el:
82 * international/uni-decimal.el:
83 * international/uni-decomposition.el:
84 * international/uni-digit.el:
85 * international/uni-lowercase.el:
86 * international/uni-mirrored.el:
87 * international/uni-name.el:
88 * international/uni-numeric.el:
89 * international/uni-old-name.el:
90 * international/uni-titlecase.el:
91 * international/uni-uppercase.el: Regenerate.
92
b978141d
JB
932010-06-09 Juanma Barranquero <lekktu@gmail.com>
94
ee8359ba
JB
95 * emacs-lisp/smie.el (comment-string-strip): Declare function.
96 (smie-precs-precedence-table): Fix typo in docstring.
97
f64ab8fb
JB
98 * vc-mtn.el (log-edit-extract-headers): Declare function.
99
883ffa8c
JB
100 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
101
b978141d
JB
102 * net/notifications.el (dbus-register-signal): Declare function.
103 (notifications-notify): Fix typos and reflow docstring.
104
5f4f2ae4
DN
1052010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
106
107 Improve VC create/retrieve tag/branch.
108 * vc.el (vc-create-tag): Do not read the directory name for VCs
109 with repository revision granularity. Adjust the tag/branch
110 prompt. Reset VC properties.
111 (vc-retrieve-tag): Do not read the directory name for VCs
112 with repository revision granularity. Reset VC properties.
113
41a86354
MA
1142010-06-09 Julien Danjou <julien@danjou.info>
115
ef33fd34 116 * net/notifications.el: New file.
41a86354 117
fab43c76
DN
1182010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
119
00fd1147
DN
120 Add optional support for resetting VC properties.
121 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
122 call vc-file-clearprops when true.
123 (vc-resynch-buffer): Add new optional argument, pass it down.
124 (vc-resynch-buffers-in-directory): Likewise.
125
fab43c76
DN
126 Improve support for special markup in the VC commit message.
127 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
128 * vc-hg.el (vc-hg-checkin): Add support for Date:.
129 * vc-git.el (vc-git-checkin):
130 * vc-bzr.el (vc-bzr-checkin): Likewise.
131
e7d67e73
SM
1322010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
133
134 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
135 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
136
277e6741
MP
1372010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
138
139 * iimage.el: Remove images as soon as the underlying text is modified.
140 (iimage-modification-hook): New function.
141 (iimage-mode-buffer): Use it.
142
83156c18
SM
1432010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
144
145 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
146 smie-indent-offset-after. Add :prev case. Make a bit more generic.
147 (smie-indent-virtual): Remove `virtual' arg. Update callers.
148 (smie-indent-keyword): Add handling of open-paren keywords.
149 (smie-indent-comment-continue): Don't assume comment-continue.
150
13b5221f
MR
1512010-06-07 Martin Rudalics <rudalics@gmx.at>
152
153 * window.el (pop-to-buffer): Remove the conditional that
154 compares new-window and old-window, so it will reselect
155 the selected window unconditionally.
156 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
157
c2ea5810
SM
1582010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
159
160 * emacs-lisp/smie.el (smie-indent-offset-after)
161 (smie-indent-forward-token, smie-indent-backward-token): New functions.
162 (smie-indent-after-keyword): Use them.
163 (smie-indent-fixindent): Only applies to the indentation of the BOL.
164 (smie-indent-keyword): Tweak the black magic.
165 (smie-indent-comment-continue): Strip comment-continue before use.
166 (smie-indent-functions): Indent comments before keywords.
167
27dd3c11
JL
1682010-06-06 Juri Linkov <juri@jurta.org>
169
170 * isearch.el (isearch-lazy-highlight-search): Fix looping
171 by checking for empty match. This syncs this loop with the
172 similar loop in `isearch-search'. (Bug#6362)
173
35b148ee
JB
1742010-06-05 Juanma Barranquero <lekktu@gmail.com>
175
176 * net/dbus.el (dbus-register-method): Declare function.
177 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
178 (dbus-introspect): Doc fix.
179 (dbus-event-bus-name, dbus-introspect-get-interface)
180 (dbus-introspect-get-argument): Reflow docstrings.
181
eccdfe5f
DN
1822010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
183
184 vc-log-incoming/vc-log-outgoing fixes for Git.
185 * vc-git.el (vc-git-log-view-mode): Fix font lock for
186 incoming/outgoing logs.
187 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
188 instead of vc-git-compute-remote.
189 (vc-git-compute-remote): Remove.
190
86253dc0
CY
1912010-06-04 Chong Yidong <cyd@stupidchicken.com>
192
193 * term/common-win.el (x-colors): Add "dark green" and "dark
194 turquoise" (Bug#6332).
195
0665f661
JL
1962010-06-04 Juri Linkov <juri@jurta.org>
197
198 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
199 Instead of setting `replace' to t and replacing the same string
200 with itself, don't do certain actions when
201 kill-do-not-save-duplicates is non-nil and string is equal to car
202 of kill-ring: don't call menu-bar-update-yank-menu, don't push
203 interprogram-paste strings to kill-ring, and don't push the input
204 argument `string' to kill-ring.
205 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
206
087fc47a
JB
2072010-06-04 Juanma Barranquero <lekktu@gmail.com>
208
209 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
210
4f201088
MA
2112010-06-04 Michael Albinus <michael.albinus@gmx.de>
212
213 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
214 (tramp-gvfs-handler-mounted-unmounted)
215 (tramp-gvfs-connection-mounted-p): Handle default-location.
216
217 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
218 move files to trash.
219
18ccd78a
JB
2202010-06-04 Juanma Barranquero <lekktu@gmail.com>
221
222 * international/mule-cmds.el (nonascii-insert-offset)
223 (nonascii-translation-table): Add obsolescence information.
224
225 * international/mule.el (make-translation-table-from-vector): Doc fix.
226
988b91ce
EL
2272010-06-03 Eric Ludlam <zappo@gnu.org>
228
229 * cedet/semantic/lex-spp.el
230 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
231 invalid values during save, just save a nil (Bug#6324).
232
3845c322
GM
2332010-06-03 Glenn Morris <rgm@gnu.org>
234
235 * desktop.el (desktop-clear-preserve-buffers):
236 Add "*Warnings*" buffer. (Bug#6336)
237
54d3626e
DN
2382010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
239
6941ffec
DN
240 vc-log-incoming/vc-log-outgoing improvements for Git.
241 * vc-git.el (vc-git-log-outgoing): Use the same format as the
242 short log.
243 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
244
54d3626e
DN
245 Add bindings for vc-log-incoming and vc-log-outgoing.
246 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
247 and vc-log-outgoing.
248 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
249 and vc-log-outgoing.
250
aa1bc616
CY
2512010-06-03 Chong Yidong <cyd@stupidchicken.com>
252
253 * net/rcirc.el (rcirc-sort-nicknames): Remove.
254 (rcirc-handler-366): Always sort nicknames.
255
e2d2a205
JB
2562010-06-03 Juanma Barranquero <lekktu@gmail.com>
257
258 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
259
44ea155d
CY
2602010-06-03 Chong Yidong <cyd@stupidchicken.com>
261
262 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc
263 fix.
264
a91dedc4
SM
2652010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
266
267 * net/rcirc.el (rcirc-sort-nicknames): Change default.
268 (rcirc-sort-nicknames-join): Avoid setq.
269
c62bf05a
DD
2702010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
271
272 * net/rcirc.el (rcirc-sort-nicknames): New custom.
273 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
274 (rcirc-handler-366): Use them.
275
dd2c3c92
SM
2762010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
277
278 Split smie-indent-calculate into more manageable chunks.
279 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
280 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
281 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
282 (smie-indent-exps): Extract from smie-indent-calculate.
283 (smie-indent-functions): New var.
284 (smie-indent-functions): Use them.
285
927c346b
SM
2862010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
287
288 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
289 (smie-indent-calculate): Simplify and cleanup.
290
1efeec86
MA
2912010-06-02 Michael Albinus <michael.albinus@gmx.de>
292
293 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
294 (tramp-gvfs-mount-point): Remove.
295 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
296 New defuns.
1efeec86
MA
297 (with-tramp-dbus-call-method): Format trace message.
298 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
299 Implement backup call, when operation on local files fails.
300 Use progress reporter. Flush properties of changed files.
1efeec86
MA
301 (tramp-gvfs-handle-make-directory): Make more traces.
302 (tramp-gvfs-url-file-name): Hexify file name in url.
303 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
304 into account for the resulting file name.
305 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
306 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
307 (tramp-gvfs-handler-mounted-unmounted)
308 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
309 attribute "default_location". Set "prefix" property.
310 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
311 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
312 exists. Raise an error, if not (due to a corresponding answer
313 "no" in interactive questions, for example).
314
31522010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
316
317 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
318
24f574a9
JB
3192010-06-01 Juanma Barranquero <lekktu@gmail.com>
320
321 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
322 right-*. (Bug#6265)
323
290736f2
DN
3242010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
325
61158bfa
DN
326 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
327 * vc-git.el (vc-git-compute-remote): New function.
328 (vc-git-log-outgoing): Use it instead of hard coding a value.
329 (vc-git-log-incoming): New function.
330
5828f6ca
DN
331 Improve state updating for VC tag commands.
332 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
333 to update the state of all buffers in the directory.
334
290736f2
DN
335 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
336
feceda26
SM
3372010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
338
339 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
340 `file-directory-p' to the filename part rather than to the whole text.
341
a44ae268 3422010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
9b937f37
JM
343
344 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
345 (bug#6231).
346
896114cf
SM
3472010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
348
349 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
350
1603358c
DA
3512010-05-31 Drew Adams <drew.adams@oracle.com>
352
353 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
354
fe40dc63
JB
3552010-05-31 Juanma Barranquero <lekktu@gmail.com>
356
357 * subr.el (momentary-string-display): Just use read-event to read
358 the exit event (Bug#6238).
359
9e8014c6
EZ
3602010-05-30 Eli Zaretskii <eliz@gnu.org>
361
362 * international/mule.el (define-coding-system): Doc fix (bug#6313).
363
61a08071
JB
3642010-05-30 Juanma Barranquero <lekktu@gmail.com>
365
366 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
367 Suggested by Eli Zaretskii <eliz@gnu.org>.
368
5feec8ca
SM
3692010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
370
371 * minibuffer.el (completion-file-name-table): Don't return a boundary
372 past the end of `string' (bug#6299).
373 (completion--file-name-table): Delegate to completion-file-name-table
374 for the `boundaries' case.
375
8175cb90
JB
3762010-05-30 Juanma Barranquero <lekktu@gmail.com>
377
2b94133f
JB
378 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
379 movement commands.
380
8175cb90
JB
381 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
382 `path-separator', but maintain compatibility with Emacs 20.2.
383
0191e222
CY
3842010-05-29 Chong Yidong <cyd@stupidchicken.com>
385
386 * server.el (server-process-filter): Receive parent-id argument
387 from emacsclient.
388 (server-create-window-system-frame): New arg. Pass parent-id as
389 frame parameter.
390
9b655a0a
EZ
3912010-05-29 Eli Zaretskii <eliz@gnu.org>
392
db5dce9d
EZ
393 Bidi-sensitive word movement with arrow keys.
394 * subr.el (right-arrow-command, left-arrow-command): Move to
395 bindings.el.
396
397 * bindings.el (right-char, left-char): Move from subr.el and
398 rename from right-arrow-command and left-arrow-command.
399 (right-word, left-word): New functions.
400 (global-map) <right>: Bind to right-char.
401 (global-map) <left>: Bind to left-char.
402 (global-map) <C-right>: Bind to right-word.
403 (global-map) <C-left>: Bind to left-word.
404
9b655a0a
EZ
405 * ls-lisp.el (ls-lisp-classify-file): New function.
406 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
407 (ls-lisp-classify): Call ls-lisp-classify-file.
408 (insert-directory): Remove blanks from switches.
409
fcb52808
CY
4102010-05-29 Chong Yidong <cyd@stupidchicken.com>
411
412 * ansi-color.el: Delete unused escape sequences (Bug#6085).
413 (ansi-color-drop-regexp): New constant.
414 (ansi-color-apply, ansi-color-filter-region)
896114cf 415 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
416 (ansi-color-apply): Build string list before calling concat.
417
0040735a
JL
4182010-05-28 Juri Linkov <juri@jurta.org>
419
420 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
421 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
422 (Bug#5270)
423
b6827fff
MA
4242010-05-28 Michael Albinus <michael.albinus@gmx.de>
425
426 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
427 to ignored backtrace functions.
428 (with-progress-reporter): Expand docstring.
429 (tramp-handle-delete-file): Implement TRASH argument.
430 (tramp-get-remote-trash): New defun.
431
eba082a2
MA
4322010-05-28 Michael Albinus <michael.albinus@gmx.de>
433
434 * net/tramp-compat.el (tramp-compat-delete-file): Use
435 `symbol-value' for backward compatibility.
436
437 * net/tramp.el (tramp-handle-make-symbolic-link)
438 (tramp-handle-load)
439 (tramp-do-copy-or-rename-file-via-buffer)
440 (tramp-do-copy-or-rename-file-directly)
441 (tramp-do-copy-or-rename-file-out-of-band)
442 (tramp-handle-process-file, tramp-handle-call-process-region)
443 (tramp-handle-shell-command, tramp-handle-file-local-copy)
444 (tramp-handle-insert-file-contents, tramp-handle-write-region)
445 (tramp-delete-temp-file-function): Use `delete-file' instead
446 of `tramp-compat-delete-file'.
447
448 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
449 (tramp-fish-handle-make-symbolic-link)
450 (tramp-fish-handle-process-file): Use `delete-file' instead
451 of `tramp-compat-delete-file'.
452
453 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
454 `delete-file' instead of `tramp-compat-delete-file'.
455
456 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
457 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
458 `tramp-compat-delete-file'.
459
460 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
461 `delete-file' instead of `tramp-compat-delete-file'.
462
463 * net/tramp-smb.el (tramp-smb-handle-copy-file)
464 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
465 (tramp-smb-handle-write-region): Use `delete-file' instead of
466 `tramp-compat-delete-file'.
467 (tramp-smb-handle-delete-directory): Use 'trash as arg.
468
f1a5d776
CY
4692010-05-27 Chong Yidong <cyd@stupidchicken.com>
470
471 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 472 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
473 (dired-do-flagged-delete, dired-do-delete): Use trash.
474
475 * speedbar.el (speedbar-item-delete): Allow trashing.
476
477 * files.el (delete-directory): New arg TRASH.
478
479 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
480 (ange-ftp-rename-remote-to-remote)
481 (ange-ftp-rename-local-to-remote)
482 (ange-ftp-rename-remote-to-local, ange-ftp-load)
483 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
484 `delete-file'.
485 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
486 allow trashing.
487
488 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
489 handle new TRASH arg of `delete-file'.
490
c4ce1145 491 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
492 (tramp-handle-make-symbolic-link, tramp-handle-load)
493 (tramp-do-copy-or-rename-file-via-buffer)
494 (tramp-do-copy-or-rename-file-directly)
495 (tramp-do-copy-or-rename-file-out-of-band)
496 (tramp-handle-process-file, tramp-handle-call-process-region)
497 (tramp-handle-shell-command, tramp-handle-file-local-copy)
498 (tramp-handle-insert-file-contents, tramp-handle-write-region)
499 (tramp-delete-temp-file-function): Use null TRASH arg in
500 tramp-compat-delete-file call.
501
502 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
503 (tramp-fish-handle-delete-file)
504 (tramp-fish-handle-make-symbolic-link)
505 (tramp-fish-handle-process-file): Use null TRASH arg in
506 `tramp-compat-delete-file' call.
507
508 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
509 arg in `tramp-compat-delete-file' call.
510
511 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
512 (tramp-gvfs-handle-write-region): Use null TRASH arg in
513 `tramp-compat-delete-file' call.
514
515 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
516 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
517 `tramp-compat-delete-file' call.
518
519 * net/tramp-smb.el (tramp-smb-handle-copy-file)
520 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
521 (tramp-smb-handle-write-region): Use null TRASH arg in
522 tramp-compat-delete-file call.
523 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
524 (tramp-smb-handle-delete-file): Rename arg.
525
526 * diff.el (diff-sentinel):
527 * epg.el (epg--make-temp-file, epg-decrypt-string)
528 (epg-verify-string, epg-sign-string, epg-encrypt-string):
529 * jka-compr.el (jka-compr-partial-uncompress)
530 (jka-compr-call-process, jka-compr-write-region):
531 * server.el (server-sentinel): Remove optional arg from
532 delete-file, reverting 2010-05-03 change.
533
ecb0ab90
CY
5342010-05-27 Chong Yidong <cyd@stupidchicken.com>
535
536 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
537 font-lock-constant-face, not obsolete font-lock-reference-face.
538
2b25da45
KH
5392010-05-27 Kenichi Handa <handa@m17n.org>
540
541 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
542 element of GSTRING is nil.
543
11e4d8c0
SM
5442010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
545
546 * emacs-lisp/smie.el (smie-forward-token-function)
547 (smie-backward-token-function): New vars.
548 (smie-backward-sexp, smie-forward-sexp)
549 (smie-indent-hanging-p, smie-indent-calculate): Use them.
550 (smie-default-backward-token): Rename from smie-backward-token and
551 skip comments.
552 (smie-default-forward-token): Rename from smie-forward-token and
553 skip comments.
554 (smie-next-sexp): Handle nil results from next-token.
555 (smie-indent-calculate): Add a new case for special `fixindent' comments.
556
4da3541b
CY
5572010-05-27 Chong Yidong <cyd@stupidchicken.com>
558
896114cf
SM
559 * progmodes/verilog-mode.el (verilog-type-font-keywords):
560 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
561
5622010-05-27 Masatake YAMATO <yamato@redhat.com>
563
564 * htmlfontify.el (hfy-face-resolve-face): New function.
565 (hfy-face-to-style): Use it (Bug#6279).
566
6dc439cb
SM
5672010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
568
569 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
570 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
571
021eb8d7
GM
5722010-05-26 Glenn Morris <rgm@gnu.org>
573
574 * emulation/edt.el (edt-load-keys): Use locate-library.
575
bef4957b
CY
5762010-05-25 Chong Yidong <cyd@stupidchicken.com>
577
578 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
579 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
580 (log-edit-changelog-insert-entries): Args changed.
581 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
582 (log-edit-insert-changelog-entries): Reorganize return value of
583 `log-edit-changelog-entries' to pass filenames to
584 log-edit-changelog-insert-entries.
585
84fb0956
TV
5862010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
587
588 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
589 `image-dired-dired-insert-marked-thumbs' to
590 `image-dired-dired-toggle-marked-thumbs'.
591
592 * image-dired.el: Require cl when compiling.
593 (image-dired-dired-toggle-marked-thumbs): Rename from
594 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
595 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
596 to 'no-dir. Skip files whose names don't match
597 `image-file-name-regexp'. When file has a thumbnail overlay,
598 delete it. (Bug#5270)
599
0fb1193d
JL
6002010-05-25 Juri Linkov <juri@jurta.org>
601
602 * image-mode.el (image-mode): Add image-after-revert-hook to
603 after-revert-hook.
604 (image-after-revert-hook): New function. (Bug#5669)
605
fc937924
JL
6062010-05-25 Juri Linkov <juri@jurta.org>
607
608 * image.el (image-animated-p): When delay between animated images
609 is 0, set it to 10 (0.1 sec). (Bug#6258)
610
fa9ba953
MA
6112010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
612
613 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 614 `forward-word', its default syntax could be changed.
fa9ba953 615
9e021389
MA
6162010-05-25 Michael Albinus <michael.albinus@gmx.de>
617
618 * net/tramp.el (tramp-progress-reporter-update): New defun.
619 (with-progress-reporter): Use it.
620 (tramp-process-actions):
621 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
622 current message, in order to let progress reporter continue
623 afterwards. (Bug#6257)
624
6169260b
GM
6252010-05-25 Glenn Morris <rgm@gnu.org>
626
627 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
628 Add :version.
629
d26781af
RY
6302010-05-25 Ryan Yeske <rcyeske@gmail.com>
631
8826afe3 632 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
633 (rcirc-default-full-name): Change to "unknown".
634 (rcirc-user-name-history): Add variable.
8826afe3
GM
635
6362010-05-25 Ryan Yeske <rcyeske@gmail.com>
637 Jonathan Rockway <jon@jrock.us>
638
639 * net/rcirc.el (rcirc-server-alist): Add :pass.
640 (rcirc): When prompting for connection parameters, also prompt for
d26781af
RY
641 username and password.
642 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
643 value to server when connecting.
644
d355a0b7
SM
6452010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
646
f5228f84
SM
647 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
648 (smie-merge-prec2s): Pass the tables as separate args.
649 (smie-bnf-precedence-table): Adjust call accordingly.
650 (smie-prec2-levels): Set levels at the end.
651
d355a0b7
SM
652 Replace Lisp calls to delete-backward-char by delete-char.
653 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
654 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
655 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
656 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
657 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
658 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
659 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
660 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
661 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
662 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
663 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
664 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
665 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
666 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
667 delete-backward-char by calls to delete-char.
668
f668ef02
KH
6692010-05-25 Kenichi Handa <handa@m17n.org>
670
671 * language/hebrew.el (hebrew-shape-gstring): New function.
672 Register it in composition-function-table for all Hebrew combining
673 characters.
674
397eb3f3
SM
6752010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
676
677 * epa.el (epa--select-keys): Don't explicitly delete the window since
678 that can fail (e.g. sole window in frame). Use dedication instead.
679
171eda53 6802010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
681
682 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
683
110683ad
CY
6842010-05-22 Chong Yidong <cyd@stupidchicken.com>
685
686 * image.el (image-refresh): Define as an alias for image-flush.
687
688 * image-mode.el (image-toggle-display-image): Caller changed.
689
df9db151
JL
6902010-05-21 Juri Linkov <juri@jurta.org>
691
692 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
693 Remove "all" from grep-files-aliases. Split grep-files-aliases by
694 whitespace, call wildcard-to-regexp on substrings and concat them
695 with "\\|". (Bug#6114)
696
c0209c2c
AM
6972010-05-21 Alan Mackenzie <acm@muc.de>
698
171eda53
SM
699 * progmodes/cc-engine.el (c-parse-state-get-strategy):
700 Replace parameter `here' with `here-' and `here-plus', which sandwich
701 any pertinent CPP construct.
c0209c2c
AM
702 (c-remove-stale-state-cache-backwards): Fix a bug which happens
703 when doing (c-parse-state) in a CPP construct: Exclude any "new"
704 CPP construct from taking part in the scanning.
705
655bded0
MA
7062010-05-21 Michael Albinus <michael.albinus@gmx.de>
707
708 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
709 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
710 Tune `with-progress-reporter' messages.
655bded0
MA
711 (tramp-handle-vc-registered):
712 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
713 (tramp-fish-handle-insert-file-contents)
714 (tramp-fish-maybe-open-connection):
715 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
716 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
717 (tramp-imap-handle-insert-file-contents)
718 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
719
3e17a1a7
JB
7202010-05-21 Juanma Barranquero <lekktu@gmail.com>
721
bf1e8d4a
JB
722 * add-log.el (change-log-font-lock-keywords):
723 Highlight all authors in multi-author entries.
724
3e17a1a7
JB
725 * smerge-mode.el (smerge-refine-ignore-whitespace)
726 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
727 Fix typos in docstrings.
728 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
729
969e684a
GM
7302010-05-21 Glenn Morris <rgm@gnu.org>
731
e75c1e7d
GM
732 * progmodes/fortran.el (fortran-mode):
733 * progmodes/f90.el (f90-mode): Derive from prog-mode.
734
969e684a
GM
735 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
736 having a relative path in src/Makefile.in.
737
a50878fa
KR
7382010-05-20 Kevin Ryde <user42@zip.com.au>
739
740 * help-mode.el (help-make-xrefs): For Info node links turn
741 newlines into spaces. Link node names with newlines are matched
742 by help-xref-info-regexp and buttonized, this change ensures they
743 can be followed successfully with RET. (Bug#6206)
744
f66a2f90
JL
7452010-05-20 Juri Linkov <juri@jurta.org>
746
747 * locate.el (locate): Use pop-to-buffer instead of
748 switch-to-buffer-other-window. (Bug#6204)
749
201d895a
JL
7502010-05-20 Juri Linkov <juri@jurta.org>
751
752 * replace.el (replace-highlight): Fix lazy-highlighting
753 for `M-s w str M-% str RET'.
754
1ddb2ea0
MY
7552009-12-15 Masatake YAMATO <yamato@redhat.com>
756
757 * isearch.el (isearch-yank-word-or-char): Pull next subword
758 when `subword-mode' is activated. (Bug#6220)
759
a6020335
MH
7602010-05-20 Mark A. Hershberger <mah@everybody.org>
761
762 * isearch.el (isearch-update-post-hook): New hook.
763 (isearch-update): Use the new hook. (Bug#6225)
764
50de6a38
JL
7652010-05-20 Juri Linkov <juri@jurta.org>
766
767 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
768 [f1], [help], and (char-to-string help-char) instead of "\C-h".
769 (Bug#6222)
770
5d944a8f
JL
7712010-05-20 Juri Linkov <juri@jurta.org>
772
773 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
774 (Bug#6223)
775
f5d6548a
JL
7762010-05-20 Juri Linkov <juri@jurta.org>
777
778 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
779 FILE-NAME to read from the minibuffer when called interactively
780 with prefix argument instead of using buffer-file-name.
781 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
782
783 * dired.el: Update autoloads.
784
f8e63691
CY
7852010-05-20 Chong Yidong <cyd@stupidchicken.com>
786
787 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
788 nxml-finish-element, for consistency with SGML mode.
789
790 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
791 octave-close-block.
792
07d7c3bd
JB
7932010-05-20 Juanma Barranquero <lekktu@gmail.com>
794
795 * composite.el: Require cl when compiling.
796 (reference-point-alist, compose-gstring-for-graphic)
797 (compose-gstring-for-terminal): Fix typos in docstrings.
798
7bce8510
JL
7992010-05-19 Juri Linkov <juri@jurta.org>
800
801 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
802 set-window-parameter.
803
a7723e05
MA
8042010-05-19 Michael Albinus <michael.albinus@gmx.de>
805
806 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
807 where appropriate.
808 (tramp-maybe-open-connection): Use it.
809
3f2e7735
EZ
8102010-05-19 Eli Zaretskii <eliz@gnu.org>
811
812 * simple.el (move-end-of-line): Make sure we are at line beginning
813 before backing up to end of previous line.
814
8d9181c7
MA
8152010-05-19 Michael Albinus <michael.albinus@gmx.de>
816
8c4ec20f
MA
817 * password-cache.el (password-cache-remove): Fix docstring.
818
8d9181c7
MA
819 * net/secrets.el: Autoload the widget functions.
820 (secrets-search-items, secrets-create-item)
821 (secrets-get-attributes, secrets-expand-item): Attributes will be
822 stored on the password database without leading ":", as all other
823 clients do as well.
824 (secrets-mode): Fix docstring.
825 (secrets-show-secrets): Provide it as autoloaded command only when
826 D-Bus support is available. Check existence of Secret Service API.
827
2a96c2a7
SM
8282010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
829
830 * indent.el (indent-region): Deactivate region (bug#6200).
831
d24e10b1
GM
8322010-05-19 Glenn Morris <rgm@gnu.org>
833
834 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
835
2833d915
KH
8362010-05-19 Kenichi Handa <handa@m17n.org>
837
838 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 839 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 840
134c2f29
JB
8412010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
842
843 * calc/calc-trail.el (calc-trail-isearch-forward)
844 (calc-trail-isearch-backward): Ensure that the new window
845 point is set correctly.
846
278847cd
SM
8472010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
848
849 * subr.el (read-quoted-char): Resolve modifiers after key
850 remapping (bug#6212).
851
3a8e7cbd
MA
8522010-05-18 Michael Albinus <michael.albinus@gmx.de>
853
854 Add visualization code for secrets.
855 * net/secrets.el (secrets-mode): New major mode.
856 (secrets-show-secrets, secrets-show-collections)
857 (secrets-expand-collection, secrets-expand-item)
858 (secrets-tree-widget-after-toggle-function)
859 (secrets-tree-widget-show-password): New defuns.
860
472e7ec1
SM
8612010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
862
224b70cb
SM
863 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
864 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
865 handled in smie-next-sexp.
866 (smie-indent-calculate): Provide a starting indentation (so the
867 recursion is well-founded ;-).
868
472e7ec1
SM
869 Fix handling of non-associative equal levels.
870 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
871 when it's not needed.
872 (smie-op-left, smie-op-right): New functions.
873 (smie-next-sexp): New function, extracted from smie-backward-sexp.
874 Better handle equal levels to distinguish the associative case from
875 the "multi-keyword construct" case.
876 (smie-backward-sexp, smie-forward-sexp): Use it.
877
35e53abd
JB
8782010-05-18 Juanma Barranquero <lekktu@gmail.com>
879
5d8fe0ba
JB
880 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
881
35e53abd
JB
882 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
883 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
884
5ad4bef5
SM
8852010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
886
887 Provide a simple generic indentation engine and use it for Prolog.
888 * emacs-lisp/smie.el: New file.
889 * progmodes/prolog.el (prolog-smie-op-levels)
890 (prolog-smie-indent-rules): New var.
891 (prolog-mode-variables): Use them to configure SMIE.
892 (prolog-indent-line, prolog-indent-level): Remove.
893
00681a3c
JB
8942010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
895
560bb7ae 896 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
897 order before computing the averages.
898
eba62f7a
JB
8992010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
900
597517ef 901 * calc/calc-vec.el (calc-histogram):
5ad4bef5 902 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
903 (math-vector-avg): New function.
904
560bb7ae 905 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
906 being grouped depend on the radix (Bug#6189).
907
8c5ff6dd
KR
9082010-05-15 Ken Raeburn <raeburn@raeburn.org>
909
910 * version.el (emacs-copyright, emacs-version): Don't define here,
911 now that emacs.c defines it.
912
98d8b17e
EZ
9132010-05-15 Eli Zaretskii <eliz@gnu.org>
914
71078429
EZ
915 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
916 "Describe Language Environment" menu item.
917
ce6233c1
EZ
918 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
919
d20e1419
EZ
920 Bidi-sensitive movement with arrow keys.
921 * subr.el (right-arrow-command, left-arrow-command): New functions.
922
923 * bindings.el (global-map): Bind them to right and left arrow keys.
924
98d8b17e
EZ
925 Don't override standard definition of convert-standard-filename.
926 * files.el (convert-standard-filename): Call
927 w32-convert-standard-filename and dos-convert-standard-filename on
928 the corresponding systems.
929
930 * w32-fns.el (w32-convert-standard-filename): Rename from
931 convert-standard-filename. Doc fix.
932
933 * dos-fns.el (dos-convert-standard-filename): Doc fix.
934 (convert-standard-filename): Don't defalias.
935 (register-name-alist, make-register, register-value)
936 (set-register-value, intdos): Obsolete aliases for the
937 corresponding dos-* functions and variables.
938 (dos-intdos): Add a doc string.
939
ae6bc504
JB
9402010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
941
942 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
943 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
944 (math-compose-tex-func):
945 * calc/calccomp.el (math-compose-expr):
946 * calc/calc-ext.el (math-format-flat-expr-fancy):
947 * calc/calc-store.el (calc-read-var-name):
948 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
949
950 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 951 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 952 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 953 (math-standard-units): Add units.
ae6bc504 954
c26ea4b2
SM
9552010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
956
7aefa445 957 * progmodes/asm-mode.el (asm-mode):
13973643
SM
958 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
959
c26ea4b2
SM
960 * pcomplete.el (pcomplete-completions-at-point): New function,
961 extracted from pcomplete-std-complete.
962 (pcomplete-std-complete): Use it.
963
02be533b
GM
9642010-05-15 Glenn Morris <rgm@gnu.org>
965
966 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
967 Remove references to CVS, RCS and Old directories.
968
78ed0efc
JB
9692010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
970
ae6bc504 971 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
972 appropriate.
973
10dcc561
SM
9742010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
975
5ccaa359
SM
976 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
977 (sh-mode-syntax-table): Give it a default value instead.
978 (sh-header-marker): Make buffer-local.
979 (sh-mode): Move make-local-variable to the corresponding setq.
980 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
981 Use complete-with-action.
982
10dcc561
SM
983 * simple.el (prog-mode): New (abstract) major mode.
984 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
985 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
986
c38762fd
JB
9872010-05-14 Juanma Barranquero <lekktu@gmail.com>
988
989 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
990 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
991 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
992 (sql-make-alternate-buffer-name, sql-placeholders-filter)
993 (sql-escape-newlines-filter, sql-input-sender)
994 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
995
2ef3c144
CY
9962010-05-13 Chong Yidong <cyd@stupidchicken.com>
997
560bb7ae 998 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
999
1000 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
1001 latex-open-block and C-c / to latex-close-block.
1002
1003 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
1004 and C-c C-e to sgml-close-tag.
1005
3b30ccda
MA
10062010-05-13 Michael Albinus <michael.albinus@gmx.de>
1007
1008 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 1009 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
1010 (tramp-handle-load, tramp-handle-file-local-copy)
1011 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
1012 (tramp-maybe-send-script, tramp-find-shell):
1013 Use `with-progress-reporter'.
3b30ccda
MA
1014 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
1015 Fix message text.
1016
1017 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1018 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1019 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1020 Use `with-progress-reporter'.
1021
57ff5d7b
AM
10222010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
1023
1024 * ispell.el (ispell-init-process): Do not kill ispell process
1025 everytime when spellchecking from the minibuffer (bug#6143).
1026
5a70d10f
SM
10272010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1028
791ffe1c
SM
1029 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
1030
5a70d10f
SM
1031 * dos-fns.el: Add "dos-" prefix for namespace control.
1032 (convert-standard-filename): Define as alias for
1033 dos-convert-standard-filename but only if applicable.
1034
38d93f03
AM
10352010-05-12 Alan Mackenzie <acm@muc.de>
1036
1037 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1038 Push the mark at the start of these functions when appropriate.
1039
902a6d8d
SM
10402010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1041
1042 * minibuffer.el (completion-cycle-threshold): New custom var.
1043 (completion--do-completion): Use it.
1044 (minibuffer-complete): Use cycling if appropriate.
1045
9ee120ba
JB
10462010-05-11 Juanma Barranquero <lekktu@gmail.com>
1047
1048 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
1049 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
1050
841c4085
JL
10512010-05-11 Juri Linkov <juri@jurta.org>
1052
1053 * scroll-all.el (scroll-all-check-to-scroll):
1054 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
1055
8a67c70e
SM
10562010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1057
f2b9ed18
SM
1058 * iimage.el (iimage-mode-map): Move initialization into declaration.
1059 (iimage-mode-buffer): Use with-silent-modifications.
1060 Simplify calling convention. Adjust callers.
1061 (iimage-mode): Don't run hook redundantly.
1062
8a67c70e
SM
1063 * minibuffer.el (completion-pcm--pattern->regex):
1064 Fix last change (bug#6160).
1065
4bbedd98
JL
10662010-05-10 Juri Linkov <juri@jurta.org>
1067
1068 Remove nodes visited during Isearch from the Info history.
1069 * info.el (Info-isearch-initial-history)
1070 (Info-isearch-initial-history-list): New variables.
1071 (Info-isearch-start): Record initial values of
1072 Info-isearch-initial-history and Info-isearch-initial-history-list.
1073 Add Info-isearch-end to isearch-mode-end-hook.
1074 (Info-isearch-end): New function.
1075
94ecf5da
MA
10762010-05-10 Michael Albinus <michael.albinus@gmx.de>
1077
1078 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
1079 format string, in order to work around a bug in pdksh.
1080 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
1081 (tramp-handle-verify-visited-file-modtime): Do not send a command
1082 when the connection is not established.
1083 (tramp-handle-set-file-times): Simplify the check for utc.
1084
c5eb971b
JB
10852010-05-10 Juanma Barranquero <lekktu@gmail.com>
1086
1087 Fix use of `filter-buffer-substring' (rework previous change).
1088 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
1089 (cua-repeat-replace-region):
1090 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
1091 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1092 (cua-cut-region-to-global-mark): Use it.
1093
7492acc9
MM
10942010-05-09 Michael R. Mauger <mmaug@yahoo.com>
1095
77e2fc7a
JB
1096 * progmodes/sql.el: Version 2.1.
1097 (sql-product-alist): Redesign structure of product info.
1098 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
1099 (sql-port, sql-port-history): New variables.
1100 (sql-interactive-product): New variable.
1101 (sql-send-terminator): New variable.
77e2fc7a 1102 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
1103 (sql-oracle-login-params, sql-sqlite-login-params)
1104 (sql-mysql-login-params, sql-solid-login-params)
1105 (sql-sybase-login-params, sql-informix-login-params)
1106 (sql-ingres-login-params, sql-ms-login-params)
1107 (sql-postgres-login-params, sql-interbase-login-params)
1108 (sql-db2-login-params, sql-linter-login-params)
1109 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
1110 (sql-mode-map): Add C-c C-i to start interactive mode.
1111 (sql-mode-menu): Update existing menu entries.
1112 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
1113 (sql-mode-oracle-font-lock-keywords)
1114 (sql-mode-postgres-font-lock-keywords)
1115 (sql-mode-ms-font-lock-keywords)
1116 (sql-mode-sybase-font-lock-keywords)
1117 (sql-mode-informix-font-lock-keywords)
1118 (sql-mode-interbase-font-lock-keywords)
1119 (sql-mode-ingres-font-lock-keywords)
1120 (sql-mode-solid-font-lock-keywords)
1121 (sql-mode-mysql-font-lock-keywords)
1122 (sql-mode-sqlite-font-lock-keywords)
1123 (sql-mode-db2-font-lock-keywords)
77e2fc7a 1124 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
1125 reduce run-time complexity.
1126 (sql-add-product, sql-del-product): New functions.
1127 (sql-set-product-feature, sql-get-product-feature): New functions.
1128 (sql-product-font-lock): Update product API.
1129 (sql-add-product-keywords): New function.
1130 (sql-highlight-product): Update product API.
1131 (sql-help-list-products): New function.
1132 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 1133 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
1134 prompt for port.
1135 (sql-copy-column): Copy without properties.
1136 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
1137 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
1138 Implement as a filter.
7492acc9
MM
1139 (sql-escape-newlines-filter): Implement as a filter.
1140 (sql-remove-tabs-filter): New function.
1141 (sql-send-magic-terminator): New function.
1142 (sql-send-string): Implement magic terminator.
1143 (sql-send-region): Use `sql-send-string'.
1144 (sql-interactive-mode): Use product API.
1145 (sql-product-interactive): Use product API.
1146 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1147 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1148 (sql-db2, sql-linter): Use `sql-product-interactive'.
1149 (sql-connect): New function.
1150 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
1151 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
1152 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
1153 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
1154 Use `sql-connect'.
7492acc9 1155
79ccd68f
SM
11562010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1157
1158 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1159 New custom variable.
1160 (completion-pcm--string->pattern): Use it.
1161 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
1162 Make it handle any symbol as `any'.
1163 (completion-pcm--merge-completions): Extract common suffix for the new
1164 `prefix' symbol as well.
1165 (completion-substring--all-completions): Use the new `prefix' symbol.
1166
0d5852cf
MA
11672010-05-09 Michael Albinus <michael.albinus@gmx.de>
1168
1169 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
1170 not bound.
1171 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1172 (tramp-compat-funcall): New defmacro.
1173 (tramp-compat-line-beginning-position)
1174 (tramp-compat-line-end-position)
1175 (tramp-compat-temporary-file-directory)
1176 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1177 (tramp-compat-copy-file, tramp-compat-copy-directory)
1178 (tramp-compat-delete-file, tramp-compat-delete-directory)
1179 (tramp-compat-number-sequence, tramp-compat-process-running-p)
1180 * net/tramp.el (top, with-progress-reporter)
1181 (tramp-rfn-eshadow-setup-minibuffer)
1182 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1183 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1184 (tramp-completion-mode-p, tramp-check-for-regexp)
1185 (tramp-open-connection-setup-interactive-shell)
1186 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1187 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1188 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
1189 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1190 (tramp-reporter-dump-variable, tramp-load-report-modules)
1191 (tramp-append-tramp-buffers)
1192 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
1193
1194 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1195
f913fe7d
SM
11962010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1197
1198 * progmodes/compile.el (compilation-buffer-modtime): Rename from
1199 buffer-modtime. Adjust users.
1200
0235128c 12012010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 1202
77e2fc7a 1203 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 1204 car of each item, not the whole list (Bug#6083).
f034e176 1205
0235128c 12062010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
1207
1208 * progmodes/js.el (js-mode): Make paragraph variables local before
1209 calling c-setup-paragraph-variables (Bug#6071).
1210
0235128c 12112010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
1212
1213 * composite.el (compose-region, reference-point-alist): Fix typos
1214 in the doc strings.
1215
77e2fc7a 12162010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
1217
1218 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1219 gnuplot's "set" command.
1220
0235128c 12212010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
1222
1223 * abbrev.el (last-abbrev-text): Doc fix.
1224 (abbrev-prefix-mark): Don't escape parenthesis.
1225
0235128c 12262010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
1227
1228 * composite.el (find-composition): Doc fix.
1229
0235128c 12302010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
1231
1232 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1233 (sql-oracle-program, sql-sqlite-options)
1234 (sql-query-placeholders-and-send): Doc fixes.
1235 (sql-set-product, sql-interactive-mode): Reflow docstrings.
1236 (sql-imenu-generic-expression, sql-buffer)
1237 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1238 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1239 (sql-mode-sybase-font-lock-keywords)
1240 (sql-mode-informix-font-lock-keywords)
1241 (sql-mode-interbase-font-lock-keywords)
1242 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1243 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1244 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1245 (sql-product-feature, sql-highlight-product)
1246 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
1247 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
1248 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
1249 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1250 Fix typos in docstrings.
1251
0235128c 12522010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
1253
1254 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1255 property instead of `invisible' and `after-string' (bug#5998).
1256
0235128c 12572010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
1258
1259 * image-mode.el (image-mode-as-text): Fix typo in docstring.
1260
0235128c 12612010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
1262
1263 * filecache.el (file-cache-add-directory-list)
1264 (file-cache-add-directory-recursively): Fix typos in docstrings.
1265
0235128c 12662010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
1267
1268 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 1269 (gujarati-composable-pattern): Fix typo.
ece33a6e 1270
0235128c 12712010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
1272
1273 * language/indian.el (oriya-composable-pattern)
0235128c
SM
1274 (tamil-composable-pattern, malayalam-composable-pattern):
1275 Add two-part vowels to "v" (vowel sign).
771533aa 1276
0235128c 12772010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 1278
99833607
CY
1279 * files.el (copy-directory): Handle symlinks (Bug#5982).
1280
0235128c 12812010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
1282
1283 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1284 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
1285 (Bug#5846).
1286
0235128c 12872010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 1288
0ca12598
GM
1289 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1290
d2c7b917
GM
1291 * minibuffer.el (completion-at-point): Doc fix.
1292
ba5bf5f0
SM
12932010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1294
1295 * electric.el (Electric-command-loop): Minor tweak.
1296
1297 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
1298 better with dedicated windows.
1299
0235128c
SM
13002010-05-07 Chong Yidong <cyd@stupidchicken.com>
1301
1302 * Version 23.2 released.
1303
560bb7ae 13042010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 1305 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
1306
1307 Highlight vendor specific properties.
1308 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
1309 (css-proprietary-property): New face.
1310 (css-font-lock-keywords): Use them.
1311
c0162ade
EZ
13122010-05-07 Eli Zaretskii <eliz@gnu.org>
1313
1314 * cus-start.el (all): Add native condition for tool-bar-* symbols.
1315
f3ee9200
SM
13162010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1317
05623156
SM
1318 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
1319 * files.el (auto-mode-alist): Remove redundant entries.
1320
f3ee9200
SM
1321 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
1322 * simple.el (auto-save-mode): Move from files.el.
1323 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
1324
560bb7ae 13252010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c
DU
1326
1327 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
1328
765d4319
KY
13292010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1330
1331 * mail/binhex.el (binhex-decode-region-internal)
1332 * mail/uudecode.el (uudecode-decode-region-internal)
1333 * net/dns.el (dns-read-string-name, dns-write, dns-read)
1334 (dns-read-type, dns-query)
1335 * pgg-parse.el (pgg-parse-armor)
1336 * pgg.el (pgg-verify-region)
1337 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
1338 XEmacs.
1339
86d21cc0 1340 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 1341
f83483ff
JB
13422010-05-07 Juanma Barranquero <lekktu@gmail.com>
1343
40ab7974
JB
1344 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
1345
f83483ff
JB
1346 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
1347 * emulation/cua-base.el (cua-repeat-replace-region):
1348 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1349 (cua-cut-region-to-global-mark):
1350 Remove text properties with `set-text-properties'.
1351
9566840f
MA
13522010-05-06 Michael Albinus <michael.albinus@gmx.de>
1353
f3ee9200
SM
1354 * net/tramp.el (top, with-progress-reporter):
1355 Use `symbol-function' inside `funcall'.
9566840f
MA
1356
1357 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
1358 (tramp-compat-delete-file, tramp-compat-delete-directory):
1359 Handle only `wrong-number-of-arguments' error.
9566840f
MA
1360
1361 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
1362 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
1363 inside `funcall'.
1364
0c495c21
SM
13652010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1366
1493963b
SM
1367 * minibuffer.el (completion--sreverse, completion--common-suffix):
1368 New functions.
1369 (completion-pcm--merge-completions): Extract common suffix when safe.
1370
0c495c21
SM
1371 * emacs-lisp/easy-mmode.el (define-minor-mode):
1372 Make :variable more flexible.
1373 * files.el (auto-save-mode): Use it to define using define-minor-mode.
1374
221a0647
JL
13752010-05-05 Juri Linkov <juri@jurta.org>
1376
1377 Add `slow' and `history' tags to the desktop data.
1378
1379 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
1380 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
1381 (Info-finder-find-node): Require `finder.el' to be able
1382 to restore node from the desktop.
1383 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
1384 data `Info-history' and `slow' tag in the assoc list.
1385 (Info-restore-desktop-buffer): Don't restore nodes with the
1386 `slow' tag. Restore `Info-history'.
1387
66bdc868
MA
13882010-05-05 Michael Albinus <michael.albinus@gmx.de>
1389
1390 Add FORCE argument to `delete-file'.
1391
1392 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
1393 forcing to delete the temporary file.
1394 (ange-ftp-delete-file): Add FORCE arg.
1395 (ange-ftp-rename-remote-to-remote)
1396 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
1397 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
1398 Force file deletion.
66bdc868
MA
1399
1400 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
1401
1402 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
1403 (tramp-handle-make-symbolic-link, tramp-handle-load)
1404 (tramp-do-copy-or-rename-file-via-buffer)
1405 (tramp-do-copy-or-rename-file-directly)
1406 (tramp-do-copy-or-rename-file-out-of-band)
1407 (tramp-handle-process-file, tramp-handle-call-process-region)
1408 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1409 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1410 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
1411
1412 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
1413 (tramp-fish-handle-make-symbolic-link)
1414 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
1415
0c495c21
SM
1416 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1417 Use `tramp-compat-delete-file'.
66bdc868
MA
1418
1419 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
1420 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
1421
1422 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
1423 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
1424
1425 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
1426 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
1427 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
1428 `tramp-compat-delete-file'.
1429
f44379e7
SM
14302010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1431
365f8d85
SM
1432 Minor cleanups.
1433 * subr.el (add-minor-mode): Use push.
1434 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
1435 * emulation/edt.el (edt-select-mode): Simplify.
1436
80ac5d4d
SM
1437 Use define-minor-mode in more cases.
1438 * term/tvi970.el (tvi970-set-keypad-mode):
1439 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1440 (normal-erase-is-backspace-mode):
1441 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
1442 (set-scroll-bar-mode-1): (Re)move to its sole caller.
1443 (get-scroll-bar-mode): New function.
1444 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
1445
1446 Use define-minor-mode for less obvious cases.
f44379e7
SM
1447 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
1448 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
1449 * international/iso-ascii.el (iso-ascii-mode):
1450 * frame.el (auto-raise-mode, auto-lower-mode):
1451 * composite.el (global-auto-composition-mode): Use define-minor-mode.
1452
c04b03f8
MA
14532010-05-04 Michael Albinus <michael.albinus@gmx.de>
1454
1455 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
1456 in order to see error messages for failed logins.
1457
53967e09
CY
14582010-05-03 Chong Yidong <cyd@stupidchicken.com>
1459
1460 * diff.el (diff-sentinel):
1461
1462 * epg.el (epg--make-temp-file, epg-decrypt-string)
1463 (epg-verify-string, epg-sign-string, epg-encrypt-string):
1464
1465 * jka-compr.el (jka-compr-partial-uncompress)
1466 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
1467
1468 * server.el (server-sentinel): Use delete-file's new FORCE arg
1469 (Bug#6070).
1470
56eb0904
SM
14712010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1472
1473 Use define-minor-mode where applicable.
1474 * view.el (view-mode):
1475 * type-break.el (type-break-query-mode)
1476 (type-break-mode-line-message-mode):
1477 * textmodes/reftex.el (reftex-mode):
1478 * term/vt100.el (vt100-wide-mode):
1479 * tar-mode.el (tar-subfile-mode):
1480 * savehist.el (savehist-mode):
1481 * ibuf-ext.el (ibuffer-auto-mode):
1482 * composite.el (auto-composition-mode):
1483 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1484 Use define-minor-mode.
1485 (vhdl-mode): Use static mode-line format.
1486 (vhdl-mode-line-update): Delete.
1487 (vhdl-create-mode-menu, vhdl-activate-customizations)
1488 (vhdl-hs-minor-mode): Don't bother calling it.
1489
672eb710
SM
14902010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1491
8f92b8ad
SM
1492 * simple.el (with-wrapper-hook): Move.
1493 (buffer-substring-filters): Mark obsolete.
1494 (filter-buffer-substring-functions): New variable.
1fada563 1495 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 1496
672eb710
SM
1497 Use a mode-line spec rather than a static string in Semantic.
1498 * cedet/semantic/util-modes.el:
1499 (semantic-minor-modes-format): New var to replace...
1500 (semantic-minor-modes-status): Remove.
1501 (semantic-mode-line-update): Construct a mode-line spec rather than
1502 a static string so that mouse buttons can be used on individual minor
1503 modes and so that semantic-mode-line-update only needs to be called
1504 when global settings are changed.
1505 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
1506 Call semantic-mode-line-update.
1507 (semantic-toggle-minor-mode-globally): Don't assume mode is on
1508 minor-mode-alist, check semantic-minor-mode-alist as well.
1509 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
1510 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
1511 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
1512 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1513 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1514 (define-semantic-idle-service, semantic-idle-summary-mode):
1515 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
1516 Don't call semantic-mode-line-update any more.
1517
cb7f3653
SM
15182010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1519
1520 Use define-minor-mode in CEDET where applicable.
1521
1522 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
1523 Use define-minor-mode.
1524
1525 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
1526 Remove unused arg `keymap' and code redundant with define-minor-mode.
1527 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
1528 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
1529 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
1530 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
1531 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
1532 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
1533 Use define-minor-mode.
1534 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
1535 (semantic-show-unmatched-syntax-mode-setup)
1536 (semantic-show-parser-state-mode-setup)
1537 (semantic-highlight-func-mode-setup): Inline into sole caller.
1538
1539 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1540 (semantic-mru-bookmark-mode): Use define-minor-mode.
1541 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
1542
1543 * cedet/semantic/idle.el (define-semantic-idle-service):
1544 Use define-minor-mode and inline setup function into its sole caller.
1545 (semantic-idle-scheduler-mode-setup)
1546 (semantic-idle-summary-mode-setup): Inline into sole caller.
1547 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
1548 Use define-minor-mode.
1549
1550 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
1551 (semantic-decoration-mode): Use define-minor-mode.
1552 (semantic-decoration-mode-setup): Inline into sole caller.
1553
1554 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
1555 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
1556 (ede-dired-add-to-target): Use dolist.
1557
c04b03f8 15582010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 1559 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
1560
1561 Implement compression for inline methods.
1562
1563 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1564 (tramp-copy-size-limit): Allow also nil.
1565 (tramp-inline-compress-commands): New defconst.
1566 (tramp-find-inline-compress, tramp-get-inline-compress)
1567 (tramp-get-inline-coding): New defuns.
cb7f3653 1568 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 1569 replaced by `tramp-get-inline-coding'.
6a29a838
MA
1570 (tramp-handle-file-local-copy, tramp-handle-write-region)
1571 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1572
8c0bf8b3
SM
15732010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1574
07125a91
SM
1575 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
1576 Remove unused functions.
1577
f3a47002
SM
1578 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
1579 Set find-tag-default-function as a variable rather than a property.
1580
8c0bf8b3
SM
1581 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
1582 * progmodes/etags.el (tags-completion-at-point-function):
1583 Remove left over interactive spec. Add autoloading stub.
1584 (complete-tag): Use tags-completion-at-point-function.
1585
27601456
CY
15862010-04-30 Chong Yidong <cyd@stupidchicken.com>
1587
cb7f3653 1588 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 1589
09d0284d
CY
15902010-04-29 Chong Yidong <cyd@stupidchicken.com>
1591
27d3cd56
CY
1592 * ido.el (ido-init-completion-maps): Remove C-v binding.
1593 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 1594
3a07ffce
CY
15952010-04-29 Chong Yidong <cyd@stupidchicken.com>
1596
1597 * minibuffer.el (tags-completion-at-point-function): New function.
1598 (completion-at-point-functions): Use it.
1599
1600 * cedet/semantic.el (semantic-completion-at-point-function): New function.
1601 (semantic-mode): Use semantic-completion-at-point-function for
1602 completion-at-point-functions instead.
1603
1604 * progmodes/etags.el (complete-tag): Revert last change.
1605
3d14bb73
AM
16062010-04-29 Alan Mackenzie <acm@muc.de>
1607
1608 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
1609 off-by-one error (in end of macro position).
1610
7d353d11
SM
16112010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1612
1613 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
1614 firefox is absent. Don't autoload.
1615 (browse-url-galeon-program): Don't autoload.
1616
48111a85
CY
16172010-04-28 Chong Yidong <cyd@stupidchicken.com>
1618
1619 * bindings.el (complete-symbol): Move into minibuffer.el.
1620
1621 * minibuffer.el (complete-tag): Move from etags.el. If tags
1622 completion cannot be performed, return nil instead of signalling
1623 an error.
1624 (completion-at-point): Make it an alias for complete-symbol.
1625 (complete-symbol): Move from bindings.el, and replace with the
1626 body of completion-at-point.
1627
1628 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
1629
1630 * cedet/semantic.el (semantic-mode): When enabled, add
1631 semantic-ia-complete-symbol to completion-at-point-functions.
1632
1633 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
1634 if Semantic is not active.
1635
7ba94701
MA
16362010-04-28 Michael Albinus <michael.albinus@gmx.de>
1637
1638 * net/tramp.el (tramp-remote-selinux-p): New defun.
1639 (tramp-handle-file-selinux-context)
1640 (tramp-handle-set-file-selinux-context): Use it.
1641
95c6cc3e
SS
16422010-04-28 Sam Steingold <sds@gnu.org>
1643
1644 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1645 `safe-local-variable' if the value is a string or a symbol with
1646 the property `bug-reference-url-format'.
1647
36045ff3
CY
16482010-04-28 Chong Yidong <cyd@stupidchicken.com>
1649
1650 * progmodes/bug-reference.el (bug-reference-url-format): Revert
1651 2010-04-27 change due to security risk.
1652
56924d99
SM
16532010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1654
1655 Make it possible to locally disable a globally enabled mode.
1656 * simple.el (fundamental-mode): Run fundamental-mode-hook.
1657 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
1658 rather than kill-all-local-variables so it runs fundamental-mode-hook.
1659 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1660 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
1661 that subsequent hooks get a chance to disable it.
1662
ccaa4765
SM
16632010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1664
17818d71
SM
1665 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1666 Avoid re-enabling a minor mode after the user turned the minor mode
1667 off if MODE-enable-in-buffers is run twice (typically once from
1668 fundamental-mode's after-change-major-mode-hook and a second time from
1669 run-mode-hook's own after-change-major-mode-hook).
1670
ccaa4765
SM
1671 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
1672
2a6f654e
SS
16732010-04-27 Sam Steingold <sds@gnu.org>
1674
1675 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1676 `safe-local-variable' if the value is a string or a function, as
1677 documented and implemented on 2010-04-02.
1678
cecaa674
JB
16792010-04-27 Juanma Barranquero <lekktu@gmail.com>
1680
1681 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
1682 when method is 'kill.
1683
16842010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3
AM
1685
1686 * ispell.el (ispell-init-process): Fix personal dictionary condition
1687 in default directory check.
1688 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
1689 Kill ispell process when killing its associated buffer.
1690
7dd7fbb9
JD
16912010-04-27 Jan Djärv <jan.h.d@swipnet.se>
1692
1693 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
1694 but we aren't using it.
1695
7ac82b84
J
16962010-04-25 Jan Djärv <jan.h.d@swipnet.se>
1697
1698 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
1699 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
1700
fea1add4
GM
17012010-04-24 Glenn Morris <rgm@gnu.org>
1702
1703 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
1704 Ignore VCS-ignore files, and deleted nextstep preferences files.
1705 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
1706 (authors-ambiguous-files): New list.
1707 (authors-valid-file-names): Add some deleted files.
1708 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
1709 (authors-disambiguate-file-name): New function. (Bug#5501)
1710 (authors-canonical-file-name): Doc fix.
1711 Don't warn about obsolete files.
1712 (authors-canonical-file-name, authors-scan-el):
1713 Use authors-disambiguate-file-name.
1714
cbcfee6e
GM
1715 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1716 Add autoload cookies.
1717 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
1718 (generated-autoload-file): Set file-local value to "htmlfontify.el".
1719 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
1720 They have definitions / compiler macros in cl.el.
1721 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1722 Replace manual autoloads with generated ones.
1723 (htmlfontify-unload-rgb-file): Remove autoload.
1724 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
1725
3b548e1b
SM
17262010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1727
9ae0c310
SM
1728 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
1729 (byte-compile-setq-default): Optimize for the
1730 single-var case and don't call byte-compile-form in this case to avoid
1731 inf-loop with byte-compile-set-default.
1732
3b548e1b
SM
1733 * progmodes/compile.el (compilation-start): Abbreviate default directory.
1734
632c5478
MA
17352010-04-23 Michael Albinus <michael.albinus@gmx.de>
1736
1737 Implement SELINUX backends.
1738
3b548e1b
SM
1739 * net/tramp.el (tramp-file-name-handler-alist):
1740 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
1741 (tramp-handle-file-selinux-context)
1742 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
1743 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1744 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 1745
3b548e1b
SM
1746 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1747 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
1748 (tramp-gvfs-handle-file-selinux-context)
1749 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1750 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1751
1752 * net/ange-ftp.el (ange-ftp-copy-file):
1753 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1754 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
1755 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1756 Add PRESERVE-SELINUX-CONTEXT.
632c5478 1757
a94d821f
MA
17582010-04-22 Michael Albinus <michael.albinus@gmx.de>
1759
1760 Synchronize with Tramp repository.
1761
1762 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
1763 (tramp-action-process-alive, tramp-action-out-of-band)
1764 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1765 (tramp-exists-file-name-handler): Fix docstring.
1766 (with-progress-reporter): New defmacro.
1767 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
1768 (tramp-maybe-open-connection): Use it.
1769
a92375d9
MA
17702010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
1771
1772 Detect ssh 'ControlMaster' argument automatically in some cases.
1773
1774 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1775 (tramp-default-method): Use it.
1776
489fe4c2
MA
17772010-04-22 Michael Albinus <michael.albinus@gmx.de>
1778
25f14cdb
MA
1779 * net/tramp.el (tramp-handle-copy-file): Add new optional
1780 parameter `preserve-selinux-context'.
1781 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
1782
a92375d9
MA
17832010-04-22 Michael Albinus <michael.albinus@gmx.de>
1784
489fe4c2
MA
1785 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
1786 Ensure, that non remote files are still checked. Oops.
1787
acd1f317
MA
17882010-04-21 Michael Albinus <michael.albinus@gmx.de>
1789
1790 Fix Bug#5840.
1791
1792 * icomplete.el (icomplete-completions): Use `non-essential'.
1793
1794 * net/tramp.el (tramp-connectable-p): New defun.
1795 (tramp-handle-expand-file-name)
1796 (tramp-completion-handle-file-name-all-completions)
1797 (tramp-completion-handle-file-name-completion): Use it.
1798
62c5b459
SM
17992010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1800
1801 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
1802
f904c0f9
JD
18032010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1804
1805 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
1806
1807 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
1808
1809 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
1810 is present.
1811
1812 * info.el (info-tool-bar-map): Add labels.
1813
1814 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
1815
1816 * cus-edit.el (custom-commands): Add labels for tool bar.
1817 (custom-buffer-create-internal, Custom-mode): Adjust for
1818 labels in custom-commands.
1819
1820 * dynamic-setting.el: Renamed from font-setting.el.
1821
c5cbeb12
LL
18222010-04-21 John Wiegley <jwiegley@gmail.com>
1823
1824 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
1825 toggles the use of virtual buffers.
1826 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
1827 value.
1828 (ido-toggle-virtual-buffers): New function.
1829
fcc93746
JB
18302010-04-21 Juanma Barranquero <lekktu@gmail.com>
1831
1832 Use `define-derived-mode'; fix window selection; doc fixes.
1833 * play/tetris.el (tetris, tetris-update-speed-function)
1834 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
1835 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
1836 (tetris-rotate-next, tetris-end-game, tetris-start-game)
1837 (tetris-pause-game): Fix typos in docstrings.
1838 (tetris-mode-map, tetris-null-map):
1839 Move initialization into declaration.
1840 (tetris-mode): Define with `define-derived-mode';
1841 set show-trailing-whitespace to nil.
1842 (tetris): Prefer window already displaying the "*Tetris*" buffer.
1843
574c05e2
KK
18442010-04-21 Karel Klíč <kklic@redhat.com>
1845
1846 * files.el (backup-buffer): Handle SELinux context, and return it
1847 if a backup was made by renaming.
1848 (backup-buffer-copy): Set SELinux context to the target file.
1849 (basic-save-buffer): Set SELinux context of the newly written file.
1850 (basic-save-buffer-1): Now it also returns any SELinux context.
1851 (basic-save-buffer-2): Set SELinux context of the newly created file,
1852 and return it.
1853 * net/tramp.el (tramp-file-name-for-operation):
1854 Add file-selinux-context.
1855
e97a42c1
SM
18562010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1857
f2b9ed18
SM
1858 Make the log-edit comments use RFC822 format throughout.
1859
e97a42c1
SM
1860 * vc.el (vc-checkin, vc-modify-change-comment):
1861 Adjust to new vc-start/finish-logentry.
1862 (vc-find-conflicted-file): New command.
1863 (vc-transfer-file): Adjust to new vc-checkin.
1864 (vc-next-action): Improve scoping.
1865
1866 * vc-hg.el (vc-hg-log-edit-mode): Remove.
1867 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
1868
1869 * vc-git.el (vc-git-log-edit-mode): Remove.
1870 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
1871 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1872
1873 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
1874 (vc-start-logentry): Remove argument `extra'.
1875 (vc-finish-logentry): Remove extra args.
1876
1877 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
1878 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
1879 (vc-bzr-conflicted-files): New function.
1880
1881 * log-edit.el (log-edit-extra-flags)
1882 (log-edit-before-checkin-process): Remove.
1883 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
1884 (log-edit-headers-alist): New var.
1885 (log-edit-header-contents-regexp): New const.
1886 (log-edit-match-to-eoh): New function.
1887 (log-edit-font-lock-keywords): Use them.
1888 (log-edit): Insert a "Summary:" header as default.
1889 (log-edit-mode): Mark font-lock rules as case-insensitive.
1890 (log-edit-done): Cleanup headers.
1891 (log-view-process-buffer): Remove.
1892 (log-edit-extract-headers): New function to replace it.
1893
938efb77
JB
18942010-04-20 Juanma Barranquero <lekktu@gmail.com>
1895
1896 * subr.el (default-direction-reversed): Remove obsolescence info.
1897
1cfb415b
SM
18982010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1899
cb4f9513
SM
1900 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
1901 windows/frames.
1902
6e610c72
SM
1903 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
1904 I.e. include text after point in the completion region.
1905 Also, return nil when we're not after/in a symbol.
1906
1cfb415b
SM
1907 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
1908 default enable-multibyte-characters.
1909
c80fa13c
SM
19102010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1911
87926e02
SM
1912 * international/mule.el: Help the user choose a valid coding-system.
1913 (read-buffer-file-coding-system): New function.
1914 (set-buffer-file-coding-system): Use it. Prompt the user if the
1915 coding-system cannot encode all the chars.
1916
c80fa13c
SM
1917 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
1918 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
1919 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
1920 Don't use *vc-bzr-shelve*.
1921
6e104790 19222010-04-19 Chong Yidong <cyd@stupidchicken.com>
137327ef 1923
6e104790
SM
1924 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
1925 Don't destroy list before using it.
137327ef 1926
6e104790 19272010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
1928
1929 Fix the version number for added files.
1930 * vc-hg.el (vc-hg-working-revision): Check if the file is
1931 registered after hg parent fails (Bug#5961).
1932
6e104790 19332010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
1934
1935 * htmlfontify.el (htmlfontify-buffer)
1936 (htmlfontify-copy-and-link-dir): Autoload entry points.
1937
6e104790 19382010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
1939
1940 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1941 name relative to the project root (Bug#5960).
1942
6e104790 19432010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
1944
1945 * vc-git.el (vc-git-print-log): Doc fix.
1946
6e104790 19472010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
1948
1949 * ido.el (ido-file-internal): Fix 2009-12-02 change.
1950
6e104790 19512010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
7860d2e3
CY
1952
1953 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1954 default settings (Bug#5928).
1955
6e104790 19562010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
1957
1958 * progmodes/fortran.el (fortran-match-and-skip-declaration):
1959 New function.
0a23b2c3 1960 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 1961
6e104790 19622010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
1963
1964 * language/indian.el (malayalam-composable-pattern): Fix previous
1965 change (add U+0D4D "SIGN VIRAMA").
1966 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1967 (tamil-composable-pattern): Fix typo in the regexp.
1968 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1969 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1970 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1971
6e104790 19722010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
1973
1974 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1975 paragraph-separate (Bug#5821).
1976
6e104790 19772010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
1978
1979 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1980
1981 * info.el (Info-find-node-2): Comment out code that skips
1982 breadcrumbs line.
1983 (Info-mouse-follow-link): New command.
1984 (Info-link-keymap): New keymap.
1985 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1986 Return a string with links instead of inserting breadcrumbs
1987 to the Info buffer.
1988 (Info-fontify-node): Comment out code that inserts breadcrumbs.
1989 Instead of putting the `invisible' text property over the Info
1990 header, make an overlay over the Info header with the `invisible'
1991 property and `after-string' set to the string returned by
1992 `Info-breadcrumbs'.
1993
6e104790 19942010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
1995
1996 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1997 Reported by monkey@sandpframing.com.
1998
98923800
SM
19992010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2000
b5feea0f
SM
2001 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
2002 (tmm-get-keymap): Add key-binding shortcuts now that they're not
2003 available in the "keyseq cache" any more.
2004
98923800
SM
2005 * custom.el (defcustom): Add edebug spec.
2006
fd5c9dfa
JL
20072010-04-18 Juri Linkov <juri@jurta.org>
2008
2009 Test for special mode-class in view-buffer instead of view-file (bug#5513).
2010
2011 * view.el (view-file, view-buffer): Move test for special mode-class
2012 from view-file to view-buffer.
2013
2014 * tar-mode.el (tar-extract): Turn if's into one cond
2015 like in arc-mode.el.
2016
b3671a51
JL
20172010-04-18 Juri Linkov <juri@jurta.org>
2018
2019 Add 7z archive format support (bug#5475).
2020
2021 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
2022 (archive-7z-extract): New defcustom.
2023 (archive-find-type): Add magic string for 7z.
2024 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
2025 If `stderr-file' is non-nil, use `(t stderr-file)' for the
2026 `buffer' arg of `call-process'.
2027 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
2028 call the function `archive-7z-extract' with the variable
2029 `archive-7z-extract' let-bound to `archive-zip-extract'.
2030 (archive-7z-summarize, archive-7z-extract): New functions.
2031
2032 * international/mule.el (auto-coding-alist):
2033 * files.el (auto-mode-alist): Add 7z file extension.
2034
8a37fb25
SM
20352010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2036
e9515805
SM
2037 * loadup.el: Setup hash-cons for pure data.
2038
f8ea0098
SM
2039 Fix duplicate entries in cedet's loaddefs.el files.
2040 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
2041 Should make most file-local generated-autoload-file unnecessary.
2042 (print-readably): Silence warnings.
2043 (autoload-find-destination): Take load-name as an arg to make sure
2044 it's the same as the one that will be in the file.
2045 (autoload-generate-file-autoloads): Adjust to above changes.
2046 Try to make the dataflow a bit simpler.
2047
8a37fb25
SM
2048 * cvs-status.el (cvs-refontify): Remove unused.
2049
f8b91752
JB
20502010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2051
2052 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
2053
2054 * calc-bin.el (calc-radix): Have the "O" option turn on
2055 twos-complement mode.
2056
d8b01fef
JB
20572010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
2058
2059 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
2060 Add `calc-option-prefix-help' to calc-help autoloads.
2061 (calc-inverse): Add "Option" to message, as appropriate.
2062 (calc-hyperbolic): Add "Option" to message, as appropriate.
2063 (calc-option, calc-is-option): New functions.
2064
77e2fc7a 2065 * calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
2066 (calc-option-prefix-help): New function.
2067
2068 * calc-misc.el (calc-help): Add "Option" entry.
2069
2070 * calc.el (calc-local-var-list): Add `calc-option-flag'.
2071 (calc-option-flag): New variable.
2072 (calc-do): Set `calc-option-flag to nil.
2073 (calc-set-mode-line): Add "Opt " as appropriate.
2074
74f806a1
JL
20752010-04-16 Juri Linkov <juri@jurta.org>
2076
2077 Move scrolling commands from simple.el to window.el
2078 because their primitives are implemented in window.c.
2079
2080 * simple.el (scroll-error-top-bottom)
2081 (scroll-up-command, scroll-down-command, scroll-up-line)
2082 (scroll-down-line, scroll-other-window-down)
2083 (beginning-of-buffer-other-window, end-of-buffer-other-window):
2084 * window.el (scroll-error-top-bottom)
2085 (scroll-up-command, scroll-down-command, scroll-up-line)
2086 (scroll-down-line, scroll-other-window-down)
2087 (beginning-of-buffer-other-window, end-of-buffer-other-window):
2088 Move from simple.el to window.el because their primitives are
2089 implemented in window.c.
2090
ad40eec5
JL
20912010-04-16 Juri Linkov <juri@jurta.org>
2092
2093 * isearch.el (isearch-lookup-scroll-key): Check both
2094 `isearch-scroll' and `scroll-command' properties.
2095 (scroll-up, scroll-down): Remove `isearch-scroll' property.
2096
2097 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
2098
2099 * simple.el (scroll-up-command, scroll-down-command)
2100 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
2101
a4b000fb
JL
21022010-04-15 Juri Linkov <juri@jurta.org>
2103
2104 * simple.el (scroll-up-command, scroll-down-command)
2105 (scroll-up-line, scroll-down-line): Put `scroll-command'
2106 property on the these symbols. Remove them from
2107 `scroll-preserve-screen-position-commands'.
2108
2109 * mwheel.el (mwheel-scroll): Put `scroll-command' and
2110 `isearch-scroll' properties on the `mwheel-scroll' symbol.
2111 Remove it from `scroll-preserve-screen-position-commands'.
2112
2113 * isearch.el (isearch-allow-scroll): Doc fix.
2114
4874f5e6
MA
21152010-04-15 Michael Albinus <michael.albinus@gmx.de>
2116
2117 * net/tramp.el (tramp-error-with-buffer): Don't show the
2118 connection buffer when we are in completion mode.
2119 (tramp-file-name-handler): Catch the error for some operations
2120 when we are in completion mode. This gives the user the chance to
2121 correct the file name in the minibuffer.
2122
82883f0a
GM
21232010-04-15 Glenn Morris <rgm@gnu.org>
2124
2125 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
2126
528b9ea9
JB
21272010-04-15 Juanma Barranquero <lekktu@gmail.com>
2128
2129 Simplify by using `define-derived-mode'.
2130 * info.el (Info-mode):
2131 * calendar/todo-mode.el (todo-mode):
2132 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
2133 (gomoku-mode-map): Move initialization into declaration.
2134
5f2b693f
MA
21352010-04-14 Michael Albinus <michael.albinus@gmx.de>
2136
2137 Fix Bug#5840.
2138 * ido.el (ido-file-name-all-completions-1):
2139 * minibuffer.el (minibuffer-completion-help):
2140 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
2141
ebb9641f
SM
21422010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2143
38111a5a
SM
2144 * simple.el (non-essential): New var.
2145
ebb9641f
SM
2146 Add a new field `location' to bookmarks for non-file bookmarks.
2147 * bookmark.el (bookmark-location): Use the new field, if present.
2148 (bookmark-insert-location): Undo last change, not needed any more.
2149 * man.el (Man-bookmark-make-record):
2150 * woman.el (woman-bookmark-make-record): Add `location' field.
2151
7b05466f
JL
21522010-04-14 Juri Linkov <juri@jurta.org>
2153
2154 * simple.el (scroll-error-top-bottom): New defcustom.
2155 (scroll-up-command, scroll-down-command): Use it. Doc fix.
2156
2157 * emulation/pc-select.el (pc-select-override-scroll-error):
2158 Obsolete in favor of `scroll-error-top-bottom'.
2159
32129746
JL
21602010-04-14 Juri Linkov <juri@jurta.org>
2161
2162 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
2163 `scroll-up-command' and `M-v' to `scroll-down-command'.
2164
2165 * emulation/cua-rect.el (cua--init-rectangles):
2166 * forms.el (forms--change-commands):
2167 * image-mode.el (image-mode-map):
2168 Remap scroll-down-command and scroll-up-command
2169 in addition to scroll-down and scroll-up.
2170
9013a7f8
JL
21712010-04-14 Juri Linkov <juri@jurta.org>
2172
2173 * mwheel.el (scroll-preserve-screen-position-commands):
2174 Add mwheel-scroll to this list of commands.
2175
2176 * simple.el (scroll-preserve-screen-position-commands):
2177 Add scroll-up-command, scroll-down-command, scroll-up-line,
2178 scroll-down-line to this list of commands.
2179
3b7e1d5f
SM
21802010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2181
c1e25821
SM
2182 * obsolete/complete.el: Move from lisp/complete.el.
2183
5b31b787
SM
2184 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
2185
3b7e1d5f
SM
2186 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
2187 to the minor mode function now turns the mode ON unconditionally.
2188
398a825b
SM
21892010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2190
a544e7c1
SM
2191 * vc-dir.el (vc-dir-kill-line): New command.
2192 (vc-dir-mode-map): Bind it to C-k.
2193
a1979d8e
SM
2194 * bookmark.el (bookmark-insert-location): Handle a nil filename.
2195
398a825b
SM
2196 * woman.el: Add bookmark declarations to silence the compiler.
2197 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
2198 step to compatibility between man and woman bookmarks.
2199 Adjust for Man-default-bookmark-title renaming.
2200 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
2201
2202 * man.el: Add bookmark declarations to silence the compiler.
2203 (Man-name-local-regexp): Make it match NAME as well.
2204 (Man-getpage-in-background): Return the buffer.
2205 (Man-notify-when-ready): Use `case'.
2206 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
2207 Don't hardcode "NAME". Simplify.
2208 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
2209 Rename from Man-bookmark-make-record.
2210 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
2211 we have the actual man-args. Use Man-getpage-in-background rather
2212 than `man' since the arg is already processed. Let bookmark.el do the
2213 window handling. Only wait for the relevant process.
2214 Don't forget to autoload.
2215
2216 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
2217
45be326a
TV
22182010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2219
2220 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
2221 New functions.
2222 (woman-mode): Setup bookmark support.
2223
2224 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
2225 (man-bookmark-jump): New functions.
2226 (Man-mode): Setup bookmark support.
2227
3acb4c93
CY
22282010-04-10 Jari Aalto <jari.aalto@cante.net>
2229
2230 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
2231 recognize ssh-keygen prompt (Bug#2817).
2232
b6bbb65e
MA
22332010-04-10 Michael Albinus <michael.albinus@gmx.de>
2234
2235 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
2236
b533bc97
MA
22372010-04-10 Michael Albinus <michael.albinus@gmx.de>
2238
2239 Synchronize with Tramp repository.
2240
2241 * net/tramp.el (tramp-completion-function-alist)
2242 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
2243 (tramp-local-coding-commands, tramp-remote-coding-commands):
2244 Fix docstring.
2245 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
2246 (tramp-handle-directory-files-and-attributes)
2247 (tramp-get-remote-path): Use `copy-tree'.
2248 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2249 compatibility: Use `completion-ignore-case' if
2250 `read-file-name-completion-ignore-case' does not exist.
2251 (tramp-do-copy-or-rename-file-directly): Do not use
2252 `tramp-handle-file-remote-p'.
45be326a
TV
2253 (tramp-do-copy-or-rename-file-out-of-band):
2254 Use `tramp-compat-delete-directory'.
b533bc97 2255 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
2256 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2257 Use `format-spec-make'.
b533bc97
MA
2258 (tramp-find-foreign-file-name-handler)
2259 (tramp-advice-make-auto-save-file-name)
2260 (tramp-set-auto-save-file-modes): Remove superfluous check for
2261 `stringp'. This is done inside `tramp-tramp-file-p'.
2262 (tramp-debug-outline-regexp): New defconst.
2263 (tramp-get-debug-buffer): Use it.
2264 (tramp-check-for-regexp): Use (forward-line 1).
2265 (tramp-set-auto-save-file-modes): Adapt version check.
2266
45be326a
TV
2267 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
2268 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
2269 (tramp-compat-make-temp-file): Simplify fallback implementation.
2270 (tramp-compat-copy-tree): Remove function.
2271 (tramp-compat-delete-directory): Provide implementation for older
2272 Emacsen.
2273
2274 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
2275 Do not use `tramp-fish-handle-file-attributes.
2276
2277 * net/trampver.el: Update release number.
2278
ba33df00
GM
22792010-04-10 Glenn Morris <rgm@gnu.org>
2280
2281 * progmodes/compile.el (compilation-save-buffers-predicate):
2282 Add missing :version tag.
2283
4a8ae76f
SS
22842010-04-09 Sam Steingold <sds@gnu.org>
2285
2286 * progmodes/compile.el (compilation-save-buffers-predicate):
2287 Remove the "autoload" cookie.
2288
0880716f
SS
2289 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
2290 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
2291 and `bug-reference-prog-mode' can be used in hooks directly.
2292
6aebd58c
DN
22932010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
2294
2295 Add --author support to git commit.
2296 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
2297 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
2298 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
2299 New declarations.
6aebd58c 2300
f6d90772
ER
23012010-04-09 Eric Raymond <esr@snark.thyrsus.com>
2302
2303 * vc-hooks.el, vc-git.el: Improve documentation comments.
2304
e754e83b
SM
23052010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2306
2307 Fix some of the problems in defsubst* (bug#5728).
2308 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
2309 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
2310
9e86ab0b
SS
23112010-04-07 Sam Steingold <sds@gnu.org>
2312
e754e83b
SM
2313 * progmodes/compile.el (compilation-save-buffers-predicate):
2314 New custom variable.
9e86ab0b
SS
2315 (compile, recompile): Pass it to `save-some-buffers'.
2316
b0c8b840
JD
23172010-04-07 Jan Djärv <jan.h.d@swipnet.se>
2318
2319 * wid-edit.el (widget-choose): Move cursor to the second line of
2320 the buffer (Bug#5695).
2321
31527c56
DN
23222010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
2323
2324 Add new VC methods: vc-log-incoming and vc-log-outgoing.
2325 * vc.el (vc-print-log-setup-buttons): New function split out from
2326 vc-print-log-internal.
2327 (vc-log-internal-common): New function, a parametrized version of
2328 vc-print-log-internal.
2329 (vc-print-log-internal): Just call vc-log-internal-common with the
2330 right arguments.
2331 (vc-incoming-outgoing-internal):
2332 (vc-log-incoming, vc-log-outgoing): New functions.
2333 (vc-log-view-type): New permanent local variable.
2334
2335 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
2336
2337 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
2338 of the dynamic bound vc-short-log.
2339 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
2340
2341 * vc-git.el (vc-git-log-outgoing): New function.
2342 (vc-git-log-view-mode): Use vc-log-view-type instead
2343 of the dynamic bound vc-short-log.
2344
2345 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
2346 of the dynamic bound vc-short-log. Highlight the tag.
2347 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
2348 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
2349 (vc-hg-incoming-mode): Remove.
2350 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
2351
7ec69e2b
DN
23522010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
2353
2354 Fix default-directory for vc-root-diff.
2355 * vc.el (vc-root-diff): Bind default-directory to the root
2356 directory for the diff command.
2357
fd9ea9d3
WS
23582010-04-07 Michael McNamara <mac@mail.brushroad.com>
2359
6e104790 2360 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
2361 (verilog-calc-1): Support "disable fork" and "fork wait" multi
2362 word keywords, suggested by Steve Pearlmutter.
6e104790 2363 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 2364 port lists.
6e104790
SM
2365 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
2366 fix bug for /* / comments
2367 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 2368 Speed up and simplfy as this is never called with a bound.
6e104790
SM
2369 (verilog-pretty-declarations): Enhance to line up declarations
2370 inside a parameter list, suggested by Alan Morgan.
2371 (verilog-pretty-expr): Tune assignment regular expression match
2372 string for corner cases; also use markers instead of character
2373 number as indent changes the later.
fd9ea9d3
WS
2374
23752010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
2376
6e104790
SM
2377 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
2378 as missing keyword.
2379 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
2380 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
2381 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
2382 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
2383 Tennant.
2384 (verilog-keywords):
fd9ea9d3
WS
2385 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
2386 1800-2009 keywords, including "global.".
2387
2a07afc5
JW
23882010-04-06 John Wiegley <jwiegley@gmail.com>
2389
8b32731a 2390 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 2391 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 2392 file basename). Should use uniquify to offer a real solution.
2a07afc5 2393
f9a27d86
JW
23942010-04-06 John Wiegley <jwiegley@gmail.com>
2395
8b32731a
JB
2396 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
2397 comment to code, and add a :version tag.
2398 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 2399
9caf8a8f
JB
24002010-04-06 Juanma Barranquero <lekktu@gmail.com>
2401
2402 Enable recentf-mode if using virtual buffers.
2403 * ido.el (recentf-list): Declare for byte-compiler.
2404 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
2405 (ido-make-buffer-list): Simplify.
2406 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
2407
5a97d2da
JL
24082010-04-05 Juri Linkov <juri@jurta.org>
2409
2410 Scrolling commands which scroll a line instead of full screen.
2411 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2412
2413 * simple.el (scroll-up-line, scroll-down-line): New commands.
2414 Put property isearch-scroll=t on them.
2415
2416 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
2417 Remove commands.
2418
79ce172a
JL
24192010-04-05 Juri Linkov <juri@jurta.org>
2420
8b32731a 2421 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
2422 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2423
2424 * simple.el (scroll-up-command, scroll-down-command): New commands.
2425 Put property isearch-scroll=t on them.
2426
2427 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
2428 `scroll-down-command' and [next] from `scroll-up' to
2429 `scroll-up-command'.
2430
2431 * emulation/cua-base.el: Put property CUA=move on
2432 `scroll-up-command' and `scroll-down-command'.
2433 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
2434 and `scroll-down-command' to `cua-scroll-down'.
2435
309d5b43
JB
24362010-04-05 Juanma Barranquero <lekktu@gmail.com>
2437
6460e534 2438 * help.el (describe-mode): Return nil.
309d5b43 2439
0523d117
JW
24402010-04-04 John Wiegley <jwiegley@gmail.com>
2441
2442 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 2443 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
2444 (ido-virtual): Face used to indicate virtual buffers in the list.
2445 (ido-buffer-internal): If a buffer is chosen, and no such buffer
2446 exists, but a virtual buffer of that name does (which would be why
2447 it was in the list), recreate the buffer by reopening the file.
2448 (ido-make-buffer-list): If virtual buffers are being used, call
2449 `ido-add-virtual-buffers-to-list' before the make list hook.
2450 (ido-virtual-buffers): New variable which contains a copy of the
2451 current contents of the `recentf-list', albeit pared down for the
2452 sake of speed, and with proper faces applied.
2453 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
2454 create a list of "virtual buffers" to present to the user in
2455 addition to the currently open set. Note that this logic could
2456 get rather slow if that list is too large. With the default
2457 `recentf-max-saved-items' of 200, there is little speed penalty.
2458
202ff0d6
SM
24592010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2460
2461 * font-lock.el: Require CL when compiling.
2462 (font-lock-turn-on-thing-lock): Use `case'.
2463
ef43a0f4
EZ
24642010-04-03 Eli Zaretskii <eliz@gnu.org>
2465
2466 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
2467 Zaretskii.
ef43a0f4 2468
e4b204d7
JB
24692010-04-02 Juanma Barranquero <lekktu@gmail.com>
2470
2471 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
2472 (semantic-create-imenu-directory-index): Fix typos in docstrings.
2473 (semantic-imenu-goto-function): Reflow docstring.
2474
9c13a46e
JL
24752010-04-02 Juri Linkov <juri@jurta.org>
2476
2477 * ehelp.el (electric-help-orig-major-mode):
2478 New buffer-local variable.
2479 (electric-help-mode): Set it to original major-mode. Doc fix.
2480 (with-electric-help): Use `electric-help-orig-major-mode' instead
2481 of (default-value 'major-mode). Doc fix.
2482 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
2483
3fb87bf5
SS
24842010-04-02 Sam Steingold <sds@gnu.org>
2485
2486 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
2487 `vc-hg-command' with a list of flags.
2488
202ff0d6
SM
2489 * progmodes/bug-reference.el (bug-reference-bug-regexp):
2490 Also accept "patch" and "RFE".
dbb5e44a
SS
2491 (bug-reference-fontify): `bug-reference-url-format' can also be a
2492 function to be able to handle the bug kind.
202ff0d6 2493 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 2494
d0b22876
JD
24952010-04-02 Jan Djärv <jan.h.d@swipnet.se>
2496
2497 * tmm.el (tmm-get-keymap): Check with symbolp before passing
2498 value to fboundp, it may not be a symbol.
2499
1625d379
CY
25002010-03-31 Chong Yidong <cyd@stupidchicken.com>
2501
202ff0d6 2502 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 2503
1cd095c6
JL
25042010-03-31 Juri Linkov <juri@jurta.org>
2505
2506 * simple.el (next-line, previous-line): Re-throw a signal
2507 with `signal' instead of using `ding'.
2508 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
2509
67189e62
JL
25102010-03-31 Juri Linkov <juri@jurta.org>
2511
2512 * simple.el (keyboard-escape-quit): Raise deselecting the active
2513 region higher than exiting the minibuffer.
2514 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
2515
1546c559
JL
25162010-03-31 Juri Linkov <juri@jurta.org>
2517
2518 * image.el (image-animated-p): Use `image-metadata' instead of
2519 `image-extension-data'. Get GIF extenstion data from metadata
2520 property `extension-data'.
2521
85626eef
SM
25222010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2523
2524 * simple.el (append-to-buffer): Simplify.
2525
85738751 25262010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
2527
2528 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2529 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2530
85738751 25312010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
2532
2533 * language/sinhala.el (composition-function-table): Fix regexp for
2534 the new Unicode specification.
2535
2536 * language/indian.el (devanagari-composable-pattern)
2537 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 2538 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
2539 specification.
2540 (bengali-composable-pattern, gurmukhi-composable-pattern)
2541 (gujarati-composable-pattern, oriya-composable-pattern)
2542 (telugu-composable-pattern): New variables to cope with the new
2543 Unicode specification. Use them in composition-function-table.
2544
85738751 25452010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 2546
79d74ac5 2547 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
2548 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2549 vectors rather than cons cells, as used in menu-bar-update-buffers.
2550
85738751 25512010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 2552
2a793f7f
CY
2553 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2554 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2555 electric punctuation for "{}();,:" (Bug#5586).
2556
03ffe8be
CY
2557 * mail/sendmail.el (mail-default-directory): Doc fix.
2558
85738751 25592010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
2560
2561 * mail/sendmail.el (mail-default-directory): Doc fix.
2562
85738751 25632010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
2564
2565 * subr.el (version-regexp-alist, version-to-list)
2566 (version-list-<, version-list-=, version-list-<=)
2567 (version-list-not-zero, version<, version<=, version=): Doc fix.
2568 (Bug#5744).
2569
85738751 25702010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
2571
2572 * vc.el (vc-root-diff): Doc fix.
2573
85738751 25742010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 2575
9aa2c576
CY
2576 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2577
9d30a9f4
CY
2578 * simple.el (append-to-buffer): Fix last change.
2579
85738751 25802010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
2581
2582 * simple.el (append-to-buffer): Ensure that point is preserved if
2583 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2584 (Bug#5749)
2585
2372f278
SM
25862010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2587
2588 * files.el (auto-mode-case-fold): Change default to t.
2589
2223a1b3
JL
25902010-03-30 Juri Linkov <juri@jurta.org>
2591
2592 * dired-x.el (dired-omit-mode): Doc fix.
2593
0ef84fc8
JL
25942010-03-30 Juri Linkov <juri@jurta.org>
2595
2596 * replace.el (occur-accumulate-lines): Move occur-engine related
2597 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
2598 to be located after `occur-engine'.
2599
dc2d2590
JL
26002010-03-30 Juri Linkov <juri@jurta.org>
2601
2602 Make occur handle multi-line matches cleanly with context.
2603 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
2604
2605 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
2606 (occur-engine): Add local variables `ret', `prev-after-lines',
2607 `prev-lines'. Use more arguments for `occur-context-lines'.
2608 Set first elem of its returned list to `data', and the second elem
2609 to `prev-after-lines'. Don't print the separator line.
2610 In the end, print remaining context after-lines.
2611 (occur-context-lines): Add new arguments `begpt', `endpt',
2612 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
2613 after-lines of the previous match with before-lines of the
2614 current match and not overlap them. Return a list with two
2615 values: the output line and the list of context after-lines.
2616
47c88c06
JL
26172010-03-30 Juri Linkov <juri@jurta.org>
2618
2619 * replace.el (occur-accumulate-lines): Fix a bug where the first
2620 context line at the beginning of the buffer was missing.
2621
a7b02820
EZ
26222010-03-30 Eli Zaretskii <eliz@gnu.org>
2623
2624 * files.el: Make bidi-display-reordering safe variable for boolean
2625 values.
2626
9326ba26 26272010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 2628 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
2629
2630 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
2631 (progress-reporter-update, progress-reporter-do-update):
2632 Handle non-numeric value arguments.
9326ba26
CY
2633 (progress-reporter--pulse-characters): New var.
2634
f6f8aa12
CY
26352010-03-28 Chong Yidong <cyd@stupidchicken.com>
2636
2637 * progmodes/compile.el (compilation-start): Fix regexp detection
2638 of initial cd command (Bug#5771).
2639
7ed287b5
CY
26402010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
2641
2642 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
2643
146b8b16
NR
26442010-03-27 Nick Roberts <nickrob@snap.net.nz>
2645
2646 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
85626eef
SM
2647 * lisp/progmodes/gdb-mi.el: Restore.
2648 * lisp/progmodes/gdb-ui.el: Remove.
2649 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 2650
b23caf75
GM
26512010-03-25 Glenn Morris <rgm@gnu.org>
2652
2653 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2654 all dired buffers, even tramp ones. (Bug#5755)
2655
18c812bd
SM
26562010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2657
2658 Add "union tags" in mpc.el.
2659 * mpc.el: Remove backward compatibility code.
2660 (mpc-browser-tags): Change default.
2661 (mpc--find-memoize-union-tags): New var.
2662 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
2663 (mpc-cmd-find): Handle the case where the playlist does not exist.
2664 Handle union-tags.
2665 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
2666 (mpc-cmd-add): Use mpc-cmd-flush.
2667 (mpc-tagbrowser-tag-name): New fun.
2668 (mpc-tagbrowser-buf): Use it.
2669 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
2670
efee6a6d
SM
26712010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2672
9586c41a
SM
2673 Misc cleanup.
2674 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
2675 Use replace-regexp-in-string.
2676 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
2677 (makefile-imake-mode-syntax-table): Move init into defvar.
2678 (makefile-mode): Use define-derived-mode.
2679
efee6a6d
SM
2680 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2681 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2682 not be present any more.
2683
c6f3804c
JB
26842010-03-24 Juanma Barranquero <lekktu@gmail.com>
2685
2686 * faces.el (set-face-attribute): Fix typo in docstring.
2687 (face-valid-attribute-values): Reflow docstring.
2688
2689 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
2690
e867cb5d 26912010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 2692
efee6a6d 2693 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 2694
e867cb5d 26952010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
2696
2697 * indent.el (indent-for-tab-command): Doc fix.
2698
e867cb5d 26992010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 2700
efee6a6d
SM
2701 * progmodes/cc-engine.el (c-remove-stale-state-cache):
2702 Fix off-by-one error. Fixes bug #5747.
657071fc 2703
e867cb5d 27042010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
2705
2706 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2707 (image-dired-read-comment): Doc fix.
2708
efee6a6d
SM
2709 * json.el (json-object-type, json-array-type, json-key-type)
2710 (json-false, json-null, json-read-number):
c8de140b
JB
2711 * minibuffer.el (completion-in-region-functions):
2712 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2713 (cal-tex-cursor-week):
2714 * emacs-lisp/trace.el (trace-function):
2715 * eshell/em-basic.el (eshell/printnl):
2716 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2717 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2718 * obsolete/levents.el (allocate-event, event-key, event-object)
2719 (event-point, event-process, event-timestamp, event-to-character)
2720 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2721 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2722 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2723 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2724 (reftex-highlight-selection): Fix typos in docstrings.
2725
e867cb5d 27262010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
2727
2728 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2729
e867cb5d 27302010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
2731
2732 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2733 2008-02-13 without comment; mark it obsolete.
2734 (rmail-highlight-headers): Use rmail-highlight-face once more.
2735
e867cb5d 27362010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
2737
2738 * woman.el (woman2-process-escapes): Only consume the newline if
2739 the filler character is on a line by itself (Bug#5729).
2740
e867cb5d 27412010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
2742
2743 * language/indian.el (devanagari-composable-pattern): Add more
2744 consonants.
2745
e867cb5d 27462010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
2747
2748 * net/trampver.el: Update release number.
2749
e867cb5d 27502010-03-24 Glenn Morris <rgm@gnu.org>
b4d16368
GM
2751
2752 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2753
e867cb5d 27542010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 2755
efee6a6d
SM
2756 * net/tramp.el (tramp-find-executable):
2757 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
2758 output of "wc -l" more robust.
2759 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2760 (tramp-open-connection-setup-interactive-shell): Remove workaround
2761 for OpenSolaris bug, it is not needed anymore.
2762
e867cb5d 27632010-03-24 Eric M. Ludlam <zappo@gnu.org>
6408fd42
CY
2764
2765 * cedet/semantic/imenu.el: New file, from the CEDET repository
2766 (Bug#5412).
2767
e867cb5d 27682010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
2769
2770 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2771
e867cb5d 27722010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
2773
2774 * files.el (auto-mode-alist): Accept more verilog file patterns.
2775
b2b8574b
SM
27762010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2777
2778 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
2779
1d94ebb0
GM
27802010-03-24 Glenn Morris <rgm@gnu.org>
2781
7e263967
GM
2782 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
2783 log-edit-before-checkin-process.
2784
5ac92c5f
GM
2785 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
2786
2787 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 2788
549f324a
GM
2789 * vc-dispatcher.el (vc-start-logentry): Doc fix.
2790 (log-view-process-buffer, log-edit-extra-flags): Declare.
2791
495b517c
GM
2792 * log-edit.el (log-edit-before-checkin-process): Doc fix.
2793
1d94ebb0
GM
2794 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2795 Consistently check ede-object is bound throughout.
2796
7bbe8d5a
GM
2797 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
2798
f4087766
SS
27992010-03-23 Sam Steingold <sds@gnu.org>
2800
2801 Fix bug#5620: recalculate all markers on compilation buffer
2802 modifications, not on file modifications.
2803 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
2804 the buffer modification time, for buffers not associated with files.
2805 (compilation-mode): Create it.
2806 (compilation-filter): Update it.
2807 (compilation-next-error-function): Use it instead of
2808 `visited-file-modtime' for timestamp.
2809
774642e5
JL
28102010-03-23 Juri Linkov <juri@jurta.org>
2811
2812 Implement Occur multi-line matches.
2813 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
2814
2815 * replace.el (occur): Doc fix.
2816 (occur-engine): Set `begpt' to the beginning of the first line.
2817 Set `endpt' to the end of the last match line. At first, count
2818 line numbers between `origpt' and `begpt'. Split out code from
2819 `out-line' variable to new let-bindings `match-prefix' and
2820 `match-str'. In `out-line' add non-numeric prefix to all
2821 non-first lines of multi-line matches. Finally, count lines
2822 between `begpt' and `endpt' and add to `lines'.
2823
f14d1172
JL
28242010-03-23 Juri Linkov <juri@jurta.org>
2825
2826 * replace.el (occur-accumulate-lines, occur-engine):
2827 Use `occur-engine-line' instead of duplicate code.
2828 (occur-engine-line): New function created from duplicate code
2829 in `occur-accumulate-lines' and `occur-engine'.
2830
53e87c57
JL
2831 * replace.el (occur-engine-line): Add optional arg `keep-props'.
2832 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
2833
75a3ff20
JL
28342010-03-23 Juri Linkov <juri@jurta.org>
2835
2836 * finder.el: Remove TODO tasks.
2837
2838 * info.el (Info-finder-find-node): Add node "all"
2839 with all package info. Handle a list of multiple keywords
2840 separated by comma.
2841 (info-finder): In interactive use with a prefix argument,
2842 use `completing-read-multiple' to read a list of keywords
2843 separated by comma.
2844
00278747
SM
28452010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2846
2847 Add a new completion style `substring'.
2848 * minibuffer.el (completion-basic--pattern): New function.
2849 (completion-basic-try-completion, completion-basic-all-completions):
2850 Use it.
2851 (completion-substring--all-completions)
2852 (completion-substring-try-completion)
2853 (completion-substring-all-completions): New functions.
2854 (completion-styles-alist): New style `substring'.
2855
64cb11cc
SM
28562010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2857
2858 Get rid of .elc files after removal of the corresponding .el.
2859 * Makefile.in (compile-clean): New target.
2860 (compile-main): Use it.
2861
835e2c65
JD
28622010-03-22 Jan Djärv <jan.h.d@swipnet.se>
2863
2864 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
2865 don't do make there. When compiling with separate object dir, there
2866 is no Makefile there.
2867
111a9dff
SM
28682010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2869
2870 Get rid of the ELCFILES abomination, again.
2871 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2872 (all, compile): Don't call compile-last.
2873 (compile-main): Build the "elcfiles" list dynamically.
2874 (compile-targets): New (internal) target.
2875
82c3d67a
AS
28762010-03-21 Andreas Schwab <schwab@linux-m68k.org>
2877
2878 * Makefile.in (top_srcdir): Define.
2879 (abs_top_builddir): Define.
2880 (srcdir): Don't append `/..'.
2881 (EMACS): Use ${abs_top_builddir}.
2882 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
2883 (update-subdirs, update-authors): Use $(top_srcdir) instead of
2884 $(srcdir).
82c3d67a
AS
2885 (lisp): Use $(srcdir) instead of @srcdir@.
2886
d66ecdbb
JL
28872010-03-21 Juri Linkov <juri@jurta.org>
2888
2889 Fix message of multi-line occur regexps and multi-buffer header lines.
2890 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
2891
2892 * replace.el (occur-1): Don't display regexp if it is longer
2893 than window-width. Use `query-replace-descr' to display regexp.
2894 (occur-engine): Don't display regexp in the buffer header for
2895 multi-buffer occur. Display a separate header line with total
2896 match count and regexp for multi-buffer occur.
2897 Use `query-replace-descr' to display regexp.
2898
f05e1b94
TZ
28992010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
2900
2901 * net/secrets.el: Fix parenthesis.
2902 (secrets-enabled): Fix parenthesis.
2903
801ba3ba
SM
29042010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2905
3613edce
SM
2906 Use more relative file and directory names.
2907 * Makefile.in (EMACS): Arrange for it to work when we chdir.
2908 (setwins, setwins_almost, setwins_for_subdirs):
2909 Don't `cd'; output relative names.
2910 (all, compile, compile-always, compile-last): Set emacswd.
2911 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
2912 Just cd to the lisp source dir so we can use relative file names.
2913
801ba3ba
SM
2914 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
2915
2b1400b9
GM
29162010-03-20 Glenn Morris <rgm@gnu.org>
2917
2918 * textmodes/rst.el: Use faces for font-lock customization, and make the
2919 old -face variables obsolete.
2920 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
2921 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
2922 (rst-block-face, rst-external-face, rst-definition-face)
2923 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
2924 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
2925 Make obsolete.
2926 (rst-font-lock-keywords-function): Update for above changes.
2927
5e418f17
JL
29282010-03-20 Juri Linkov <juri@jurta.org>
2929
2930 * s-region.el:
2931 * obsolete/s-region.el: Move to obsolete.
2932
b0287b39
JB
29332010-03-19 Juanma Barranquero <lekktu@gmail.com>
2934
2935 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
2936
3c95bbb6
DN
29372010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2938
2939 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
2940
09158997
DN
29412010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2942
2943 Add special markup processing for commit logs.
2944 * log-edit.el (log-edit-extra-flags): New variable.
2945 (log-edit): Add new argument MODE. Use that mode when non-nil
2946 instead of the log-view-mode.
2947 (log-view-process-buffer): New function.
2948
2949 * vc.el: Document that the checkin method takes optional
2950 arguments. Document new backend specific method: log-view-mode.
2951 (vc-default-log-edit-mode): New function.
2952 (vc-checkin): Use a backend specific log-view-mode.
2953 Pass extra arguments to the checkin method.
2954 (vc-modify-change-comment): Pass a dummy extra argument.
2955
2956 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
2957 log-edit.
2958 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
2959 (vc-finish-logentry): Process the log buffer before passing it
2960 down. Pass log-edit-extra-flags.
2961
2962 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
2963 command.
85626eef
SM
2964 (log-edit-extra-flags, log-edit-before-checkin-process):
2965 New declarations.
09158997
DN
2966
2967 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
2968 command.
85626eef
SM
2969 (log-edit-extra-flags, log-edit-before-checkin-process):
2970 New declarations.
09158997
DN
2971 (vc-hg-log-edit-mode): New derived mode.
2972
2973 * vc-arch.el (vc-arch-checkin):
2974 * vc-cvs.el (vc-cvs-checkin):
2975 * vc-git.el (vc-git-checkin):
2976 * vc-mtn.el (vc-mtn-checkin):
2977 * vc-rcs.el (vc-rcs-checkin):
2978 * vc-sccs.el (vc-sccs-checkin):
2979 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
2980
f430423d
SM
29812010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2982
2983 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
2984 parent typo).
2985
aa8f8277
GM
29862010-03-19 Glenn Morris <rgm@gnu.org>
2987
f430423d 2988 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 2989
04525749
GM
29902010-03-18 Glenn Morris <rgm@gnu.org>
2991
c70815f1
GM
2992 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
2993
84d0a5f8
GM
2994 * replace.el (query-replace-history): Give it a doc string.
2995 (map-query-replace-regexp): Use query-replace-from-history-variable
2996 and query-replace-to-history-variable.
2997
e3a15161
GM
2998 * mail/hashcash.el (declare-function): Remove duplicate definition.
2999
27be0364
GM
3000 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3001 Make it an obsolete alias for report-emacs-bug-address.
3002 (message-strip-special-text-properties): Declare.
3003 (report-emacs-bug): Remove test for a pretest bug address.
3004 Combine message-mode-specific code.
3005
88b8d18e
GM
3006 * mail/supercite.el: Don't require sendmail.
3007 (mh-in-header-p): Declare rather than using with-no-warnings.
3008 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
3009 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
3010
1a355d09
GM
3011 * calendar/cal-french.el: Convert to utf-8.
3012
04525749
GM
3013 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
3014 Emacs scripts.
3015
ae84eb97
MA
30162010-03-16 Michael Albinus <michael.albinus@gmx.de>
3017
3018 * net/secrets.el (secrets-enabled): New variable. Use it instead
3019 of a subfeature.
3020
7c75524e
MA
30212010-03-15 Michael Albinus <michael.albinus@gmx.de>
3022
3023 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
3024 service "org.freedesktop.secrets" can be pinged.
3025 Provide subfeature `enabled'.
7c75524e 3026
57938a79
JL
30272010-03-14 Juri Linkov <juri@jurta.org>
3028
3029 Add finder unknown keywords.
3030
3031 * finder.el (finder-unknown-keywords): New function.
3032
3033 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
3034 to create a Finder node with unknown keywords.
3035
88f4758e
JL
30362010-03-14 Juri Linkov <juri@jurta.org>
3037
3038 * finder.el (finder-compile-keywords): Replace `princ' with
3039 `prin1' on a list of symbols interned from keyword strings.
3040
3041 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
3042 a comma, then split keywords using a comma and optional whitespace.
3043 Otherwise, split by whitespace.
3044
3045 * complete.el:
3046 * face-remap.el:
3047 * log-view.el:
3048 * net/hmac-def.el:
3049 * net/hmac-md5.el:
3050 * net/netrc.el:
3051 * progmodes/mixal-mode.el: Fix keywords.
3052
7725ebb7
MA
30532010-03-13 Michael Albinus <michael.albinus@gmx.de>
3054
3055 * Makefile.in (ELCFILES): Add net/secrets.elc.
3056
3057 * net/secrets.el: New file.
3058
6f320937
CY
30592010-03-12 Chong Yidong <cyd@stupidchicken.com>
3060
3061 * facemenu.el (list-colors-display, list-colors-print): New arg
3062 callback. Use it to allow selecting colors.
3063
3064 * wid-edit.el (widget-image-insert): Insert image prop even if the
3065 current display is non-graphic.
3066 (widget-field-value-set): New fun.
3067 (editable-field): Use it.
3068 (widget-field-value-get): Clean up unused var.
85626eef
SM
3069 (widget-color-value-create, widget-color--choose-action):
3070 New funs. Allow using list-colors-display to choose color.
6f320937 3071
647f9993
CY
30722010-03-12 Chong Yidong <cyd@stupidchicken.com>
3073
3074 * cus-edit.el: Resort topmost custom groups.
3075 (custom-buffer-sort-alphabetically): Default to t.
3076 (customize-apropos): Use apropos-parse-pattern.
3077 (custom-search-field): New var.
3078 (custom-buffer-create-internal): Add custom-apropos search field.
3079 (custom-add-parent-links): Don't display parent doc.
3080 (custom-group-value-create): Don't sort top-level custom group.
85626eef 3081 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
3082
3083 (custom-variable-state): New fun, from custom-variable-state-set.
3084 (custom-variable-state-set): Use it.
3085 (custom-group-value-create): Hide options with standard values
3086 using the :hidden-states property. Use progress reporter.
3087
3088 (custom-show): Simplify.
3089 (custom-visibility): Disable images by default.
3090 (custom-variable): New property :hidden-states.
3091 (custom-variable-value-create): Enable images for
3092 custom-visibility widgets. Use :hidden-states property to
3093 determine initial visibility.
3094
3095 * wid-edit.el (widget-image-find): Give images center ascent.
3096 (visibility): Add :on-image and :off-image properties.
3097 (widget-visibility-value-create): Use them.
3098
eba5b4dd
CY
30992010-03-12 Chong Yidong <cyd@stupidchicken.com>
3100
3101 * cus-edit.el (processes): Remove from development group.
3102 (oop, hypermedia): Delete group.
26f4b8ab 3103 (comm): Promote to top-level group.
eba5b4dd
CY
3104
3105 * net/browse-url.el (browse-url):
3106 * net/xesam.el (xesam):
3107 * net/tramp.el (tramp):
3108 * net/goto-addr.el (goto-address):
26f4b8ab 3109 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
3110
3111 * view.el (view): Remove from editing group.
3112
3113 * uniquify.el (uniquify): Put in files group.
3114
3115 * net/browse-url.el (browse-url):
3116 * ps-print.el (postscript): Put in external group.
3117
3118 * cus-edit.el (outlines):
3119 * textmodes/text-mode.el (text-mode-hook):
3120 * textmodes/table.el (table):
3121 * textmodes/picture.el (picture):
3122 * outline.el (outlines): Put in wp group.
3123
3124 * nxml/nxml-mode.el (nxml): Remove from wp group.
3125
3126 * net/tramp-imap.el (tramp-imap): Put in tramp group.
3127
3128 * mail/metamail.el (metamail): Remove from hypermedia group.
3129
3130 * cus-edit.el (abbrev):
3131 * whitespace.el (whitespace):
3132 * vcursor.el (vcursor):
3133 * reveal.el (reveal):
3134 * hl-line.el (hl-line): Put in convenience group.
3135
3136 * epg-config.el (epg): Put in data group.
3137
3138 * emulation/pc-select.el (pc-select): Put in emulations group.
3139
3140 * calculator.el (calculator): Put in applications group.
3141
8117868f
DN
31422010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
3143
3144 Add .dir-locals.el support for file-less buffers.
3145 * files.el (hack-local-variables): Split out code to apply local
3146 variable settings ...
3147 (hack-local-variables-apply): ... here. New function.
3148 (hack-dir-local-variables): Use the default directory for when the
3149 buffer does not have an associated file.
3150 (hack-dir-local-variables-non-file-buffer): New function.
3151 * diff-mode.el (diff-mode):
3152 * vc-annotate.el (vc-annotate-mode):
3153 * vc-dir.el (vc-dir-mode):
3154 * log-edit.el (log-edit-mode):
3155 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
3156
855a2294
DN
31572010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
3158
3159 Add support for shelving snapshots and for showing shelves.
3160 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
3161 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
3162 New functions.
3163 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3164 (vc-bzr-extra-menu-map): Map them.
3165
3e5b7009
GM
31662010-03-11 Glenn Morris <rgm@gnu.org>
3167
0dcf7d7e
GM
3168 * cus-edit.el (customize-changed-options-previous-release):
3169 Bump to 23.1.
3170
3e5b7009
GM
3171 * image.el (image-animate-max-time): Fix :version tag.
3172
288f9fc0
CY
31732010-03-10 Chong Yidong <cyd@stupidchicken.com>
3174
3175 * Branch for 23.2.
3176
53ef91b1
SM
31772010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3178
3179 * vc-git.el (vc-git-revision-table): Include remote branches.
3180
b41460ae 31812010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
3182
3183 Animated image API.
3184 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
3185
3186 * image.el (image-animate-max-time): New defcustom.
3187 (image-animated-types): New defconst.
3188 (create-animated-image, image-animate-timer)
3189 (image-animate-start, image-animate-stop, image-animate-timeout)
3190 (image-animated-p): New functions.
3191
3192 * image-mode.el (image-toggle-display-image):
3193 Replace `create-image' with `create-animated-image'.
3194
e5d1fb10 31952010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
3196
3197 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
3198 instead of "format:"; this ensures that the output is
3199 newline-terminated.
3200
4e7cafbe
CY
32012010-03-08 Chong Yidong <cyd@stupidchicken.com>
3202
3203 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
3204 that all errors are caught, and that the return value is always a
3205 list (Bug#5692).
3206
aec66319
KH
32072010-03-08 Kenichi Handa <handa@m17n.org>
3208
3209 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 3210 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 3211
b327c975
AS
32122010-03-07 Andreas Schwab <schwab@linux-m68k.org>
3213
3214 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
3215 call to rfc822-bad-address. (Bug#5692)
3216
1c465a6a
CY
32172010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
3218
85626eef
SM
3219 * vc-git.el (vc-git-annotate-extract-revision-at-line):
3220 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 3221
a4e32226
CY
32222010-03-06 Chong Yidong <cyd@stupidchicken.com>
3223
3224 * calculator.el (calculator): Don't bind split-window-keep-point
3225 (Bug#5674).
3226
4c83ed3d
SM
32272010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3228
3229 * vc-git.el: Re-flow to fit into 80 columns.
3230 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
3231 Remove spurious `quote' element in each case alternative.
3232 (vc-git-show-log-entry): Use prog1.
3233 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
3234
d40a7570
GM
32352010-03-06 Glenn Morris <rgm@gnu.org>
3236
3237 * cedet/semantic/grammar.el (semantic-grammar-header-template):
3238 Update template copyright to GPLv3+.
3239
e8defde3
SM
32402010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3241
3242 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
3243
233f0c9f
CY
32442010-03-03 Chong Yidong <cyd@stupidchicken.com>
3245
3246 * macros.el (insert-kbd-macro): Look up keyboard macro using the
3247 definition, not the name (Bug#5481).
3248
254bedef 32492010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
3250
3251 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
3252 argument with a local variable. (Bug#5670)
3253
7187cdae
JL
32542010-03-02 Juri Linkov <juri@jurta.org>
3255
3256 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
3257
9cf3544e
MA
32582010-03-02 Michael Albinus <michael.albinus@gmx.de>
3259
3260 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
3261 error when FILENAME and NEWNAME are existing remote directories.
3262
3263 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
3264 parameter DIR-FLAG.
3265
33f77982
GM
32662010-03-02 Glenn Morris <rgm@gnu.org>
3267
3268 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
3269 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
3270
d99ea08e
KH
32712010-03-01 Kenichi Handa <handa@m17n.org>
3272
e8defde3 3273 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
3274 myanmar-composable-pattern.
3275
e8defde3
SM
3276 * international/characters.el (script-list):
3277 * international/fontset.el (script-representative-chars):
3278 Change myanmar to burmese.
d99ea08e 3279 (otf-script-alist): Likewise.
4aa2c3b2
KH
3280 (setup-default-fontset): Likewise. Re-fix :otf spec.
3281
b374f54d
KY
32822010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3283
3284 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
3285
71572c03
JD
32862010-02-28 Jan Djärv <jan.h.d@swipnet.se>
3287
3288 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
3289
00cffdeb
MA
32902010-02-28 Michael Albinus <michael.albinus@gmx.de>
3291
3292 * net/tramp.el (tramp-handle-write-region): START can be a string.
3293 Take care in the checks. Reported by Dan Davison
3294 <davison@stats.ox.ac.uk>.
3295
d4b06783
MA
32962010-02-28 Michael Albinus <michael.albinus@gmx.de>
3297
3298 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
3299 (dbus-set-property, dbus-get-all-properties):
3300 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 3301
8c3e96d2
CY
33022010-02-28 Chong Yidong <cyd@stupidchicken.com>
3303
de3a1fe9
CY
3304 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
3305 * emacs-lisp/elint.el (elint-add-required-env):
3306 * cedet/semantic/db-find.el
3307 (semanticdb-find-translate-path-brutish-default):
3308 * cedet/ede/make.el (ede-make-check-version):
3309 * calendar/icalendar.el (icalendar--add-diary-entry):
3310 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
3311 * files.el (recover-session-finish): Use with-current-buffer
3312 instead of save-excursion.
3313
c53b9c3b
SM
33142010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
3315
3316 Fix in-buffer completion when after-change-functions modify the buffer.
3317 * minibuffer.el (completion--replace): New function.
3318 (completion--do-completion): Use it and use relative movement.
3319
4a16bdc6
CY
33202010-02-27 Chong Yidong <cyd@stupidchicken.com>
3321
3322 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 3323
b8280f39
CY
33242010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
3325
c53b9c3b
SM
3326 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
3327 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 3328
f88cc4d6
KH
33292010-02-26 Kenichi Handa <handa@m17n.org>
3330
3331 * language/burmese.el: Fix entries in composition-function-table.
3332 (myanmar-composable-pattern): New variable.
3333
3334 * international/fontset.el (setup-default-fontset): Add an entry
3335 for myanmar.
3336
3337 * international/characters.el (script-list): Add Myanmar
3338 Extended-A.
3339
cdbf9100
GM
33402010-02-26 Glenn Morris <rgm@gnu.org>
3341
90a94603
GM
3342 * custom.el (custom-initialize-delay): Doc fix.
3343
cdbf9100
GM
3344 * mail/sendmail.el (send-mail-function): Autoload the call
3345 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
3346
f95a5fd0
CY
33472010-02-24 Chong Yidong <cyd@stupidchicken.com>
3348
3349 * files.el (hack-local-variables-filter): For eval forms, also
3350 check safe-local-variable-p (Bug#5636).
3351
6583ba0e
CY
33522010-02-24 Eduard Wiebe <usenet@pusto.de>
3353
3354 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
3355 and use c(ad)r of cddr (Bug#5640).
3356
459a5f4b
MA
33572010-02-22 Michael Albinus <michael.albinus@gmx.de>
3358
3359 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
3360 setting the modes by `ignore-errors'. It might fail, for example
3361 if the file is not owned by the user but the group.
3362 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
3363
bb23f6e8
CY
33642010-02-21 Chong Yidong <cyd@stupidchicken.com>
3365
50c58e27
CY
3366 * files.el (directory-listing-before-filename-regexp): Use
3367 stricter matching for iso-style dates, to avoid false matches with
3368 date-like filenames (Bug#5597).
3369
b660eb70
CY
3370 * htmlfontify.el (htmlfontify): Doc fix.
3371
3372 * eshell/eshell.el (eshell): Doc fix.
3373
bb23f6e8
CY
3374 * startup.el (fancy-about-screen): In mode-line, apply
3375 mode-line-buffer-id face only to the buffer name (Bug#5613).
3376
3e39928c
CY
33772010-02-20 Kevin Ryde <user42@zip.com.au>
3378
f7e0618c
JB
3379 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3380 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
3381 (Bug#5599).
3382
0f00e948
EZ
33832010-02-20 Eli Zaretskii <eliz@gnu.org>
3384
3385 * subr.el (remove-yank-excluded-properties): Explain in a comment
3386 why `category' property is removed.
3387
3513efb2
CY
33882010-02-19 Chong Yidong <cyd@stupidchicken.com>
3389
3390 * isearch.el (isearch-update-post-hook, isearch-update): Revert
3391 2010-02-17 change.
3392
b4340b3f
UJ
33932010-02-19 Ulf Jasper <ulf.jasper@web.de>
3394
3395 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3396 (icalendar--convert-weekly-to-ical)
3397 (icalendar--convert-yearly-to-ical)
3398 (icalendar--convert-block-to-ical)
3399 (icalendar--convert-cyclic-to-ical)
3400 (icalendar--convert-anniversary-to-ical): Take care of time
3401 specifications where hour has 1-digit only (Bug#5549).
3402
8cfae03d
NR
34032010-02-19 Nick Roberts <nickrob@snap.net.nz>
3404
3405 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3406 of disassemble output in GDB 7.1.
3407
055e4eea
GM
34082010-02-19 Glenn Morris <rgm@gnu.org>
3409
3410 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3411 property. (Bug#5593)
3412
ff6b00de
SS
34132010-02-18 Sam Steingold <sds@gnu.org>
3414
3415 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3416
fe8c0b47
SM
34172010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3418
3419 Use abbreviated file names in bookmarks (bug#5591).
3420 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3421 calls to expand-file-name.
3422 (bookmark-relocate): Use abbreviated file names in bookmarks.
3423 (bookmark-load): Use abbreviated file names in messages.
3424
73a37a69
MA
34252010-02-18 Michael Albinus <michael.albinus@gmx.de>
3426
3427 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3428 expand "." and "..". Reported by Thierry Volpiatto
3429 <thierry.volpiatto@gmail.com>.
3430
6e4f5731
MA
34312010-02-18 Michael Albinus <michael.albinus@gmx.de>
3432
3433 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3434 permissions of the temporary file to "0600". In case the remote
3435 file has no read permissions for the owner, there might be
3436 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
3437
343822010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
3439
3440 * emacs-lisp/authors.el (authors-renamed-files-alist):
3441 Add entries for INSTALL.CVS.
3442
ba5bf642
MH
34432010-02-17 Mark A. Hershberger <mah@everybody.org>
3444
f7e0618c 3445 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 3446
f7e0618c 3447 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
3448 (isearch-update): Use the new hook.
3449
aac0b0f2
MA
34502010-02-16 Michael Albinus <michael.albinus@gmx.de>
3451
fe8c0b47
SM
3452 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3453 Fix errors in copying directories.
aac0b0f2
MA
3454 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3455 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3456 (tramp-handle-delete-file)
3457 (tramp-handle-dired-recursive-delete-directory)
3458 (tramp-handle-write-region): Flush also the cache for the upper
3459 directory.
3460
05bbe066
CY
34612010-02-16 Chong Yidong <cyd@stupidchicken.com>
3462
e8ab3908
CY
3463 * simple.el (save-interprogram-paste-before-kill): Doc fix.
3464
ff90f4b0
CY
3465 * cus-edit.el (hardware): Doc fix.
3466
3467 * man.el (man): Add to external custom group.
3468
3469 * delim-col.el (columns): Move to wp custom group.
3470
3471 * doc-view.el (doc-view): Add to data custom group.
3472
3473 * cedet/data-debug.el (data-debug): Move to extensions group.
3474
3475 * cedet/ede.el (ede):
3476 * cedet/srecode.el (srecode):
3477 * cedet/semantic.el (semantic): Put in tools and extensions group.
3478
fe8c0b47 3479 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 3480
05bbe066
CY
3481 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3482 by ispell-parse-output (Bug#5575).
3483
fa6ea913
KH
34842010-02-16 Kenichi Handa <handa@m17n.org>
3485
3486 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3487 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3488 (skkdic-convert): Use `euc-japan' coding system for writing.
3489
88fd78ae
GM
34902010-02-16 Glenn Morris <rgm@gnu.org>
3491
3492 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3493 tex-main-file before using it. (Bug#5562)
3494
2b8c974a
SM
34952010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3496
3497 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3498 warnings, since it is annoying for the user to see them each time he
3499 runs the code.
3500
7540f029
MA
35012010-02-15 Michael Albinus <michael.albinus@gmx.de>
3502
3503 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3504 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3505 instead of PROC for caching "first-password-request". Otherwise,
3506 new processes would not profit from passwords already entered.
3507
2b8c974a
SM
3508 * net/tramp-cache.el (tramp-dump-connection-properties):
3509 Don't save "first-password-request" property.
7540f029 3510
fa5f7c5f
JB
35112010-02-14 Juanma Barranquero <lekktu@gmail.com>
3512
3513 * outline.el (outline-head-from-level):
3514 * simple.el (with-wrapper-hook):
3515 * cedet/ede.el (ede-run-target, project-delete-target)
3516 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
3517 (ede-adebug-project, ede-adebug-project-parent)
3518 (ede-adebug-project-root):
3519 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3520 (elint-defun, elint-buffer-env, elint-top-form-logged)
3521 (elint-unbound-variable):
3522 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3523 Fix typos in docstrings.
3524
ecbaeb7b
MA
35252010-02-14 Michael Albinus <michael.albinus@gmx.de>
3526
3527 * files.el (insert-directory): When WILDCARD-REGEXP and
3528 FULL-DIRECTORY-P are nil, insert the file entry instead of the
3529 whole directory. (Bug#5551)
3530
3531 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
3532 dired's alignment sanity. (Bug#5516)
3533
91e3333f
JL
35342010-02-14 Juri Linkov <juri@jurta.org>
3535
3536 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3537 Remove remaining ^H with their preceding chars. (Bug#5566)
3538
36020642
GM
35392010-02-13 Glenn Morris <rgm@gnu.org>
3540
3541 * simple.el (transpose-subr): Give it a doc-string.
3542
3543 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3544 Doc fixes.
3545
f5952338
JL
35462010-02-12 Juri Linkov <juri@jurta.org>
3547
3548 * arc-mode.el (archive-unique-fname): Make directories for nested
3549 archives. (Bug#5540)
3550
918fe50f
JL
35512010-02-12 Juri Linkov <juri@jurta.org>
3552
3553 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
3554
c07ff221
SM
35552010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3556
48b1e7cf
SM
3557 * subr.el (copy-overlay): Handle deleted overlays.
3558
c07ff221
SM
3559 * man.el (Man-completion-table): Don't signal an error if we can't run
3560 manual-program (bug#4056).
3561
0e374247
JB
35622010-02-10 Juanma Barranquero <lekktu@gmail.com>
3563
3564 * textmodes/artist.el (artist-mt): Fix typos in docstring.
3565
dbf8402b
SM
35662010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3567
348d1e60
SM
3568 * info.el (Info-bookmark-jump): Simplify.
3569
dbf8402b
SM
3570 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3571 (bookmark-default-handler): Accept new bookmark field `buffer'.
3572
e6d23bb5
CY
35732010-02-10 Chong Yidong <cyd@stupidchicken.com>
3574
3575 * iswitchb.el (iswitchb-completions): Revert last change.
3576
a8e4290b
MA
35772010-02-10 Michael Albinus <michael.albinus@gmx.de>
3578
2b23acde 3579 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
3580 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3581 This prevents file names like "~/" being listed literally.
a8e4290b 3582
c59d6fad
DN
35832010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
3584
348d1e60
SM
3585 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3586 Remove dead code. (Bug#5546)
c59d6fad 3587
3a66e78f
CY
35882010-02-09 Chong Yidong <cyd@stupidchicken.com>
3589
3590 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3591 correctly (Bug#5548).
3592
f29fd869
CY
35932010-02-08 Jose E. Marchesi <jemarch@gnu.org>
3594
3595 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 3596 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 3597
7fad1447
KH
35982010-02-08 Kenichi Handa <handa@m17n.org>
3599
3600 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 3601 cookie for putting `lisp-indent-function'.
7fad1447 3602
50e4518b
GM
36032010-02-07 Glenn Morris <rgm@gnu.org>
3604
3605 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3606 Move F2003 named interfaces from keywords-2 to keywords-1, and
3607 use function-name-face rather than constant-face.
3608 Simplify "abstract interface" regexp.
3609
a4cc44cf
CY
36102010-02-07 Chong Yidong <cyd@stupidchicken.com>
3611
3612 * eshell/esh-util.el (eshell-file-attributes): New optional arg
3613 ID-FORMAT. Pass it to `file-attributes'.
3614
3615 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3616
c917476d
CY
36172010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
3618
3619 * faces.el (set-face-attribute): Allow calling
3620 internal-set-lisp-face-attribute with 'unspecified family and
3621 foundry argument (Bug#5536).
3622
7cf3f3d6
GM
36232010-02-07 Glenn Morris <rgm@gnu.org>
3624
3625 * progmodes/f90.el (f90-font-lock-keywords-2)
3626 (f90-looking-at-type-like, f90-looking-at-program-block-end):
3627 Handle F2003 named interfaces.
3628
ffe87109
CY
36292010-02-06 Chong Yidong <cyd@stupidchicken.com>
3630
3631 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3632 beg and end before calling c-get-state-before-change-functions.
3633
4775ecad
DN
36342010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
3635
3636 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
3637
0d17c4b9
JL
36382010-02-05 Juri Linkov <juri@jurta.org>
3639
3640 * doc-view.el (doc-view-mode):
3641 * image-mode.el (image-mode): Put property mode-class=special.
3642 (Bug#4896)
3643
8228a275
MH
36442010-02-05 Mark A. Hershberger <mah@everybody.org>
3645
3646 * vc-svn.el (vc-svn-revision-table): New function.
3647
d9320986
MA
36482010-02-05 Michael Albinus <michael.albinus@gmx.de>
3649
3650 * net/ange-ftp.el (ange-ftp-insert-directory):
3651 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3652 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3653 Handle also directories. (Bug#5478)
3654
f43d8ecc
GM
36552010-02-05 Glenn Morris <rgm@gnu.org>
3656
3657 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3658
ce3a988d
CY
36592010-02-05 Chong Yidong <cyd@stupidchicken.com>
3660
3661 * startup.el (command-line-1): Convert options beginning with a
3662 single dash as well (Bug#5519).
3663
bdd42899
SM
36642010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
3665
51b23c44
SM
3666 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3667 * minibuffer.el (completion-initials-expand): Only check the presence
3668 of delims *within* the boundaries, since otherwise the / delim is
3669 always found for files.
3670
bdd42899
SM
3671 Fix up various corner case problems.
3672 * doc-view.el (doc-view-last-page-number): New function.
3673 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3674 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3675 (doc-view-kill-proc): Avoid inf-loop in freak cases.
3676 (doc-view-reconvert-doc): Use the new recursive delete-directory.
3677 (doc-view-convert-current-doc): Don't create the resolution.el file
3678 here any more.
3679 (doc-view-pdf/ps->png): Do it here instead.
3680 (doc-view-already-converted-p): Check that resolution.el is present.
3681 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3682 windows that are not yet showing images.
3683
d5b3979c
MA
36842010-02-04 Michael Albinus <michael.albinus@gmx.de>
3685
3686 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3687 `dired-uncache' for every elemnt which is an absolute file name.
3688
3689 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3690 directory, handle its directory component.
3691 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3692 function is called permanently and creates noise, otherwise.
3693
3694 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3695 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3696 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
3697
b003beb1
DB
36982010-02-04 David Burger <dburger@google.com> (tiny change)
3699
3700 * macros.el (apply-macro-to-region-lines):
3701 Minor simplification. (Bug#5485)
3702
ea92f9f3
GM
37032010-02-04 Glenn Morris <rgm@gnu.org>
3704
a03ae20d
GM
3705 * mail/rmail.el (rmail-show-message-1): Handle malformed
3706 quoted-printable text. (Bug#5441)
3707
4d01b827
GM
3708 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3709
ea92f9f3
GM
3710 * simple.el (visual-line-mode): Capitalize lighter.
3711
82055bb7
JW
37122010-02-03 John Wiegley <jwiegley@gmail.com>
3713
3714 * iswitchb.el (iswitchb-completions): Add bookmark files to the
3715 list of files considered for "virtual buffer" completions.
3716
8214b6e4
MA
37172010-02-03 Michael Albinus <michael.albinus@gmx.de>
3718
3719 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3720 also in case of (and (not full) (not wildcard)). This is needed,
3721 when dired is called with a list of files, which are not in
3722 `default-directory'. (Bug#5478)
3723
1df9718f
SM
37242010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3725
3726 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3727
02ba1267
JL
37282010-02-02 Juri Linkov <juri@jurta.org>
3729
3730 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3731 from unidiff to allow function-line after @@.
3732
a0c6a0fb
JL
37332010-02-02 Juri Linkov <juri@jurta.org>
3734
3735 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3736 '(RCS SCCS) with inverted condition.
3737
c35fcd52
MA
37382010-02-02 Michael Albinus <michael.albinus@gmx.de>
3739
3740 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3741 messages.
3742
6ba973c1
JL
37432010-02-01 Juri Linkov <juri@jurta.org>
3744
3745 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3746 compare with "pkunzip" and "pkzip" instead of only "pkzip".
3747 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3748 only when (car archive-zip-extract) is "unzip". (Bug#5475)
3749
0bca393f
SM
37502010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3751
3752 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3753 (doc-view-revert-buffer): New command.
3754 (doc-view-mode-map): Use it.
3755
7a444e2a
DN
37562010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3757
3758 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3759 pending merge is detected.
3760
ad6fc8f4
JL
37612010-01-31 Juri Linkov <juri@jurta.org>
3762
3763 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3764 beginning of interactive spec like all other grep commands do.
3765 Put "all" in front of "gz". (Bug#5260)
3766
b9236874
DN
37672010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3768
3769 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3770
1e868757
CY
37712010-01-29 Chong Yidong <cyd@stupidchicken.com>
3772
3773 * dirtrack.el (dirtrack): Warn instead of signalling error if the
3774 regexp is incorrect (Bug#5476).
3775
e5c70c41
MA
37762010-01-29 Michael Albinus <michael.albinus@gmx.de>
3777
3778 * net/tramp.el (tramp-handle-insert-directory): Handle also
3779 symlinks, when FILENAME is not in `default-directory'.
3780
0c0b61f1
MA
37812010-01-28 Michael Albinus <michael.albinus@gmx.de>
3782
3783 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 3784 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
3785
3786 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3787 of SWITCHES. Handle the case, FILENAME is not in
3788 `default-directory'. (Bug#5478)
3789 (tramp-register-file-name-handlers): Add safe-magic property.
3790
763f325e
CY
37912010-01-28 Chong Yidong <cyd@stupidchicken.com>
3792
3793 * arc-mode.el (archive-zip-extract): Quote the argument passed to
3794 unzip (Bug#5475).
3795
fd09a83f
CY
37962010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
3797
3798 * progmodes/flymake.el (flymake-allowed-file-name-masks)
3799 (flymake-master-make-header-init): Add other C++ filename masks.
3800 (flymake-find-possible-master-files)
3801 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3802
7e5686f0
MA
38032010-01-28 Michael Albinus <michael.albinus@gmx.de>
3804
3805 Fix some busybox annoyances.
3806
3807 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3808 not responding." string.
3809 (tramp-open-connection-setup-interactive-shell): Dump stty
3810 settings. Enable "neveropen" arg for all `tramp-send-command'
3811 calls. Handle "=" in variable values properly.
3812 (tramp-find-inline-encoding): Raise an error, when no encoding is
3813 found.
3814 (tramp-wait-for-output): Check, whether PROC buffer is available.
3815 Remove spurious " ^H" sequences, sent by busybox.
3816 (tramp-get-ls-command): Suppress coloring, if possible.
3817
c6265c10
GM
38182010-01-28 Glenn Morris <rgm@gnu.org>
3819
c85a168b
GM
3820 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
3821
c6265c10
GM
3822 * log-edit.el (log-edit-strip-single-file-name): Add missing
3823 :safe, :group, and :version tags.
3824
7d82a738
SB
38252010-01-27 Stephen Berman <stephen.berman@gmx.net>
3826
3827 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3828 buffers. (Bug#5477)
3829
8b0e68ea
CY
38302010-01-27 David De La Harpe Golden <david@harpegolden.net>
3831
3832 * files.el (delete-directory): Handle moving to trash without
3833 first doing recursion (Bug#5436).
3834
368d3208
DN
38352010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
3836
3837 * vc-hooks.el (vc-path): Mark as obsolete.
3838
755da7fa
DN
38392010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
3840
e2396d80
DN
3841 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3842 names too.
3843
755da7fa
DN
3844 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3845 for the short log.
3846 (vc-bzr-log-view-mode): Adjust regexp for the above change.
3847
6a6d15ab 38482010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 3849
ac9ffe99 3850 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 3851
48c2d18a 3852 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 3853
504dcc71
EH
38542010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
3855
3856 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3857 diff-index command. This requires at least git-1.5.5. (Bug#1589).
3858
51850286
DN
38592010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3860
c2f1d6d8
DN
3861 Remove support for adding --signoff on commit.
3862 Future support will use an incompatible generic mechanism.
3863 * vc-git.el (vc-git-add-signoff): Remove variable.
3864 (vc-git-toggle-signoff): Remove function.
3865 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3866
51850286
DN
3867 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
3868 from xterm-set-background-mode. Return t if the background mode
3869 was set.
3870 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3871 earlier, call it again in case the background mode has changed.
3872
02c6d0d0
CY
38732010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
3874
3875 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3876 (Bug#3541).
3877
064eee03
CY
38782010-01-23 Chong Yidong <cyd@stupidchicken.com>
3879
02c6d0d0
CY
3880 * emacs-lisp/assoc.el (aelement): Doc fix.
3881 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 3882
5336c3ec 38832010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 3884
48c2d18a 3885 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
3886 is the same as subprogram call, not declaration. (Bug#5435).
3887
0536254e
MA
38882010-01-23 Michael Albinus <michael.albinus@gmx.de>
3889
3890 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3891 (tramp-smb-maybe-open-connection): Use it.
3892
411d06c2
MA
38932010-01-22 Michael Albinus <michael.albinus@gmx.de>
3894
0536254e 3895 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 3896
c893016b
SM
38972010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3898
3899 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3900 just because we see "encoding: 8bit".
3901 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3902
9425f8e1
CY
39032010-01-22 Chong Yidong <cyd@stupidchicken.com>
3904
3905 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3906
6a801864
EZ
39072010-01-22 Eli Zaretskii <eliz@gnu.org>
3908
3909 * jka-compr.el (jka-compr-load): If load-file is not in
3910 load-history, try its file-truename version. (bug#5447)
3911
3e8f7d91
AM
39122010-01-21 Alan Mackenzie <acm@muc.de>
3913
3914 Fix a situation where deletion of a cpp construct throws an error.
3915 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
3916 invoking c-with-all-but-one-cpps-commented-out, check that the
3917 special cpp construct is still in the buffer.
3918 (c-parse-state): Record the special cpp with markers, not numbers.
3919
f0bd0ad5
CY
39202010-01-21 Kenichi Handa <handa@m17n.org>
3921
3922 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3923 process last-command-event, as it is now decoded first (Bug#5380).
3924
5189d95b
CY
39252010-01-20 Chong Yidong <cyd@stupidchicken.com>
3926
3927 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3928
e073d74a
GM
39292010-01-20 Glenn Morris <rgm@gnu.org>
3930
3931 * indent.el (tab-always-indent): Fix custom-type.
3932
8ee04f3a
AM
39332010-01-19 Alan Mackenzie <acm@muc.de>
3934
3935 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3936 buffer throws "args out of range".
3937 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3938 playing the role of delimiter.
3939
6a47c86a
SL
39402010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3941
bf0b361c 3942 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
3943 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3944 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3945 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3946 Improve comments in "is" portion. Handle null procedure declaration.
3947 (ada-move-to-end): Improve doc string.
3948
2acfb954
ÓF
39492010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3950
e90d57c0 3951 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 3952 Remove obsolete information from commentary.
e90d57c0
JB
3953 (ido-choice-list): Initialize to nil.
3954 (ido-get-bufname): Reject minibuffers.
3955 (ido-make-buffer-list): If "default" is a nonexistent
3956 buffer, ignore it, as per the function's comment.
3957 (ido-kill-buffer-internal): New function.
3958 (ido-kill-buffer-at-head): Use it.
3959 (ido-visit-buffer): Likewise.
2acfb954 3960
244b023e
CY
39612010-01-18 Chong Yidong <cyd@stupidchicken.com>
3962
3963 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3964
db9e401b
JB
39652010-01-18 Juanma Barranquero <lekktu@gmail.com>
3966
3967 * cedet/ede/locate.el (ede-locate-file-in-project)
3968 (ede-locate-file-in-project-impl): Fix typos in docstrings.
3969 (ede-enable-locate-on-project): Fix typos in error messages.
3970
3971 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
3972 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
3973 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
3974 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
3975 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
3976 Fix typos in menu help.
3977
3978 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3979 Fix typos in chart titles.
3980
3981 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3982 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
3983 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
3984 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
3985 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
3986 (semantic-parse-stream, semantic-parse-region)
3987 (semantic-parse-region-default, semantic--set-buffer-cache)
3988 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
3989 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
3990 (semantic-default-submodes):
3991 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
3992 (semanticdb-create-ebrowse-database)
3993 (semanticdb-find-tags-for-completion-method)
3994 (semanticdb-find-tags-by-class-method)
3995 (semanticdb-deep-find-tags-by-name-method)
3996 (semanticdb-deep-find-tags-for-completion-method):
3997 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
3998 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
3999 (semanticdb-find-tags-for-completion-method)
4000 (semanticdb-find-tags-by-class-method)
4001 (semanticdb-deep-find-tags-for-completion-method):
4002 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
4003 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
4004 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
4005 (semanticdb-find-tags-by-name-method)
4006 (semanticdb-find-tags-by-name-regexp-method)
4007 (semanticdb-find-tags-for-completion-method)
4008 (semanticdb-find-tags-by-class-method)
4009 (semanticdb-find-tags-external-children-of-type-method)
4010 (semanticdb-find-tags-subclasses-of-type-method)
4011 (semanticdb-deep-find-tags-by-name-method)
4012 (semanticdb-deep-find-tags-by-name-regexp-method)
4013 (semanticdb-deep-find-tags-for-completion-method):
4014 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
4015 (semanticdb-enable-gnu-global-in-buffer)
4016 (semanticdb-find-tags-for-completion-method)
4017 (semanticdb-deep-find-tags-by-name-method)
4018 (semanticdb-deep-find-tags-for-completion-method):
4019 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
4020 (javascript-mode, semanticdb-find-translate-path)
4021 (semanticdb-find-tags-for-completion-method)
4022 (semanticdb-find-tags-by-class-method)
4023 (semanticdb-deep-find-tags-by-name-method)
4024 (semanticdb-deep-find-tags-for-completion-method)
4025 (semanticdb-find-tags-external-children-of-type-method):
4026 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
4027 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
4028 (global-semantic-idle-scheduler-mode):
4029 * cedet/srecode/dictionary.el (srecode-field-value)
4030 (srecode-dictionary-add-section-dictionary):
4031 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
4032 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
4033 (describe-class, eieio-describe-generic, describe-generic):
4034 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
4035 (eieio-speedbar-expand):
4036 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4037 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
4038 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
4039 (viper-del-backward-char-in-replace, viper-backward-indent)
4040 (viper-brac-function, viper-register-to-point, viper-submit-report):
4041 * net/tramp.el (tramp-remote-coding-commands):
4042 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
4043 Fix typos in docstrings.
4044
9295137d
CY
40452010-01-17 Chong Yidong <cyd@stupidchicken.com>
4046
4047 * mail/sendmail.el (mail-yank-original): Set the mark if the
4048 specified function for yanking does not do it.
4049
4d0bbcb6
DN
40502010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
4051
7902c120
DN
4052 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
4053
4d0bbcb6
DN
4054 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
4055 resyncing a directory.
4056
0b702bc1
SL
40572010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
4058
6a47c86a 4059 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
4060 (ada-ident-re): Delete ., allow multibyte characters.
4061 (ada-goto-label-re): New; matches goto labels.
4062 (ada-block-label-re): New; matches block labels.
4063 (ada-label-re): New; matches both.
4064 (ada-named-block-re): Deleted; callers changed to use
4065 `ada-block-label-re' instead.
4066 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
4067 Use `ada-block-label-re'.
4068 (ada-indent-on-previous-lines): Improve handling of goto labels.
4069 (ada-get-indent-block-start): Special-case block label.
4070 (ada-get-indent-label): Split into `ada-indent-block-label' and
4071 `ada-indent-goto-label'.
4072 (ada-goto-stmt-start, ada-goto-next-non-ws):
4073 Optionally ignore goto labels.
4074 (ada-goto-next-word): Simplify.
4075 (ada-indent-newline-indent-conditional): Insert newline before
4076 trying to fix indentation; doc fix.
4077
05287c49
JB
40782010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
4079
4080 * calc/calc.el (calc-command-flags): Give it an initial value.
4081
44e82a0b
GM
40822010-01-17 Glenn Morris <rgm@gnu.org>
4083
4084 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
4085
4963739e
JB
40862010-01-17 Juanma Barranquero <lekktu@gmail.com>
4087
4088 * cedet/semantic.el (semantic-mode):
4089 * files.el (minibuffer-with-setup-hook):
4090 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
4091 (artist-key-draw-continously, artist-key-do-continously-continously)
4092 (artist-key-set-point-continously, artist-mouse-draw-continously):
4093 Fix typos in docstrings.
4094
116bd1ee
CY
40952010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
4096
4097 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
4098 return t (Bug#3898).
4099
2784cd7a 41002010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
4101
4102 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
4103 can parse the output of the external commands (Bug#5279).
4104
abd5cfe8
CY
41052010-01-16 Jari Aalto <jari.aalto@cante.net>
4106
4107 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
4108
4fe22cdf
CY
41092010-01-16 Chong Yidong <cyd@stupidchicken.com>
4110
bbdc98ef
CY
4111 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
4112
c7dc1ac1
CY
4113 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
4114
4fe22cdf
CY
4115 * startup.el (command-line): Remove unused --icon-type arg.
4116 Handle --display arg, passing it to command-line-1 (Bug#5392).
4117
045b9da7
ML
41182010-01-16 Mario Lang <mlang@delysid.org>
4119
4120 * cedet/ede/cpp-root.el (ede-cpp-root-project):
4121 * cedet/ede/files.el (ede-expand-filename):
4122 * cedet/ede/simple.el (ede-simple-project):
4123 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4124 (semantic-complete-inline-tag-engine):
4125 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4126 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
4127 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4128 * cedet/semantic/db.el (semanticdb-equivalent-mode):
4129 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
4130 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4131 * emacs-lisp/chart.el (chart-translate-namezone):
4132 * textmodes/artist.el (artist-compute-popup-menu-table):
4133 Remove duplicated words in doc-strings.
4134
6554a5df
CY
41352010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
4136
4137 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
4138 to mairix-search to suppress threading (Bug#5342).
4139
ca4f0e9a
KH
41402010-01-15 Kenichi Handa <handa@m17n.org>
4141
4142 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 4143 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 4144
1db3226b
GM
41452010-01-15 Glenn Morris <rgm@gnu.org>
4146
56a03f46
GM
4147 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
4148
4149 * wid-edit.el (widget-keymap): Doc fix.
4150
1db3226b
GM
4151 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
4152 former seems to be more widely accepted by various svn versions.
4153
80cd4bb4
JB
41542010-01-14 Juanma Barranquero <lekktu@gmail.com>
4155
d1f18ec0
JB
4156 * find-cmd.el (find-constituents):
4157 * vc-arch.el (vc-arch-root):
4158 * window.el (window-body-height, pop-up-frames):
4159 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
4160 (semantic-no-reparse-needed-change-hook):
4161 * cedet/srecode/insert.el (srecode-resolve-argument-list)
4162 (srecode-template-inserter-blank, srecode-template-inserter-variable)
4163 (srecode-template-inserter-ask, srecode-template-inserter-width)
4164 (srecode-template-inserter-section-start)
4165 (srecode-template-inserter-section-end, srecode-insert-method):
4166 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
4167 * progmodes/ada-stmt.el (ada-if):
4168 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
4169 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
4170 (ispell-encoding8-command, ispell-aspell-supports-utf8)
4171 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
4172
80cd4bb4
JB
4173 * progmodes/flymake.el (flymake-post-syntax-check):
4174 Fix typo in error message.
4175
9c23ca47
JB
41762010-01-14 Juanma Barranquero <lekktu@gmail.com>
4177
4178 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
4179 which is always a string. (Bug#5313)
4180
8794c483
JB
41812010-01-14 Juanma Barranquero <lekktu@gmail.com>
4182
4183 * progmodes/ada-xref.el (ada-default-prj-properties):
4184 Simplify previous change.
4185
95005d39
SL
41862010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4187
4188 * progmodes/ada-xref.el (ada-default-prj-properties):
4189 Default ada_project_path to $ADA_PROJECT_PATH.
4190
41912010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
4192
4193 * progmodes/ada-mode.el (ada-create-keymap):
4194 Override `narrow-to-defun' with `ada-narrow-to-defun'.
4195
fb0d1545
SL
41962010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4197
4198 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
4199 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
4200 (ada-get-current-indent, ada-imenu-generic-expression)
4201 (ada-which-function): Check for it.
4202
5c9434d0
SL
42032010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4204
4205 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
4206 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
4207
3a4f3a3b
GM
42082010-01-14 Glenn Morris <rgm@gnu.org>
4209
4210 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
4211
d9a7c140
KH
42122010-01-14 Kenichi Handa <handa@m17n.org>
4213
4214 * composite.el (auto-composition-mode): Make it a buffer local
4215 variable (permanent-local).
4216 (auto-composition-function): Set the default value to
4217 auto-compose-chars.
49caf252 4218 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
4219 (global-auto-composition-mode): Likewise.
4220 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 4221
38bee102
KF
42222010-01-13 Karl Fogel <kfogel@red-bean.com>
4223
4224 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 4225
b8b45afc
MA
42262010-01-12 Michael Albinus <michael.albinus@gmx.de>
4227
4228 * files.el (copy-directory): Compute target for recursive
4229 directories with identical names. (Bug#5343)
4230
893db5bc
GM
42312010-01-12 Glenn Morris <rgm@gnu.org>
4232
4233 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
4234 it to bug-gnu-emacs rather than emacs-pretest-bug.
4235
2f27e6d4
JB
42362010-01-12 Juanma Barranquero <lekktu@gmail.com>
4237
4238 * cedet/data-debug.el (data-debug): Fix customization group reference.
4239
91abaf51
JB
42402010-01-12 Juanma Barranquero <lekktu@gmail.com>
4241
4242 * cedet/semantic/analyze.el (semantic-analyze-push-error)
4243 (semantic-analyze-context, semantic-analyze-context-assignment)
4244 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
4245 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
4246 (semantic-java-doc-keywords-map):
4247 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
4248 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
4249 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
4250 (semantic-c-classname, semantic-format-tag-uml-prototype)
4251 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
4252 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
4253 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
4254 (semantic-get-local-variables, semantic-end-of-command)
4255 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
4256 (lisp-mode):
4257 * cedet/semantic/bovine/make.el (makefile-mode):
4258 * cedet/semantic/wisent/python.el (wisent-python-string-re)
4259 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
4260 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
4261 (semantic-lex, semantic-get-local-variables, python-mode):
4262 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
4263 * cedet/srecode/extract.el (srecode-extract-state-set)
4264 (srecode-extract-method): Fix typos in docstrings.
4265
d8b8451f
SS
42662010-01-11 Sam Steingold <sds@gnu.org>
4267
4268 * imenu.el (imenu-default-create-index-function): Detect infinite
4269 loops caused by imenu-prev-index-position-function.
4270
30afcdff
JB
42712010-01-11 Juanma Barranquero <lekktu@gmail.com>
4272
4273 * htmlfontify.el (htmlfontify-load-rgb-file)
4274 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
4275 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
4276 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
4277 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
4278 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
4279 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
4280 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
4281 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
4282 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
4283 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
4284 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
4285 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
4286 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
4287 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
4288 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
4289 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
4290 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
4291 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
4292 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
4293 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
4294 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
4295 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
4296 backslash-quoting from parentheses, etc.
4297
92b1c416
CY
42982010-01-11 Chong Yidong <cyd@stupidchicken.com>
4299
4300 * progmodes/js.el: Autoload javascript-mode alias.
4301
4454adab
JB
43022010-01-11 Juanma Barranquero <lekktu@gmail.com>
4303
4304 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
4305 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
4306 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
4307 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
4308 Fix typos in docstrings.
4309 (ffap-url-regexp): Doc fix.
4310 (ffap-at-mouse): Fix typo in message.
4311
6589a2f9
GM
43122010-01-11 Glenn Morris <rgm@gnu.org>
4313
4314 * version.el (emacs-copyright): Set copyright year to 2010.
4315
4e5617ee
SM
43162010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4317
4318 * format.el (format-annotate-function): Only set
4319 write-region-post-annotation-function after running to-fn so as not to
4320 affect nested write-region calls (bug#5273).
4321
52bee098
CY
43222010-01-10 Chong Yidong <cyd@stupidchicken.com>
4323
4e5617ee
SM
4324 * cedet/semantic.el (semantic-new-buffer-setup-functions):
4325 Add python parser.
52bee098 4326
a069f067
CY
4327 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
4328 wisent/python.el.
4329
52bee098
CY
43302010-01-10 Richard Kim <emacs18@gmail.com>
4331
4332 * cedet/semantic/wisent/python-wy.el:
4333 * cedet/semantic/wisent/python.el: New files.
4334
e709e39d
CY
43352010-01-09 Chong Yidong <cyd@stupidchicken.com>
4336
4337 * man.el (Man-goto-section): Signal error if the section is not
4338 found (Bug#5317).
4339
6ee86780
JB
43402010-01-09 Juanma Barranquero <lekktu@gmail.com>
4341
4342 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
4343 URLs with a leading triple slash in the file: scheme. (Bug#5345)
4344
fa7b5f7b
CY
43452010-01-09 Chong Yidong <cyd@stupidchicken.com>
4346
4347 * progmodes/compile.el: Don't treat compile-command as safe if
4348 compilation-read-command might be nil (Bug#4218).
4349
de62c4d9
JD
43502010-01-09 Jan Djärv <jan.h.d@swipnet.se>
4351
4352 * startup.el (command-line-1): Use orig-argi to check for ignored X and
4353 NS options.
4354
e94be827
KH
43552010-01-08 Kenichi Handa <handa@m17n.org>
4356
4e5617ee
SM
4357 * international/fontset.el (build-default-fontset-data):
4358 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 4359
1dfae2a2
JB
43602010-01-07 Juanma Barranquero <lekktu@gmail.com>
4361
4362 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
4363 to `create-file-buffer' as it expects, not just a buffer name.
4364 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
4365 to help uniquify. (Bug#3224)
4366
d0cf45b7
JD
43672010-01-06 Jan Djärv <jan.h.d@swipnet.se>
4368
4369 * font-setting.el (font-setting-change-default-font): Use user-spec
4370 instead of name.
4371
7534fa5e
DN
43722010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4373
4374 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
4375
fd579fdc
CY
43762010-01-05 Tom Tromey <tromey@redhat.com>
4377
4e5617ee
SM
4378 * progmodes/python.el (python-font-lock-keywords):
4379 Handle qualified decorators (Bug#881).
fd579fdc 4380
37860caf
DN
43812010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4382
4383 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
4384 in a lightweight checkout.
4385
69db641d
KH
43862010-01-05 Kenichi Handa <handa@m17n.org>
4387
4e5617ee 4388 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 4389
b25d6a02
DN
43902010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4391
4392 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
4393
137d88ca
DN
43942010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
4395
4396 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
4397 checkouts. (Bug#618)
3d5d0aa9 4398 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
4399 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
4400 (vc-bzr-shelve-menu-map):
4401 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
4402 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 4403
da76998b
CY
44042010-01-02 Chong Yidong <cyd@stupidchicken.com>
4405
4406 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
4407 They are valid characters in URL paths (rfc3986), and at least
4408 Firefox does not understand the encoded version (Bug#3166).
4409
b2ad70b6
CY
44102010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
4411
4412 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
4413 (octave-block-begin-or-end-regexp, octave-block-match-alist):
4414 Add "end" keyword (Bug#3061).
b2ad70b6
CY
4415 (octave-end-as-array-index-p): New function.
4416 (calculate-octave-indent): Use it.
4417
54136282
KF
44182010-01-02 Karl Fogel <kfogel@red-bean.com>
4419
4420 * bookmark.el: Consistently put the text property on the bookmark name.
4421 (bookmark-bmenu-marks-width): Bump back to 2, to include
4422 annotation marks.
4423 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
4424 property on the bookmark name, instead of not putting it at all.
4425 (bookmark-bmenu-list): Fix where we put the text property.
4426
cc4d3cad
KF
44272010-01-02 Karl Fogel <kfogel@red-bean.com>
4428
4429 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
4430 for showing buffer modified state (as added in the previous change).
4431
b894c439
KF
44322010-01-02 Karl Fogel <kfogel@red-bean.com>
4433
4434 * bookmark.el: Show modified state of bookmark buffer more accurately.
4435 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
4436 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
4437 (with-buffer-modified-unmodified): New macro.
4438 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4439 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 4440 Use new macro to preserve the buffer modified state.
b894c439 4441
3a69db53
KF
44422010-01-02 Karl Fogel <kfogel@red-bean.com>
4443
4e5617ee 4444 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
4445 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
4446 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
4447 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
4448 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
4449 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
4450 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 4451
af414f10
EZ
44522010-01-02 Eli Zaretskii <eliz@gnu.org>
4453
4e5617ee
SM
4454 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4455 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 4456
f2ec0e5e
CY
44572010-01-02 Ryan Yeske <rcyeske@gmail.com>
4458
4459 * net/rcirc.el: Add follow-link binding (Bug#4738).
4460
38c1ba62
EZ
44612010-01-02 Eli Zaretskii <eliz@gnu.org>
4462
4e5617ee 4463 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
4464 (cvs-update): New target for backward compatibility.
4465
4e5617ee 4466 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
4467 (cvs-update): New target for backward compatibility.
4468
ea2c0f5b
KF
44692010-01-02 Karl Fogel <kfogel@red-bean.com>
4470
4471 * bookmark.el: Remove gratuitous gratitude.
4472
5ae329f4
KF
44732010-01-02 Karl Fogel <kfogel@red-bean.com>
4474
47989945
KF
4475 * bookmark.el (bookmark-bmenu-any-marks): New function
4476 (bookmark-bmenu-save): Clear buffer modification if no marks.
4477
44782010-01-02 Karl Fogel <kfogel@red-bean.com>
4479
4480 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
4481 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
4482 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
4483 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
4484
4485 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
4486 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
4487 To: emacs-devel {_AT_} gnu.org
4488 Subject: bookmark.el bug report
4489 Date: Mon, 28 Dec 2009 14:19:16 +0800
4490 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
4491
aef053eb
KF
44922010-01-02 Karl Fogel <kfogel@red-bean.com>
4493
4494 * bookmark.el: Improvements suggested by Drew Adams:
4495 (bookmark-bmenu-ensure-position): New name for
4496 `bookmark-bmenu-check-position'. Just ensure the position,
4497 don't return any meaningful value.
4498 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4499 New constants.
4500
0472835f
JB
45012010-01-02 Juanma Barranquero <lekktu@gmail.com>
4502
4503 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4504 (bookmark-yank-point, bookmark-bmenu-check-position):
4505 Fix typos in docstrings.
4506 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4507 (bookmark-name-from-full-record, bookmark-get-position)
4508 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4509 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4510 Remove useless quoting of parenthesis, etc. in docstrings.
4511
4512 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4513 (ediff-append-custom-diff): Fix typo in error message.
4514 (ediff-meta-mark-equal-files): Fix typos in messages.
4515
4516 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4517
4518 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
4519 Fix typo in docstring.
4520
4521 * net/imap-hash.el (imap-hash-make): Doc fix.
4522 (imap-hash-test): Fix typo in error message; reflow docstring.
4523 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4524 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4525 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4526 Fix typos in docstrings.
4527 (imap-hash-open-connection): Fix typo in error message.
4528
4529 * play/gomoku.el (gomoku): Fix typos in docstring.
4530
4531 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4532 (gdb-jsonify-buffer): Fix typos in docstring.
4533 (gdb-goto-breakpoint): Fix typo in error message.
4534 ("Display Other Windows"): Fix typo in help message.
4535 (gdb-speedbar-expand-node): Fix typo in question.
4536
4537 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4538 (idlwave-html-system-help-location, idlwave-html-help-location)
4539 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4540 (idlwave-help-browser-generic-args, idlwave-help-directory)
4541 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4542 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4543 (idlwave-online-help, idlwave-help-html-link)
4544 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4545 Fix typos in docstrings.
4546 (idlwave-help-with-source, idlwave-help-find-routine-definition):
4547 Reflow docstrings.
4548 (idlwave-help-assistant-start): Fix typo in error message.
4549
4550 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4551 (octave-electric-space): Fix typos in docstrings.
4552
9bbe0828
CY
45532010-01-01 Chong Yidong <cyd@stupidchicken.com>
4554
4555 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4556
a88c46c3
CY
45572010-01-01 Juri Linkov <juri@jurta.org>
4558
4559 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 4560 increase the default to 500 (Bug#5148).
a88c46c3 4561
7ee6c59b
NR
45622009-12-31 Nick Roberts <nickrob@snap.net.nz>
4563
4564 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4565 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4566 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4567
a9c8a2cd
NR
45682009-12-30 Nick Roberts <nickrob@snap.net.nz>
4569
4570 Show working revision correctly for mercurial.
4571 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 4572 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 4573
659e4408
JB
45742009-12-29 Juanma Barranquero <lekktu@gmail.com>
4575
4576 Declare some functions for the byte-compiler.
4577 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4578 (speedbar-timer-fn, speedbar-change-expand-button-char)
4579 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4580
7ee6c59b
NR
45812009-12-29 Nick Roberts <nickrob@snap.net.nz>
4582
4583 This changeset reverts GDB Graphical Interface to use annotations.
4584 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4585
460f6e7c
DN
45862009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4587
4588 Make vc-dir work on subdirectories of the bzr root.
4589 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
4590 file names relative to it.
4591 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4592 relative directory to vc-bzr-after-dir-status.
4593
543f553a
TH
45942009-12-28 Tassilo Horn <tassilo@member.fsf.org>
4595
4596 * font-lock.el (font-lock-refresh-defaults): New function, which
4597 can be used to let font-lock react to external changes in
4598 variables like font-lock-defaults and keywords.
4599 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4600
2592ab76
DN
46012009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
4602
ac859983
DN
4603 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4604
2592ab76
DN
4605 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4606
58941d03
JB
46072009-12-28 Juanma Barranquero <lekktu@gmail.com>
4608
4609 Supersede color.diff settings in git log (bug#5211).
4610
4611 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4612 escape chars in its output when the user has color.diff set to `always'.
4613 This fix works on git 1.4.2 and newer (released on 2006-08-13).
4614
39764e76
KR
46152009-12-26 Kevin Ryde <user42@zip.com.au>
4616
4617 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4618 node. Keep previous "Index" name to work with past coreutils too.
4619
91c4831e
KR
4620 * man.el (man): Revise docstring a bit to show -a and -l as
4621 examples. Add -k description since support for it has otherwise
4622 been a secret. (Further to bug#3717.)
651e932e
KR
4623 (Man-bgproc-sentinel): When "-k foo" produces no output show error
4624 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 4625 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 4626
7f4d4a97
MA
46272009-12-26 Michael Albinus <michael.albinus@gmx.de>
4628
4629 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4630 switches. Check also for //SUBDIRED// line.
4631
bcffff46
KH
46322009-12-25 Kenichi Handa <handa@m17n.org>
4633
4634 * language/indian.el (devanagari-composable-pattern): Fixed to
4635 handle ZWNJ and ZWJ. Use it in composition-function-table for
4636 Devanagari.
4637 (malayalam-composable-pattern): Fix previous change.
4638
dc1dcfa4
VJL
46392009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4640
4641 * ps-print.el (ps-face-attributes): It was not returning the
4642 attribute face for faces specified as string. Reported by harven
4643 <harven@free.fr>.
4644 (ps-print-version): New version 7.3.5.
4645
6fe539d2
UJ
46462009-12-18 Ulf Jasper <ulf.jasper@web.de>
4647
85626eef
SM
4648 * calendar/icalendar.el (icalendar--convert-tz-offset):
4649 Fix timezone names.
4650 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
4651 (icalendar--add-diary-entry): Remove the trailing blank that
4652 diary-make-entry inserts.
4653
1f3611c6
MA
46542009-12-17 Michael Albinus <michael.albinus@gmx.de>
4655
4656 Make `file-expand-wildcards' work for remote files.
4657
4658 * files.el (file-expand-wildcards): In case of remote files, check
4659 only local file name part for wildcards. Provide feature 'files
4660 and subfeature 'remote-wildcards. (Bug#5198)
4661
4662 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4663 if there is already an established connection.
4664 (tramp-advice-file-expand-wildcards): Remove it.
4665
4666 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 4667 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
4668 Activate advice for older GNU Emacs versions. (Bug#5237)
4669
9762b219
JB
46702009-12-17 Juanma Barranquero <lekktu@gmail.com>
4671
4672 Some doc fixes (more needed).
4673
4674 * find-cmd.el (find-constituents): Reflow docstring.
4675 (find-cmd, find-prune, find-command): Fix typos in docstrings.
4676 (find-generic): Doc fix.
4677
cfb54897
JL
46782009-12-17 Juri Linkov <juri@jurta.org>
4679
4680 Fix regression from 23.1 to allow multiple modes in Local Variables.
4681
4682 * files.el (hack-local-variables-filter): While ignoring duplicates,
4683 don't take `mode' into account.
85626eef
SM
4684 (hack-local-variables-filter, hack-dir-local-variables):
4685 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 4686
ad974e9e
JL
46872009-12-17 Juri Linkov <juri@jurta.org>
4688
85626eef 4689 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
4690
4691 * dired-aux.el (dired-diff): Signal an error when `file' equals to
4692 `current' or when `file' is a directory of the `current' file.
4693
3616e0b9
AS
46942009-12-17 Andreas Schwab <schwab@linux-m68k.org>
4695
4696 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4697 unconditionally preloaded files.
4698
72b57560
JL
46992009-12-16 Juri Linkov <juri@jurta.org>
4700
4701 Revert to old 23.1 logic of using the file at the mark as default.
4702 * dired-aux.el (dired-diff): Use the file at the mark as default
4703 if it's not the same as the current file, and the target dir is
4704 the current dir or the mark is active. Add the current file
4705 as the arg of `dired-dwim-target-defaults'. Use the default file
4706 in the prompt. (Bug#5225)
4707
68712eb6
MA
47082009-12-15 Michael Albinus <michael.albinus@gmx.de>
4709
4710 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4711 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4712 (tramp-check-for-regexp): Check also, when an echoing shell stops
4713 to echo sent commands.
4714
fd471993
CY
47152009-12-14 Chong Yidong <cyd@stupidchicken.com>
4716
4717 * Makefile.in: Revert last change (Bug#5191).
4718
86b5e14c
DN
47192009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
4720
4721 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
4722 (vc-hg-working-revision): Make sure the command is executed in a
4723 known environment so that we can parse the output. (Bug#4417)
86b5e14c 4724
8cffbb75
CY
47252009-12-14 Chong Yidong <cyd@stupidchicken.com>
4726
4727 * progmodes/python.el (python-symbol-completions): Remove text
4728 properties from symbol string before calling python-send-receive.
4729
6c2b67ad
NR
47302009-12-14 Nick Roberts <nickrob@snap.net.nz>
4731
4732 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 4733 when there are values for both file and line. (Bug#5060)
6c2b67ad 4734
ff6f4585
JL
47352009-12-14 Juri Linkov <juri@jurta.org>
4736
4737 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4738 whitespace after the file name of the first line of unified format,
4739 because git-diff doesn't output whitespace and file modification time
4740 after the file name.
4741
d3de1c8e
JL
47422009-12-14 David Kastrup <dak@gnu.org>
4743
4744 * info.el (Info-hide-cookies-node): Before hiding a cookie,
4745 check if it already has the `display' property added by
4746 `Info-display-images-node', and not put the `invisible' property
4747 in this case.
4748
f192624c
CY
47492009-12-14 Chong Yidong <cyd@stupidchicken.com>
4750
4751 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4752 (semantic-mru-bookmark-mode): Doc fixes.
4753
4754 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
4755 of assert.
4756
2f1b7dc4
GM
47572009-12-13 Glenn Morris <rgm@gnu.org>
4758
a0cefee5
GM
4759 * mail/emacsbug.el (message-sort-headers): Define for compiler.
4760 (report-emacs-bug): In message-mode, sort manually before storing
4761 original report text. (Bug#5178)
2f1b7dc4
GM
4762 Remove superfluous save-excursion.
4763
31bb373f
MA
47642009-12-12 Michael Albinus <michael.albinus@gmx.de>
4765
4766 * net/dbus.el (dbus-property-handler): Filter lambda forms out
4767 when responding to "GetAll" properties.
4768
5e1d4968
CY
47692009-12-12 Chong Yidong <cyd@stupidchicken.com>
4770
4771 * simple.el (compose-mail): Remove mail-setup-with-from from
4772 customization checks.
4773
097d86f9
EZ
47742009-12-12 Eli Zaretskii <eliz@gnu.org>
4775
4776 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4777 RAR archives created on Unix systems.
4778
1d4adede
SM
47792009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4780
4781 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4782 the varalias that was accidentally removed by the 2009-11-19 change
4783 (bug#5186).
4784
3ff3655c
KH
47852009-12-12 Kenichi Handa <handa@m17n.org>
4786
4787 * language/indian.el (indian-compose-regexp): New function.
4788 (malayalam-composable-pattern): Fix the pattern.
4789 (composition-function-table): Set malayalam-composable-pattern for
4790 Malayalam characters.
4791
82d3343c
CY
47922009-12-11 Chong Yidong <cyd@stupidchicken.com>
4793
315eb96d
CY
4794 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4795 rather than down-mouse-1, based on follow-link conventions.
4796
82d3343c
CY
4797 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4798 are compiled.
4799
86a4c7ac
DN
48002009-12-11 Michael McNamara <mac@mail.brushroad.com>
4801
bf0b361c 4802 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
4803 (verilog-vmm-statement-re, verilog-ovm-statement-re)
4804 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4805 (verilog-leap-to-head, verilog-backward-token):
4806 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
4807
48082009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
4809
bf0b361c
JB
4810 * progmodes/verilog-mode.el (verilog-auto-lineup)
4811 (verilog-nameable-item-re): Cleanup user-visible spelling and
4812 documentation errors. One reported by Gary Delp.
1d4adede 4813 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
4814 (verilog-read-decls): Fix AUTOWIRE with types declared in a
4815 package, bug195. Reported by Pierre-David Pfister.
4816
fe03f49a
GM
48172009-12-11 Glenn Morris <rgm@gnu.org>
4818
47641aac
GM
4819 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4820
85094855
GM
4821 * mail/emacsbug.el: No longer require sendmail.
4822 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
4823 (report-emacs-bug-orig-text): Doc fix.
4824 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4825 New local variables, to adapt to different mail-user-agents.
4826 (report-emacs-bug): Fix test for a gnu.org address.
4827 Use overlays for emphasis, since font-lock defeats 'face property.
4828 Pretest bugs also end up at the newsgroup these days.
4829 Stop message-mode stripping text properties.
4830 Set and use the new buffer-local variables.
4831 (report-emacs-bug-hook): Add doc-string.
4832 Remove some unnecessary save-excursions and simplify.
4833 Use the appropriate hook and send-command.
4834
fe03f49a
GM
4835 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4836 capitalization of some menu entries.
4837
345427f0
VJL
48382009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4839
277e6741
MP
4840 * whitespace.el (whitespace-display-char-on):
4841 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
4842 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4843 New version 12.1.
4844
c70ccbba
EZ
48452009-12-10 Eli Zaretskii <eliz@gnu.org>
4846
4847 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4848 characters in the Attribute field.
4849
f1943c1b
DN
48502009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4851
4852 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
4853
1c67aeaa
SM
48542009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4855
4856 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4857 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4858 Disregard autoload-excludes.
4859 (update-directory-autoloads): Obey autoload-excludes here instead.
4860 But don't store its contents in no-autoloads and remove entries that
4861 refer to excludes files.
4862
d8194864
GM
48632009-12-10 Glenn Morris <rgm@gnu.org>
4864
8c0171c0
GM
4865 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4866 (expand-mail-aliases): Define for compiler.
4867
dba372dd
GM
4868 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4869 Define for compiler.
4870
d8194864
GM
4871 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4872 appropriate for the mail-user-agent in use.
4873
fe5facd3
MA
48742009-12-09 Michael Albinus <michael.albinus@gmx.de>
4875
4876 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4877
99999a1d
DN
48782009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4879
4880 Fix short log parsing and fontification.
4881 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4882 Fix fontification for the [merge] label.
4883
2ea1c4aa
SM
48842009-12-09 Vivek Dasmohapatra <vivek@etla.org>
4885
85626eef 4886 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
4887 * htmlfontify.el (hfy-ignored-properties): New defcustom.
4888 (hfy-fontify-buffer): Use it.
4889
9840deb6
SM
48902009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4891
a0d1aadf
SM
4892 Minor cleanup.
4893 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4894 Adjust all callers.
4895 (ffap-locate-file): Remove unused arg `dir-ok' and make other
4896 args compulsory. Adjust callers.
4897 (ffap-gopher-at-point): Remove unused var `name'.
4898
9840deb6
SM
4899 Get rid of the ELCFILES abomination.
4900 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4901 (compile-elcfiles): New phony target.
4902 (compile-main): Compute ELCFILES dynamically.
4903 (compile-clean): New target to remove left-over elc files.
4904 (compile, all): Use it.
4905
7eb3f9a8
KH
49062009-12-09 Kenichi Handa <handa@etlken>
4907
4908 * international/mule-diag.el: Require help-mode instead of help-fns.
4909
ae63e572
KH
49102009-12-09 Kenichi Handa <handa@m17n.org>
4911
5ce6e4f4 4912 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
4913 fine ranges instead of pre-calculating accurate ranges.
4914 Iterate with bigger gc-cons-threshold.
ae63e572 4915
e2f3c692
DN
49162009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4917
4918 Add support for stashing a snapshot of the current tree.
4919 * vc-git.el (vc-git-stash-snapshot): New function.
4920 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4921
cf6d0352
JB
49222009-12-08 Jose E. Marchesi <jemarch@gnu.org>
4923
4924 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4925 instead of `(beginning|end)-of-line'.
4926
48e4acc9
GM
49272009-12-08 Glenn Morris <rgm@gnu.org>
4928
6e890faa
GM
4929 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4930
48e4acc9
GM
4931 * Makefile.in (ELCFILES): Regenerate.
4932
d2a1dc7b
JL
49332009-12-07 Juri Linkov <juri@jurta.org>
4934
4935 Don't lazy-highlight the comint output in history Isearch mode.
4936
4937 * comint.el (comint-history-isearch-search): Instead of
4938 `comint-line-beginning-position', use `comint-after-pmark-p'
4939 to check if point if before the process mark, and go to
4940 `process-mark' in this case.
4941
51ef56c4
SM
49422009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4943
fb10ee4a
SM
4944 * textmodes/tex-mode.el (latex-complete)
4945 (latex-indent-or-complete): Remove.
4946 (latex-mode): Set completion-at-point-functions instead.
4947
4948 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
4949 * minibuffer.el (completion-at-point-functions): New var.
4950 (completion-at-point): New command.
fb10ee4a 4951 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
4952 * progmodes/python.el (python-mode-map): Use completion-at-point.
4953 (python-completion-at-point): Rename from python-partial-symbol and
4954 adjust for use in completion-at-point-functions.
4955 (python-mode): Setup completion-at-point for Python completion.
4956 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4957 extracted from lisp-complete-symbol.
4958 (lisp-complete-symbol): Use it.
4959 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4960 setup completion-at-point for Elisp completion.
fb10ee4a
SM
4961 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4962 Use completion-at-point.
51ef56c4 4963 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 4964 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
4965 * progmodes/sym-comp.el: Move to...
4966 * obsolete/sym-comp.el: Move from progmodes.
4967
5e7a9022
EZ
49682009-12-07 Eli Zaretskii <eliz@gnu.org>
4969
4970 Prevent save-buffer in Rmail buffers from using the coding-system
4971 of the current message, and from clobbering the encoding mnemonics
4972 in the mode line (Bug#4623).
4973
4974 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4975 flag, too.
4976 (rmail-message-encoding): New variable.
4977 (rmail-write-region-annotate): Record the encoding of the current
4978 message in rmail-message-encoding.
4979 (rmail-after-save-hook): New function, restores the encoding of
4980 the current message after the message collection is saved.
4981
9136e895
JL
49822009-12-07 Juri Linkov <juri@jurta.org>
4983
4984 * progmodes/grep.el (grep-read-files): Use `completing-read'
4985 instead of `read-string'. Set its `collection' arg to
4986 `read-file-name-internal'. (Bug#4301)
4987
40637410
JL
49882009-12-07 Juri Linkov <juri@jurta.org>
4989
4990 Correctly restore original Isearch point. (Bug#4994)
4991
4992 * isearch.el (isearch-mode): Move `isearch-push-state' after
4993 `(run-hooks 'isearch-mode-hook)'.
4994 (isearch-cancel): When `isearch-push-state-function' is defined,
4995 let-bind `isearch-cmds' to the first state (the last element of
4996 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4997 function and restores the original point). Otherwise, move point
4998 to `isearch-opoint'.
4999
da10ce2b
SM
50002009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5001
5002 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
5003 chars that don't have names, so the table can be built much faster at
5004 run-time.
5005
3d68fa99
CY
50062009-12-07 Chong Yidong <cyd@stupidchicken.com>
5007
f82b1493
CY
5008 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
5009 change. Suggested by David Kastrup.
5010
3d68fa99
CY
5011 * simple.el (compose-mail): Check for incompatibilities and warn.
5012 (compose-mail-user-agent-warnings): New option.
5013
662c5698
DN
50142009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5015
5016 Support showing a single log entry from vc-annotate.
5017 * vc.el (print-log): Add a new argument: START-REVISION.
5018 (vc-print-log-internal): Add a new optional argument and
5019 pass it to the backend.
5020 (vc-print-log, vc-print-root-log): Adjust callers.
5021 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
5022 buffer already displays the requested log entry, use it.
5023 Otherwise display only the log entry in question.
5024 * vc-svn.el (vc-svn-print-log):
e4070cdc 5025 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
5026 * vc-hg.el (vc-hg-state):
5027 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
5028 (vc-git-show-log-entry): Return t on success.
5029 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
5030 (vc-bzr-show-log-entry): Return t on success.
5031 * vc-rcs.el (vc-rcs-print-log):
5032 * vc-sccs.el (vc-sccs-print-log):
5033 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
5034
e4070cdc
GM
50352009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5036
5ce6e4f4
JB
5037 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
5038 Add menus to the meta mode. (Bug#5043)
e4070cdc 5039
5ce6e4f4 50402009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
5041
5042 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 5043 event-key.
662c5698 5044
662c5698
DN
5045 * ediff.el (ediff-buffers-internal): Add unwind-protect.
5046
dab816a9
MA
50472009-12-07 Michael Albinus <michael.albinus@gmx.de>
5048
5049 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
5050 Berbain <raphael.berbain@gmail.com>.
5051
5052 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
5053 characters.
5054 (tramp-initial-end-of-output): New defconst.
5055 (tramp-methods, tramp-find-shell)
5056 (tramp-open-connection-setup-interactive-shell)
5057 (tramp-maybe-open-connection): Use it.
5058 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
5059 existence of `#' and `$'.
5060
5061 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
5062 `tramp-initial-end-of-output'.
5063
a91e1f6b
DN
50642009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5065
5066 Get the background mode from the terminal for xterm, and set
5067 faces accordingly.
5068 * term/xterm.el (xterm-set-background-mode): New function.
5069 (terminal-init-xterm): Use it in case xterm supports background
5070 color queries. Recompute faces after getting the background
5071 color.
5072
5fa9d1ec
GM
50732009-12-07 Ulrich Mueller <ulm@gentoo.org>
5074
5075 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
5076 number comment back on its own line, for easier parsing.
5077
5e9fde5e
SM
50782009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5079
5080 Make it work for non-file buffers (bug#5102).
5081 * doc-view.el (doc-view-current-cache-dir):
5082 Use doc-view-buffer-file-name rather than buffer-file-name.
5083 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
5084
2f2f5242
CY
50852009-12-06 Óscar Fuentes <ofv@wanadoo.es>
5086
5087 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
5088 author field is too short.
5089
cebf8ec6
DN
50902009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
5091
5e9fde5e
SM
5092 * vc-git.el (vc-git-print-log): Handle a limit argument.
5093 Display the short log in graph form and with labels.
0d3f8a78
DN
5094 (vc-git-log-view-mode): Handle labels.
5095
cebf8ec6
DN
5096 Make vc-revert change VC state from 'added to 'unregistered.
5097 * vc-git.el (vc-git-revert): Call git reset first.
5098
8e39154d
UJ
50992009-12-06 Ulf Jasper <ulf.jasper@web.de>
5100
d8194864
GM
5101 * net/newst-backend.el, net/newst-plainview.el:
5102 * net/newst-reader.el, net/newst-ticker.el:
5103 * net/newst-treeview.el, net/newsticker.el:
5104 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 5105
ef187c24
CY
51062009-12-06 Chong Yidong <cyd@stupidchicken.com>
5107
238a0f3a
CY
5108 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
5109
2c6bb71a
CY
5110 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
5111 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
5112 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
5113 Update annotation regexp.
5114
ef187c24
CY
5115 * simple.el (beginning-of-visual-line): Constrain to field
5116 boundaries (Bug#5106).
5117
571855b6
UJ
51182009-12-06 Ulf Jasper <ulf.jasper@web.de>
5119
d8194864 5120 * xml.el (xml-substitute-numeric-entities): Move
571855b6 5121 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 5122 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
5123 * net/newst-backend.el (newsticker--parse-generic-feed)
5124 (newsticker--parse-generic-items)
d8194864 5125 (newsticker--decode-numeric-entities): Move
571855b6 5126 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 5127 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 5128
b857059c
CY
51292009-12-06 Daniel Colascione <dan.colascione@gmail.com>
5130
5131 * progmodes/js.el (js--js-not): Add null to the list of values.
5132
c2dae51b
CY
51332009-12-06 Chong Yidong <cyd@stupidchicken.com>
5134
d8194864 5135 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 5136
ed0f72d2
RW
51372009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5138
5139 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
5140 delimiter if it is at the end of the current line.
5141 (bibtex-generate-url-list): Fix docstring.
5142
365b9a62
SM
51432009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5144
5145 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
5146 minibuffer's content with itself.
5147 Fold the confirm-after-completion case into the `confirm' case.
5148 (completion-pcm-word-delimiters): Add : and / to the delimiters.
5149
990a9cb1
KR
51502009-12-06 Kevin Ryde <user42@zip.com.au>
5151
5152 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 5153 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 5154
8b5a10db 5155 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 5156 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 5157
065543e7
JL
51582009-12-05 Juri Linkov <juri@jurta.org>
5159
5160 Save and restore dired buffer's point positions too. (Bug#4880)
5161
5162 * dired.el (dired-save-positions): Return in the first element
5163 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
5164 Doc fix.
5165 (dired-restore-positions): First restore buffer's position.
5166 While restoring window's positions, check if window still displays
5167 the original buffer.
5168
503edac9
CY
51692009-12-05 Chong Yidong <cyd@stupidchicken.com>
5170
9a594ee6
CY
5171 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
5172 if possible.
5173
365b9a62
SM
5174 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
5175 Make argument optional.
9a594ee6 5176
925f8c70
CY
5177 * shell.el (shell): Require ansi-color (Bug#5113).
5178
5179 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
5180
503edac9
CY
5181 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
5182
8fea6b33
AM
51832009-12-05 Alan Mackenzie <acm@muc.de>
5184
5185 * progmodes/cc-mode.el (c-before-hack-hook)
5186 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
5187 `c-file-style' to work again. This reversion restores the current
212c5aef 5188 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 5189
5d1fd962
CY
51902009-12-05 Kevin Ryde <user42@zip.com.au>
5191
5192 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
5193 comment-start-skip to comment-end-skip as comment (Bug#4781).
5194
30760c8b
JL
51952009-12-05 Juri Linkov <juri@jurta.org>
5196
5197 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
5198 for virtual nodes. (Bug#4147)
5199 (Info-find-node-2): Set `Info-current-node-virtual' to nil
5200 when moving from a virtual node.
5201 (Info-mode-menu): Add `Info-virtual-index' to the menu.
5202 (Info-mode): Add `Info-virtual-index' to the docstring.
5203
1dc5c6f3
CY
52042009-12-05 Eric Ludlam <zappo@gnu.org>
5205
5206 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
5207 Describe project macro symbols.
5208
5209 * cedet/semantic/complete.el (semantic-complete-do-completion):
5210 Don't call semantic-collector-current-exact-match.
5211
5212 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
5213 ede-objects as targets.
5214
5215 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
5216 a target's object list even if compiler vars are already in the
5217 Makefile.
5218
5219 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
5220 list of headers producing necessary macros.
5221
403111a8
RW
52222009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5223
5224 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
5225 track of the buffer position of the end of a BibTeX entry as this
5226 position may change during reformatting.
5227 (bibtex-format-entry): Remove whitespace before processing
5228 numerical fields so that we recognize the latter properly.
5229 (bibtex-reformat): Do not use push which changes the global value
5230 of bibtex-entry-format.
5231 (bibtex-field-braces-alist, bibtex-field-strings-alist)
5232 (bibtex-field-re-init): Replace only space characters by regexp
5233 for whitespace.
365b9a62 5234 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
5235 (bibtex-initialize): Also update bibtex-strings.
5236 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
5237 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
5238 Update bibtex-reference-keys.
403111a8 5239
25b54627
SM
52402009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5241
5242 * minibuffer.el (completion-pcm--merge-try): Also consider placing
5243 point after a star, if that's the only place where modifications can
5244 make progress.
5245
35639eb4
DN
52462009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
5247
5248 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
5249 in docstrings.
5250
8b78760b
JL
52512009-12-04 Juri Linkov <juri@jurta.org>
5252
5253 * proced.el (proced): Call `(proced-update t)' to update process
5254 information instead of only running proced-post-display-hook.
5255 (proced-send-signal): Add a leading space to the buffer name
5256 " *Marked Processes*" to make this buffer ephemeral.
5257
2b3489a7
JL
52582009-12-04 Juri Linkov <juri@jurta.org>
5259
5260 * dired.el (dired-auto-revert-buffer): New defcustom.
5261 (dired-internal-noselect): Use it.
5262
9b9debd1
JL
52632009-12-04 Juri Linkov <juri@jurta.org>
5264
5265 Change roles of modes and functions in image-mode.el (Bug#5062).
5266
5267 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
5268 in `auto-mode-alist'.
5269 (image-mode-previous-major-mode): New variable.
5270 (image-minor-mode-map): Rename from `image-mode-text-map'.
5271 (image-mode): Move graceful error-handling code from
5272 `image-minor-mode' to here. On errors call `image-mode-as-text'.
5273 (image-minor-mode): Remove all image-handling code.
5274 Replace `image-mode-text-map' with `image-minor-mode-map'.
5275 Check for `image-type' in mode-line format string.
5276 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
5277 (image-mode-as-text): New function with most code from
5278 `image-mode-maybe'.
5279 (image-toggle-display-text): Move code that removes image
5280 properties from `image-toggle-display' to here.
5281 (image-toggle-display-image): New function with code that adds
5282 image properties copied from `image-toggle-display'.
5283 (image-toggle-display): Remove most code with leaving only code
5284 that toggles between `image-mode-as-text' and `image-mode'.
5285
0c74a301
UJ
52862009-12-04 Ulf Jasper <ulf.jasper@web.de>
5287
5288 * net/newst-treeview.el
5289 (newsticker--treeview-list-highlight-start): Restored call to
5290 save-excursion: Selected item was stuck.
5291 (newsticker--treeview-list-select): New.
5292 (newsticker--treeview-item-show-text)
5293 (newsticker--treeview-item-show)
5294 (newsticker--treeview-item-update): Use new
5295 newsticker-treeview-item-mode.
5296 (newsticker-treeview-update): Keep current item.
5297 (newsticker-treeview-next-new-or-immortal-item): Doc change.
5298 (newsticker--treeview-first-feed): Doc change.
5299 (newsticker-treeview-list-menu)
5300 (newsticker-treeview-item-menu): Added menu entries.
5301 (newsticker-treeview-item-mode): New.
5302
5ce6e4f4 5303 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
5304 windows.
5305
9eaeec5b
SS
53062009-12-04 Sam Steingold <sds@gnu.org>
5307
5308 * log-view.el (log-view-mode-map): "q" calls quit-window,
5309 like in all the other non-self-insert buffers.
5310
b2bf5be5
SM
53112009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5312
5313 Minor cleanup.
5314 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
5315 key decoding rather than do it manually via last-input-event +
5316 ascii-character.
5317 (term-exec): Use delete-and-extract-region.
5318 (term-handle-ansi-terminal-messages): Remove unused var `end'.
5319 (term-process-pager): Remove unused var `i'.
5320 (term-dynamic-simple-complete): Make obsolete.
5321 (serial-update-config-menu): Remove unused vars `y' and `str'.
5322 (term-update-mode-line): Remove unused var `temp'.
5323
46e5c897
DN
53242009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5325
5326 Limit the number of log entries displayed by default.
5327 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
5328 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
5329 using a prefix argument.
5330
627e0a14
GM
53312009-12-03 Glenn Morris <rgm@gnu.org>
5332
5333 * progmodes/idlwave.el (class): Restore still useful declaration.
5334
8578c224
AM
53352009-12-03 Alan Mackenzie <acm@muc.de>
5336
4abc318c 5337 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 5338
b2bf5be5
SM
5339 * progmodes/cc-mode.el (c-basic-common-init):
5340 Call c-state-cache-init.
9762b219 5341 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 5342 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 5343 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
5344
5345 * progmodes/cc-langs.el (c-before-font-lock-function):
5346 c-extend-and-neutralize-syntax-in-CPP has been renamed
5347 c-neutralize-syntax-in-and-mark-CPP.
5348
5349 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
5350 with `category' properties now, not `syntax-table' ones.
5351
5352 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
5353 enhanced (but slower) version of c-end-of-macro that won't land
5354 inside a literal or on another awkward character.
5355 (c-state-cache-too-far, c-state-cache-start)
5356 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
5357 (c-state-nonlit-pos-cache-limit, c-state-point-min)
5358 (c-state-point-min-lit-type, c-state-point-min-lit-start)
5359 (c-state-min-scan-pos, c-state-brace-pair-desert)
5360 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
5361 buffer local variables.
5362 (c-state-literal-at, c-state-lit-beg)
5363 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
5364 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
5365 (c-state-cache-top-paren, c-state-cache-after-top-paren)
5366 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
5367 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
5368 (c-renarrow-state-cache)
5369 (c-append-lower-brace-pair-to-state-cache)
5370 (c-state-push-any-brace-pair, c-append-to-state-cache)
5371 (c-remove-stale-state-cache)
5372 (c-remove-stale-state-cache-backwards, c-state-cache-init)
5373 (c-invalidate-state-cache-1, c-parse-state-1)
5374 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
5375 (c-parse-state): Enhance and refactor.
5376 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
5377
5378 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
5379 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
5380 modify to use category text properties rather than syntax-table ones.
5381 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
5382 to switch off/on the syntactic paren property of C++ template
5383 delimiters using the category property.
5384 (c-with-<->-as-parens-suppressed): Macro to invoke code with
5385 template delims suppressed.
5386 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
5387 New constant/macros which apply category properties to the start
5388 and end of preprocessor constructs.
b2bf5be5 5389 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
5390 "comment out" the syntactic value of characters in preprocessor
5391 constructs.
5392 (c-with-cpps-commented-out)
5393 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
5394 with characters in all or all but one preprocessor constructs
5395 "commented out".
5396
0d4dc442
RW
53972009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5398
5399 * proced.el (proced-filter-alist): Use regexp-quote.
5400
a09dc9bf
MA
54012009-12-03 Michael Albinus <michael.albinus@gmx.de>
5402
5403 Cleanup.
5404 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
5405 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
5406 arguments. Expand `default-directory'.
5407
5408 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
5409 the benefit of returning an expanded localname.
5410 (tramp-tramp-file-p): Handle the case NAME is not a string.
5411
3f6bd790
DN
54122009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5413
4dfb3b9c
DN
5414 Add support for bzr shelve/unshelve.
5415 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
5416 (vc-bzr-extra-menu-map): New variables.
5417 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
5418 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
5419 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
5420 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
5421 (vc-bzr-dir-extra-headers): Display shelves.
5422
3f6bd790
DN
5423 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
5424
842d73a1
SM
54252009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5426
5427 * textmodes/bibtex.el (bibtex-complete-internal):
5428 Use completion-in-region.
5429 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
5430
7fa4876f
DN
54312009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5432
5433 Support applying stashes. Improve UI.
5434 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
5435 (vc-git-stash-apply, vc-git-stash-pop)
5436 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
5437 (vc-git-stash-menu): New functions.
5438 (vc-git-stash-menu-map): New variable.
5439 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
5440
d6e82452
GM
54412009-12-03 Glenn Morris <rgm@gnu.org>
5442
5443 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
5444 (vc-print-log-internal): Fix previous change.
5445 (vc-revert): Correct pluralization.
5446
8d222148
SM
54472009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5448
ea52206b
SM
5449 * progmodes/make-mode.el (makefile-special-targets-list): No need for
5450 it to be an alist any more.
5451 (makefile-complete): Use completion-in-region.
5452
69a94a37
SM
5453 * progmodes/octave-mod.el (octave-complete-symbol):
5454 Use completion-in-region.
5455
8d222148
SM
5456 Misc cleanup.
5457 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
5458 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
5459 (idlwave-complete-class): Don't quote lambda.
5460 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
5461 (idlwave-mode-map): Move initialization into declaration.
5462 (idlwave-action-and-binding): Use backquotes.
5463 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
5464 Simplify.
5465 (idlwave-is-pointer-dereference): Remove unused var `pos'.
5466 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
5467 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
5468 `parts', and `all-parts'.
5469 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
5470 (idlwave-convert-xml-system-routine-info): Remove unused string
5471 `version-string'.
5472 (idlwave-display-user-catalog-widget): Use dolist.
5473 (idlwave-scanning-lib): Declare dynamically-scoped var.
5474 (idlwave-scan-library-catalogs): Remove unused var `flags'.
5475 (completion-highlight-first-word-only): Declare to silence bytecomp.
5476 (idlwave-popup-select): Tighten scope of `resp'.
5477 (idlwave-find-struct-tag): Remove unused var `beg'.
5478 (idlwave-after-load-rinfo-hook): Declare.
5479 (idlwave-sintern-class-info): Remove unused var `taglist'.
5480 (idlwave-find-class-definition): Remove unused var `list'.
5481 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
5482 (idlwave-what-module-find-class): Remove unused var `classes'.
5483
3bb8691b
JB
54842009-12-03 Juanma Barranquero <lekktu@gmail.com>
5485
5486 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
5487
f72f0c23
SM
54882009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5489
5490 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
5491 buffers visited. Remove redundant current-buffer-saving.
5492
601a9508
SM
54932009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5494
5495 Use completion-in-buffer and remove uses of dynamic scoping.
5496 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
5497 (pascal-buffer-to-use, pascal-flag): Don't declare.
5498 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
5499 (pascal-get-completion-decl, pascal-keyword-completion):
5500 Add `pascal-str' argument, save-excursion,
5501 return the found completions, and don't filter with pascal-pred.
5502 (pascal-completion-cache): New var.
5503 (pascal-completion): Don't switch buffer any more (it was never
5504 necessary). Don't save-excursion any more (it's done by the called
5505 subroutines). Use a cache to avoid redundant computations.
5506 Use complete-with-action rather than pascal-completion-response and
5507 let it apply the predicate as well.
5508 (pascal-complete-word): Use completion-in-buffer when
5509 pascal-toggle-completions is nil.
5510 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
5511 not used any more.
5512 (pascal-comp-defun): Don't change buffer any more.
5513 Use complete-with-action rather than pascal-completion-response and
5514 let it apply the predicate as well.
5515 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
5516 when neded.
5517
1ff4cb98
KH
55182009-12-02 Kenichi Handa <handa@m17n.org>
5519
5520 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
5521 shape for all Indic scripts.
5522
bb12edf1
SM
55232009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5524
5525 Use completion-in-buffer.
5526 * wid-edit.el (widget-field-text-end): New function.
5527 (widget-field-value-get): Use it.
5528 (widget-string-complete, widget-file-complete)
5529 (widget-color-complete): Use it and completion-in-region.
5530 (widget-complete): Don't narrow the buffer.
5531
5813f6ef
GM
55322009-12-02 Glenn Morris <rgm@gnu.org>
5533
c920f222
GM
5534 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
5535 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
5536 * mail/rmailsum.el: Replace all pop-to-buffer calls with
5537 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 5538
5813f6ef
GM
5539 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5540 save-excursion with save-current-buffer.
5541 Widen before searching. (Bug#5093)
5542 (diary-list-sexp-entries): Remove superfluous save-excursion.
5543
34b1d750
GM
55442009-12-02 Michael Welsh Duggan <mwd@cert.org>
5545
5546 * woman.el (woman-make-bufname): Handle man-pages with "." in the
5547 name. (Bug#5038)
5548
b2d5f31a
GM
55492009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
5550
5551 * ido.el (ido-file-internal): Handle filenames at point that do
5552 not have a directory part. (Bug#5049)
5553
c710ac3c
JB
55542009-12-02 Juanma Barranquero <lekktu@gmail.com>
5555
5556 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5557 (mpc-songs-jump-to, mpc-resume): Doc fixes.
5558
9946be46
SM
55592009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
5560
5561 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5562 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5563 any more.
5564
b08016f2
SM
55652009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5566
e7440df4
SM
5567 * comint.el (comint-insert-input): Ignore clicks to the right of
5568 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5569
3bb8691b 5570 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
5571 terminate before setting up the major mode.
5572
f3b757f5
SM
5573 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5574 in case.
5575
a2877f1d
SM
5576 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5577 the last element.
5578
b08016f2
SM
5579 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5580
782d6e30
GM
55812009-12-01 Glenn Morris <rgm@gnu.org>
5582
5583 * window.el (window--display-buffer-2): Fix previous changes.
5584
28f57f7e
CY
55852009-12-01 Chong Yidong <cyd@stupidchicken.com>
5586
5587 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5588
c31a2fdc
GM
55892009-12-01 Glenn Morris <rgm@gnu.org>
5590
5591 * Makefile.in (ELCFILES): Add mpc.elc.
5592
e1ada222
SM
55932009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5594
5595 * mpc.el: New file.
5596
0c9ff2c5
GM
55972009-12-01 Glenn Morris <rgm@gnu.org>
5598
3689984f
GM
5599 * window.el (window-to-use): Define for compiler.
5600
3ab4308b
GM
5601 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5602 consistent with others (no final period).
5603
0c9ff2c5
GM
5604 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5605 (rmail-mime-show): Downcase the encoding. (Bug#5070)
5606
fb0c18ff
DN
56072009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
5608
5609 Make vc-print-log buttons work.
045b9da7 5610 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 5611
2ac7e73e
JB
56122009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
5613
5614 * savehist.el (savehist-autosave-interval): Allow setting to nil
5615 through customize. (Bug#5056)
5616
5237d741
JB
56172009-11-30 Juanma Barranquero <lekktu@gmail.com>
5618
5619 Fix references to jit-lock properties.
5620 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5621 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5622 (perl-font-lock-special-syntactic-constructs):
5623 Quote jit-lock-defer-multiline property.
5624
379241fa
DN
56252009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
5626
5627 * vc-git.el (vc-git-registered): Call vc-git-root only once.
5628
054ae856
JL
56292009-11-30 Juri Linkov <juri@jurta.org>
5630
5631 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5632 value `buffer' of `multi-isearch-next-buffer-current-function'.
5633 Use `(current-buffer)' when `buffer' is nil.
5634 (multi-isearch-next-buffer-from-list): Don't fallback to
5635 `(current-buffer)' when `buffer' is nil. (Bug#4947)
5636
67296dda
JL
56372009-11-30 Juri Linkov <juri@jurta.org>
5638
5639 * misearch.el (multi-isearch-read-buffers): Move canonicalization
5640 of buffers with `get-buffer' to `multi-isearch-buffers'.
5641 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5642 Canonicalize BUFFERS with `get-buffer'. Doc fix.
5643 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5644 FILES with `expand-file-name' converting relative file names
5645 to absolute. Doc fix. (Bug#4727)
5646
c585bf32
JL
56472009-11-30 Juri Linkov <juri@jurta.org>
5648
5649 * misearch.el (multi-isearch-read-buffers)
5650 (multi-isearch-read-matching-buffers): New functions.
5651 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5652 Use them in the `interactive' spec. Doc fix.
5653 (multi-isearch-read-files, multi-isearch-read-matching-files):
5654 New functions.
5655 (multi-isearch-files, multi-isearch-files-regexp):
5656 Use them in the `interactive' spec. Doc fix. (Bug#4725)
5657
0a745733
JL
56582009-11-30 Juri Linkov <juri@jurta.org>
5659
5660 * doc-view.el (doc-view-continuous):
5661 Rename from `doc-view-continuous-mode'.
5662 (doc-view-menu): Move "Toggle display" to the top.
5663 Add submenu "Continuous" with radio buttons "Off"/"On"
5664 and "Save as Default".
5665 (doc-view-scroll-up-or-next-page)
5666 (doc-view-scroll-down-or-previous-page)
5667 (doc-view-next-line-or-next-page)
5668 (doc-view-previous-line-or-previous-page): Rename
5669 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
5670
1f9689eb
JL
56712009-11-30 Juri Linkov <juri@jurta.org>
5672
5673 * comint.el (comint-mode-map): Rebind `M-r' from
5674 `comint-previous-matching-input' to
5675 `comint-history-isearch-backward-regexp'.
5676 Unbind `M-s' to allow global key binding `M-s'.
5677 Add menu items for `comint-history-isearch-backward' and
5678 `comint-history-isearch-backward-regexp'. (Bug#3746)
5679
2952b1ae
JL
56802009-11-30 Juri Linkov <juri@jurta.org>
5681
5682 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5683 For def=recenter, replace `recenter' with `recenter-top-bottom'
5684 that is called with `this-command' and `last-command' let-bound
5685 to `recenter-top-bottom'. When the last `def' was not `recenter',
5686 set `recenter-last-op' to nil. (Bug#4981)
5687
7a9547ca
SM
56882009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5689
20565545
SM
5690 Minor cleanup and simplification.
5691 * filecache.el (file-cache-add-directory)
5692 (file-cache-add-directory-recursively)
5693 (file-cache-add-from-file-cache-buffer)
5694 (file-cache-delete-file-regexp, file-cache-delete-directory)
5695 (file-cache-files-matching-internal, file-cache-display): Use dolist.
5696 (file-cache-temp-minibuffer-message): Delete function.
5697 (file-cache-minibuffer-complete): Use minibuffer-message instead.
5698
7a9547ca
SM
5699 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5700 Don't signal an error when bumping into EOB in tr, s, or y.
5701
08e968f3
JL
57022009-11-29 Juri Linkov <juri@jurta.org>
5703
5704 * startup.el (fancy-about-text): Fix wording of Guided Tour.
5705 (Bug#4960)
5706
5707 * descr-text.el (describe-char-unidata-list): Use lowercase name
5708 for "Unicode name" like in other tags.
5709
f8d170a4
JL
57102009-11-29 Juri Linkov <juri@jurta.org>
5711
5712 * ediff-util.el (ediff-minibuffer-with-setup-hook):
5713 New compatibility macro.
7a9547ca 5714 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 5715
0116abbd
JL
57162009-11-29 Juri Linkov <juri@jurta.org>
5717
5718 Add defcustom to define the cycling order of `recenter-top-bottom'.
5719 (Bug#4981)
5720
5721 * window.el (recenter-last-op): Doc fix.
5722 (recenter-positions): New defcustom.
5723 (recenter-top-bottom): Rewrite to use `recenter-positions'.
5724 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5725
61eef560
MA
57262009-11-29 Michael Albinus <michael.albinus@gmx.de>
5727
5728 Improve integration of Tramp and ange-ftp in eshell.
5729
e4070cdc 5730 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
5731 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
5732 (eshell/sudo): Flatten args. Let-bind `default-directory'.
5733
5734 * eshell/esh-util.el (top): Require also Tramp when compiling.
5735 (eshell-directory-files-and-attributes): Check for FTP remote
5736 connection.
5737 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5738 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5739 (eshell-file-attributes): Handle ".". Return `entry'.
5740
5741 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5742 (ange-ftp-directory-files-and-attributes)
5743 (ange-ftp-real-directory-files-and-attributes): New defuns.
5744
5745 * net/tramp.el (tramp-maybe-open-connection): Open the remote
5746 shell with "exec" when possible. This prevents trailing prompts
5747 in `start-file-process'.
5748
f5467d3f
SM
57492009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5750
21f49db9
SM
5751 Try and remove assumptions about point-min==1.
5752 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5753 (rng-compute-mode-line-string): Show the validation percentage in
5754 terms of the narrowed text, not the widened text.
5755 (rng-do-some-validation): Don't catch internal errors when debugging.
5756 (rng-first-error): Simplify.
5757 (rng-after-change-function): Remove work around. AFAIK the bug has
5758 been fixed a while ago.
5759
26224faf
SM
5760 * image-mode.el (image-minor-mode): Exit more gracefully when the image
5761 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5762
d7117720
SM
5763 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5764
f5467d3f
SM
5765 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5766 `cd' doesn't always do it for us (bug#5067).
5767
5768 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5769 on 2009-10-25 as part of some other change (bug#5067).
5770
c5269f1c
SM
57712009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5772
62a258a7
SM
5773 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5774 `suspicious'.
5775 (byte-compile-warnings): Use byte-compile-warning-types.
5776 (byte-compile-save-excursion): Warn about use of set-buffer right
5777 after save-excursion.
5778
c5269f1c
SM
5779 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5780 the excursion as well.
5781
3ba30eb8
MA
57822009-11-27 Michael Albinus <michael.albinus@gmx.de>
5783
5784 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5785 providing a Tramp related implementation of "su" and "sudo".
5786 (eshell-unix-initialize): Add "su" and "sudo".
5787
6c6f788d
DU
57882009-11-27 Daiki Ueno <ueno@unixuser.org>
5789
5790 * net/socks.el (socks-send-command): Convert binary request to
5791 unibyte before sending. This fixes mishandling of some port
5792 numbers such as 129.
5793
10c877fe
SM
57942009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5795
6f06a171
SM
5796 * help.el (describe-bindings-internal): Remove `interactive'.
5797
10c877fe
SM
5798 * man.el (Man-completion-table): Trim a terminating "(".
5799 Remove the space between name page a section.
5800 Add the command's description on the `help-echo' property.
c5269f1c
SM
5801 Remove `process-connection-type' binding since it's unused by
5802 call-process.
10c877fe
SM
5803 Provide completion for the "<section> <name>" format as well.
5804 (Man-default-man-entry): Remove spurious var shadowing the argument.
5805
c44a4822
KR
58062009-11-26 Kevin Ryde <user42@zip.com.au>
5807
5808 * log-view.el: Add "Keywords: tools", since its other keywords
5809 aren't in finder-known-keywords, and following vc.el.
5810
9d58f081
KR
5811 * sha1.el (sha1-string-external): default-directory "/" in case
5812 otherwise non-existent. process-connection-type pipe for touch of
5813 efficiency recommended by elisp manual. (An aside in Bug#3911.)
5814
72fe6b25
SM
58152009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5816
5817 Misc coding convention cleanups.
5818 * htmlfontify.el (hfy-init-kludge-hook): Rename from
5819 hfy-init-kludge-hooks.
5820 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5821 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5822 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5823 and push.
5824 (hfy-slant, hfy-weight): Use tables rather than code.
5825 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5826 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5827 (hfy-face-attr-for-class): Initialize `face-spec' directly.
5828 (hfy-face-to-css): Remove `nconc' with single arg.
5829 (hfy-p-to-face-lennart): Use `or'.
5830 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
5831 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5832 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5833 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5834 (hfy-force-fontification): Use run-hooks.
5835
85e0a536
SM
58362009-11-26 Vivek Dasmohapatra <vivek@etla.org>
5837
5838 Various minor fixes.
5839 * htmlfontify.el (hfy-default-header): Add toggle_invis since
5840 Javascript belongs in the header, not the body.
5841 (hfy-javascript): Remove.
5842 (hfy-fontify-buffer): Don't insert it any more.
5843 (hfy-face-at): Handle (face0 face1 face2) style face properties.
5844 Fix bug in invis handling when there were no invis props in a chunk.
5845
62ccc42c
SM
58462009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5847
5848 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5849
2643c7aa
DN
58502009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
5851
5852 * finder.el (finder-mode-map): Add a menu.
5853
0e5c8aed
DN
58542009-11-26 Michael McNamara <mac@mail.brushroad.com>
5855
bf0b361c 5856 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
5857 "unsigned" structs.
5858
5859 (verilog-leap-to-head, verilog-backward-token): Handle "disable
5860 fork" statement better.
5861
58622009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
5863
bf0b361c
JB
5864 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5865 (verilog-delete-auto, verilog-delete-empty-auto-pair)
5866 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5867 Reported by Clay Douglass.
0e5c8aed
DN
5868
5869 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
5870 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5871 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
5872 Pierre-David Pfister.
5873
7629c4e7
GM
58742009-11-26 Glenn Morris <rgm@gnu.org>
5875
62ccc42c
SM
5876 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5877 the scope.
7629c4e7 5878
a5d358f8
JB
58792009-11-25 Johan Bockgård <bojohan@gnu.org>
5880
5881 * vc-annotate.el (vc-annotate-revision-previous-to-line):
5882 Really use previous revision.
5883
002cbde5
KR
58842009-11-25 Kevin Ryde <user42@zip.com.au>
5885
5886 * man.el (Man-completion-table): default-directory "/" in case
5887 doesn't otherwise exist. process-environment COLUMNS=999 so as
5888 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
5889 any chance of hitting the pseudo-tty TIOCGWINSZ.
5890 (man): completion-ignore-case t for friendliness and since man
5891 itself is case-insensitive on the command line.
5892 Further to Bug#3717.
002cbde5 5893
8cb5ffe8
KR
5894 * arc-mode.el: Add "Keywords: files", so the details in its
5895 commentary can be reached from finder-by-keyword.
34607612
KR
5896 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
5897 editing mode, but it's comms related and sgml-mode.el has "comm"
5898 on that basis too.
b8dfcf54 5899 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
5900 * international/isearch-x.el, international/ja-dic-cnv.el:
5901 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 5902 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 5903
1e2d9ba1
JL
59042009-11-25 Juri Linkov <juri@jurta.org>
5905
5906 * man.el (Man-completion-table): Modify regexp to include
5907 section names to completion strings. (Bug#3717)
5908
a601d313
JL
59092009-11-25 Juri Linkov <juri@jurta.org>
5910
5911 Search recursively in gzipped files. (Bug#4982)
5912
5913 * progmodes/grep.el (grep-highlight-matches): Add new options
5914 `always' and `auto'. Doc fix.
5915 (grep-process-setup): Check `grep-highlight-matches' for
5916 `auto-detect' to determine the need to compute grep defaults.
5917 Move Windows/DOS specific --colors settings handling
5918 to `grep-compute-defaults'. Check `grep-highlight-matches'
5919 to get the value of "--color=".
5920 (grep-compute-defaults): Compute `grep-highlight-matches' when it
5921 has the value `auto-detect'. Move Windows/DOS specific settings
5922 from `grep-process-setup'.
5923 (zrgrep): New command with alias `rzgrep'.
5924
bde04ea9
JL
59252009-11-25 Juri Linkov <juri@jurta.org>
5926
5927 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5928 to nil instead of switching off view-mode. (Bug#4896)
5929
7d6b4d3c
JL
59302009-11-25 Juri Linkov <juri@jurta.org>
5931
5932 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
5933
5934 * mwheel.el (mwheel-scroll-up-function)
5935 (mwheel-scroll-down-function): New defvars.
5936 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5937 `scroll-up', and `mwheel-scroll-down-function' instead of
5938 `scroll-down'.
5939
5940 * doc-view.el (doc-view-scroll-up-or-next-page)
5941 (doc-view-scroll-down-or-previous-page): Add optional ARG.
5942 Use this ARG in the call to image-scroll-up/image-scroll-down.
5943 Change `interactive' spec to "P". Goto next/previous page only
5944 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5945 SPC/DEL case). Doc fix.
5946 (doc-view-next-line-or-next-page)
5947 (doc-view-previous-line-or-previous-page): Rename arg to ARG
5948 for consistency.
5949 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5950 `doc-view-scroll-up-or-next-page', and buffer-local
5951 `mwheel-scroll-down-function' to
5952 `doc-view-scroll-down-or-previous-page'.
5953
e237085f
JL
59542009-11-25 Juri Linkov <juri@jurta.org>
5955
5956 Provide additional default values (directories at other Dired
5957 windows) via M-n in the minibuffer of some Dired commands.
5958
5959 * dired-aux.el (dired-diff, dired-compare-directories)
5960 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5961 `minibuffer-default' in `minibuffer-with-setup-hook'.
5962 (dired-dwim-target-directory): Find a window that displays Dired
5963 buffer instead of failing when the next window is not Dired.
5964 Use `get-window-with-predicate' to find for the next Dired window.
5965 (dired-dwim-target-defaults): New function.
5966
5967 * ediff-util.el (ediff-read-file-name):
5968 Use `dired-dwim-target-defaults' to set `minibuffer-default'
5969 in `minibuffer-with-setup-hook'.
5970
7d371eac
JL
59712009-11-25 Juri Linkov <juri@jurta.org>
5972
5973 Provide additional default values (file name at point or at the
5974 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
5975
5976 * minibuffer.el (read-file-name-defaults): New function.
5977 (read-file-name): Reset `minibuffer-default' to nil when
5978 it duplicates initial input `insdef'.
5979 Bind `minibuffer-default-add-function' to lambda that
5980 calls `read-file-name-defaults' in `minibuffer-selected-window'.
5981 (minibuffer-insert-file-name-at-point): New command.
5982
5983 * files.el (file-name-at-point-functions): New defcustom.
5984 (find-file-default): Remove defvar.
5985 (find-file-read-args): Don't use `find-file-default'.
5986 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5987 to `read-file-name'.
5988 (find-file-literally): Use `read-file-name' with
5989 `confirm-nonexistent-file-or-buffer'.
5990
5991 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5992
5993 * dired.el (dired-read-dir-and-switches):
5994 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5995 to `read-file-name'.
5996 (dired-file-name-at-point): New function.
5997 (dired-mode): Add hook `dired-file-name-at-point' to
5998 `file-name-at-point-functions'.
5999
04ae543a
SM
60002009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6001
6002 Really make the *Completions* window soft-dedicated (bug#5030).
6003 * window.el (window--display-buffer-2): Add `dedicated' argument.
6004 (display-buffer): Pass it when needed so the dedicated flag is set
6005 after calling set-window-buffer, which would otherwise reset it.
6006
eb708e66
SM
60072009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6008
d6b8d4e7
SM
6009 * progmodes/meta-mode.el (meta-complete-symbol):
6010 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
6011 * mail/mailabbrev.el (mail-abbrev-complete-alias):
6012 Use completion-in-region.
6013
5f24557b
SM
6014 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
6015 (dabbrev-completion): Use completion-in-region.
6016 (dabbrev--abbrev-at-point): Simplify regexp.
6017
fe4346f0
SM
6018 * abbrev.el (abbrev--before-point): Use word-motion functions
6019 if :regexp is not specified (bug#5031).
6020
cb190d7d
SM
6021 * subr.el (string-prefix-p): New function.
6022
e2ec6dd5
SM
6023 * man.el (Man-completion-cache): New var.
6024 (Man-completion-table): Use it.
6025
eb708e66
SM
6026 * vc.el (vc-print-log-internal): Make `limit' optional for better
6027 compatibility (e.g. with vc-annotate.el).
6028
4cf8971b
KR
60292009-11-24 Kevin Ryde <user42@zip.com.au>
6030
eb708e66 6031 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 6032 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 6033
4cf8971b
KR
6034 * emacs-lisp/elint.el (elint-add-required-env): Better error message
6035 when .el source file not found or other error.
6036
d204c46c
SM
60372009-11-24 Markus Triska <markus.triska@gmx.at>
6038
6039 * linum.el (linum-update-window): Ignore intangible (bug#4996).
6040
bb301b9a
SM
60412009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6042
449c27f0
SM
6043 Handle the [back] button properly (bug#4979).
6044 * descr-text.el (describe-text-properties): Add a `buffer' argument.
6045 Use help-setup-xref, help-buffer, and with-help-window.
6046 (describe-char): Add `buffer' argument.
6047 Pass proper command to help-setup-xref. Don't meddle with
6048 help-xref-stack-item directly.
6049 (describe-text-category): Use with-help-window and help-buffer.
6050
32fe5377
SM
6051 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
6052 for the displayed buffer (bug#4887).
6053
bb301b9a
SM
6054 * man.el (Man-completion-table): New function.
6055 (man): Use it.
6056
35179414
DR
60572009-11-24 David Reitter <david.reitter@gmail.com>
6058
bb301b9a 6059 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
6060 .git is) rather than the file's directory and a relative path spec
6061 to work around a bug in git.
6062
605a20a9
MA
60632009-11-24 Michael Albinus <michael.albinus@gmx.de>
6064
6065 Improve handling of processes on remote hosts.
6066
6067 * eshell/esh-util.el (eshell-path-env): New defvar.
6068 (eshell-parse-colon-path): New defun.
6069 (eshell-file-attributes): Use `eshell-parse-colon-path'.
6070
bb301b9a
SM
6071 * eshell/esh-ext.el (eshell-search-path):
6072 Use `eshell-parse-colon-path'.
605a20a9
MA
6073 (eshell-remote-command): Remove argument HANDLER.
6074 (eshell-external-command): Check for FTP remote connection.
6075
bb301b9a
SM
6076 * eshell/esh-proc.el (eshell-gather-process-output):
6077 Use `file-truename', in order to start also symlinked files.
6078 Apply `start-file-process' instead of `start-process'.
6079 Shorten `command' to the local file name part.
605a20a9 6080
bb301b9a
SM
6081 * eshell/em-cmpl.el (eshell-complete-commands-list):
6082 Use `eshell-parse-colon-path'.
605a20a9
MA
6083
6084 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
6085
6086 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
6087 to `eshell-directory-change-hook'.
6088
d1d33062
TH
60892009-11-24 Tassilo Horn <tassilo@member.fsf.org>
6090
6091 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 6092 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 6093
a34d8565 60942009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 6095
a34d8565
MK
6096 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
6097 made on 2009-11-22.
d1d33062 6098
c83b8d1b
GM
60992009-11-24 Glenn Morris <rgm@gnu.org>
6100
6101 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
6102 deleted variable bookmark-bmenu-bookmark-column.
6103
65235b0a
GM
6104 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6105 Move after definition of global-semantic-idle-tag-highlight-mode.
6106
83505cfe
SM
61072009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6108
6109 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
6110
5241b291
CY
61112009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
6112
6113 * net/browse-url.el (browse-url-filename-alist): On Windows, add
6114 two slashes to the "file:" prefix.
6115 (browse-url-file-url): De-munge Cygwin filenames before passing
6116 them to Windows browser.
6117 (browse-url-default-windows-browser): Use call-process.
6118
aefcadb6
JL
61192009-11-23 Juri Linkov <juri@jurta.org>
6120
6121 Implement DocView Continuous mode. (Bug#4896)
6122 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
6123 (doc-view-mode-map): Bind C-n/<down> to
6124 `doc-view-next-line-or-next-page', C-p/<up> to
6125 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
6126 (doc-view-next-line-or-next-page)
6127 (doc-view-previous-line-or-previous-page): New commands.
6128
0d62bcea
JL
61292009-11-23 Juri Linkov <juri@jurta.org>
6130
6131 Implement Isearch in comint input history. (Bug#3746)
6132 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
6133 `isearch-mode-hook'.
6134 (comint-history-isearch): New defcustom.
6135 (comint-history-isearch-backward)
6136 (comint-history-isearch-backward-regexp): New commands.
6137 (comint-history-isearch-message-overlay): New buffer-local variable.
6138 (comint-history-isearch-setup, comint-history-isearch-end)
6139 (comint-goto-input, comint-history-isearch-search)
6140 (comint-history-isearch-message, comint-history-isearch-wrap)
6141 (comint-history-isearch-push-state)
6142 (comint-history-isearch-pop-state): New functions.
6143
b593f105
MA
61442009-11-23 Michael Albinus <michael.albinus@gmx.de>
6145
6146 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
6147 return.
6148 (tramp-handle-make-symbolic-link)
6149 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
6150 Quote file names.
6151 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
6152 (tramp-handle-process-file): Use it.
6153
0f202d5d
SM
61542009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6155
6156 * window.el (move-to-window-line-last-op): Remove.
6157 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
6158
216349f8
SM
61592009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
6160
0f202d5d 6161 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
6162 * window.el (move-to-window-line-last-op): New var.
6163 (move-to-window-line-top-bottom): New command.
6164 (global-map): Bind M-r move-to-window-line-top-bottom.
6165
c10e0633
GM
61662009-11-23 Sven Joachim <svenjoac@gmx.de>
6167
6168 * dired-x.el (dired-guess-shell-alist-default):
6169 Support xz format. (Bug#4953)
6170
e96ec425
CY
61712009-11-22 Chong Yidong <cyd@stupidchicken.com>
6172
2054a44c
CY
6173 * cedet/srecode/map.el (srecode-get-maps):
6174 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
6175 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
6176 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
6177 (semantic-toggle-decoration-style):
6178 * cedet/semantic/decorate/include.el
6179 (semantic-decoration-include-describe)
6180 (semantic-decoration-unknown-include-describe)
6181 (semantic-decoration-unparsed-include-describe)
6182 (semantic-decoration-all-include-summary):
6183 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
6184 * cedet/semantic/analyze/complete.el
6185 (semantic-analyze-possible-completions):
6186 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
6187 (semantic-show-unmatched-syntax-mode)
6188 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
6189 (semantic-highlight-func-mode):
6190 * cedet/semantic/util.el (semantic-describe-buffer):
6191 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
6192 (semantic-symref-find-tags-by-name)
6193 (semantic-symref-find-tags-by-regexp)
6194 (semantic-symref-find-tags-by-completion)
6195 (semantic-symref-find-file-references-by-name)
6196 (semantic-symref-find-text):
6197 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
6198 (senator-yank-tag):
6199 * cedet/semantic/scope.el (semantic-calculate-scope):
6200 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
6201 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
6202 (define-semantic-idle-service):
6203 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
6204 (semantic-complete-analyze-inline-idle):
6205 * cedet/semantic/analyze.el (semantic-analyze-current-context):
6206 * cedet/mode-local.el (describe-mode-local-bindings)
6207 (describe-mode-local-bindings-in-mode):
6208 * cedet/ede/make.el (ede-make-check-version):
6209 * cedet/ede/locate.el (ede-enable-locate-on-project):
6210 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
6211 (cedet-idutils-version-check):
6212 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
6213 (cedet-gnu-global-version-check):
6214 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
6215 (cedet-cscope-version-check): Use called-interactively-p instead
6216 of interactive-p.
6217
e96ec425
CY
6218 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
6219 Use semantic-format-tag-prototype.
6220
953e0c1a
GM
62212009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
6222
6223 * emulation/viper-cmd.el: Use viper-last-command-char instead of
6224 last-command-char/last-command-event.
6225 (viper-prefix-arg-value): Do correct conversion of event-char for
6226 XEmacs.
6227
83505cfe
SM
6228 * emulation/viper-util.el, emulation/viper.el:
6229 Use viper-last-command-char instead of
6230 last-command-char/last-command-event.
953e0c1a 6231
83505cfe
SM
6232 * ediff-init.el, ediff-mult.el, ediff-util.el:
6233 Replace last-command-char and last-command-event
6234 with (ediff-last-command-char) everywhere.
953e0c1a
GM
6235
6236 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
6237 created in fundamental mode.
6238
6239 * ediff.el (ediff-version): Revert the change of interactive-p to
6240 called-interactively-p.
6241
9ee12eee
TH
62422009-11-22 Tassilo Horn <tassilo@member.fsf.org>
6243
6244 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
6245 generation from word-movement command names.
6246
ab2c15d4
CY
62472009-11-21 Chong Yidong <cyd@stupidchicken.com>
6248
6249 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
83505cfe
SM
6250 (semantic-complete-jump-local, semantic-complete-jump):
6251 Improve prompt string.
ab2c15d4 6252
8b571bf3
JD
62532009-11-21 Jan Djärv <jan.h.d@swipnet.se>
6254
6255 * cus-start.el (all): Add native condition for font-use-system-font.
6256
4121db47
AM
62572009-11-21 Nathaniel Flath <flat0103@gmail.com>
6258
83505cfe
SM
6259 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6260 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 6261
d71f5e0c
TH
62622009-11-21 Tassilo Horn <tassilo@member.fsf.org>
6263
6264 * progmodes/subword.el: Rename from lisp/subword.el.
6265
6266 * subword.el: Rename to progmodes/subword.el.
6267
6268 * Makefile.in (ELCFILES): Adapt to subword.el move.
6269
fc9d6ad6 62702009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 6271 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
6272
6273 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
6274 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
6275 (bookmark-bmenu-show-filenames): Use push.
6276 (bookmark-bmenu-hide-filenames): Use local var instead of
6277 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
6278 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
6279 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
6280 filenames now that the bookmark names are always available.
6281
26d9285f
SM
62822009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6283
6284 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
6285 (bookmark-search-pattern): Move and leave unbound.
6286 (bookmark-bmenu-mode-map): Change binding.
6287 (bookmark-read-search-input): Simplify.
6288 Don't use text-char-description. Don't error on non-char events.
6289 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
6290 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
6291 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
6292 Use a local var for the timer.
6293 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
6294 (i.e. bookmark-bmenu-search).
6295
d73a0317
GM
62962009-11-21 Glenn Morris <rgm@gnu.org>
6297
6298 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
6299
e572025f
CY
63002009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
6301
26d9285f
SM
6302 * net/browse-url.el (browse-url-default-windows-browser):
6303 Use cygstart for cygwin.
e572025f 6304
6aeaa3dc
KF
63052009-11-20 Karl Fogel <karl.fogel@red-bean.com>
6306
e4070cdc 6307 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
6308 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
6309 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 6310 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
6311 (bookmark-read-search-input): Adjust to fit within 80 columns.
6312
a9b76eec
TH
63132009-11-20 Tassilo Horn <tassilo@member.fsf.org>
6314
6315 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
6316 (c-backward-into-nomenclature): Adapt to subword renaming.
6317
6318 * subword.el (subword-forward, subword-backward, subword-mark)
6319 (subword-kill, subword-backward-kill, subword-transpose)
6320 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
6321 (subword-forward-internal, subword-backward-internal):
6322 Rename from forward-subword, backward-subword, mark-subword,
6323 kill-subword, backward-kill-subword, transpose-subwords,
6324 downcase-subword, upcase-subword, capitalize-subword,
6325 forward-subword-internal, backward-subword-internal.
a9b76eec 6326
1e7d4475
SM
63272009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6328
26d9285f
SM
6329 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
6330 New options.
1e7d4475
SM
6331 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
6332 New vars.
6333 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
6334 (bookmark-bmenu-filter-alist-by-regexp)
6335 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
6336 (bookmark-bmenu-search): New command.
6337 (bookmark-bmenu-mode-map): Bind it.
6338
acfad775
CY
63392009-11-20 Chong Yidong <cyd@stupidchicken.com>
6340
1e7d4475 6341 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
acfad775
CY
6342
6343 * cedet/semantic/idle.el (define-semantic-idle-service)
6344 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
6345
653d1554
TH
63462009-11-20 Tassilo Horn <tassilo@member.fsf.org>
6347
ab84bfa0
TH
6348 * progmodes/cc-cmds.el: declare-functioned forward-subword and
6349 backward-subword to quit the byte-compiler.
6350
1f35fda9
TH
6351 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
6352
6353 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
6354
653d1554 6355 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
6356 (c-forward-into-nomenclature, c-backward-into-nomenclature):
6357 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
6358
6359 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
6360 subword.el functions instead of cc-subword.el.
6361
1e7d4475
SM
6362 * progmodes/cc-subword.el: Rename to subword.el.
6363 * subword.el: Rename from progmodes/cc-subword.el.
6364 (subword-mode-map): Rename from c-subword-mode-map.
6365 (subword-mode): Rename from c-subword-mode.
653d1554 6366 (global-subword-mode): New global minor mode.
1e7d4475
SM
6367 (forward-subword): Rename from c-forward-subword.
6368 (backward-subword): Rename from c-backward-subword.
6369 (mark-subword): Rename from c-mark-subword.
6370 (kill-subword): Rename from c-kill-subword.
6371 (backward-kill-subword): Rename from c-backward-kill-subword.
6372 (transpose-subwords): Rename from c-tranpose-subword.
6373 (downcase-subword): Rename from c-downcase-subword.
6374 (capitalize-subword): Rename from c-capitalize-subword.
6375 (forward-subword-internal): Rename from c-forward-subword-internal.
6376 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 6377
9717f119
DN
63782009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
6379
8de724f3
DN
6380 * vc.el (vc-deduce-fileset): Allow non-state changing operations
6381 from a dired buffer.
6382 (vc-dired-deduce-fileset): New function.
6383 (vc-root-diff, vc-print-root-log): Use it.
6384
9717f119
DN
6385 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
6386 nil LIMIT argument to vc-print-log-internal.
6387
af4999b8
GM
63882009-11-20 Glenn Morris <rgm@gnu.org>
6389
6390 * Makefile.in (ELCFILES): Regenerate.
6391
725bff06
CY
63922009-11-20 Chong Yidong <cyd@stupidchicken.com>
6393
6394 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
6395
6396 * cedet/semantic.el: Enable idle-mode menu items only if
6397 global-semantic-idle-scheduler-mode is enabled.
6398 (semantic-default-submodes): Doc fix.
6399
6400 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6401 When turning off, disable other idle modes.
6402
b58edcb6
JB
64032009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
6404
02e1b488
SM
6405 * calc/calc.el (calc-set-mode-line):
6406 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
6407 (math-format-number): Rename `math-format-complement-signed' to
6408 `math-format-twos-complement'.
6409
02e1b488 6410 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
6411 math-format-complement-signed.
6412 (calc-radix): Rename `calc-complement-signed-mode' to
6413 `calc-twos-complement-mode'.
02e1b488
SM
6414 (calc-octal-radix, calc-hex-radix): Add an argument for
6415 two's complement.
b58edcb6 6416
02e1b488
SM
6417 * calc/calc-embed.el (calc-embedded-mode-vars):
6418 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 6419
02e1b488
SM
6420 * calc/calc-ext.el (calc-init-extensions):
6421 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
6422 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
6423
02e1b488
SM
6424 * calc/calc-units.el (math-build-units-table-buffer):
6425 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
6426
6427 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
6428 entries.
6429
6430 * calc/calc-vec.el (calcFunc-vunpack):
6431 * calc/calc-aent.el (calc-do-calc-eval):
6432 * calc/calc-forms.el (math-format-date):
6433 * calc/calc-graph.el (calc-graph-plot):
6434 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
6435 * calc/calccomp.el (math-compose-expr):
6436 Let `calc-twos-complement-mode' be nil.
6437
64382009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6439
6440 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
6441 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
6442 * minibuffer.el (completion-in-region-functions): New hook.
6443 (completion-in-region): New function.
6444 * emacs-lisp/lisp.el (lisp-complete-symbol):
6445 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 6446
e3353a78
SM
64472009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6448
eff77808
SM
6449 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
6450 (latex-complete-alist): New vars.
6451 (latex-string-prefix-p, latex-complete-bibtex-keys)
6452 (latex-complete-envnames, latex-complete-refkeys)
6453 (latex-complete-data): New functions.
6454 (latex-complete, latex-indent-or-complete): New commands.
6455
d2c9fc42
SM
6456 * window.el (display-buffer-mark-dedicated): New var.
6457 (display-buffer): Obey it.
6458 * minibuffer.el (minibuffer-completion-help): Use it.
6459
31a1c477
SM
6460 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
6461
bed4c972
SM
6462 * filecache.el (file-cache-add-file): Use push and cons.
6463 (file-cache-delete-file-regexp): Use push.
6464 (file-cache-complete): Use completion-in-region.
6465
8c22699f
SM
6466 * simple.el (with-wrapper-hook): Fix thinko.
6467
e3353a78
SM
6468 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
6469 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
6470 Use with-current-buffer and string-to-number.
6471 (hfy-fallback-colour-values): Use assoc-string.
6472 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
6473 (hfy-face-at): Remove unused var `found-face'.
6474 (hfy-compile-stylesheet): Remove unused var `css'.
6475 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
6476 and `orig-buffer'.
6477 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
6478 Use with-current-buffer.
6479 (hfy-text-p): Use expand-file-name and fewer setq.
6480
acca02b0
SM
64812009-11-19 Vivek Dasmohapatra <vivek@etla.org>
6482
6483 * htmlfontify.el, hfy-cmap.el: New files.
6484
042b7cc6
JL
64852009-11-19 Juri Linkov <juri@jurta.org>
6486
6487 * minibuffer.el (completions-format): New defcustom.
6488 (completion--insert-strings): Implement vertical format.
6489
6490 * simple.el (switch-to-completions): Move point to the first
6491 completion when point was at the beginning of the buffer.
6492
da205913
JL
64932009-11-19 Juri Linkov <juri@jurta.org>
6494
6495 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
6496
6497 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
6498
0b8ee421
CY
64992009-11-19 Chong Yidong <cyd@stupidchicken.com>
6500
6501 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
6502 (mail-signature): Change default to t.
6503 (mail-from-style): Deprecate `system-default' value.
6504 (mail-insert-from-field): For default value of mail-from-style,
6505 default to `angles' unless `angles' needs quoting and `parens'
6506 does not.
6507 (mail-citation-prefix-regexp): Use citation regexp from
6508 message-mode.
6509
4265deab
MA
65102009-11-19 Michael Albinus <michael.albinus@gmx.de>
6511
acca02b0
SM
6512 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6513 Set variables for computing the prompt for reading password.
4265deab 6514
27cacd2d
GM
65152009-11-19 Glenn Morris <rgm@gnu.org>
6516
470bce7d
GM
6517 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
6518
7e705a1d
GM
6519 * textmodes/flyspell.el (sgml-lexical-context): Declare.
6520
27cacd2d
GM
6521 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
6522 (newsticker-treeview-listwindow-height): Fix custom type.
6523
b2f0be0f
KH
65242009-11-19 Kenichi Handa <handa@m17n.org>
6525
6526 * descr-text.el (describe-char-padded-string): Compose with TAB
6527 only if there's a font for CH.
02e1b488 6528 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 6529
03446045 65302009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
6531
6532 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 6533 more accurate version of the regexp. (Bug#3910)
b96337b0 6534
03446045 65352009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
6536
6537 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
6538
e0620570
JB
65392009-11-18 Juanma Barranquero <lekktu@gmail.com>
6540
6541 * font-setting.el (font-use-system-font): Declare for byte-compiler.
6542 (font-setting-change-default-font): Fix typo in docstring.
6543
6cc6582e
AM
65442009-11-18 Alan Mackenzie <acm@muc.de>
6545
6546 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
6547
dfb3c4c6
JD
65482009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6549
02e1b488 6550 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
6551
6552 * cus-start.el (all): ... to here.
6553
e268e987
MA
65542009-11-17 Michael Albinus <michael.albinus@gmx.de>
6555
6556 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
6557 Don't set `ad-return-value' if `ad-do-it' doesn't.
6558
303ffde8
MA
6559 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
6560 modification time.
6561
637fa988
JD
65622009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6563
6564 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 6565 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
6566
6567 * loadup.el: If feature system-font-setting or font-render-setting is
6568 there, load font-setting.
6569
02e1b488 6570 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
6571 * font-setting.el: New file.
6572
1d16a255
GM
65732009-11-17 Glenn Morris <rgm@gnu.org>
6574
6575 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
6576
2d84f804
GM
6577 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
6578 Preserve point in the list buffer. (Bug#4939)
6579 Use point-at-eol.
6580 (newsticker--treeview-list-update-highlight)
6581 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
6582
14467b99
JB
65832009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6584
6585 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
6586 Remove.
6587
6588 * calc/calc-ext.el (calc-init-extensions): Remove references to
6589 symclip.
6590
6591 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
6592
6593 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 6594 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
6595 `calc-symclip'.
6596
e3c39c01
KR
65972009-11-16 Kevin Ryde <user42@zip.com.au>
6598
02e1b488 6599 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 6600 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 6601
497de631
KR
6602 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
6603 (lm-keywords-list): Allow comma-only separator like "foo,bar".
6604 Ignore trailing spaces by omit-nulls to split-string (fixing
6605 regression from Emacs 21 due to the incompatible split-string
14467b99 6606 change). (Bug #4928.)
497de631 6607
48b27575
DN
66082009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
6609
5237d741 6610 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
6611 (vc-print-log-internal): Insert buttons to request more entries
6612 when limiting the output.
6613
6614 * vc-sccs.el (vc-sccs-print-log):
6615 * vc-rcs.el (vc-rcs-print-log):
6616 * vc-cvs.el (vc-cvs-print-log):
6617 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6618 LIMIT is non-nil.
6619
d3e97185
MA
66202009-11-16 Michael Albinus <michael.albinus@gmx.de>
6621
6622 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6623 error when `tramp-gvfs-dbus-event-vector' is set.
6624 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6625
68d87786
SM
66262009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6627
6628 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6629
c0a39702
MA
66302009-11-16 Michael Albinus <michael.albinus@gmx.de>
6631
6632 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 6633 (dbus-register-property): Register the handlers of
c0a39702
MA
6634 "org.freedesktop.DBus.Properties" for SERVICE.
6635 (dbus-property-handler): Fix docstring.
6636
1e857121
YM
66372009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6638
6639 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6640 Quote doc string reference in defvaralias as it is not in special form.
6641 (byte-compile-output-docform): Doc fix.
6642
887484c1
JB
66432009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6644
6645 * calc/calc.el (math-2-word-size, math-half-2-word-size)
6646 (calc-complement-signed-mode): New variables.
6647 (calc-set-mode-line): Add indicator for twos-complements.
6648 (math-format-number): Format twos-complement notation.
6649
6650 * calc/calc-bin.el (calc-word-size): Reset the variables
6651 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
6652 (math-format-complement-signed, math-symclip, calcFunc-symclip)
6653 (calc-symclip): New functions.
887484c1
JB
6654
6655 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6656
68d87786
SM
6657 * calc/calc-embed.el (calc-embedded-mode-vars):
6658 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
6659
6660 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 6661 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
6662
6663 * calc/calc-ext.el (math-read-number-fancy): Read complement
6664 signed numbers.
68d87786
SM
6665 (calc-init-extensions): Add binding for `calc-symclip'.
6666 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
6667
6668 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6669 `calc-symclip'.
68d87786 6670 (calc-modes-menu): Add item for twos complement mode.
887484c1 6671
5237d741 6672 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 6673
4cf1d7e3
CY
66742009-11-15 Chong Yidong <cyd@stupidchicken.com>
6675
6676 * register.el (jump-to-register, insert-register): Handle Semantic
6677 tags. From commented-out advice in semantic/senator.el.
6678
f8e65267
DN
66792009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6680
6616006b
DN
6681 * vc.el (vc-log-show-limit): New variable.
6682 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
6683 when using a prefix argument.
6684 (vc-print-log-internal): Add new argument LIMIT.
6685
6686 * vc-svn.el (vc-svn-print-log):
6687 * vc-mtn.el (vc-mtn-print-log):
6688 * vc-hg.el (vc-hg-print-log):
6689 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 6690 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
6691 non-optional.
6692
6693 * vc-sccs.el (vc-sccs-print-log):
6694 * vc-rcs.el (vc-rcs-print-log):
6695 * vc-git.el (vc-git-print-log):
6696 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6697 ignore it. Make the BUFFER argument non-optional
6698
f8e65267
DN
6699 * bindings.el (mode-line-buffer-identification): Do not purecopy.
6700
0566c4bc
CY
67012009-11-15 Chong Yidong <cyd@stupidchicken.com>
6702
7cce3c91
CY
6703 * dired.el (dired-mode-map): Move encryption items to "Operate"
6704 menu (Bug#4703).
6705
d7063de9
CY
6706 * strokes.el (strokes-update-window-configuration): Make strokes
6707 buffer current before erasing (Bug#4906).
6708
0566c4bc
CY
6709 * cedet/semantic/idle.el (semantic-idle-summary-mode)
6710 (semantic-idle-summary-mode): Define using define-minor-mode
6711 instead of define-semantic-idle-service.
6712 (semantic-idle-summary-mode): New function.
6713 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
6714 that mouse motion does not reset the echo area.
6715
0fc10137
JL
67162009-11-15 Juri Linkov <juri@jurta.org>
6717
6718 * simple.el (set-mark-default-inactive): Add :type, :group
6719 and :version. (Bug#4876)
6720
f5fce4ec
MA
67212009-11-15 Michael Albinus <michael.albinus@gmx.de>
6722
6723 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6724 (archive-unique-fname): ... here. (Bug#4929)
6725
8d720a00
SM
67262009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6727
589888fe
SM
6728 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6729 with a real fix.
6730
8d720a00
SM
6731 * novice.el (disabled-command-function): Add useful args.
6732 Setup the help buffer so that [back] works.
6733 Remove redundant call to help-mode.
6734 (disabled-command-function): Use `case'.
6735 (en/disable-command): New function extracted from enable-command.
6736 (enable-command, disable-command): Use it.
6737
a61344d6
GM
67382009-11-14 Glenn Morris <rgm@gnu.org>
6739
497f0cdd
GM
6740 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6741 constants. (Bug#4913)
6742
a61344d6
GM
6743 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6744
d501801e
GM
67452009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
6746
6747 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6748 defined in C that have no doc-strings. (Bug#1063)
6749
5af27ac2
GM
67502009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
6751
6752 * cus-edit.el (data, files):
6753 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
6754
aec5395b
CY
67552009-11-14 Chong Yidong <cyd@stupidchicken.com>
6756
e7791447
CY
6757 * simple.el (shell-command): Doc fix (Bug#4891).
6758
aec5395b
CY
6759 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6760
7a41cd7f
GM
67612009-11-14 Glenn Morris <rgm@gnu.org>
6762
c3583c94
GM
6763 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6764 statements for vc-diff, emerge-quit, and rmail-cease-edit.
6765 If they are already loaded, eval-after-load will do the right thing.
6766
73900d1f
GM
6767 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6768 compiling.
6769
0028351d
GM
6770 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6771
f6714ede
GM
6772 * simple.el (x-selection-owner-p): Declare.
6773 (read-mail-command): Use custom radio type rather than choice.
6774 (completion-no-auto-exit): Doc fix.
6775
7a41cd7f 6776 * custom.el (defgroup):
5af27ac2 6777 * epg-config.el (epg): Doc fixes.
7a41cd7f 6778
2d0659ec
DN
67792009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6780
6781 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6782 * international/ccl.el (define-ccl-program): Do not purecopy the
6783 docstring, defconst does it anyway.
6784
7fdbcd83
SM
67852009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6786
d499c5b9
SM
6787 * add-log.el (add-change-log-entry): Avoid displaying the changelog
6788 a second time.
6789
7fdbcd83
SM
6790 * x-dnd.el (x-dnd-maybe-call-test-function):
6791 * window.el (split-window-vertically):
6792 * whitespace.el (whitespace-help-on):
6793 * vc-rcs.el (vc-rcs-consult-headers):
6794 * userlock.el (ask-user-about-lock-help)
6795 (ask-user-about-supersession-help):
6796 * type-break.el (type-break-force-mode-line-update):
6797 * time-stamp.el (time-stamp-conv-warn):
6798 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 6799 (te-sentinel, terminal-emulator):
7fdbcd83
SM
6800 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6801 (term-write-input-ring, term-check-source, term-start-output-log):
6802 (term-display-buffer-line, term-dynamic-list-completions):
6803 (term-ansi-make-term, serial-term):
6804 * subr.el (selective-display):
6805 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6806 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6807 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6808 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6809 (speedbar-remove-localized-speedbar-support)
6810 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6811 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6812 (speedbar-buffers-line-directory):
6813 * simple.el (shell-command-on-region, append-to-buffer)
6814 (prepend-to-buffer):
6815 * shadowfile.el (shadow-save-todo-file):
6816 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6817 (scroll-bar-maybe-set-window-start):
6818 * sb-image.el (speedbar-image-dump):
6819 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6820 (load-save-place-alist-from-file):
6821 * ps-samp.el (ps-print-message-from-summary):
6822 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6823 (ps-background-image, ps-begin-job, ps-do-despool):
6824 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6825 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6826 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6827 (pr-call-process, pr-file-list, pr-interface-save):
6828 * novice.el (disabled-command-function)
6829 (enable-command, disable-command):
6830 * mouse.el (mouse-buffer-menu-alist):
6831 * mouse-copy.el (mouse-kill-preserving-secondary):
6832 * macros.el (kbd-macro-query):
6833 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6834 * informat.el (batch-info-validate):
6835 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6836 * hippie-exp.el (try-expand-dabbrev-visible):
6837 * help-mode.el (help-make-xrefs):
6838 * help-fns.el (describe-variable):
6839 * generic-x.el (bat-generic-mode-run-as-comint):
6840 * finder.el (finder-mouse-select):
6841 * find-dired.el (find-dired-sentinel):
6842 * filesets.el (filesets-file-close):
6843 * files.el (list-directory):
6844 * faces.el (list-faces-display, describe-face):
6845 * facemenu.el (list-colors-display):
6846 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6847 * epg.el (epg--process-filter, epg-cancel):
6848 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6849 (epa--read-signature-type):
6850 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6851 (emerge-file-names):
6852 * ehelp.el (electric-helpify):
6853 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6854 * ediff-vers.el (rcs-ediff-view-revision):
6855 * ediff-util.el (ediff-setup):
6856 * ediff-mult.el (ediff-append-custom-diff):
6857 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6858 (ediff-wordify):
6859 * echistory.el (Electric-command-history-redo-expression):
6860 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6861 * disp-table.el (describe-display-table):
6862 * dired.el (dired-find-buffer-nocreate):
6863 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6864 * dabbrev.el (dabbrev--same-major-mode-p):
6865 * chistory.el (list-command-history):
6866 * apropos.el (apropos-documentation):
6867 * allout.el (allout-obtain-passphrase):
6868 (allout-copy-exposed-to-buffer):
6869 (allout-verify-passphrase): Use with-current-buffer.
6870
2ccbc060
GM
68712009-11-13 Glenn Morris <rgm@gnu.org>
6872
6873 * Makefile.in (ELCFILES): Regenerate.
6874
b172ed20
MA
68752009-11-13 Michael Albinus <michael.albinus@gmx.de>
6876
7fdbcd83
SM
6877 * net/dbus.el (dbus-registered-objects-table): Rename from
6878 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
6879 (dbus-unregister-object): Unregister also properties.
6880 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6881 Use a timeout of 500 msec, in order to not block.
6882 (dbus-register-property, dbus-property-handler): New defuns.
6883
e96d62cd
SM
68842009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6885
6886 * simple.el (minibuffer-default-add-completions): Drop deprecated
6887 4th arg.
6888
14bd267d
EZ
68892009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
6890
e96d62cd
SM
6891 * textmodes/artist.el (artist-mouse-choose-operation):
6892 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 6893 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
6894 (artist-compute-up-event-key): New function.
6895 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6896
bf89fd7b
KH
68972009-11-13 Kenichi Handa <handa@m17n.org>
6898
6899 * language/japan-util.el: Make sure that the value of jisx0208
6900 property is jisx0208 character.
6901
f70b8925
DN
69022009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
6903
6904 * international/mule.el (auto-coding-regexp-alist): Only purecopy
6905 car or each item, not the whole list.
6906
4d93a9e0
SM
69072009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6908
6909 * minibuffer.el (minibuffer-completion-help):
6910 Use minibuffer-hide-completions.
6911
05404988
SM
69122009-11-12 Per Starbäck <per@starback.se> (tiny change)
6913
6914 * dired.el (dired-save-positions, dired-restore-positions): New funs.
6915 (dired-revert): Use them (bug#4880).
6916
5297bc10
DN
69172009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6918
6919 * tooltip.el (tooltip-frame-parameters): Undo previous change.
6920
e2685eb7
JL
69212009-11-12 Juri Linkov <juri@jurta.org>
6922
6923 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6924 New functions.
6925 (find-file-literally-at-point): Alias of `ffap-literally'.
6926
76410c3e
DN
69272009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6928
6d341a2a
DN
6929 * textmodes/ispell.el (ispell-skip-region-alist):
6930 * textmodes/css-mode.el (auto-mode-alist):
6931 * progmodes/compile.el (auto-mode-alist):
6932 * international/mule.el (ctext-non-standard-encodings-alist)
6933 (ctext-non-standard-encodings-regexp):
6934 * simple.el (shell-command-switch, text-read-only):
6935 * replace.el (occur-mode-map):
6936 * paths.el (rmail-file-name):
6937 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6938 * find-file.el (ff-special-constructs):
6939 * files.el (file-name-handler-alist):
6940 * composite.el: Purecopy strings.
6941
76410c3e
DN
6942 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6943
aaa448c9
DN
69442009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6945
6946 * widget.el (define-widget): Purecopy the docstring.
6947 * international/mule-cmds.el (charset): Do not purecopy the
6948 docstring here, define-widget does it.
6949
6950 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6951 * textmodes/bibtex-style.el (auto-mode-alist):
6952 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6953 * progmodes/compile.el (compile-command):
6954 * language/korea-util.el (default-korean-keyboard):
6955 * international/mule-conf.el (file-coding-system-alist):
6956 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6957 * tooltip.el (tooltip-frame-parameters):
6958 * newcomment.el (comment-end, comment-padding):
6959 * dired.el (dired-trivial-filenames):
6960 * comint.el (comint-file-name-prefix): Purecopy initial values.
6961
bbe650fd
MA
69622009-11-11 Michael Albinus <michael.albinus@gmx.de>
6963
6964 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6965 (tramp-advice-minibuffer-electric-tilde): Unload advices via
6966 `tramp-unload'.
6967 (tramp-advice-make-auto-save-file-name)
6968 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6969 after removing the advice.
6970
6bdad9ae
DN
69712009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6972
2f7f4bee
DN
6973 * progmodes/grep.el (grep-regexp-alist):
6974 * international/mule-cmds.el (iso-2022-control-alist):
6975 * emacs-lisp/timer.el (timer-duration-words):
6976 * subr.el (version-separator, version-regexp-alist):
6977 * minibuffer.el (completion-styles-alist):
6978 * faces.el (face-attribute-name-alist, list-faces-sample-text):
6979 Change defvars to defconsts.
6980
a042de45
DN
6981 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6982 * loadup.el ("international/mule-conf"): Load the byte compiled version.
6983 * international/mule-conf.el: Allow to be byte compiled.
6984
3b6acc72
DN
6985 * international/mule.el (define-charset): Purecopy props.
6986 (load-with-code-conversion): Purecopy doc string and file name.
6987 (put-charset-property): Purecopy strings.
6988 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6989
1c2efdfb 6990 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
6991 (define-char-code-property): Correctly purecopy the table.
6992
62591911
DN
6993 * international/ccl.el (define-ccl-program): Purecopy the docstring.
6994
8b908da6
DN
6995 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6996
ff917d63
DN
6997 * subr.el (add-hook): Purecopy strings.
6998 (eval-after-load): Purecopy load-history-regexp and the form.
6999
af89cf77
DN
7000 * custom.el (custom-declare-group): Purecopy load-file-name.
7001
a3c20c83 7002 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
7003 * net/eudc.el (eudc-tools-menu):
7004 * international/mule-cmds.el (set-coding-system-map)
7005 (mule-menu-keymap):
7006 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7007 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
7008 * replace.el (occur-mode-map):
7009 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 7010 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
7011 (menu-bar-custom-menu, menu-bar-showhide-menu)
7012 (menu-bar-options-menu, menu-bar-tools-menu)
7013 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
7014 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
7015 (menu-bar-help-menu):
7016 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
7017 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
7018
6bdad9ae
DN
7019 * term/x-win.el (x-gtk-stock-map):
7020 * progmodes/vera-mode.el (auto-mode-alist):
7021 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7022 (inferior-lisp-program, inferior-lisp-load-command):
7023 * progmodes/hideshow.el (hs-special-modes-alist):
7024 * progmodes/gud.el (same-window-regexps):
7025 * progmodes/grep.el (grep-program, find-program, xargs-program):
7026 * net/telnet.el (same-window-regexps):
7027 * net/rlogin.el (same-window-regexps):
7028 * language/ethiopic.el (font-ccl-encoder-alist):
7029 * vc-sccs.el (vc-sccs-master-templates):
7030 * vc-rcs.el (vc-rcs-master-templates):
7031 * subr.el (cl-assertion-failed):
7032 * simple.el (next-error-overlay-arrow-position):
7033 * lpr.el (lpr-command):
7034 * locate.el (locate-ls-subdir-switches):
7035 * info.el (same-window-regexps, info)
7036 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7037 * image-mode.el (image-mode, auto-mode-alist):
7038 * hippie-exp.el (hippie-expand-ignore-buffers):
7039 * format.el (format-alist):
7040 * find-dired.el (find-ls-subdir-switches, find-grep-options)
7041 (find-name-arg):
7042 * facemenu.el (facemenu-keybindings):
7043 * dired.el (dired-listing-switches, dired-chown-program):
7044 * diff.el (diff-switches, diff-command):
7045 * cus-edit.el (same-window-regexps):
7046 * bindings.el (mode-line-mule-info)
7047 (mode-line-buffer-identification): Purecopy strings.
7048
e0987650
JL
70492009-11-11 Juri Linkov <juri@jurta.org>
7050
3570691b 7051 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
7052 Tell the byte-compiler about dired-get-filename.
7053 (shell-command): In Dired mode, get filename from the current line
7054 as the default value.
7055
b16ff465
GM
70562009-11-10 Glenn Morris <rgm@gnu.org>
7057
e8a11b22
GM
7058 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
7059 * calendar/holidays.el, progmodes/cperl-mode.el:
7060 Update x-popup-menu declarations.
7061
b16ff465
GM
7062 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
7063 (list-load-path-shadows): Use dolist.
7064 (list-load-path-shadows): Use with-current-buffer.
7065
032c3399
JL
70662009-11-10 Juri Linkov <juri@jurta.org>
7067
7068 * minibuffer.el (read-file-name): Support a list of default values
7069 in `default-filename'. Use the first file name where only one
7070 element is required. Doc fix.
7071
8fb1629f
MA
70722009-11-09 Michael Albinus <michael.albinus@gmx.de>
7073
7074 * net/dbus.el (dbus-unregister-object): Release service, if no
7075 other method is registered for it.
7076
a51203ee 70772009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
7078
7079 * bookmark.el (bookmark-completing-read): Sort bookmark names if
7080 bookmark-sort-flag is non-nil (Bug#4653).
7081
9bf7dc8a
CY
70822009-11-08 Chong Yidong <cyd@stupidchicken.com>
7083
7084 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
7085 the progress reporter entirely.
7086
15207e74
CY
7087 * emulation/cua-base.el: Add CUA property to some CC mode commands
7088 (Bug#4100).
7089
8bf7ed70
KR
70902009-11-08 Kevin Ryde <user42@zip.com.au>
7091
7092 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 7093 at end of sentence (Bug#4818).
8bf7ed70 7094
951802d0
CY
70952009-11-08 Jared Finder <jfinder@crypticstudios.com>
7096
7097 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7098 Handle "see declaration of" MSFT statements (Bug#4100).
7099
e8244310
MA
71002009-11-08 Michael Albinus <michael.albinus@gmx.de>
7101
7102 * net/tramp.el (tramp-advice-make-auto-save-file-name)
7103 (tramp-advice-file-expand-wildcards): Unload via
7104 `ad-remove-advice'.
7105
7106 * net/trampver.el: Update release number.
7107
a51203ee 71082009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
7109
7110 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
7111 `ad-do-it'.
7112
a51203ee 71132009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
7114
7115 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
7116 in order to keep context in SELinux.
7117
bedd8a58
CY
71182009-11-08 Chong Yidong <cyd@stupidchicken.com>
7119
7120 * dired-aux.el (dired-query): Place cursor in echo area and allow
7121 C-g.
7122
7123 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
7124 menu item if not on a directory (Bug#4701).
7125
0484d600
MA
71262009-11-07 Michael Albinus <michael.albinus@gmx.de>
7127
7128 Sync with Tramp 2.1.17.
7129
7130 * net/tramp.el (tramp-handle-copy-directory): Don't use
7131 `file-remote-p' (due to compatibility).
7132
7133 * net/tramp-compat.el (tramp-compat-copy-directory)
7134 (tramp-compat-delete-directory): New defuns.
7135
7136 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7137 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
7138 `tramp-compat-delete-directory'.
7139
7140 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 7141 (tramp-smb-handle-delete-directory): Use
0484d600
MA
7142 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
7143
7144 * net/trampver.el: Update release number.
7145
b42b2189
CY
71462009-11-07 Chong Yidong <cyd@stupidchicken.com>
7147
6960d7b9
CY
7148 * tar-mode.el (tar-copy): Call write-region on the right buffer
7149 (Bug#4857).
7150
b42b2189
CY
7151 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
7152 by hand, if necessary (Bug#4878).
7153
0ad57dfd
CY
71542009-11-06 Chong Yidong <cyd@stupidchicken.com>
7155
d19e23ae
CY
7156 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
7157 align size column (Bug#4839).
7158
0ad57dfd
CY
7159 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
7160 statement.
7161
0b7f397c
DN
71622009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
7163
7164 * progmodes/ld-script.el (auto-mode-alist):
7165 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
7166
7167 * cus-face.el (custom-declare-face): Purecopy face spec.
7168
495bd5ca
KH
71692009-11-06 Kenichi Handa <handa@m17n.org>
7170
7171 * international/uni-bidi.el: Re-generated.
7172 * international/uni-category.el: Re-generated.
7173 * international/uni-combining.el: Re-generated.
7174 * international/uni-mirrored.el: Re-generated.
7175
1e8780b1
DN
71762009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
7177
7178 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
7179 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
7180 (tex-start-options, slitex-run-command, latex-run-command)
7181 (tex-run-command, tex-directory):
7182 * textmodes/ispell.el (ispell-html-skip-alists)
7183 (ispell-tex-skip-alists, ispell-tex-skip-alists):
7184 * textmodes/fill.el (adaptive-fill-first-line-regexp):
7185 (adaptive-fill-regexp):
7186 * textmodes/dns-mode.el (auto-mode-alist):
7187 * progmodes/python.el (interpreter-mode-alist):
7188 * progmodes/etags.el (tags-compression-info-list):
7189 * progmodes/etags.el (tags-file-name):
7190 * net/browse-url.el (browse-url-galeon-program)
7191 (browse-url-firefox-program):
7192 * mail/sendmail.el (mail-signature-file)
7193 (mail-citation-prefix-regexp):
7194 * international/mule-conf.el (eight-bit):
7195 * international/latexenc.el (latex-inputenc-coding-alist):
7196 * international/fontset.el (x-pixel-size-width-font-regexp):
7197 * emacs-lisp/warnings.el (warning-type-format):
7198 * emacs-lisp/trace.el (trace-buffer):
7199 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
7200 (emacs-lisp-mode-map):
7201 * calendar/holidays.el (holiday-solar-holidays)
7202 (holiday-bahai-holidays, holiday-islamic-holidays)
7203 (holiday-christian-holidays, holiday-hebrew-holidays)
7204 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
7205 (hebrew-holidays-1, holiday-oriental-holidays)
7206 (holiday-general-holidays):
7207 * x-dnd.el (x-dnd-known-types):
7208 * tool-bar.el (tool-bar):
7209 * startup.el (site-run-file):
7210 * shell.el (shell-dumb-shell-regexp):
7211 * rfn-eshadow.el (file-name-shadow-tty-properties)
7212 (file-name-shadow-properties):
7213 * paths.el (remote-shell-program, news-directory):
7214 * mouse.el ([C-down-mouse-3]):
7215 * menu-bar.el (menu-bar-tools-menu):
7216 * jka-cmpr-hook.el (jka-compr-load-suffixes)
7217 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
7218 (jka-compr-compression-info-list):
7219 * isearch.el (search-whitespace-regexp):
7220 * image-file.el (image-file-name-extensions):
7221 * find-dired.el (find-ls-option):
7222 * files.el (directory-listing-before-filename-regexp)
7223 (directory-free-space-args, insert-directory-program)
7224 (list-directory-brief-switches, magic-fallback-mode-alist)
7225 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
7226 (automount-dir-prefix):
7227 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
7228 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
7229 (face-font-registry-alternatives, face-font-registry-alternatives)
7230 (face-font-family-alternatives):
7231 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
7232 (facemenu-foreground-menu, facemenu-face-menu):
7233 * epa-hook.el (epa-file-name-regexp):
7234 * dnd.el (dnd-protocol-alist):
7235 * textmodes/rst.el (auto-mode-alist):
a51203ee 7236 * button.el (default-button): Purecopy strings.
1e8780b1 7237
0adae11f
GM
72382009-11-06 Glenn Morris <rgm@gnu.org>
7239
7240 * Makefile.in (ELCFILES): Update.
7241
2adaf057
SM
72422009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
7243
8f72f03c
SM
7244 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
7245 * emacs-lisp/levents.el: Move to obsolete/levents.el.
7246
2adaf057
SM
7247 * nxml/xsd-regexp.el (xsdre-gen-categories):
7248 * nxml/xmltok.el (xmltok-parse-entity):
7249 * nxml/rng-parse.el (rng-parse-validate-file):
7250 * nxml/rng-maint.el (rng-format-manual)
7251 (rng-manual-output-force-new-line):
7252 * nxml/rng-loc.el (rng-save-schema-location-1):
7253 * nxml/rng-cmpct.el (rng-c-parse-file):
7254 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
7255 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
7256
14862301
SM
72572009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
7258
bf0b361c 7259 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
7260 Remove extra save-excursions and make-variable-buffer-local's.
7261 Suggested by Stefan Monnier.
7262
7263 (verilog-getopt-file, verilog-module-inside-filename-p)
7264 (verilog-set-define): Merge GNU 1.35 and repair changes from
7265 switching to using with-current-buffer.
7266
7267 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
7268 being treated as a number and confusing AUTORESET.
7269 Reported by Dan Dever.
7270
7271 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
7272 Add verilog-auto-ignore-concat to fix backward compatibility with
7273 older verilog-modes. Reported by Dan Katz.
7274
7275 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
7276 containing closing anchors "...$".
7277
7278 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
7279 Reported by Wade Smith.
7280
48c2d18a 7281 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
7282
72832009-11-05 Michael McNamara <mac@mail.brushroad.com>
7284
bf0b361c
JB
7285 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
7286 for labels.
14862301
SM
7287
7288 (verilog-label-re, verilog-calc-1): Support proper indent of named
7289 asserts.
7290
7291 (verilog-backward-token, verilog-basic-complete-re)
7292 (verilog-beg-of-statement, verilog-indent-re): Support proper
7293 indent of the assert statement at the beginning of a block of text.
7294
7295 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
7296 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
7297 tokens as begins.
7298
4f8f657f
GM
72992009-11-05 Glenn Morris <rgm@gnu.org>
7300
775adc51
GM
7301 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
7302 Emacs 19. (Bug#1531)
7303 (byte-compile-fix-header): Update for the above change.
7304 Drop test for epoch::version.
7305
4ad6a5e7 7306 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
7307 * cus-dep.el (custom-make-dependencies):
7308 * finder.el (finder-compile-keywords):
7309 Use autoload-rubric's feature argument.
4ad6a5e7 7310
4f8f657f
GM
7311 * calendar/diary-lib.el (top-level): Make load behave more like require.
7312
881e4184
GM
7313 * vc-git.el (vc-git-stash-map): Move definition before use.
7314
ba214964 73152009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 7316
b6f8ba09
DN
7317 * custom.el (custom-declare-group): Purecopy standard-value.
7318 (custom-declare-group): Purecopy custom-prefix.
7319
7fdbcd83
SM
7320 * international/mule.el (load-with-code-conversion):
7321 Call do-after-load-evaluation unconditionally.
eb6f577b 7322
f6195dfb
DN
7323 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
7324
56f14120
SM
73252009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7326
7327 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
7328
e5c89ce9
GM
73292009-11-04 Glenn Morris <rgm@gnu.org>
7330
7331 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
7332 (byte-compile-compatibility): Remove option.
7333 (byte-compile-close-variables, byte-compile-fix-header)
7334 (byte-compile-insert-header, byte-compile-output-docform)
7335 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
7336 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
7337 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
7338 (byte-compile-insert, byte-compile-defun):
7339 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
7340 (byte-defop-compiler19): Remove.
7341 Without byte-compile-compatibility, the 'emacs19-opcode property is not
7342 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 7343
e24f42ab
JL
73442009-11-04 Juri Linkov <juri@jurta.org>
7345
7346 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
7347 (menu-bar-options-menu): Don't quote the `prop' arg of
7348 `menu-bar-make-mm-toggle'.
7349
d3d5f4f5
JB
73502009-11-04 Juanma Barranquero <lekktu@gmail.com>
7351
7352 * calendar/calendar.el (cal-loaddefs):
7353 * calendar/diary-lib.el (diary-loaddefs):
7354 * calendar/holidays.el (hol-loaddefs):
7355 * eshell/esh-module.el (esh-groups): Load rather than require.
7356
6e39d3b2
SM
73572009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7358
e96d62cd
SM
7359 * calendar/todo-mode.el (todo-add-category): Don't hardcode
7360 point-min==1.
7e83e8b4
SM
7361 (todo-top-priorities): Only display-buffer when called interactively.
7362 (todo-item-start): Don't save excursion point.
7363 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
7364 (todo-insert-item-here, todo-file-item, todo-remove-item):
7365 Adjust uses of todo-item-start and todo-item-end.
7366
fae4e5b9
SM
7367 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
7368 (autoload-rubric): Don't use any more.
7369 * cedet/semantic/fw.el (semantic/loaddefs):
7370 * cedet/srecode.el (srecode/loaddefs):
7371 * cedet/ede.el (ede/loaddefs): Load rather than require.
a51203ee
JB
7372 * cedet/ede/cpp-root.el:
7373 * cedet/ede/emacs.el:
7374 * cedet/ede/files.el:
7375 * cedet/ede/linux.el:
7376 * cedet/ede/locate.el:
7377 * cedet/ede/make.el:
7378 * cedet/ede/shell.el:
7379 * cedet/ede/speedbar.el:
7380 * cedet/ede/system.el:
7381 * cedet/ede/util.el:
7382 * cedet/semantic/analyze.el:
7383 * cedet/semantic/bovine.el:
7384 * cedet/semantic/complete.el:
7385 * cedet/semantic/ctxt.el:
7386 * cedet/semantic/db-file.el:
7387 * cedet/semantic/db-find.el:
7388 * cedet/semantic/db-global.el:
7389 * cedet/semantic/db-mode.el:
7390 * cedet/semantic/db-typecache.el:
7391 * cedet/semantic/db.el:
7392 * cedet/semantic/debug.el:
7393 * cedet/semantic/dep.el:
7394 * cedet/semantic/doc.el:
7395 * cedet/semantic/edit.el:
7396 * cedet/semantic/find.el:
7397 * cedet/semantic/format.el:
7398 * cedet/semantic/html.el:
7399 * cedet/semantic/ia-sb.el:
7400 * cedet/semantic/ia.el:
7401 * cedet/semantic/idle.el:
7402 * cedet/semantic/lex-spp.el:
7403 * cedet/semantic/lex.el:
7404 * cedet/semantic/mru-bookmark.el:
7405 * cedet/semantic/scope.el:
7406 * cedet/semantic/senator.el:
7407 * cedet/semantic/sort.el:
7408 * cedet/semantic/symref.el:
7409 * cedet/semantic/tag-file.el:
7410 * cedet/semantic/tag-ls.el:
7411 * cedet/semantic/tag-write.el:
7412 * cedet/semantic/tag.el:
7413 * cedet/semantic/util-modes.el:
7414 * cedet/semantic/analyze/complete.el:
7415 * cedet/semantic/analyze/refs.el:
7416 * cedet/semantic/bovine/c.el:
7417 * cedet/semantic/bovine/gcc.el:
7418 * cedet/semantic/bovine/make.el:
7419 * cedet/semantic/bovine/scm.el:
7420 * cedet/semantic/decorate/include.el:
7421 * cedet/semantic/decorate/mode.el:
7422 * cedet/semantic/symref/cscope.el:
7423 * cedet/semantic/symref/global.el:
7424 * cedet/semantic/symref/grep.el:
7425 * cedet/semantic/symref/idutils.el:
7426 * cedet/semantic/symref/list.el:
7427 * cedet/semantic/wisent/java-tags.el:
7428 * cedet/semantic/wisent/javascript.el:
7429 * cedet/srecode/compile.el:
7430 * cedet/srecode/cpp.el:
7431 * cedet/srecode/document.el:
7432 * cedet/srecode/el.el:
7433 * cedet/srecode/expandproto.el:
7434 * cedet/srecode/getset.el:
7435 * cedet/srecode/insert.el:
7436 * cedet/srecode/java.el:
7437 * cedet/srecode/map.el:
7438 * cedet/srecode/mode.el:
7439 * cedet/srecode/template.el:
7440 * cedet/srecode/texi.el: Remove the file-local setting of
fae4e5b9
SM
7441 generated-autoload-feature.
7442
6e39d3b2
SM
7443 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
7444 and only put a prop if it is non-nil.
7445
c9753fb4
JL
74462009-11-03 Juri Linkov <juri@jurta.org>
7447
7448 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
7449 (menu-bar-options-menu): Fix list quoting (Bug#4429).
7450
7451 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
7452 and "Menu" to make top-level menu item visually one unit (like
7453 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
7454 multi-word menu items). Fix :help string for quit-window.
7455
db04f33f
GM
74562009-11-03 Glenn Morris <rgm@gnu.org>
7457
df8fff6c
GM
7458 * cedet/mode-local.el (with-mode-local): Doc fix.
7459
2aea6521
GM
7460 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7461 (byte-compile-file-form-define-abbrev-table)
7462 (byte-compile-file-form-custom-declare-variable)
7463 (byte-compile-variable-ref, byte-compile-defvar):
7464 Whether or not a warning is enabled should only affect whether we issue
7465 the warning, not whether or not we collect the relevant data.
7466 Eg warnings can be turned on and off throughout the course of a file.
7467
db04f33f
GM
7468 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
7469 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
7470
937e6a56
SM
74712009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7472
7473 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
7474 * play/mpuz.el (mpuz-create-buffer):
7475 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
7476 (lm-print-y,s,noise, lm-print-w0, lm-init):
7477 * play/gomoku.el (gomoku-prompt-for-move):
7478 * play/fortune.el (fortune-in-buffer):
7479 * play/dissociate.el (dissociated-press):
7480 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 7481 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
7482 * mail/supercite.el (sc-eref-show):
7483 * mail/smtpmail.el (smtpmail-send-it):
7484 * mail/rmailsum.el (rmail-summary-next-labeled-message)
7485 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
7486 (rmail-summary-undelete-many, rmail-summary-rmail-update)
7487 (rmail-summary-goto-msg, rmail-summary-expunge)
7488 (rmail-summary-get-new-mail, rmail-summary-search-backward)
7489 (rmail-summary-add-label, rmail-summary-output-menu)
7490 (rmail-summary-output-body):
7491 * mail/rfc822.el (rfc822-addresses):
7492 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
7493 * mail/mailpost.el (post-mail-send-it):
7494 * mail/hashcash.el (hashcash-generate-payment):
7495 * mail/feedmail.el (feedmail-run-the-queue)
7496 (feedmail-queue-send-edit-prompt-help-first)
7497 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
7498 (feedmail-deduce-address-list):
7499 * eshell/esh-ext.el (eshell-remote-command):
7500 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
7501 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
7502 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
7503 (viper-save-string-in-file, viper-valid-marker):
7504 * emulation/viper-keym.el (viper-toggle-key):
7505 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
7506 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
7507 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
7508 * emulation/viper-cmd.el (viper-exec-form-in-vi)
7509 (viper-exec-form-in-emacs, viper-brac-function):
7510 * emulation/viper.el (viper-delocalize-var):
7511 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
7512 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
7513 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
7514 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
7515 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
7516 * emulation/edt.el (edt-electric-helpify):
7517 * emulation/cua-rect.el (cua--rectangle-aux-replace):
7518 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
7519 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
7520 (cua-indent-to-global-mark-column):
7521 * calendar/diary-lib.el (calendar-mark-1):
7522 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
7523 Use with-current-buffer.
7524 * emulation/viper.el (viper-delocalize-var): Use dolist.
7525
5b955562
CY
75262009-11-03 Chong Yidong <cyd@stupidchicken.com>
7527
7528 * comint.el (comint-replace-by-expanded-history-before-point):
7529 Replace !! with the previous input string literally (Bug#1795).
7530
6292c599
JB
75312009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
7532
7533 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
7534 to be made up of whitespace.
7535
8368c14e
CY
75362009-11-02 Chong Yidong <cyd@stupidchicken.com>
7537
7538 * minibuffer.el (read-file-name): Don't use file dialogs for
7539 remote directories (Bug#99).
7540
6f750f0d
CY
75412009-11-01 Chong Yidong <cyd@stupidchicken.com>
7542
7543 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
7544
97ab3f47
AS
75452009-11-01 Andreas Schwab <schwab@linux-m68k.org>
7546
7547 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
7548 instead of deleting the window or frame.
7549
673c1168
CY
75502009-10-31 Chong Yidong <cyd@stupidchicken.com>
7551
7552 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
7553 Support face colors.
7554
937e6a56
SM
7555 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
7556 New function. Support face colors (Bug#1168).
673c1168
CY
7557 (tex-common-initialization): Use it.
7558
7559 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
7560 mode allows it (Bug#1168).
7561
c9349f0a
CY
75622009-10-31 Juri Linkov <juri@jurta.org>
7563
7564 * facemenu.el (list-colors-display): Don't mark buffer as
7565 modified (Bug#3948).
7566
ebf5c4f5
CY
75672009-10-31 Chong Yidong <cyd@stupidchicken.com>
7568
5c2dce75
CY
7569 * international/mule-diag.el (list-character-sets-1): Minor
7570 message fix (Bug#3526).
7571
26581f0e
CY
7572 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
7573 face property (Bug#4834).
7574 (etags-list-tags, etags-tags-apropos-additional)
7575 (etags-tags-apropos, tags-select-tags-table): Add follow-link
7576 property.
7577
ebf5c4f5
CY
7578 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
7579 items.
7580
7581 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
7582 items.
7583
7584 * cedet/ede.el (ede-minor-mode):
7585 * cedet/semantic.el (semantic-mode): Toggle menu separators.
7586
9a529312
SM
75872009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7588
7589 * textmodes/two-column.el (2C-split):
7590 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
7591 * textmodes/tex-mode.el (tex-set-buffer-directory):
7592 * textmodes/spell.el (spell-region, spell-string):
7593 * textmodes/reftex.el (reftex-erase-buffer):
7594 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
7595 * textmodes/reftex-toc.el (reftex-toc-promote-action):
7596 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
7597 (reftex-select-item):
7598 * textmodes/reftex-ref.el (reftex-label-info-update)
7599 (reftex-offer-label-menu):
7600 * textmodes/reftex-index.el (reftex-index-change-entry)
7601 (reftex-index-phrases-info):
7602 * textmodes/reftex-global.el (reftex-create-tags-file)
7603 (reftex-save-all-document-buffers, reftex-ensure-write-access):
7604 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
7605 (reftex-view-crossref-from-bibtex):
7606 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
7607 (reftex-extract-bib-entries-from-thebibliography)
7608 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
7609 * textmodes/refbib.el (r2b-capitalize-title):
7610 (r2b-convert-buffer, r2b-help):
7611 * textmodes/page-ext.el (pages-directory)
7612 (pages-directory-goto-with-mouse):
7613 * textmodes/bibtex.el (bibtex-validate-globally):
7614 * textmodes/bib-mode.el (bib-capitalize-title):
7615 * textmodes/artist.el (artist-clear-buffer, artist-system):
7616 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
7617 (local-set-scheme-interaction-buffer, xscheme-process-filter)
7618 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
7619 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
7620 (xscheme-send-control-g-interrupt, xscheme-start-process)
7621 (xscheme-process-sentinel, xscheme-cd):
7622 * progmodes/verilog-mode.el (verilog-read-always-signals)
7623 (verilog-set-define, verilog-getopt-file)
7624 (verilog-module-inside-filename-p):
7625 * progmodes/sh-script.el:
7626 * progmodes/python.el (python-pdbtrack-get-source-buffer)
7627 (python-pdbtrack-grub-for-buffer, python-execute-file):
7628 * progmodes/octave-inf.el (inferior-octave):
7629 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7630 (idlwave-shell-compile-helper-routines, idlwave-set-local)
7631 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
7632 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
7633 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
7634 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
7635 (idlwave-shell-filter, idlwave-shell-examine-highlight)
7636 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
7637 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
7638 (idlwave-shell-examine-display, idlwave-shell-run-region)
7639 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
7640 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
7641 * progmodes/idlw-help.el (idlwave-help-get-special-help)
7642 (idlwave-help-get-help-buffer):
7643 * progmodes/gud.el (gud-basic-call, gud-find-class)
7644 (gud-tooltip-activate-mouse-motions-if-enabled):
7645 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7646 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
7647 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
7648 (ebrowse-tags-next-file):
7649 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
7650 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
7651 (ebnf-eps-finish-and-write):
7652 * progmodes/cpp.el (cpp-edit-save):
7653 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
7654 * progmodes/cc-defs.el (c-emacs-features):
7655 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
7656 (antlr-directory-dependencies):
7657 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
7658 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
7659 (ada-find-any-references, ada-make-filename-from-adaname)
7660 (ada-make-body-gnatstub):
7661 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 7662 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
7663 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
7664 * net/rcirc.el (rcirc-debug):
7665 * net/newst-treeview.el (newsticker--treeview-list-add-item)
7666 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
7667 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
7668 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 7669 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
7670 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
7671 (newsticker--treeview-list-clear-highlight)
7672 (newsticker--treeview-list-update-highlight)
7673 (newsticker--treeview-list-highlight-start)
7674 (newsticker--treeview-tree-update-highlight)
7675 (newsticker--treeview-get-selected-item)
7676 (newsticker-treeview-mark-list-items-old)
7677 (newsticker--treeview-set-current-node):
7678 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7679 * net/newst-backend.el (newsticker--get-news-by-funcall)
7680 (newsticker--get-news-by-wget, newsticker--image-get)
7681 (newsticker--image-sentinel):
7682 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
7683 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
7684 (eudc-ph-close-session):
7685 * net/eudc.el (eudc-save-options):
7686 * language/thai-word.el (thai-update-word-table):
7687 * language/japan-util.el (japanese-string-conversion):
7688 * international/titdic-cnv.el (tsang-quick-converter)
7689 (ziranma-converter, ctlau-converter):
7690 * international/mule-cmds.el (describe-language-environment):
7691 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
7692 (skkdic-convert-postfix, skkdic-convert-prefix):
7693 (skkdic-convert-okuri-nasi, skkdic-convert):
7694 * emacs-lisp/re-builder.el (reb-update-overlays):
7695 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
7696 * emacs-lisp/gulp.el (gulp-send-requests):
7697 * emacs-lisp/find-gc.el (trace-call-tree):
7698 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7699 (eieio-describe-generic):
7700 * emacs-lisp/eieio-base.el (eieio-persistent-read):
7701 * emacs-lisp/edebug.el (edebug-outside-excursion):
7702 * emacs-lisp/debug.el (debugger-make-xrefs):
7703 * emacs-lisp/cust-print.el (custom-prin1-to-string):
7704 * emacs-lisp/chart.el (chart-new-buffer):
7705 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7706 Use with-current-buffer.
7707 * textmodes/artist.el (artist-system): Don't call
7708 copy-sequence on a fresh string.
7709 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7710
d566f228
GM
77112009-10-31 Stephen Berman <stephen.berman@gmx.net>
7712
7713 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 7714 is no item to edit. (Bug#4820)
d566f228 7715 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 7716 buffer. (Bug#4820)
d566f228 7717
f3628edd
GM
77182009-10-31 Glenn Morris <rgm@gnu.org>
7719
5cf3709c
GM
7720 * net/ange-ftp.el (top-level): Don't require dired when compiling.
7721 (comint-last-output-start, comint-last-input-start)
7722 (comint-last-input-end): Don't defvar when compiling.
7723 (ange-ftp-process-file): Use bound-and-true-p.
7724
4c814fd2
GM
7725 * pcmpl-rpm.el (top-level): Move provide statement to end.
7726 (pcmpl-rpm): Remove unused custom group.
7727
113b8dcc
GM
7728 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7729
31c615e4
GM
7730 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7731
416d3588
GM
7732 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7733 (byte-compile-warnings): Add `constants' as an option.
7734 (byte-compile-callargs-warn, byte-compile-arglist-warn)
7735 (display-call-tree): Update for byte-compile-fdefinition possibly
7736 returning `(macro lambda ...)'. (Bug#4778)
7737 (byte-compile-variable-ref, byte-compile-setq-default):
7738 Respect `constants' member of byte-compile-warnings.
7739
8aedfd3b
GM
7740 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
7741 Use mapc rather than mapcar because the return value is never used.
7742
f3628edd
GM
7743 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
7744 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
7745 * cedet/semantic/html.el:
7746 Suppress harmless warnings about setting up semantic-imenu (not
7747 part of Emacs) variables.
7748
00f71f39
SM
77492009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7750
7751 * vc-bzr.el (vc-bzr-revision-keywords): New var.
7752 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7753 to "submit:".
7754
4fa4a838
SM
7755 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
7756 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
7757 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
7758 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
7759 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
7760 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
7761 (semantic-analyzer-debug-global-symbol)
7762 (semantic-analyzer-debug-missing-innertype)
7763 (semantic-analyzer-debug-insert-include-summary):
7764 * cedet/semantic/util.el (semantic-file-tag-table):
7765 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
7766 (semantic-recursive-find-nonterminal-by-name):
7767 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
7768 * cedet/semantic/tag-file.el (semantic-prototype-file):
7769 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
7770 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
7771 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
7772 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
7773 (semantic-idle-summary-maybe-highlight):
7774 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
7775 (semantic-ia-sb-tag-info):
7776 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
7777 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
7778 * cedet/semantic/ede-grammar.el (project-compile-target):
7779 (ede-proj-makefile-insert-variables):
7780 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
7781 (semantic-debug-set-source-location, semantic-debug-interface-layout)
7782 (semantic-debug-mode, semantic-debug):
7783 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
7784 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
7785 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
7786 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
7787 (semanticdb-find-translate-path-includes--internal)
7788 (semanticdb-reset-log, semanticdb-find-log-activity):
7789 * cedet/semantic/db-file.el (object-write):
7790 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
7791 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
7792 (semanticdb-create-ebrowse-database):
7793 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
7794 * cedet/semantic/complete.el (semantic-displayor-focus-request)
7795 (semantic-collector-calculate-completions-raw)
7796 (semantic-complete-read-tag-analyzer):
7797 * cedet/semantic/analyze.el (semantic-analyze-pulse):
7798 * cedet/ede/util.el (ede-update-version-in-source):
7799 * cedet/ede/proj.el (project-delete-target):
7800 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
7801 (ede-proj-flush-autoconf):
7802 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
7803 (ede-proj-configure-synchronize):
7804 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
7805 * cedet/ede/linux.el (ede-linux-version):
7806 * cedet/ede/emacs.el (ede-emacs-version):
7807 * cedet/ede/dired.el (ede-dired-add-to-target):
7808 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
7809 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
7810 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
7811 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
7812 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
7813 (cedet-idutils-version-check):
7814 * cedet/cedet-global.el (cedet-gnu-global-call):
7815 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
7816 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
7817 * cedet/cedet-cscope.el (cedet-cscope-call)
7818 (cedet-cscope-expand-filename, cedet-cscope-version-check):
7819 Use with-current-buffer.
7820 * cedet/ede.el (ede-make-project-local-variable)
7821 (ede-set-project-variables, ede-set): Use dolist.
7822
ca0a881a
DN
78232009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7824
7825 * textmodes/ispell.el (ispell-skip-region-alist):
7826 * international/mule-conf.el (eight-bit):
7827 * international/fontset.el (font-encoding-alist):
7828 * startup.el (pure-space-overflow-message):
7829 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7830 * paths.el (gnus-nntp-service, rmail-spool-directory)
7831 (term-file-prefix):
7832 * files.el (save-some-buffers-action-alist):
7833 * cmuscheme.el (same-window-buffer-names):
7834 * ielm.el (same-window-buffer-names):
7835 * shell.el (same-window-buffer-names):
7836 * mail/sendmail.el (same-window-buffer-names):
7837 * progmodes/inf-lisp.el (same-window-buffer-names):
7838 * bindings.el (mode-line-client)
7839 (mode-line-column-line-number-mode-map):
7840 * language/tibetan.el (tibetan-precomposition-rule-regexp)
7841 (tibetan-precomposed-regexp): Purecopy string arguments.
7842
b861e45e
SM
78432009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7844
6df9b6d7
SM
7845 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7846 (calcDigit-nondigit):
7847 * calc/calc-yank.el (calc-copy-to-buffer):
7848 * calc/calc-units.el (calc-invalidate-units-table):
7849 * calc/calc-trail.el (calc-trail-yank):
7850 * calc/calc-store.el (calc-insert-variables):
7851 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7852 * calc/calc-prog.el (calc-read-parse-table):
7853 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7854 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7855 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7856 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7857 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7858 (calc-graph-name, calc-graph-find-command, calc-graph-view)
7859 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7860 * calc/calc-ext.el (calc-realign):
7861 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7862 (calc-embedded-finish-edit, calc-embedded-make-info)
7863 (calc-embedded-finish-command, calc-embedded-stack-change):
7864 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7865
5a916e35
SM
7866 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
7867 (overload-docstring-extension): Use that info.
7868 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
7869 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
7870 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
7871 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
7872 (semantic-nonterminal-full-name): Add the new `when' info.
7873 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
7874 `assert'.
7875
70f44c65
SM
7876 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7877 shell-dynamic-complete-filename in preference to
7878 comint-dynamic-complete-filename.
7879
b861e45e
SM
7880 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7881 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7882 Don't consider whether the display supports colors.
7883 (bookmark-import-new-list): Use dolist.
7884 (bookmark-bmenu-mode-map): Move initialization into declaration.
7885 (bookmark-bmenu-list): Use dolist, simplify.
7886 (bookmark-show-all-annotations): Use save-selected-window and dolist.
7887 (menu-bar-final-items): Use push.
7888
8549241d 78892009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
7890
7891 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7892 it works on remote files.
7893 (vc-hg-diff): Don't pass any `--cwd' argument.
7894
30644573
KR
78952009-10-27 Kevin Ryde <user42@zip.com.au>
7896
cc63d28f
SM
7897 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7898 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
7899 (Further to Bug#3921).
7900
9be01a63
MA
79012009-10-27 Michael Albinus <michael.albinus@gmx.de>
7902
7903 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7904 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7905 calling `tramp-imap-put-file'. Add file size to the call.
7906 (tramp-imap-get-file-entries): Compute also user name, file size,
7907 and date.
7908 (tramp-imap-handle-insert-directory): Insert uid and gid.
7909 (tramp-imap-handle-file-attributes): Transform uid and gid
7910 according to `id-format'.
7911 (tramp-imap-put-file): New optional parameter SIZE. Encode file
7912 size in header X-Size.
7913
41849bf9
JB
79142009-10-26 Juanma Barranquero <lekktu@gmail.com>
7915
7916 * simple.el (transpose-subr): Give clearer error when the mark
7917 is not set. (Bug#4807)
7918
293c24f9
MA
79192009-10-26 Michael Albinus <michael.albinus@gmx.de>
7920
cc63d28f
SM
7921 * net/tramp.el (tramp-perl-file-truename): New defconst.
7922 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 7923 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
7924 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7925 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 7926
cc63d28f
SM
7927 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7928 Ignore `dired-call-process'.
293c24f9
MA
7929 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7930
79312009-10-26 Julian Scheid <julians37@gmail.com>
7932
cc63d28f 7933 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
7934 (tramp-get-remote-readlink): New defun.
7935 (tramp-handle-file-truename): Use it.
7936 (tramp-handle-file-exists-p): Check file-attributes cache, assume
7937 file exists if cache value present.
48c2d18a 7938 (tramp-check-cached-permissions): New defun.
293c24f9
MA
7939 (tramp-handle-file-readable-p): Use it.
7940 (tramp-handle-file-writable-p): Likewise.
7941 (tramp-handle-file-executable-p): Likewise.
7942 (tramp-handle-file-name-all-completions): Try using Perl to get
7943 partial completions. When perl not available, combine `cd' and
7944 `ls' into single remote operation and use shell expansion to get
7945 partial remote directory contents. Set `file-exists-p' cache for
7946 directory and any files returned by ls. Change cache handling to
7947 support partial directory contents. Use error message emitted by
7948 remote `cd' or Perl code for local tramp-error.
7949 (tramp-do-copy-or-rename-file-directly): Avoid separate
7950 tramp-send-command-and-check call.
cc63d28f
SM
7951 (tramp-handle-process-file): Merge three remote ops into one.
7952 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
7953 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7954 file-attributes shows uid/gid to be set already.
7955
a7610c52
DN
79562009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7957
7958 * textmodes/tex-mode.el (tex-dvi-view-command)
7959 (tex-show-queue-command, tex-open-quote):
7960 * progmodes/ruby-mode.el (auto-mode-alist)
7961 (interpreter-mode-alist): Purecopy strings.
7962
7963 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7964
7965 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7966 string for the hook, keymap and abbrev table.
7967
7968 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7969
7970 * x-dnd.el (x-dnd-xdnd-to-action):
7971 * startup.el (fancy-startup-text, fancy-about-text): Change to
7972 defconst from defvar.
7973
7974 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7975
7976 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7977 Purecopy initialization strings.
7978
7979 * mail/sendmail.el (mail-header-separator)
7980 (mail-personal-alias-file):
7981 * mail/rmail.el (rmail-default-dont-reply-to-names)
7982 (rmail-ignored-headers, rmail-retry-ignored-headers)
7983 (rmail-highlighted-headers, rmail-secondary-file-directory)
7984 (rmail-secondary-file-regexp):
7985 * files.el (null-device, file-name-invalid-regexp)
7986 (locate-dominating-stop-dir-regexp)
cc63d28f 7987 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
7988 (interpreter-mode-alist): Use mapcar instead of mapc.
7989
7990 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7991
7992 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7993 (completion-ignored-extensions):
7994 (debug-ignored-errors): Purecopy strings.
7995
4fcc3d32
SM
79962009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7997
0667de21
SM
7998 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7999 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
8000 (pcomplete--here): Use push.
8001
4fcc3d32
SM
8002 * subr.el (all-completions): Declare the 4th arg obsolete.
8003
955ef430
SM
80042009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8005
2d085307
SM
8006 * pcomplete.el (pcomplete-unquote-argument-function): New var.
8007 (pcomplete-unquote-argument): New function.
8008 (pcomplete--common-suffix): Always pay attention to case.
8009 (pcomplete--table-subvert): Quote and unquote the text.
8010 (pcomplete--common-quoted-suffix): New function.
8011 (pcomplete-std-complete): Use it and pcomplete-begin.
8012
955ef430
SM
8013 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
8014 we're inside a dedicated or minibuffer window.
8015
4fcc3d32
SM
80162009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8017
8018 * cedet/semantic/fw.el (semantic-alias-obsolete)
8019 (semantic-varalias-obsolete): Make the `when' arg mandatory.
8020 (define-mode-overload-implementation):
8021 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
8022 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
8023 * cedet/semantic/util.el (semantic-file-token-stream)
8024 (semantic-something-to-stream):
8025 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
8026 (semantic-expand-nonterminal):
8027 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
8028 (semantic-find-dependency, semantic-find-nonterminal)
8029 (semantic-find-dependency):
8030 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
8031 (semantic-flex-text, semantic-flex-make-keyword-table)
8032 (semantic-flex-keyword-p, semantic-flex-keyword-put)
8033 (semantic-flex-keyword-get, semantic-flex-map-keywords)
8034 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
8035 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
8036 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
8037 (semantic-after-idle-scheduler-reparse-hooks):
8038 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
8039 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
8040 * cedet/semantic.el (semantic-toplevel-bovine-table)
8041 (semantic-toplevel-bovine-cache)
8042 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
8043 (semantic-init-mode-hooks, semantic-init-db-hooks)
8044 (semantic-bovination-working-type): Provide the `when' arg.
8045
7c85c02b
KF
80462009-10-24 Karl Fogel <kfogel@red-bean.com>
8047
8048 * bookmark.el: Update documentation, especially documentation
8049 of `bookmark-alist' and of the bookmark file format.
8050 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
8051
3e8ae8a6
CY
80522009-10-24 Chong Yidong <cyd@stupidchicken.com>
8053
3e425845
CY
8054 * mail/emacsbug.el (report-emacs-bug): Clarify that the
8055 keybindings apply to the mail buffer (Bug#4003). Shrink help
8056 window to buffer.
8057
cdd47d48
CY
8058 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8059 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
8060 (whitespace-toggle-options, global-whitespace-toggle-options):
8061 Doc fix (Bug#3660).
cdd47d48 8062
ba07c9ad
CY
8063 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
8064 of xmltok-start before the end tag was inserted (Bug#2840).
8065
3e8ae8a6
CY
8066 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
8067 patterns that are preceded by an open-paren (Bug#1320).
8068
ab276820
CY
80692009-10-24 Sven Joachim <svenjoac@gmx.de>
8070
8071 * files.el (delete-directory): Delete symlinks to directories with
8072 delete-file (Bug#4739).
8073
86f1602f
CY
80742009-10-24 Chong Yidong <cyd@stupidchicken.com>
8075
8076 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
8077 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
8078 argument to make-obsolete.
8079
8080 * cedet/semantic/fw.el (semantic-alias-obsolete)
8081 (semantic-varalias-obsolete): Add optional WHEN argument.
8082
905a9ed3
DN
80832009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
8084
a9a2a6db
DN
8085 * vc.el (vc-backend-for-registration): Rename from
8086 vc-get-backend-for-registration. Update callers.
8087
cc63d28f
SM
8088 * international/mule-cmds.el (set-language-info-alist):
8089 Purecopy lang-env.
905a9ed3
DN
8090 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
8091 (charset): Purecopy the name.
8092 (define-char-code-property): Purecopy string arguments.
8093
8094 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8095 Purecopy string arguments.
8096
8097 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8098 * ediff-hook.el (menu-bar-ediff-menu):
8099 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
8100 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
8101
d270305a
GM
81022009-10-24 Glenn Morris <rgm@gnu.org>
8103
6c74d523 8104 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
8105 * term.el (term-dynamic-list-completions): Use choose-completion rather
8106 than obsolete alias mouse-choose-completion.
8107
ae732337
GM
8108 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
8109 file-cache-choose-completion.
8110 (file-cache-choose-completion): Handle an optional event argument.
8111 (file-cache-mouse-choose-completion): Make it an obsolete alias.
8112
cc63d28f
SM
8113 * progmodes/octave-mod.el (octave-complete-symbol):
8114 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 8115
9847dc91
GM
8116 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
8117 use.
8118
e8f2a5d5
GM
8119 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
8120 compiler.
8121
d270305a
GM
8122 * vc-hooks.el (vc-responsible-backend): Fix declaration.
8123
c6432f1e
SM
81242009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8125
8126 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
8127 Ignore `pred' now that we receive one.
8128 Handle test-completion specially.
8129
6ab196f9
DN
81302009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
8131
8132 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 8133 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
8134 REGISTER ...
8135 (vc-get-backend-for-registration): ... here. New function.
8136 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
8137 of vc-responsible-backend, pass the file name instead of the
8138 directory name.
8139
48feed59
SM
81402009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8141
8142 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
8143 New funs.
8144 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
8145 (pcomplete-comint-setup): Don't modify a global var via
8146 accidental side-effects.
8147 (pcomplete-shell-setup): Adjust call accordingly.
8148 (pcomplete-parse-comint-arguments): Use push.
8149
00006066
CY
81502009-10-23 Chong Yidong <cyd@stupidchicken.com>
8151
36bfa3af
CY
8152 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8153 Allow uncapitalized info node names (Bug#3921).
8154
00006066
CY
8155 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
8156 to the DEBUG file (Bug#3781).
8157
aa311d6e
CY
81582009-10-23 Jari Aalto <jari.aalto@cante.net>
8159
8160 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
8161 dictionary entry (Bug#4579).
8162
b88f2d0a
MA
81632009-10-23 Michael Albinus <michael.albinus@gmx.de>
8164
8165 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
8166 from `rfn-eshadow-update-overlay-hook' when unloading.
8167 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
8168 "rsyncc". Adjust doc string.
48c2d18a 8169 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
8170 (tramp-handle-insert-file-contents, tramp-handle-write-region):
8171 Keep temporary file when indicated by method ("rsync" and
8172 "rsyncc").
8173 (tramp-handle-write-region): Handle APPEND.
8174 (tramp-delete-temp-file-function): New defun. Added to
8175 `kill-buffer-hook'.
8176
1becddbb
JB
81772009-10-23 Juanma Barranquero <lekktu@gmail.com>
8178
8179 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
8180
8f43cbf3
DN
81812009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
8182
8183 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
8184 (color-name-rgb-alist, tty-standard-colors)
8185 (tty-color-mode-alist): Change to defconst.
8186
8187 * simple.el (mark-inactive): Purecopy message.
8188
8189 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
8190 (global-map, yank-menu):
8191 * textmodes/ispell.el (ispell-menu-map):
8192 * net/eudc.el (eudc-tools-menu):
8193 * international/mule-cmds.el (describe-language-environment-map)
8194 (setup-language-environment-map, set-coding-system-map)
8195 (mule-menu-keymap):
8196 * vc-hooks.el (vc-menu-entry, vc-menu-map):
8197 * replace.el (occur-mode-map):
8198 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
8199
1d228a31
JB
82002009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
8201
8202 * calc/calc.el (math-read-number, math-read-number-simple): Use
8203 `save-match-data'.
8204
3b067af1
SM
82052009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
8206
28a90c44
SM
8207 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
8208 rather than fiddling with global-map bindings, since it should only
8209 affect per-terminal settings.
8210 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
8211
a452eee8
SM
8212 * minibuffer.el (completion-table-with-terminator): Allow to specify
8213 the terminator-regexp.
8214
ab14d7d5
SM
8215 * simple.el (switch-to-completions): Look for *Completions* in other
8216 frames as well.
8217
3b067af1
SM
8218 * pcomplete.el: Allow the use of completion-tables.
8219 (pcomplete-std-complete): New command.
8220 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
8221 (pcomplete--here): Use a function for `form' rather than an expression,
8222 so it can be byte-compiled.
8223 (pcomplete-here, pcomplete-here*): Adjust accordingly.
8224 Add edebug declaration.
8225 (pcomplete-show-completions): Remove unused var `curbuf'.
8226 (pcomplete-do-complete, pcomplete-stub):
1becddbb 8227 Don't assume `completions' is a list of strings any more.
3b067af1 8228
5480359e
JB
82292009-10-22 Juanma Barranquero <lekktu@gmail.com>
8230
8231 * find-dired.el (find-name-arg): Fix typo in docstring.
8232
3170b794
SM
82332009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
8234
48c23a25
SM
8235 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
8236 (pcmpl-linux-fs-types): Same, and update to new modules layout.
8237
56b14058
SM
8238 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
8239 pcomplete-entries.
8240
3170b794
SM
8241 * comint.el (comint-read-input-ring, comint-write-input-ring)
8242 (comint-substitute-in-file-name)
8243 (comint-dynamic-complete-as-filename)
8244 (comint-dynamic-simple-complete)
8245 (comint-dynamic-list-filename-completions)
8246 (comint-dynamic-list-completions)
8247 (comint-redirect-results-list-from-process): Minor simplifications.
8248
2affef34
KR
82492009-10-21 Kevin Ryde <user42@zip.com.au>
8250
3170b794
SM
8251 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8252 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 8253 the first form. And insert a blank line after ";;; Code" since
d8194864 8254 that's usual style. (Bug#4612)
2affef34 8255
e7b94bbb
KR
8256 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
8257
528c56e2
SM
82582009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8259
8260 * minibuffer.el (completion-table-with-terminator): Properly implement
8261 boundaries, in case `terminator' appears in the suffix.
8262 (completion--embedded-envvar-table): Don't return boundaries if
8263 there's no valid completion. Simplify.
8264 (completion-file-name-table): New completion table extracted from
8265 completion--file-name-table.
8266 (completion--file-name-table): Use it.
8267 (read-file-name-predicate): Declare obsolete.
8268 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
8269 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
8270 completion-file-name-table, and use the `pred' argument.
8271 * files.el (locate-file-completion-table): Use the `pred' arg rather
8272 than read-file-name-predicate.
8273 (abbreviate-file-name): Use \` rather than ^ for BOS.
8274
f9ed9b4f
DN
82752009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
8276
8277 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
8278 vc-responsible-backend to register, it causes problems.
8279
5f2022a3
SM
82802009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8281
8282 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
8283
8d106ea0
CY
82842009-10-21 Eric Ludlam <zappo@gnu.org>
8285
8286 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
8287 (semantic-c-debug-mode-init-pch): New functions.
8288 (semantic-c-debug-mode-init-last-mode): New var.
8289 (semantic-c-parse-lexical-token): Use them.
8290
8291 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
8292 When extracting the argument list, limit only by point-max.
8293
fc754ea1
MA
82942009-10-21 Michael Albinus <michael.albinus@gmx.de>
8295
8296 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
8297 (tramp-smb-handle-file-attributes): Use it.
8298 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
8299 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
8300 `mapcar'. Use `tramp-smb-get-stat-capability'.
8301 Add `dired-filename' text properties.
fc754ea1
MA
8302 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
8303 (tramp-smb-maybe-open-connection): Simplify check for smbclient
8304 version.
8305
79bd5ba1
SM
83062009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8307
8308 * subr.el (read-key-delay): Reduce to 0.01.
8309 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
8310 (bug#4751).
8311
3c13704d
SM
83122009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8313
554efd10
SM
8314 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
8315
c2a37b78
SM
8316 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
8317 (Info-menu): Remove unused vars `last' and `completions'.
8318 (Info-index-nodes): Remove unused var `node'.
8319
3c13704d
SM
8320 * info.el (Info-complete-menu-item): Use complete-with-action.
8321
d1e4c403
DN
83222009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
8323
8324 Make vc-annotate work through copies and renames.
3c13704d
SM
8325 * vc-annotate.el (vc-annotate-extract-revision-at-line):
8326 Return the file name too.
d1e4c403
DN
8327 (vc-annotate-revision-at-line)
8328 (vc-annotate-find-revision-at-line)
8329 (vc-annotate-revision-previous-to-line)
8330 (vc-annotate-show-log-revision-at-line): Update to get the file
8331 name from vc-annotate-extract-revision-at-line.
8332 (vc-annotate-show-diff-revision-at-line-internal): Change the
8333 argument to mean whether to show a file diff or not. Get the file
8334 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
8335 (vc-annotate-show-diff-revision-at-line):
8336 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
8337 (vc-annotate-warp-revision): Add an optional file argument.
8338
8339 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
8340 (vc-git-annotate-extract-revision-at-line): Also return the file
8341 name if found.
8342
8343 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
8344 command. Remove unused code.
8345 (vc-hg-annotate-re): Update to match --follow output.
8346 (vc-hg-annotate-extract-revision-at-line): Also return the file
8347 name if found.
8348
8349 * vc.el: Update annotate-extract-revision-at-line documentation.
8350
b0b0ef98
KR
83512009-10-18 Kevin Ryde <user42@zip.com.au>
8352
8353 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
8354 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
8355
a9e7f03d
KR
8356 * net/browse-url.el (browse-url): Identify alist with "consp and
8357 not functionp" and let all other things go down the `apply' leg,
8358 as suggested by Stefan. (Further to bug#4531.)
8359
7346a407
CY
83602009-10-18 Chong Yidong <cyd@stupidchicken.com>
8361
8362 * minibuffer.el (read-file-name): Check for repeat before putting
8363 a default argument in file-name-history (Bug#4657).
8364
8365 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
8366 read syntax (Bug#4737).
8367
3c13704d 8368 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 8369
1da94541
CY
83702009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8371
8372 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
8373 (html-tag-alist, html-tag-help): Add descriptions for undocumented
8374 entries and make note of obsolete tags.
8375
2b93080a
SM
83762009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8377
8378 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
8379
18b5ffb5
GM
83802009-10-18 Glenn Morris <rgm@gnu.org>
8381
8382 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
8383 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 8384 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
8385 now, and in any case the file header format has changed.
8386
c2e161b2
GM
83872009-10-17 Glenn Morris <rgm@gnu.org>
8388
8389 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
8390 (flyspell-get-word, flyspell-large-region)
8391 (flyspell-auto-correct-previous-word): Doc/error message fixes.
8392
a1eb44f5
CY
83932009-10-17 Chong Yidong <cyd@stupidchicken.com>
8394
8395 * Makefile.in (ELCFILES): Add ede/shell.
8396
4418646e
DN
83972009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
8398
8399 * term/common-win.el (x-colors): Purecopy it.
8400
4062011e
SM
84012009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8402
8403 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
8404 permissive for when the buffer is empty.
8405 (tar-header-block-tokenize): Decode the username and groupname.
8406 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
8407
67d3ffe4
CY
84082009-10-17 Chong Yidong <cyd@stupidchicken.com>
8409
8410 * cedet/srecode/srt.el:
8411 * cedet/srecode/compile.el:
8412 * cedet/semantic/mru-bookmark.el:
8413 * cedet/semantic/debug.el:
8414 * cedet/semantic/complete.el:
8415 * cedet/semantic/analyze.el: Require CL when compiling.
8416
84172009-10-17 Eric Ludlam <zappo@gnu.org>
8418
8419 * cedet/semantic/scope.el
8420 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
8421 tmpscope so that the regular scope will continue to work.
8422
4062011e
SM
8423 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
8424 Use semantic-idle-summary-highlight-face as the highlighting.
67d3ffe4
CY
8425
8426 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
8427 contains multibyte characters, choose first applicable coding
8428 system automatically.
8429
8430 * cedet/ede/project-am.el (project-run-target): New method.
8431 (project-run-target): New method.
8432
8433 * cedet/ede.el (ede-target): Add run target menu item.
8434 (ede-project, ede-minor-keymap): Add ede-run-target binding.
8435 (ede-run-target): New function.
8436 (ede-target::project-run-target): New method.
8437
8438 * cedet/ede/proj.el (project-run-target): New method.
8439
8440 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
8441 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
8442 Add :rules.
8443 (ede-proj-target-makefile-shared-object): Only libtool compilers
8444 now available. Add linkers for libtool.
8445 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
8446 (ede-proj-makefile-target-name): Always use .la extension.
8447
8448 * cedet/ede/proj-prog.el (project-run-target): New method.
8449
4062011e 8450 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
67d3ffe4
CY
8451 (ede-g++-linker): Change Change link lines.
8452
4062011e
SM
8453 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
8454 When searching for old variables, go to the end of the buffer and
67d3ffe4
CY
8455 search backward from there.
8456 (ede-proj-makefile-automake-insert-subdirs)
8457 (ede-proj-makefile-automake-insert-extradist): New methods.
8458 (ede-proj-makefile-create): Use them.
8459
8460 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
8461 Force FILE to expand to the current target. Use file-exists-p to
8462 check that it exists.
8463
8464 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4062011e
SM
8465 (ede-linux-load): Wrap dir in file-name-as-directory.
8466 Set :version slot.
67d3ffe4
CY
8467
8468 * cedet/ede/files.el (ede-get-locator-object): When enabling
8469 locate, do so on "top".
8470
8471 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
8472 file-name-as-directory during compare.
4062011e
SM
8473 (ede-emacs-version): Return Emacs/XEmacs differentiator.
8474 Get version number from different places. Don't call egrep.
67d3ffe4
CY
8475 (ede-emacs-load): Set :version slot. Call file-name-as-directory
8476 to set the directory.
8477
8478 * cedet/ede/shell.el: New file.
8479
8480 * cedet/inversion.el (inversion-decoders): Allow for stray . in
8481 alpha/beta variants.
8482
2df48a87
SM
84832009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8484
8485 * international/mule-cmds.el (select-safe-coding-system): If the file
8486 has a coding cookie, use it regardless of any other setting (bug#4712).
8487
fd7dd48c
GM
84882009-10-17 Glenn Morris <rgm@gnu.org>
8489
547776f9
GM
8490 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
8491 All errors should have messages.
8492
3ee0b477 8493 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
8494 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
8495
2550e4b1
GM
8496 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
8497 (dired-keep-marker-copy, dired-keep-marker-hardlink)
8498 (dired-keep-marker-symlink, dired-dwim-target)
8499 (dired-copy-preserve-time): Do not autoload these defcustoms.
8500
fd7dd48c
GM
8501 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
8502 messages from messing up the file coding. (Bug#4623)
8503
f3e3a990
GM
85042009-10-17 Jari Aalto <jari.aalto@cante.net>
8505
8506 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
8507 if no match is found for the current dictionary. (Bug#4578)
8508
8509 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
8510 optional, since that is how it is documented, and this is often called
8511 with a nil argument. (Bug#4577)
8512 (flyspell-external-point-words, flyspell-auto-correct-word)
8513 (flyspell-correct-word-before-point, flyspell-word-search-forward)
8514 (flyspell-word-search-backward): Remove nil argument in calls to
8515 flyspell-get-word, since it is not needed now.
8516
85172009-10-17 Ulrich Mueller <ulm@gentoo.org>
8518
1becddbb 8519 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 8520
b61374ab
GM
85212009-10-16 Glenn Morris <rgm@gnu.org>
8522
8523 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
8524
412707c2
SM
85252009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
8526
8527 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
8528 (ange-ftp-file-size): New function.
8529 (ange-ftp-file-attributes): Use it.
8530
0c6f436e
MA
85312009-10-16 Michael Albinus <michael.albinus@gmx.de>
8532
8533 * net/tramp-smb.el (tramp-smb-version): New defvar.
8534 (tramp-smb-maybe-open-connection): Use it, in order to avoid
8535 repeated checks.
8536
850bfd04
GM
85372009-10-16 Glenn Morris <rgm@gnu.org>
8538
8539 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
8540 Maybe copy some custom properties from old to new name. (Bug#4706)
8541
f3ed9aca
JB
85422009-10-16 Juanma Barranquero <lekktu@gmail.com>
8543
8544 * subr.el (error, sit-for, start-process-shell-command)
8545 (start-file-process-shell-command): Set the calling convention
8546 after the function definition.
8547
fd6c5134
SM
85482009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8549
8550 * subr.el (error, sit-for, start-process-shell-command)
8551 (start-file-process-shell-command): Use the new
8552 set-advertised-calling-convention feature.
8553
73874eb7
KH
85542009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
8555
fd6c5134
SM
8556 * international/ucs-normalize.el (ucs-normalize-version):
8557 Change to 1.2.
8558 (check-range): Adjust for Unicode 5.2.
73874eb7 8559
03fb33cf
JL
85602009-10-15 Juri Linkov <juri@jurta.org>
8561
8562 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
8563 to the `menu-item' format.
8564
4260b402
MA
85652009-10-15 Michael Albinus <michael.albinus@gmx.de>
8566
8567 * net/tramp.el (tramp-replace-environment-variables): Do not fail
8568 if the environment variable does not exist.
8569
8570 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8571 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
8572 parameter.
8573 (tramp-smb-handle-add-name-to-file)
8574 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8575 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8576 (tramp-smb-handle-file-attributes)
8577 (tramp-smb-do-file-attributes-with-stat)
8578 (tramp-smb-handle-file-local-copy)
8579 (tramp-smb-handle-insert-directory)
8580 (tramp-smb-handle-make-directory)
8581 (tramp-smb-handle-make-directory-internal)
8582 (tramp-smb-handle-make-symbolic-link)
8583 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
8584 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
8585 (tramp-smb-maybe-open-connection): Apply the changed parameters.
8586 (tramp-smb-read-file-entry): Read Disk names in compressed format.
8587 Handle long file names.
8588 (tramp-smb-get-cifs-capabilities): Check, whether the connection
8589 process is running.
8590 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
8591 Read share names with "-g" option.
8592
d7a0fd6f
GM
85932009-10-15 Ryan Yeske <rcyeske@gmail.com>
8594
8595 * net/rcirc.el (rcirc-view-log-file): New command.
8596 (rcirc-track-minor-mode-map): Remove C-c ` binding.
8597 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
8598 specified.
8599
0b44494a
GM
86002009-10-15 Glenn Morris <rgm@gnu.org>
8601
af9fb32f
GM
8602 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
8603 from the second command-line argument.
8604 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
8605 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
8606 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
8607 w32-batch-update-autoloads.
8608 * emacs-lisp/autoload.el (autoload-make-program): New variable.
8609 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
8610
0b44494a
GM
8611 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
8612 the headers cannot be located. Simplify, subtracting superflous
8613 save-excursions.
8614
d5e63715
SM
86152009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
8616
8617 Replace completion-base-size by completion-base-position to fix bugs
8618 such as (bug#4699).
8619 * simple.el (completion-base-position): New var.
8620 (completion-base-size): Mark as obsolete.
8621 (choose-completion): Make it work for mouse events as well.
8622 Pass the new base-position to choose-completion-string.
8623 (choose-completion-guess-base-position): New function, extracted from
8624 choose-completion-delete-max-match.
8625 (choose-completion-delete-max-match): Use it. Make obsolete.
8626 (choose-completion-string): Use the new base-position info.
8627 (completion-root-regexp): Delete.
8628 (completion-setup-function): Preserve completion-base-position.
8629 Eliminate obsolete base-size manipulation.
8630 * minibuffer.el (display-completion-list): Don't mess with base-size.
8631 (minibuffer-completion-help): Set completion-base-position instead.
8632 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
8633 choose-completion.
8634 * textmodes/bibtex.el (bibtex-complete):
8635 * emacs-lisp/crm.el (crm--choose-completion-string):
8636 Adjust to new calling convention.
8637 * complete.el (partial-completion-mode): Use minibufferp to avoid
8638 bumping into incompatible change to choose-completion-string-functions.
8639 * ido.el (ido-choose-completion-string): Make its calling convention
8640 more permissive.
8641 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
8642 base-size manipulation.
8643 (comint-dynamic-list-input-ring): Use dotimes and push.
8644 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
8645 fundamental-mode. Use `or'.
8646
92f8bfc7
JL
86472009-10-14 Juri Linkov <juri@jurta.org>
8648
8649 * misearch.el (multi-isearch-next-buffer-from-list)
8650 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
8651
e78e280d
SM
86522009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8653
384ca163
SM
8654 * Makefile.in (compile-onefile): Load `bytecomp' rather than
8655 `bytecomp.el'.
8656
681e0e7c
SM
8657 * minibuffer.el (completion-pcm--merge-completions): Make sure the
8658 string we return is all made up of text from the completions rather
8659 than part from the completions and part from the input (bug#4219).
8660
e78e280d
SM
8661 * ido.el (ido-everywhere): Use define-minor-mode.
8662
8663 * buff-menu.el (list-buffers, ctl-x-map):
8664 Mark the entry points with ;;;###autoload cookies.
8665
b4e813ca
DN
86662009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
8667
52964e54
DN
8668 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
8669 correctly in the detached head case.
8670 (vc-git-print-log): Remove unused binding.
8671
b4e813ca
DN
8672 * vc.el (vc-responsible-backend): When a directory is passed for
8673 for registration create a VC repository if no backend is
8674 responsible for the directory argument.
8675 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
8676
8677 * vc.el: Move comments about RCS and SCCS ...
8678 * vc-rcs.el:
8679 * vc-sccs.el: ... here, respectively.
8680
40ba9882
SM
86812009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8682
8683 * minibuffer.el (completion--file-name-table): Return nil if there's
8684 no file completion, even if substitute-in-file-name changed
8685 the string (bug#4708).
8686
04e0f59b
JL
86872009-10-13 Juri Linkov <juri@jurta.org>
8688
8689 * files-x.el (read-file-local-variable-value): Don't filter out
8690 minor modes from mode name completion (bug#4664).
8691
314c8e25
JB
86922009-10-13 Juanma Barranquero <lekktu@gmail.com>
8693
8694 * international/mule-cmds.el (ucs-names): Remove exclusion of
8695 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
8696
5c9b7d36
KH
86972009-10-13 Kenichi Handa <handa@m17n.org>
8698
8699 * international/uni-name.el: Regenerated.
8700
1e7a80f2
JB
87012009-10-13 Juanma Barranquero <lekktu@gmail.com>
8702
8703 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
8704 should be automatically buffer-local, but isn't.)
8705
cd29f88b
SS
87062009-10-12 Sam Steingold <sds@gnu.org>
8707
8708 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 8709 timestamps if the buffer has been visited before.
0cd16af4
SS
8710 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
8711 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 8712
37493a98
GM
87132009-10-12 Glenn Morris <rgm@gnu.org>
8714
8715 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
8716 Let-bind `size'.
8717
3b56b1e6
JB
87182009-10-12 Juanma Barranquero <lekktu@gmail.com>
8719
7422a4bb
JB
8720 * proced.el (proced-unload-function): New function.
8721
fa72d075
JB
8722 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
8723 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
8724 Doc fix.
8725
3b56b1e6
JB
8726 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
8727
4d9b4323
JL
87282009-10-11 Juri Linkov <juri@jurta.org>
8729
8730 * files-x.el (read-file-local-variable-value):
8731 Provide default value only for bound variables (bug#4664).
8732
f6f7e059
MA
87332009-10-11 Michael Albinus <michael.albinus@gmx.de>
8734
8735 * net/tramp.el (tramp-local-host-p): Function shall return nil for
8736 connection methods like smb.
8737
8738 * net/tramp-cache.el (tramp-flush-connection-property): The hash
8739 can be empty.
8740
8741 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8742 (tramp-smb-file-name-handler-alist): Add handlers for
8743 `add-name-to-file', `make-symbolic-link'.
8744 (tramp-smb-handle-add-name-to-file)
2992485f 8745 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
8746 (tramp-smb-handle-make-symbolic-link)
8747 (tramp-smb-get-cifs-capabilities): New defuns.
8748 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8749 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8750 (tramp-smb-handle-file-local-copy)
8751 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
8752 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8753 The file name syntax depends on cifs capabilities.
8754 (tramp-smb-handle-file-attributes):
8755 Call `tramp-smb-do-file-attributes-with-stat' if possible.
8756 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
8757 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 8758
67868d26
CY
87592009-10-11 Chong Yidong <cyd@stupidchicken.com>
8760
8761 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
8762 (eieio-defclass): Apply deftype handler and setf-method properties
8763 directly.
8764 (eieio-add-new-slot): Avoid union function from cl library.
8765 (eieio--typep): New function.
8766 (eieio-perform-slot-validation): Use it.
8767
6d6a5b7e
KF
87682009-10-10 Karl Fogel <kfogel@red-bean.com>
8769
3b56b1e6 8770 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
8771 Update documentation to refer to the variables documented in r1.135.
8772 (Bug#4188)
8773
67b70de9
KF
87742009-10-10 Karl Fogel <kfogel@red-bean.com>
8775
8776 * bookmark.el (Info-suffix-list): Remove this unused variable.
8777 (bookmark-current-point): Remove this obsolete variable.
8778 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
8779 Adjust for removal of bookmark-current-point.
8780
8781 (bookmarks-already-loaded, bookmark-current-buffer)
8782 (bookmark-yank-point): Document. (Bug#4188)
8783
58ae51ae
GM
87842009-10-10 Glenn Morris <rgm@gnu.org>
8785
4619ff5e
GM
8786 * frame.el (frame-height): Doc fix.
8787
58ae51ae
GM
8788 * calendar/calendar.el (calendar-split-width-threshold): New option.
8789 (calendar-basic-setup): Use calendar-split-width-threshold.
8790
3b56b1e6 87912009-10-10 Sascha Wilde <wilde@sha-bang.de>
d751f122 8792
3b56b1e6
JB
8793 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
8794 Use .la for Automake.
d751f122 8795
fa63f49c
CY
87962009-10-09 Chong Yidong <cyd@stupidchicken.com>
8797
3b56b1e6
JB
8798 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
8799 Use "autoreconf -i". Suggested by Andreas Schwab.
fa63f49c 8800
d364386c
JB
88012009-10-09 Juanma Barranquero <lekktu@gmail.com>
8802
8803 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
8804 Ideographic Supplement" range (U+1F200..U+1F2FF).
8805
33e97a28
KF
88062009-10-09 Karl Fogel <kfogel@red-bean.com>
8807
02d0f051 8808 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 8809 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
8810
88112009-10-09 Karl Fogel <kfogel@red-bean.com>
8812
d364386c 8813 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
8814 (bookmark-bmenu-execute-deletions): Don't save here, as
8815 bookmark-delete will now do so if necessary.
d364386c 8816 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
8817 (Bug#4348)
8818
9656d87b
GM
88192009-10-09 Glenn Morris <rgm@gnu.org>
8820
8821 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
8822
e6227f06
KF
88232009-10-09 Karl Fogel <kfogel@red-bean.com>
8824
8825 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
8826 (bookmark-jump-other-window): Just invoke bookmark-jump with new
8827 argument now, so the two function's behaviors will match. (Bug#3645)
8828
35c7e413
CY
88292009-10-08 Chong Yidong <cyd@stupidchicken.com>
8830
4f54db4b
CY
8831 * cedet/ede/proj.el (project-make-dist, project-compile-project):
8832 Fix filename test.
35c7e413
CY
8833 (ede-proj-dist-makefile): Use expand-file-name instead of concat
8834 to expand file names.
8835
288f783b
MA
88362009-10-08 Michael Albinus <michael.albinus@gmx.de>
8837
8838 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 8839 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 8840 Apply `save-match-data'.
288f783b
MA
8841
8842 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
8843 case both directories are remote.
8844 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 8845 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 8846
c2a81032
CY
88472009-10-08 Chong Yidong <cyd@stupidchicken.com>
8848
a6b98754
CY
8849 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
8850 (ede-proj-target-makefile-objectcode): Use it.
8851
c2a81032 8852 * cedet/ede/source.el (ede-want-any-source-files-p)
e78e280d
SM
8853 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
8854 Return search result. This error was introduced while merging.
c2a81032 8855
872a1ea4
JB
88562009-10-07 Juanma Barranquero <lekktu@gmail.com>
8857
8858 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
8859
ab2baced
GM
88602009-10-07 Glenn Morris <rgm@gnu.org>
8861
e78e280d
SM
8862 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
8863 of concat.
ab2baced 8864
5c4634c1
SM
88652009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8866
8867 * files-x.el (read-file-local-variable): Include some
8868 non-user-variables in the completion table (bug#4664).
8869
c2dc9732
MA
88702009-10-07 Michael Albinus <michael.albinus@gmx.de>
8871
8872 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
8873 message.
8874
8875 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8876 (tramp-smb-file-name-handler-alist): Add handler for
8877 `copy-directory', `expand-file-name', `set-file-modes'.
8878 (tramp-smb-handle-copy-directory)
8879 (tramp-smb-handle-expand-file-name)
8880 (tramp-smb-handle-set-file-modes): New defuns.
8881 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
8882 (tramp-smb-handle-file-attributes): Simplify check for retrieving
8883 entry.
8884 (tramp-smb-handle-insert-directory): Don't flush the cache.
8885 (tramp-smb-maybe-open-connection): Check for samba client and
8886 server versions.
8887
11be40a6
EZ
88882009-10-07 Eli Zaretskii <eliz@gnu.org>
8889
8890 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
8891 to not error out of search for "^lisp=" fails.
8892
8c4afe20
JB
88932009-10-07 Juanma Barranquero <lekktu@gmail.com>
8894
8895 * makefile.w32-in (WINS_UPDATES): New macro.
8896 (custom-deps, finder-data, autoloads): Use it.
8897
429a1506
GM
88982009-10-07 Glenn Morris <rgm@gnu.org>
8899
ee2e93e2
GM
8900 * Makefile.in (autoloads): Revert previous change.
8901 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
8902 the list of preloaded files passed on the command-line, get
8903 it from src/Makefile.
8904
429a1506
GM
8905 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
8906 show the original buffer rather than a random one.
8907
a51203ee 89082009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
8909
8910 * help.el (describe-no-warranty): Place point in a slightly better
8911 position in the GPLv3 text.
8912
f58f7520
SS
89132009-10-06 Sam Steingold <sds@gnu.org>
8914
8915 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8916 the comm attribute is present before calling regexp-quote.
8917
bde79dc0
JB
89182009-10-06 Juanma Barranquero <lekktu@gmail.com>
8919
8920 * play/animate.el (animate-string): For good effect, make sure
8921 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8922
8923 * play/animate.el (animate-sequence, animate-birthday-present):
8924 * misc.el (butterfly): Don't set `indent-tabs-mode'.
8925
25ab0302
GM
89262009-10-06 Glenn Morris <rgm@gnu.org>
8927
73fe714a
GM
8928 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8929
3405d98c
GM
8930 * emacs-lisp/autoload.el (autoload-excludes): New variable.
8931 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8932 (batch-update-autoloads): Process a string value of autoload-excludes,
8933 set during the build process.
8934 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
8935
9fb2cdc5
GM
8936 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8937 inside with-parsed... macro so that `v' is defined.
8938
7938ab41
GM
8939 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8940 * progmodes/fortran.el (fortran-end-of-block)
8941 (fortran-beginning-of-block):
8942 Also push mark in the macro case.
8943
eaf9b564
GM
8944 * emerge.el (emerge-show-file-name):
8945 * calc/calc.el (calc-quit):
8946 * calc/calc-misc.el (calc-big-or-small):
8947 * calc/calc-graph.el (calc-graph-view):
8948 * calc/calc-ext.el (calc-reset):
8949 * calendar/calendar.el (calendar-basic-setup):
8950 Use window-full-height-p.
8951
25ab0302
GM
8952 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8953 header we don't understand, don't insert another. (Bug#4624)
8954 If changing mime charset, insert the new one in the right place.
8955
00169eb6
GM
89562009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
8957
8958 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8959 (cal-tex-cursor-month): Correctly increment the end date for diary and
8960 holiday listing. (Bug#4626)
8961
82882188
SM
89622009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8963
40ba9882 8964 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
8965 a symbol.
8966
a8f316ca
JB
89672009-10-05 Juanma Barranquero <lekktu@gmail.com>
8968
8969 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8970 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8971 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8972 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8973
8974 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8975 (eieio-default-superclass): Reflow docstrings.
8976 (this, class-option-assoc, defclass, eieio-class-un-autoload)
8977 (eieio-unbind-method-implementations, defmethod)
8978 (eieio-validate-slot-value, eieio-validate-class-slot-value)
8979 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8980 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8981 (eieio-slot-originating-class-p, eieio-slot-name-index)
8982 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8983 (constructor, initialize-instance, no-next-method, object-print)
8984 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8985 Fix typos in docstrings.
8986 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8987 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8988 (next-method-p): Doc fixes.
8989 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8990 Fix typos in error messages.
8991 (eieio-defmethod): Fix typo in description of generic method.
8992
8993 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8994 (eieio-persistent-save-interactive, slot-missing):
8995 Fix typos in docstrings.
8996 (eieio-instance-inheritor-slot-boundp): Doc fix.
8997
8998 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8999 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
9000
9001 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
9002 (eieio-custom-object-apply-reset):
9003 Fix typos in docstrings and error messages.
9004
9005 * emacs-lisp/eieio-datadebug.el (data-debug-show):
9006 Fix typo in docstring.
9007
9008 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
9009 (eieio-browse-tree): Doc fix.
9010 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
9011 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
9012 Fix typos in docstrings.
9013
9014 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
9015 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
9016 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
9017 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
9018 Reflow docstrings.
9019
c66b7ac0
DN
90202009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
9021
4a827e0a 9022 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
9023 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
9024 Set log-view-vc-backend so that diff can work.
4a827e0a 9025
c66b7ac0
DN
9026 * log-view.el (log-view-diff): Use vc-diff-internal instead of
9027 vc-version-diff.
9028 (vc-diff-internal): Autoload this instead of vc-version-diff.
9029
1902a98c
EZ
90302009-10-05 Eli Zaretskii <eliz@gnu.org>
9031
a7a8618b
EZ
9032 * simple.el (eval-expression): Doc fix.
9033
1902a98c
EZ
9034 * progmodes/cwarn.el (cwarn-mode): Doc fix.
9035
0e1f2ee6
MA
90362009-10-05 Michael Albinus <michael.albinus@gmx.de>
9037
9038 * files.el (directory-files-no-dot-files-regexp): New defconst.
9039 (delete-directory): Use it.
9040 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
9041
263c02ef 9042 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
9043 (tramp-methods): Add recursive option to `tramp-copy-args'.
9044 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 9045 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 9046 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
9047 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9048 Add handler for `copy-directory'.
9049 (tramp-handle-copy-directory): New defun.
9050 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
9051 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
9052 Optimize sent command.
263c02ef 9053
72aa7df4
SM
90542009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9055
4a34f065
SM
9056 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
9057 window if necessary.
9058
72aa7df4
SM
9059 * calendar/calendar.el (calendar-basic-setup): Don't call
9060 switch-to-buffer in a dedicated window.
9061
5feb1ba7
KF
90622009-10-05 Karl Fogel <kfogel@red-bean.com>
9063
9064 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 9065 don't do anything related to relocating, just return nil.
5feb1ba7
KF
9066 (bookmark-error-no-filename): New error.
9067 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
9068 bookmark has no file. Don't even attempt to handle things that
9069 are not files; the whole point of custom handlers is to keep that
9070 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
9071 (bookmark-file-or-variation-thereof): Remove now-unused function.
9072 (bookmark-location): Doc string fix.
9073 (Bug#4250)
9074
1bd49952
KF
90752009-10-04 Karl Fogel <kfogel@red-bean.com>
9076
9077 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
9078 don't use a file dialog, because they usually don't know how to read
9079 a directory target from the user. (Bug#4230)
9080 Also, make sure the prompt can display directories as well as files.
9081
825382c0
KF
90822009-10-04 Karl Fogel <kfogel@red-bean.com>
9083
9084 * bookmark.el (bookmark-set, bookmark-buffer-name):
9085 Improve doc strings. (Bug#1193)
9086
13901bcb
KF
90872009-10-04 Karl Fogel <kfogel@red-bean.com>
9088
4a34f065
SM
9089 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
9090 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
9091 (bookmark-get-annotation, bookmark-set-annotation)
9092 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
9093 (bookmark-set-position, bookmark-get-front-context-string)
9094 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
9095 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
9096 (bookmark-jump-other-window, bookmark-handle-bookmark)
9097 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
9098 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
9099 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
9100 Improve doc strings to say whether bookmark can be a string or
9101 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
9102 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
9103 (bookmark-default-annotation-text, bookmark-yank-word)
9104 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
9105 (bookmark-import-new-list, bookmark-maybe-rename)
9106 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9107 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 9108 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 9109 add a FIXME comment about how the function may be pointless.
13901bcb 9110 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
9111 parameter name, to clarify that this takes a bookmark record
9112 not a bookmark name.
13901bcb 9113 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 9114 and improve the doc string a bit.
13901bcb
KF
9115 (Bug#4188)
9116
5c1b3e94
KF
91172009-10-04 Karl Fogel <kfogel@red-bean.com>
9118
9119 * bookmark.el (bookmark-alist): Document the new `handler' element
9120 in the param alist.
9121 (bookmark-make-record-function): Adjust documentation for above.
9122 (Bug#4193)
9123
8559076d
KF
91242009-10-04 Karl Fogel <kfogel@red-bean.com>
9125
9126 * info.el (Info-bookmark-make-record): Document this function.
9127 (Info-bookmark-jump): Document with a doc string, not just a comment.
9128 (Bug#4203)
9129
82481502
CY
91302009-10-04 Chong Yidong <cyd@stupidchicken.com>
9131
4a34f065 9132 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
82481502
CY
9133 (semantic-new-buffer-fcn): Call parser setup functions here.
9134 (semantic-mode): Don't call parser setup functions here, it's done
9135 in semantic-new-buffer-fcn now.
d436f538 9136 (semantic-mode): Parse all existing buffers when enabled.
82481502 9137
4a34f065
SM
9138 * cedet/srecode/compile.el (srecode-compile-file):
9139 Call semantic-new-buffer-fcn if the buffer has not been parsed.
82481502 9140
2e7eba60
CY
91412009-10-04 Chong Yidong <cyd@stupidchicken.com>
9142
d91485a9
CY
9143 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
9144
9145 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
9146 (proj-comp-insert-variable-once): New macro, renamed from
9147 ede-pmake-insert-variable-once in ede/pmake.edl.
9148 (ede-proj-makefile-insert-variables): Use it.
2e7eba60 9149
b4583b8c
MA
91502009-10-04 Michael Albinus <michael.albinus@gmx.de>
9151
9152 * files.el (copy-directory): New defun.
9153
9154 * dired-aux.el (dired-copy-file-recursive): Use it.
9155
04075952
JB
91562009-10-04 Juanma Barranquero <lekktu@gmail.com>
9157
9158 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9159 (makefile-end-of-command):
9160 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9161 (semantic-end-of-context): Fix previous change. Doc fixes.
9162
131ae8f2
JB
91632009-10-04 Juanma Barranquero <lekktu@gmail.com>
9164
a30e71ae
JB
9165 * files-x.el (modify-dir-local-variable)
9166 (copy-dir-locals-to-file-locals-prop-line):
9167 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9168 (makefile-end-of-command):
9169 * cedet/semantic/lex.el (semantic-lex-token):
9170 * cedet/semantic/analyze/fcn.el
9171 (semantic-analyze-dereference-metatype-1):
9172 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
9173 (semantic-lex-cpp-undef):
9174 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
9175 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9176 (semantic-end-of-context): Fix typos in docstrings.
9177
131ae8f2
JB
9178 * recentf.el (recentf-unload-function): New function.
9179
0fd9cb9c
CY
91802009-10-04 Chong Yidong <cyd@stupidchicken.com>
9181
a30e71ae 9182 * cedet/ede.el (ede-project-placeholder-cache-file):
0fd9cb9c
CY
9183 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
9184 * cedet/srecode/map.el (srecode-map-save-file):
a30e71ae 9185 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
0fd9cb9c 9186
ccafbf06
GM
91872009-10-04 Glenn Morris <rgm@gnu.org>
9188
9189 * window.el (window-full-height-p): Add doc string.
9190
02c6f098
GM
91912009-10-04 Martin Rudalics <rudalics@gmx.at>
9192
9193 * window.el (window-full-height-p): New function. (Bug#4543)
9194
e6e267fc
CY
91952009-10-03 Chong Yidong <cyd@stupidchicken.com>
9196
a70bfe61
CY
9197 * cedet/srecode/insert.el: Require srecode/args.
9198
9199 * cedet/srecode/args.el: Require srecode/dictionary instead of
9200 srecode/insert.
9201
e6e267fc
CY
9202 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
9203
9204 * files.el (auto-mode-alist): Add .srt and Project.ede.
9205
4a34f065
SM
9206 * cedet/semantic.el (semantic-mode):
9207 Handle srecode-template-mode-hook as well.
0b8cafba 9208 (semantic-mode): Use js-mode-hook for Javascript hook.
e6e267fc
CY
9209
9210 * cedet/srecode/template.el: Remove hook variable.
9211
9212 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
9213
9214 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
9215 projects exist.
8b440f71
CY
9216 (ede-project-placeholder-cache-file): Default to a file in
9217 user-emacs-directory.
e6e267fc
CY
9218
9219 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
9220 templates in data-directory.
4a34f065 9221 (srecode-map-save-file): Default to a file in user-emacs-directory.
e6e267fc
CY
9222
9223 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
9224 directory.
9225
92262009-09-30 Eric Ludlam <zappo@gnu.org>
9227
131ae8f2
JB
9228 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
9229 Doc fix.
e6e267fc
CY
9230
9231 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
9232 Only insert each variable once.
9233
9234 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
9235 (ede-pmake-insert-variable-shared): Use it.
9236
9237 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
9238 for lexical table iff table is nil.
9239
ed6b0195
DN
92402009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
9241
9242 * vc.el: Remove commented out code.
9243 (vc-derived-from-dir-mode): Remove, unused.
9244 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
9245
1b8d1cc7
MA
92462009-10-03 Michael Albinus <michael.albinus@gmx.de>
9247
4a34f065
SM
9248 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9249 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
9250 there could be recursive loading when `default-directory' is a
9251 remote file name. (Bug#4614)
9252
ac3c593c
GM
92532009-10-03 Glenn Morris <rgm@gnu.org>
9254
686ea556
GM
9255 * calendar/calendar.el (calendar-basic-setup): Handle the case where
9256 the frame is wide.
9257 (calendar-generate-window): Test for shrinkability rather than width.
9258
619392fc
GM
9259 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
9260 declaration, currently false.
9261
ac3c593c
GM
9262 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
9263 reusing existing buffers, in case we happen to visit two files with the
9264 same basename. (Bug#4593)
9265
573709fd
EZ
92662009-10-02 Eli Zaretskii <eliz@gnu.org>
9267
4a34f065 9268 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
9269 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
9270 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
9271 subdirs of cedet as well.
8f885d01 9272 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 9273
8d6c1239
SM
92742009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9275
9276 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
9277 Obey advertised-signature-table.
9278
9279 * help-fns.el (help-function-arglist): Don't check
9280 advertised-signature-table.
9281 (describe-function-1): Do it here instead so it also applies to subrs.
9282
c4861de0
MA
92832009-10-02 Michael Albinus <michael.albinus@gmx.de>
9284
9285 * simple.el (start-file-process): Say in the doc-string, that file
9286 handlers might not support pty association, if PROGRAM is nil.
9287
9288 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
9289 HOST and USER are strings. They are nil, when there are
9290 incomplete entries in ~/.netrc, for example.
9291 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
9292 root directory ("device busy" error otherwise).
9293
8d6c1239
SM
9294 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
9295 Flush file properties of created directory.
c4861de0 9296
d2bda74f
EZ
92972009-10-02 Eli Zaretskii <eliz@gnu.org>
9298
9299 * makefile.w32-in (WINS_BASIC): Remove cedet.
9300 (WINS_CEDET): Add cedet.
9301 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
9302
895d1904
GM
93032009-10-02 Kevin Ryde <user42@zip.com.au>
9304
9305 * net/browse-url.el (browse-url): Pass any symbol in
9306 browse-url-browser-function to `apply', since if you've mistakenly put
9307 an unbound symbol then the error is clearer. (Bug#4531)
9308
32226619
JB
93092009-10-02 Juanma Barranquero <lekktu@gmail.com>
9310
9311 * allout.el (allout-init, allout-back-to-current-heading)
9312 (allout-beginning-of-current-entry, allout-ascend-to-depth)
9313 (allout-ascend, allout-up-current-level, allout-end-of-level)
9314 (allout-previous-visible-heading, allout-forward-current-level)
9315 (allout-backward-current-level, allout-show-children):
9316 * apropos.el (apropos-describe-plist):
9317 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
9318 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
9319 * completion.el (add-completion, add-permanent-completion):
9320 * descr-text.el (describe-text-category, describe-char):
9321 * desktop.el (desktop-lazy-abort):
9322 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
9323 * dired.el (dired-build-subdir-alist):
9324 * ediff.el (ediff-version):
9325 * elide-head.el (elide-head, elide-head-show):
9326 * emerge.el (emerge-version):
9327 * env.el (getenv):
9328 * face-remap.el (variable-pitch-mode):
9329 * faces.el (describe-face):
9330 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
9331 (dired-at-point):
9332 * files.el (find-file-existing, auto-save-mode):
9333 * font-lock.el (font-lock-fontify-buffer):
9334 * help-fns.el (describe-function, describe-variable)
9335 (describe-syntax, describe-categories):
9336 * help.el (view-lossage, describe-bindings, describe-key)
9337 (describe-mode):
9338 * hexl.el (hexl-current-address):
9339 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
9340 * info.el (Info-goto-emacs-key-command-node):
9341 * log-edit.el (log-edit-insert-cvs-template)
9342 (log-edit-insert-cvs-rcstemplate):
9343 * menu-bar.el (menu-bar-mode):
9344 * mouse.el (mouse-appearance-menu):
9345 * newcomment.el (comment-indent-new-line):
9346 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
9347 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 9348 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
9349 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
9350 * recentf.el (recentf-mode):
9351 * savehist.el (savehist-mode, savehist-save):
9352 * shadowfile.el (shadow-copy-files):
9353 * simple.el (kill-ring-save, next-line, previous-line)
9354 (normal-erase-is-backspace-mode):
9355 * strokes.el (strokes-update-window-configuration)
9356 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
9357 (strokes-xpm-for-stroke):
9358 * time.el (emacs-uptime, emacs-init-time):
9359 * tutorial.el (tutorial--describe-nonstandard-key)
9360 (tutorial--detailed-help):
9361 * type-break.el (type-break-mode)
9362 (type-break-mode-line-message-mode, type-break-query-mode)
9363 (type-break-guesstimate-keystroke-threshold):
9364 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
9365 * version.el (emacs-version):
9366 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
9367 * winner.el (winner-mode):
9368 * calendar/timeclock.el (timeclock-in, timeclock-out)
9369 (timeclock-status-string, timeclock-change)
9370 (timeclock-workday-remaining-string)
9371 (timeclock-workday-elapsed-string)
9372 (timeclock-when-to-leave-string):
9373 * calendar/todo-mode.el (todo-add-category):
9374 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
9375 * emacs-lisp/autoload.el (update-file-autoloads):
9376 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
9377 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
9378 (checkdoc-message-text, checkdoc-defun):
9379 * emacs-lisp/debug.el (debugger-list-functions):
9380 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9381 * emacs-lisp/eieio-opt.el (eieio-describe-class)
9382 (eieio-describe-generic):
9383 * emacs-lisp/lisp-mnt.el (lm-synopsis):
9384 * emacs-lisp/shadow.el (list-load-path-shadows):
9385 * emulation/cua-base.el (cua-mode):
9386 * emulation/edt.el (edt-set-scroll-margins):
9387 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
9388 (tpu-toggle-regexp, tpu-toggle-search-direction)
9389 (tpu-toggle-rectangle, tpu-toggle-control-keys):
9390 * emulation/tpu-extras.el (tpu-set-scroll-margins):
9391 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9392 (viper-set-parsing-style-toggling-macro)
9393 (viper-set-emacs-state-searchstyle-macros):
9394 * emulation/viper.el (viper-set-hooks):
9395 * eshell/esh-mode.el (eshell-truncate-buffer):
9396 * international/mule-cmds.el (prefer-coding-system)
9397 (describe-input-method, describe-language-environment):
9398 * international/mule-diag.el (list-character-sets)
9399 (describe-character-set, describe-coding-system)
9400 (describe-fontset, list-fontsets, list-input-methods):
9401 * mail/sendmail.el (mail-signature):
9402 * net/ange-ftp.el (ange-ftp-copy-file):
9403 * net/browse-url.el (browse-url):
9404 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
9405 * net/quickurl.el (quickurl-add-url):
9406 * net/rcirc.el (names, topic):
9407 * net/xesam.el (xesam-mode):
9408 * play/5x5.el (5x5-new-game):
9409 * play/yow.el (apropos-zippy):
9410 * progmodes/ada-mode.el (ada-mode-version):
9411 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
9412 (f90-end-of-block)
9413 (f90-beginning-of-block):
9414 * progmodes/fortran.el (fortran-end-of-block)
9415 (fortran-beginning-of-block):
9416 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
9417 * progmodes/python.el (python-describe-symbol, python-shell):
9418 * term/ns-win.el (ns-print-buffer):
9419 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
9420 * textmodes/flyspell.el (flyspell-mode-on):
9421 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
9422 (pages-directory-for-addresses):
9423 * textmodes/table.el (table-recognize-cell)
9424 (table-query-dimension, table-generate-source)
9425 (table-insert-sequence, table--warn-incompatibility):
9426 * textmodes/tex-mode.el (tex-validate-buffer):
9427 * textmodes/texinfmt.el (texinfmt-version)
9428 (texinfo-format-buffer):
9429 Use `called-interactively-p' instead of `interactive-p'.
9430
12a3c28c
JB
94312009-10-02 Juanma Barranquero <lekktu@gmail.com>
9432
9433 * image-mode.el (image-toggle-display):
9434 * emacs-lisp/elp.el (elp-instrument-function):
9435 * emacs-lisp/advice.el (ad-make-advised-definition):
9436 * emacs-lisp/easy-mmode.el (define-minor-mode):
9437 * net/browse-url.el (browse-url-maybe-new-window):
9438 * progmodes/sh-script.el (sh-learn-buffer-indent):
9439 Pass new argument 'any to `called-interactively-p'.
9440
171fda8a
JB
94412009-10-01 Juanma Barranquero <lekktu@gmail.com>
9442
171fda8a
JB
9443 * international/uni-bidi.el:
9444 * international/uni-category.el:
9445 * international/uni-combining.el:
9446 * international/uni-comment.el:
9447 * international/uni-decimal.el:
9c3c9fdf 9448 * international/uni-decomposition.el:
171fda8a
JB
9449 * international/uni-digit.el:
9450 * international/uni-lowercase.el:
9451 * international/uni-mirrored.el:
9452 * international/uni-name.el:
9453 * international/uni-numeric.el:
9454 * international/uni-old-name.el:
9455 * international/uni-titlecase.el:
9456 * international/uni-uppercase.el:
9457 Regenerate from Unicode 5.2.0 data.
9458
dcb9734a
GM
94592009-10-01 Glenn Morris <rgm@gnu.org>
9460
9461 * Makefile.in (ELCFILES): Regenerate.
9462
ced10a4c
SM
94632009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9464
9d28c33e
SM
9465 * subr.el (interactive-p): Mark obsolete.
9466 (called-interactively-p): Make the optional-ness of `kind' obsolete.
9467 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
9468 advertised-signature-table for subroutines as well.
9469
ced10a4c
SM
9470 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
9471 (set-advertised-calling-convention): New function.
9472 (make-obsolete, define-obsolete-function-alias)
9473 (make-obsolete-variable, define-obsolete-variable-alias):
9474 Make the optional-ness of `when' obsolete.
9475 (define-obsolete-face-alias): Make `when' non-optional.
9476 * help-fns.el (help-function-arglist):
9477 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
9478 Use advertised-signature-table.
9479
cc3dda16
MA
94802009-10-01 Michael Albinus <michael.albinus@gmx.de>
9481
9482 * files.el (delete-directory): New defun. The original function
9483 in fileio.c has been renamed to `delete-directory-internal'.
9484
9485 * dired.el (dired-delete-file): Call `delete-directory' with
9486 RECURSIVE parameter.
9487
5ce6e4f4 9488 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
9489 parameter RECURSIVE. Implementation is missing.
9490
9491 * net/tramp.el (tramp-handle-make-directory): Flush upper
9492 directory's file properties.
ced10a4c 9493 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
9494 (tramp-handle-dired-recursive-delete-directory): Flush directory
9495 properties after the remove command only.
9496
ced10a4c
SM
9497 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
9498 Handle optional parameter RECURSIVE.
cc3dda16 9499
ced10a4c
SM
9500 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
9501 Handle optional parameter RECURSIVE.
cc3dda16
MA
9502
9503 * net/tramp-smb.el (tramp-smb-errors): Add error message for
9504 connection timeout.
9505 (tramp-smb-handle-delete-directory): Handle optional parameter
9506 RECURSIVE.
9507
cf885595
SM
95082009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9509
e3a6b82f
SM
9510 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
9511 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
9512 (byte-compile-defmacro): Use backquotes.
9513
7201bfbb
SM
9514 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
9515
cf885595
SM
9516 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
9517 has no associated file.
9518 (vc-resynch-buffer): Use vc-dir-buffers.
9519
a4d2c321
GM
95202009-10-01 Glenn Morris <rgm@gnu.org>
9521
9ffe3f52
GM
9522 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
9523 (chart-file-count):
9524 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
9525 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
9526 * emacs-lisp/eieio-opt.el (eieio-describe-class):
9527 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
9528 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
9529 (eieio-copy-parents-into-subclass, make-instance, class-children)
9530 (eieio-generic-form):
bd2afec2
GM
9531 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
9532 * cedet/cedet-idutils.el (cedet-idutils-search)
9533 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
9534 (cedet-idutils-version-check):
9535 * cedet/cedet.el (cedet-version):
9536 * cedet/data-debug.el (data-debug-insert-overlay-button)
9537 (data-debug-insert-overlay-list-button)
9538 (data-debug-insert-buffer-button)
9539 (data-debug-insert-buffer-list-button)
9540 (data-debug-insert-process-button, data-debug-insert-ring-button)
9541 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
9542 (data-debug-insert-stuff-vector-button)
9543 (data-debug-insert-symbol-button, data-debug-insert-string)
9544 (data-debug-insert-number, data-debug-insert-lambda-expression)
9545 (data-debug-insert-nil, data-debug-insert-simple-thing)
9546 (data-debug-insert-custom, data-debug-edebug-expr):
9547 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
9548 (global-ede-mode-map, ede-new, ede-debug-target)
9549 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
9550 * cedet/semantic.el (semantic-minimum-working-buffer-size)
9551 (semantic-fetch-tags, semantic-submode-list)
9552 (semantic-default-submodes):
a785b776
GM
9553 * cedet/ede/source.el (ede-source-match):
9554 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
9555 (project-am-package-info):
9556 * cedet/ede/proj.el (ede-proj-target, project-new-target):
9557 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
9558 * cedet/ede/proj-comp.el (ede-current-build-list):
9559 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
9560 * cedet/ede/files.el (ede-toplevel-project-or-nil):
9561 * cedet/ede/cpp-root.el (initialize-instance):
9562 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
9563 (autoconf-parameter-strip, autoconf-insert-new-macro):
9bf6c65c
GM
9564 * cedet/semantic/wisent.el (wisent-lex-eoi):
9565 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
9566 (semantic-show-parser-state-mode):
9567 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
9568 * cedet/semantic/tag.el (semantic-tag-new-variable)
9569 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
9570 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
9571 (semantic--tag-deep-copy-tag-list)
9572 (semantic-tag-components-with-overlays-default):
9573 * cedet/semantic/symref.el (semantic-symref-find-text):
9574 * cedet/semantic/senator.el (senator-yank-tag)
9575 (senator-transpose-tags-up):
9576 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
9577 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
9578 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
9579 * cedet/semantic/lex.el (semantic-lex-comment-regex)
9580 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
9581 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
9582 * cedet/semantic/lex-spp.el
9583 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
9584 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
9585 * cedet/semantic/idle.el
9586 (semantic-idle-summary-current-symbol-info-brutish)
9587 (semantic-idle-summary-current-symbol-info-default):
9588 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
9589 (semantic--grammar-macro-compl-dict):
9590 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
9591 * cedet/semantic/format.el (semantic-format-tag-custom-list)
9592 (semantic-format-tag-canonical-name-default):
9593 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
9594 (semantic-find-tags-for-completion)
9595 (semantic-find-tags-by-scope-protection-default)
9596 (semantic-deep-find-tags-for-completion):
9597 * cedet/semantic/edit.el
9598 (semantic-edits-incremental-reparse-failed-hook)
9599 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
9600 (semantic-edits-splice-remove, semantic-edits-splice-replace):
9601 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
9602 * cedet/semantic/dep.el (semantic-dependency-include-path):
9603 * cedet/semantic/db.el (semanticdb-default-find-index-class)
9604 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
9605 (semanticdb-project-roots):
9606 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
9607 (semanticdb-find-adebug-insert-scanned-tag-cons)
9608 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
9609 (semanticdb-brute-deep-find-tags-for-completion):
9610 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
9611 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
9612 (semantic-end-of-context-default)
9613 (semantic-ctxt-current-function-default)
9614 (semantic-ctxt-scoped-types-default):
9615 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
9616 (semantic-complete-inline-tag-engine)
9617 (semantic-complete-inline-custom-type)
9618 (semantic-complete-read-tag-analyzer):
9619 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
9620 (semantic-chart-database-size):
9621 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
9622 (semantic-analyze-current-context):
9623 * cedet/semantic/symref/list.el (semantic-symref)
9624 (semantic-symref-hide-buffer, semantic-symref-symbol):
9625 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
9626 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
9627 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
9628 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
9629 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
9630 (semantic-c-dereference-template):
9631 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
9632 (semantic--analyze-refs-full-lookup-with-parents)
9633 (semantic--analyze-refs-full-lookup-simple):
9634 * cedet/semantic/analyze/complete.el
9635 (semantic-analyze-possible-completions):
2f10955c
GM
9636 * cedet/srecode/table.el (srecode-mode-table-new):
9637 * cedet/srecode/srt.el (srecode-read-variable-name):
9638 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
9639 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
9640 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
9641 * cedet/srecode/map.el (srecode-current-map):
9642 * cedet/srecode/insert.el (srecode-insert)
9643 (srecode-insert-variable-secondname-handler, srecode-insert-method)
9644 (srecode-template-inserter-point-override)
9645 (srecode-insert-include-lookup):
9646 * cedet/srecode/getset.el (srecode-auto-choose-class):
9647 * cedet/srecode/extract.el (srecode-inserter-extract):
9648 * cedet/srecode/document.el
9649 (srecode-document-autocomment-return-last-alist)
9650 (srecode-document-autocomment-param-type-alist)
9651 (srecode-document-insert-function-comment)
9652 (srecode-document-insert-variable-one-line-comment)
9653 (srecode-document-function-name-comment):
9654 * cedet/srecode/dictionary.el (srecode-create-dictionary)
9655 (srecode-compound-toString):
9656 * cedet/srecode/compile.el (srecode-flush-active-templates):
9657 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
bd2afec2
GM
9658 Doc/message fixes.
9659
9515cdcc
GM
9660 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
9661 match-data. (Bug#4555).
9662
57b0083a
GM
9663 * cedet/semantic/bovine/gcc.el
9664 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
9665 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
9666
a4d2c321
GM
9667 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
9668 rather than parsing it as a regexp. This relaxes the layout
9669 requirements and makes errors easier to detect.
9670 (check-declare-verify): Check file is regular.
9671 (check-declare-directory): Doc fix.
9672 * subr.el (declare-function): Doc fix.
9673
b15c31c7
GM
9674 * ibuffer.el (ibuffer-format-qualifier):
9675 * isearch.el (hi-lock-regexp-okay):
9676 * calc/calc.el (math-zerop):
9677 * mail/uce.el (rmail-msgbeg, rmail-msgend):
9678 * term/w32-win.el (setup-default-fontset, set-fontset-font):
9679 Remove unused declarations.
9680
0376249d
JB
96812009-10-01 Juanma Barranquero <lekktu@gmail.com>
9682
9683 * cedet/semantic/wisent/javat-wy.el
9684 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
9685
9a589407
JB
96862009-09-30 Juanma Barranquero <lekktu@gmail.com>
9687
9688 * cedet/srecode/expandproto.el: Fix provide statement.
9689
722ff82f
CY
96902009-09-30 Eric Ludlam <zappo@gnu.org>
9691
cf885595 9692 * emacs-lisp/eieio.el (boolean-p): Delete.
722ff82f
CY
9693
96942009-09-30 Sascha Wilde <wilde@sha-bang.de>
9695
9696 * cedet/ede/srecode.el: Fix provide statement.
9697
1fc28a2c
GM
96982009-09-30 Glenn Morris <rgm@gnu.org>
9699
8240628d 9700 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7ec19ac4 9701 * cedet/ede/proj-aux.el (ede-aux-source):
a1f1d102
GM
9702 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
9703 (ede-misc-source):
d16d4acd
GM
9704 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
9705 (semantic-mrub-switch-tags): Fix doc typos.
9706
40f9bf94
GM
9707 * cedet/semantic/db-global.el (data-debug-new-buffer)
9708 (data-debug-insert-thing): Remove unneeded declarations (one broken).
9709 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
9710
494f4fc7
GM
9711 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
9712
cf885595
SM
9713 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
9714 use of CL function `remove-if-not'.
1fc28a2c
GM
9715
9716 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
9717
494f4fc7
GM
9718 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
9719 filename is not a string.
9720
561580e9
CY
97212009-09-29 Chong Yidong <cyd@stupidchicken.com>
9722
9723 * files.el (safe-local-eval-forms): Fix typo.
9724
dcbbecd4
SM
97252009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9726
9727 * vc-hooks.el (vc-dir-buffers): New var.
9728 (vc-state-refresh): New function.
9729 (vc-state): Use it.
9730 (vc-after-save): Always ask the backend to recompute the new state.
9731 Always call vc-dir if necessary, using vc-dir-buffers.
9732 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
9733 Use vc-dir-buffers.
9734 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
9735 (vc-dir-prepare-status-buffer, vc-dir-update)
9736 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
9737 Don't call expand-file-name on default-directory.
9738
d88444f2
JB
97392009-09-29 Juanma Barranquero <lekktu@gmail.com>
9740
9741 * speedbar.el (speedbar-item-delete):
9742 * calc/calc-prog.el (calc-kbd-if):
9743 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
9744
9745 * epa.el (epa-key-list-mode-map):
9746 * hi-lock.el (hi-lock-menu): Fix typos in menus.
9747
9748 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
9749 (hs-show-hook): Fix typo in docstring.
9750
5da62d41
GM
97512009-09-29 Glenn Morris <rgm@gnu.org>
9752
d037e45a
GM
9753 * cedet/semantic/symref/idutils.el:
9754 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
9755
ae715515
GM
9756 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
9757
9758 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
9759 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
9760 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
9761 Mark declarations not understood by check-declare.
9762
8360fce0
GM
9763 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
9764 file-name-nondirectory call preventing location of cedet files.
9765 (check-declare-verify): Use literal search rather than re-search.
ae715515 9766 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
9767
9768 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9769 Use tramp-compat-file-attributes rather than nonexistent
9770 tramp-compat-handle-file-attributes.
9771
5da62d41
GM
9772 * Makefile.in (lisptagsfiles4): New.
9773 (AUTOGENEL): Add cedet loaddefs files.
9774 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
9775 (update-elclist, compile-always, backup-compiled-files)
9776 (bootstrap-clean): Add yet another directory level.
9777 (update-elclist): Use LC_COLLATE rather than COLLATE.
9778 (ELCFILES): Update, via `make update-elclist'.
9779
48267264
JB
97802009-09-29 Juanma Barranquero <lekktu@gmail.com>
9781
9782 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
9783 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
9784 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
9785
2c4cd0b0
AS
97862009-09-28 Andreas Schwab <schwab@linux-m68k.org>
9787
9788 * Makefile.in (lisptagsfiles3): Define.
5da62d41 9789 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
9790 (update-elclist): Add third directory level to look for elc files.
9791 (compile-always): Likewise.
9792 (backup-compiled-files): Likewise.
9793 (bootstrap-clean): Likewise.
9794 (ELCFILES): Update.
9795
a2533e47
CY
97962009-09-28 Chong Yidong <cyd@stupidchicken.com>
9797
9798 * Makefile.in (ELCFILES): Add CEDET files.
9799
b90caf50 98002009-09-28 Eric Ludlam <zappo@gnu.org>
a2095e2e 9801
b90caf50 9802 CEDET (development tools) package merged.
a2095e2e 9803
b90caf50
CY
9804 * cedet/*.el:
9805 * cedet/ede/*.el:
9806 * cedet/semantic/*.el:
9807 * cedet/srecode/*.el: New files.
a2095e2e 9808
eefbedb1
MA
98092009-09-28 Michael Albinus <michael.albinus@gmx.de>
9810
9811 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
9812
9813 * net/tramp.el (top): Require tramp-imap.
9814
9815 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9816 Use `tramp-compat-handle-file-attributes'.
9817
98182009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9819
9820 * net/tramp-imap.el: New package.
9821
66635e2f 98222009-09-28 Eric Ludlam <zappo@gnu.org>
6dd12ef2
CY
9823
9824 * emacs-lisp/chart.el:
9825 * emacs-lisp/eieio-base.el:
9826 * emacs-lisp/eieio-comp.el:
9827 * emacs-lisp/eieio-custom.el:
e608e7be 9828 * emacs-lisp/eieio-datadebug.el:
6dd12ef2
CY
9829 * emacs-lisp/eieio-opt.el:
9830 * emacs-lisp/eieio-speedbar.el:
9831 * emacs-lisp/eieio.el: New files.
9832
666fd2cc
CY
9833 * cedet/cedet-cscope.el:
9834 * cedet/cedet-files.el:
9835 * cedet/cedet-global.el:
9836 * cedet/cedet-idutils.el:
9837 * cedet/data-debug.el:
9838 * cedet/inversion.el:
7b232be9 9839 * cedet/mode-local.el:
666fd2cc
CY
9840 * cedet/pulse.el: New files.
9841
748e3d67
VJL
98422009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9843
9844 * whitespace.el (whitespace-trailing-regexp)
9845 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
9846 Fix doc string.
9847
15120dec
CY
98482009-09-27 Chong Yidong <cyd@stupidchicken.com>
9849
9850 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
9851 menu.
9852
9853 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
9854 menu-bar-ediff-menu.
9855
9856 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
9857 define-overloadable-function.
9858
9859 * progmodes/autoconf.el: Provide autoconf as well, so that this
9860 file can be `require'd.
9861
9862 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
9863
9864 * emacs-lisp/autoload.el (generated-autoload-feature)
9865 (generated-autoload-load-name): New vars.
9866 (autoload-rubric, autoload-generate-file-autoloads): Use them.
9867 (make-autoload): Recognize define-overloadable-function and
9868 defclass forms (for EIEIO).
9869
9870 * Makefile.in (update-subdirs): Exclude cedet directory.
9871
135abf91
AR
98722009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9873
1becddbb 9874 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
9875
9876 * faces.el: Default light-background background for region face to
9877 ns_selection_color under NS.
9878
3d994264
TZ
98792009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
9880
9881 * net/imap-hash.el: New library, see NEWS.
9882
9883 * Makefile.in (ELCFILES): Add imap-hash.el.
9884
ce9a0ccb
SM
98852009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
9886
9887 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
9888 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
9889 * help-macro.el (make-help-screen): Avoid using an ambiguous function
9890 definition where the docstring could be taken for the return value.
9891
a92cdd49
GM
98922009-09-26 Glenn Morris <rgm@gnu.org>
9893
9894 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
9895 Add option to only show images below a certain size.
9896 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
9897 save-excursion calls.
9898
416ac2f1
EZ
98992009-09-26 Eli Zaretskii <eliz@gnu.org>
9900
9901 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
9902 subdirectories) and eieio.
9903
d9a13f68
AM
99042009-09-26 Alan Mackenzie <acm@muc.de>
9905
9c3c9fdf 9906 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 9907 buggy bracketing. (Bug#4289)
d9a13f68
AM
9908
9909 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 9910 character constants (as case labels). (Bug#4289)
d9a13f68 9911
182b3bec
CY
99122009-09-25 Juri Linkov <juri@jurta.org>
9913
9914 * files.el (safe-local-eval-forms): Allow time-stamp in
9915 before-save-hook (Bug#4554).
9916
8f75f2da
JB
99172009-09-25 Drew Adams <drew.adams@oracle.com>
9918
9919 * menu-bar.el (list-buffers-directory): Doc fix.
9920
8390fb80
SM
99212009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
9922
9923 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
9924 Try and avoid copying twice the same paragraph.
9925 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
9926 Remove save-excursion.
9927 (log-edit-changelog-entry): Do it here instead.
9928
11ee8d90
JB
99292009-09-25 Juanma Barranquero <lekktu@gmail.com>
9930
027b1942
JB
9931 * bs.el (bs--get-file-name): Use `list-buffers-directory'
9932 when available, instead of hardcoding mode names. Doc fix.
9933
11ee8d90
JB
9934 * menu-bar.el (list-buffers-directory): Add docstring.
9935 Make automatically buffer-local.
9936
9937 * dired.el (dired-mode):
9938 * files.el (cd-absolute):
9939 * pcvs.el (cvs-temp-buffer):
9940 * pcvs-util.el (cvs-get-buffer-create):
9941 * shell.el (shell-mode):
9942 * vc-dir.el (vc-dir-mode):
9943 Don't make `list-buffers-directory' buffer local.
9944
21289c5d
CY
99452009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
9946
8390fb80
SM
9947 * comint.el (comint-exec, comint-run, make-comint):
9948 Doc fixes (Bug#4542).
21289c5d 9949
e8652dd9
GM
99502009-09-25 Glenn Morris <rgm@gnu.org>
9951
9952 * mail/rmailmm.el (rmail-mime): New custom group.
9953 Move all defcustoms in this file into this group.
9954 (rmail-mime-media-type-handlers-alist): Revert previous change.
9955 (rmail-mime-show-images): New option.
9956 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
9957 references to it, since it wasn't actually used for anything.
9958 (rmail-mime-insert-image): New function.
9959 (rmail-mime-image): Use rmail-mime-insert-image.
9960 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
9961 obey the value of `rmail-mime-show-images' option. Print the size of
9962 attachments.
e8652dd9 9963
fb652bb5
JB
99642009-09-25 David Engster <deng@randomsample.de>
9965
9966 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
9967
32a9841c
VJL
99682009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9969
9970 * whitespace.el: Does not highlight trailing spaces While point is
9971 at end of line. Does not highligt spaces at beginning of buffer
9972 while point is at beginning of buffer. Does not highlight spaces
9973 at end of buffer while point is at end of buffer. (Bug#4177)
9974 New version 12.0.
9975 (whitespace-display-mappings): Adjust initialization.
9976 (whitespace-point, whitespace-font-lock-refontify): New vars.
9977 (whitespace-color-on, whitespace-color-off): Adjust code.
9978 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9979 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
9980 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
9981
e477ca84
CY
99822009-09-24 Chong Yidong <cyd@stupidchicken.com>
9983
9984 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
9985
9986 * textmodes/sgml-mode.el: Remove xml-mode alias.
9987
9988 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 9989 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 9990
68712602
AM
99912009-09-24 Alan Mackenzie <acm@muc.de>
9992
9993 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
9994 c-forward-conditionals, but it doesn't move point and doesn't set
9995 the mark.
9996 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
9997 (c-down-conditional-with-else, c-backward-conditional)
9998 (c-forward-conditional): Refactor to use c-scan-conditionals.
9999
1659ada0
JB
100002009-09-24 Juanma Barranquero <lekktu@gmail.com>
10001
10002 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
10003 (help-default-arg-highlight): Remove.
10004 (help-highlight-arg): New function.
10005 (help-do-arg-highlight): Use it.
10006 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
10007
b3f01e46
SM
100082009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10009
10010 * term.el (term-set-scroll-region, term-handle-ansi-escape):
10011 Undo last change, which didn't fix the problem and introduced others.
10012
107ef54a
NR
100132009-09-24 Nick Roberts <nickrob@snap.net.nz>
10014
10015 * progmodes/gdb-mi.el: Don't require speedbar.
10016 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
10017
ffa1fed6
GM
100182009-09-24 Glenn Morris <rgm@gnu.org>
10019
2157a2be
GM
10020 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
10021
6125167c
GM
10022 * term/ns-win.el (ns-reg-to-script): Define for compiler.
10023
ffa1fed6
GM
10024 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
10025 there is no newline after the final mime boundary. (Bug#4539)
10026 Move markers on insertion so that any buttons inserted don't end up in
10027 the next part of a multipart message.
2e9075d3
GM
10028 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
10029 (rmail-mime-bulk-handler): Optionally handle images.
10030 (rmail-mime-image): New button action.
10031 (rmail-mime-image-handler): New function.
10032 (rmail-mime-mode): New mode.
10033 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 10034
4a814992
SM
100352009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10036
075518b5
SM
10037 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
10038 than just dropping elements from it (bug#4504).
10039
8ad2defc
SM
10040 * term.el (term-set-scroll-region): Don't move cursor any more.
10041 (term-handle-ansi-escape): Call term-goto here instead.
10042 Suggested by Ivan Kanis <apple@kanis.eu>.
10043
4a814992
SM
10044 * term.el: Require CL.
10045 (term-ansi-reset): New function.
10046 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
10047 (term-handle-colors-array): Simplify.
10048
5a0c3f56
JB
100492009-09-24 Juanma Barranquero <lekktu@gmail.com>
10050
10051 * allout.el (allout-overlay-interior-modification-handler)
10052 (allout-obtain-passphrase):
10053 * epa-file.el (epa-file-write-region):
10054 * ps-print.el (ps-begin-job):
10055 * vc-hooks.el (vc-toggle-read-only):
10056 * vc-rcs.el (vc-rcs-rollback):
10057 * vc-sccs.el (vc-sccs-rollback):
10058 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
10059 (vc-version-diff, vc-revert, vc-rollback):
10060 * wdired.el (wdired-check-kill-buffer):
10061 * emacs-lisp/authors.el (authors):
10062 * net/socks.el (socks-open-connection):
10063 * net/zeroconf.el (zeroconf-service-add-hook):
10064 * obsolete/vc-mcvs.el (vc-mcvs-register):
10065 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
10066 (gdb-select-frame):
10067 * progmodes/grep.el (lgrep, rgrep):
10068 * progmodes/idlw-help.el (idlwave-help-check-locations)
10069 (idlwave-help-html-link, idlwave-help-assistant-open-link):
10070 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10071 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
10072 (reftex-toc-rename-label): Fix typos in error messages.
10073
10074 * dired-aux.el (dired-do-shell-command): Reflow docstring.
10075 (dired-copy-how-to-fn): Doc fix.
10076 (dired-files-attributes, dired-read-shell-command):
10077 Fix typos in docstrings.
10078
10079 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
10080 (dired-x-find-file-other-window): Reflow docstrings.
10081 (dired-omit-marker-char, dired-read-shell-command)
10082 (dired-x-submit-report): Fix typos in docstrings.
10083
10084 * shell.el (shell-mode-hook):
10085 * view.el (View-scroll-line-forward):
10086 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
10087 Fix typos in docstrings.
10088
10089 * net/dig.el (dig-invoke): Fix typo in docstring.
10090 (query-dig): Reflow docstring.
10091
10092 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
10093 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
10094 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
10095 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
10096 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
10097 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
10098 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
10099 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
10100 (idlwave-completion-map, idlwave-current-indent)
10101 (idlwave-custom-ampersand-surround, idlwave-customize)
10102 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
10103 (idlwave-define-abbrev, idlwave-determine-class-special)
10104 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
10105 (idlwave-end-block-reg, idlwave-end-of-statement)
10106 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
10107 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
10108 (idlwave-explicit-class-listed, idlwave-file-header)
10109 (idlwave-fill-paragraph, idlwave-find-class-definition)
10110 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
10111 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
10112 (idlwave-in-quote, idlwave-indent-action-table)
10113 (idlwave-indent-expand-table, idlwave-indent-line)
10114 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
10115 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
10116 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
10117 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
10118 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
10119 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
10120 (idlwave-outlawed-buffers, idlwave-popup-select)
10121 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
10122 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
10123 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
10124 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
10125 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
10126 (idlwave-statement-type, idlwave-struct-skip)
10127 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
10128 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
10129 (idlwave-what-module-find-class): Fix typos in docstrings.
10130 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
10131 (idlwave-calculate-cont-indent, idlwave-expand-equal)
10132 (idlwave-find-module, idlwave-find-structure-definition)
10133 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
10134 (idlwave-list-load-path-shadows, idlwave-next-statement)
10135 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
10136 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
10137 (idlwave-template): Reflow docstrings.
10138
10139 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
10140 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
10141 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
10142 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
10143 (idlwave-shell-display-line, idlwave-shell-display-wframe)
10144 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
10145 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
10146 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
10147 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
10148 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
10149 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
10150 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
10151 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
10152 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
10153 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
10154 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
10155 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
10156 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
10157 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
10158 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
10159 Fix typos in docstrings.
10160 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
10161 (idlwave-shell-hide-output, idlwave-shell-mode)
10162 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
10163 Reflow docstrings.
10164
10165 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
10166
62136c5d
SM
101672009-09-24 Ivan Kanis <apple@kanis.eu>
10168
10169 * term.el (term-bold-attribute): New var.
10170 (term-handle-colors-array): Use it.
10171
9c1a45ed
NR
101722009-09-23 Nick Roberts <nickrob@snap.net.nz>
10173
10174 * progmodes/gdb-mi.el (gdb-version): New variable.
10175 (gdb-non-stop-handler): Set gdb-version.
10176 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
10177 Condition "--thread" option on gdb-version.
10178 (gdb-invalidate-threads): Remove unused argument.
10179
03304f31
SM
101802009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10181
10182 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
10183 to looking-back to avoid ridiculous slow down in large files (bug#4511).
10184
4f02f0c9
GM
101852009-09-23 Glenn Morris <rgm@gnu.org>
10186
10187 * mail/rmail.el (rmail-reply): Don't try to add a References header when
10188 replying to mail without References or Message-Id. (Bug#4525)
10189
a3b4b363
AR
101902009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
10191
10192 * term/ns-win.el (ns-reg-to-script): New variable.
10193
7bda18cc
DU
101942009-09-23 Daiki Ueno <ueno@unixuser.org>
10195
10196 * epg.el (epg-wait-for-status): Preserve existing 'error results.
10197
72169e55
SS
101982009-09-22 Sam Steingold <sds@gnu.org>
10199
10200 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
10201 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
10202 to 1 because hg returns status 1 when nothing is found.
0aa4f295 10203 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 10204
905b7d38
SM
102052009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10206
b0459dec
SM
10207 * textmodes/fill.el: Convert to utf-8 encoding.
10208 (fill-french-nobreak-p): Remove redundant » and « inherited from our
10209 pre-unicode days.
10210
905b7d38
SM
10211 * add-log.el (change-log-fill-forward-paragraph): New function.
10212 (change-log-mode): Use it so fill-region DTRT.
10213 Set fill-indent-according-to-mode here rather than in
10214 change-log-fill-paragraph.
10215 (change-log-fill-paragraph): Remove.
10216
baa7f3de
JB
102172009-09-22 Juanma Barranquero <lekktu@gmail.com>
10218
10219 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
10220 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
10221
a8d789f0
GM
102222009-09-22 Glenn Morris <rgm@gnu.org>
10223
daedbbc2
GM
10224 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
10225 the scroll-bar scroll the calendar window rather than the buffer.
10226
d8899a74
GM
10227 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
10228 commands that move point (as opposed to scrolling).
10229
a8d789f0
GM
10230 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
10231
10232 * emacs-lisp/elint.el (elint): New custom group.
10233 (elint-log-buffer): Make it a defcustom.
10234 (elint-scan-preloaded, elint-ignored-warnings)
10235 (elint-directory-skip-re): New options.
10236 (elint-builtin-variables): Doc fix.
10237 (elint-preloaded-env): New variable.
10238 (elint-unknown-builtin-args): Add an entry for encode-time.
10239 (elint-extra-errors): Make it a variable rather than a constant.
10240 (elint-preloaded-skip-re): New constant.
10241 (elint-directory): Skip files matching elint-directory-skip-re.
10242 (elint-features): New variable, local to linted buffers.
10243 (elint-update-env): Initialize elint-features. Possibly add
10244 elint-preloaded-env to the buffer's environment.
10245 (elint-get-top-forms): Bind elint-current-pos, for log messages.
10246 Skip quoted forms.
10247 (elint-init-form): New function, extracted from elint-init-env.
10248 Make non-list forms a warning rather than an error.
10249 Add the mode-map for define-derived-mode. Handle define-minor-mode,
10250 easy-menu-define, put that adds an error-condition, and provide.
10251 When requiring cl, also require cl-macs. Really require cl, to handle
10252 some cl macros. Store required libraries in the list elint-features,
10253 so as not to re-load them. Treat cc-require like require.
10254 (elint-init-env): Call elint-init-form to do the work.
10255 Handle eval-and-compile and such like.
10256 (elint-add-required-env): Do not clear messages.
10257 (elint-special-forms): Add handlers for function, defalias, if, when,
10258 unless, and, or.
10259 (elint-form): Add optional argument to ignore elint-special-forms,
10260 useful to prevent recursive calls from handlers. Doc fix.
10261 Respect elint-ignored-warnings.
10262 (elint-form): Respect elint-ignored-warnings.
10263 (elint-bound-variable, elint-bound-function): New variables.
10264 (elint-unbound-variable): Respect elint-bound-variable.
10265 (elint-get-args): Respect elint-bound-function.
10266 (elint-check-cond-form): Add some simple handling for (f)boundp and
10267 featurep tests.
10268 (elint-check-defalias-form): New handler.
10269 (elint-check-let-form): Make an empty let a warning rather than an
10270 error.
10271 (elint-check-setq-form): Make an empty setq a warning rather than an
10272 error. Respect elint-ignored-warnings.
10273 (elint-check-defvar-form): Accept null doc-strings.
10274 (elint-check-conditional-form): New handler. Does some simple-minded
10275 checking of featurep and (f)boundp tests.
10276 (elint-put-function-args): New function.
10277 (elint-initialize): Use elint-scan-doc-file rather than
10278 elint-find-builtin-variables. Use elint-put-function-args.
10279 Possibly scan preloaded-file-list.
10280 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
10281 extend to handle functions as well.
10282
245be23c
JB
102832009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
10284
10285 * linum.el (linum-delete-overlays, linum-update-window):
10286 Do not modify the right margin. (Bug#3971)
10287
91fdbd6f
CY
102882009-09-21 Chong Yidong <cyd@stupidchicken.com>
10289
10290 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
10291 nxml-mode instead of xml-mode.
10292
7589d38e
JB
102932009-09-21 Kevin Ryde <user42@zip.com.au>
10294
10295 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
10296
5ac42715
SM
102972009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10298
10299 * net/dig.el (dig-mode): Use define-derived-mode.
10300
09c01323
DN
103012009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
10302
4096c5f2
DN
10303 * vc-dispatcher.el (vc-do-command): Return the process object in
10304 the asynchronous case. Use when instead of if. Do not run
5480359e 10305 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 10306
0e172cc2
DN
10307 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
10308 properties to the stash strings.
10309 (vc-git-stash-list): Return a list of strings.
10310 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
10311 (vc-git-stash-show-at-point): New functions.
10312 (vc-git-stash-map): New keymap.
10313
03304f31
SM
10314 * register.el (ctl-x-r-map): Define the keys here instead of
10315 using autoload.
09c01323 10316
03304f31 103172009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
10318
10319 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
10320 list, to workaround performance problem (bug#4485).
10321
2f5fc4d7
NR
103222009-09-20 Nick Roberts <nickrob@snap.net.nz>
10323
10324 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
10325
b0f5fd2e
DU
103262009-09-20 Daiki Ueno <ueno@unixuser.org>
10327
10328 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
10329 Document that this option is not recommended to use.
10330
f3445fab
GM
103312009-09-19 Glenn Morris <rgm@gnu.org>
10332
547c6921
GM
10333 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
10334 variable `var'.
10335
f3445fab
GM
10336 * calc/calc-alg.el (var):
10337 * calc/calcalg2.el (var): Define for compiler.
10338
946c009b
CY
103392009-09-19 Chong Yidong <cyd@stupidchicken.com>
10340
e3f36d03
SM
10341 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
10342 Doc fix (Bug#3932).
e2045997 10343
24aedbca
CY
10344 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
10345
327dd27a
CY
10346 * time-stamp.el (time-stamp-month-dd-yyyy)
10347 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
10348 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
10349 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
10350 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
10351 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 10352
946c009b
CY
10353 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
10354 indent buffer only if called interactively (Bug#4452).
10355
3e70541a 103562009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 10357 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
10358
10359 This fixes bug#4197 (merged to bug#865, though not identical).
10360 * server.el (server-auth-dir): Add docstring note about FAT32.
10361 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
10362 but warn against using them.
10363
9b94c32e
NR
103642009-09-19 Nick Roberts <nickrob@snap.net.nz>
10365
10366 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
10367 older GDB where there is no has_more field.
10368
66590684
GM
103692009-09-19 Glenn Morris <rgm@gnu.org>
10370
10371 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10372
9a1337f9
CY
103732009-09-18 Chong Yidong <cyd@stupidchicken.com>
10374
10375 * files.el (auto-mode-alist): Change default for XML files to nXML
10376 mode (Bug#4169).
10377
d7554167
JB
103782009-09-18 Juanma Barranquero <lekktu@gmail.com>
10379
10380 * server.el (server-ensure-safe-dir): Pass 'integer
10381 to `file-attributes', as suggested.
10382
35a3f9a4
SM
103832009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
10384
10385 * dired-aux.el (dired-query-alist): Remove spurious backslash.
10386 (dired-query): Use read-key.
10387
044f9b05
AR
103882009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
10389
10390 * cus-start.el (ns-use-qd-smoothing): Remove.
10391
6188ea49
GM
103922009-09-18 Glenn Morris <rgm@gnu.org>
10393
08cf18e4
GM
10394 * allout.el (top-level): Remove unnecessary progn.
10395
07eae5c5
GM
10396 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
10397
6726c25e
GM
10398 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
10399 definition of abbrev table.
10400
3f527154 10401 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
10402 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
10403 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
10404 * net/newst-backend.el (newsticker--cache-read-feed):
10405 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
10406 condition-case handlers.
10407
ccb4c30c
NR
104082009-09-18 Nick Roberts <nickrob@snap.net.nz>
10409
10410 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
10411 (gdb-var-list): Add an element for has_more field.
10412 (gdb-non-stop-handler): Enable pretty printing for STL containers.
10413 (gdb-var-create-handler, gdb-var-list-children-handler-1)
10414 (gdb-var-update-handler-1): Parse output of dynamic variable
10415 objects (STL containers).
10416 (gdb-var-delete-1): Pass var1 as an explicit second argument.
10417 (gdb-get-field): Delete alias. Use bindat-get-field directly.
10418
10419 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
10420 gdb-var-list.
10421 (gud-speedbar-buttons): Make node expandable if expression "has more"
10422 children.
10423
8686ac71
JB
104242009-09-17 Juanma Barranquero <lekktu@gmail.com>
10425
10426 * startup.el (emacs-quick-startup): Remove variable and all uses.
10427 (command-line): Set `inhibit-x-resources' instead.
10428 (command-line-1): Use `inhibit-x-resources' instead.
10429
a69c67e8
CY
104302009-09-17 Chong Yidong <cyd@stupidchicken.com>
10431
10432 * subr.el: Fix last change to avoid using the `unless' macro,
10433 which breaks bootstrapping.
10434
354f0faf
SM
104352009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10436
10437 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
10438 extended definitions, in case we reload subr.el after having
10439 loaded CL.
10440 (eval-next-after-load): Mark as obsolete.
10441
98b9bf40
JL
104422009-09-17 Juri Linkov <juri@jurta.org>
10443
10444 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
10445 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
10446 (menu-bar-showhide-menu, menu-bar-tools-menu)
10447 (menu-bar-describe-menu, menu-bar-help-menu)
10448 (minibuffer-local-completion-map, minibuffer-local-map):
10449 Fix list quoting.
10450
28fab7b5
GM
104512009-09-17 Glenn Morris <rgm@gnu.org>
10452
88d5190c
GM
10453 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
10454 arguments, whether or not it has a handler.
10455
74f24ba7
GM
10456 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
10457
28fab7b5
GM
10458 * simple.el (hard-newline): Give it a doc-string.
10459
a8106aec
GM
10460 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10461 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 10462
76251ad7
DN
104632009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
10464
72033dbe
DN
10465 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
10466 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
10467 (menu-bar-options-menu, menu-bar-showhide-menu)
10468 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
10469 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
10470 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
10471 (menu-bar-options-menu, menu-bar-tools-menu)
10472 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
10473 (menu-bar-help-menu):
10474 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
10475 string arguments.
10476
76251ad7
DN
10477 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
10478 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
10479 calls for the menu names and :help.
10480
97b952b7
SM
104812009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10482
10483 * mouse.el (minor-mode-menu-from-indicator): Pay attention
10484 to :minor-mode-function (bug#4455).
10485
8f38189e
SM
104862009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10487
d2fd733e
SM
10488 * startup.el (command-line): Initialize the window-system after
10489 processing the command-line.
10490
8f38189e
SM
10491 * textmodes/page.el (what-page): Make sure we don't inf-loop if
10492 page-delimiter matches the empty string.
10493
77564fa4
GM
104942009-09-16 Glenn Morris <rgm@gnu.org>
10495
10496 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
10497 byte-compile-not-obsolete-var. It's a list now.
10498 (byte-compile-not-obsolete-funcs): New variable.
10499 (byte-compile-warn-obsolete): Don't warn about functions if they are in
10500 byte-compile-not-obsolete-funcs.
10501 (byte-compile-variable-ref, byte-compile-defvar): Update for
10502 byte-compile-not-obsolete-vars name-change and list nature.
10503 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
10504 and variables behind (f)boundp tests.
10505 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
10506
79d316d3
DN
105072009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
10508
10509 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
10510
8fed6934
SM
105112009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10512
10513 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
10514 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
10515 Don't autoload.
10516
4078fd57
SE
105172009-09-15 Stephen Eglen <stephen@gnu.org>
10518
10519 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 10520 the virtual-buffers, use the name of the buffer specified by
4078fd57 10521 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 10522 problem if the target and the symlink had different names.)
4078fd57 10523
838ff458
SM
105242009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10525
b3c7c12d
SM
10526 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
10527
13dc2bc2
SM
10528 * desktop.el (desktop-path): Check user-emacs-directory.
10529
49fec531
SM
10530 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
10531
0e328d37
SM
10532 * loadup.el: Use after-load-functions to GC after loading each file.
10533 Remove the explicit GC calls that used to be sprinkled around.
10534
838ff458
SM
10535 * subr.el (after-load-functions): New hook.
10536 (do-after-load-evaluation): Run it. Use string-match-p to detect
10537 `obsolete' packages, rather than painfully extracting the relevant
10538 directory name.
10539
a62f564f
GM
105402009-09-15 Glenn Morris <rgm@gnu.org>
10541
10542 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
10543 free variable `doc'.
10544
10545 * dired.el (dired-mode-map): Add menu entry for async shell command.
10546
10547 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
10548 variables, also consider the .elc files, since the .el files are
10549 normally gzipped (subsequent code locates the .el.gz from the .elc).
10550
10551 * calc/calc-prog.el (arglist): Define for compiler.
10552
10553 * calendar/diary-lib.el (diary-display-function): Change the default to
10554 fancy display.
10555 (body): Define for compiler.
10556
10557 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
10558 (byte-compile-file-form, byte-compile-lambda)
10559 (byte-compile-top-level-body, byte-compile-form)
10560 (byte-compile-variable-ref, byte-compile-setq)
10561 (byte-compile-setq-default, byte-compile-body)
10562 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
10563 (batch-byte-compile): Give some more local variables with common names
10564 a "bytecomp-" prefix to avoid masking warnings about free variables.
10565
cd05fe7f
GM
10566 * startup.el (command-line-1): Give local variables with common names a
10567 distinguishing prefix, so as not to hide free variable warnings during
10568 bootstrap.
10569
a62f564f
GM
10570 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
10571 clever and add a suffix to make a unique name, just let the user decide
10572 whether or not to overwrite it. If the input is a directory, write the
10573 default filename to that directory. (Bug#4388)
10574 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
10575 is a filename-as-a-directory.
10576
fbc88440
SM
105772009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10578
10579 * textmodes/page.el (what-page): Don't move to beginning of line.
10580 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
10581
60308853
DN
105822009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
10583
10584 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
10585
32ba3abc
DN
105862009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
10587
9cd39aff
DN
10588 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
10589 * help.el (help-for-help-internal): Add purecopy calls for text.
10590
32ba3abc
DN
10591 * vc.el (top): print-log method now takes an optional SHORTLOG
10592 argument. Add a new method: root.
32ba3abc
DN
10593 (vc-root-diff, vc-print-root-log): New functions.
10594 (vc-log-short-style): New variable.
10595 (vc-print-log-internal): Add support for showing short logs.
10596
10597 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
10598 vc-print-root-log and vc-print-root-diff.
10599
10600 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
10601 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
10602 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
10603 short logs.
10604
10605 * vc-cvs.el (vc-cvs-print-log):
10606 * vc-mtn.el (vc-mtn-print-log):
10607 * vc-rcs.el (vc-rcs-print-log):
10608 * vc-sccs.el (vc-sccs-print-log):
10609 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
10610 that is ignored for now.
10611
837b0e99
DN
10612 * vc-mtn.el (vc-mtn-annotate-command):
10613 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
10614
31cd2dd4
SM
106152009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10616
10617 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
10618 to function-key-map, and give them ascii-character property.
10619 * term/x-win.el (x-alternatives-map):
10620 * term/ns-win.el (ns-alternatives-map):
10621 * term/internal.el (msdos-key-remapping-map):
10622 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
10623
d62e5bf2
GM
106242009-09-14 Glenn Morris <rgm@gnu.org>
10625
10626 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
10627 temp-buffers (2009-09-12).
10628
7d0105e5
SM
106292009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10630
10631 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
10632 the new read-key function.
10633
e17ed9ad
CY
106342009-09-13 Chong Yidong <cyd@stupidchicken.com>
10635
10636 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
10637 is defined (Bug#4405).
10638
1fc26e29
CY
106392009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
10640
10641 * recentf.el (recentf-cleanup): Use a hash table to find
10642 duplicates (Bug#4407).
10643
61dc96a2 106442009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
10645
10646 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
10647 kp-0 to ascii equivalents (Bug#4325).
10648
42c3a9e3
CY
106492009-09-13 Chong Yidong <cyd@stupidchicken.com>
10650
1f5c1626
CY
10651 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
10652
42c3a9e3 10653 * eshell/em-hist.el:
31cd2dd4
SM
10654 * eshell/em-dirs.el (eshell-complete-user-reference):
10655 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
10656
106572009-09-13 Leo <sdl.web@gmail.com> (tiny change)
10658
10659 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
10660 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
10661 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
10662 * eshell/em-hist.el (eshell-history-file-name):
10663 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 10664
1e2b6acf
GM
106652009-09-13 Glenn Morris <rgm@gnu.org>
10666
10667 * ediff-merg.el (ediff-do-merge):
10668 * filesets.el (filesets-run-cmd):
10669 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
10670 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
10671 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
10672 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
10673 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
10674 Replace empty `let's with `progn'.
10675
adba8116
SM
106762009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10677
10678 * mail/sendmail.el (send-mail-function):
10679 * tooltip.el (tooltip-mode):
10680 * simple.el (transient-mark-mode):
10681 * rfn-eshadow.el (file-name-shadow-mode):
10682 * frame.el (blink-cursor-mode):
10683 * font-core.el (global-font-lock-mode):
10684 * files.el (temporary-file-directory)
10685 (small-temporary-file-directory, auto-save-file-name-transforms):
10686 * epa-hook.el (auto-encryption-mode):
10687 * composite.el (global-auto-composition-mode):
10688 Use custom-initialize-delay.
10689 * startup.el (command-line): Don't explicitly call
10690 custom-reevaluate-setting for all the above vars.
10691 * custom.el (custom-initialize-safe-set)
10692 (custom-initialize-safe-default): Delete.
10693
0a4afea9
SM
106942009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10695
9f94990d
SM
10696 * term/x-win.el (x-initialize-window-system):
10697 * term/w32-win.el (w32-initialize-window-system):
10698 * term/ns-win.el (ns-initialize-window-system): Don't call
10699 mouse-wheel-mode since it's enabled globally by default already.
10700
0a4afea9
SM
10701 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
10702 actually define the variable, but only silences the byte-compiler.
10703 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
10704 before looking it up.
10705 (mouse-wheel-scroll-amount): Also reset the bindings if this value
10706 is changed.
10707
bf01513f
GM
107082009-09-12 Glenn Morris <rgm@gnu.org>
10709
10710 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
10711 1000.
10712 (elint-add-required-env): Don't beep on error.
10713 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
10714 (elint-init-env): Skip non-list forms.
10715 (elint-log): Handle unknown file positions.
bf01513f 10716
d85889e4
DU
107172009-09-12 Daiki Ueno <ueno@unixuser.org>
10718
10719 * epg.el (epg-make-context): Add autoload cookie.
10720 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
10721 (epg-decrypt-string, epg-start-verify, epg-verify-file)
10722 (epg-verify-string, epg-start-sign, epg-sign-file)
10723 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
10724 (epg-encrypt-string, epg-start-export-keys)
10725 (epg-export-keys-to-file, epg-export-keys-to-string)
10726 (epg-start-import-keys, epg-import-keys-from-file)
10727 (epg-import-keys-from-string, epg-start-receive-keys)
10728 (epg-receive-keys, epg-import-keys-from-server)
10729 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
10730 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
10731 (epg-generate-key-from-file, epg-generate-key-from-string):
10732 Remove autoload cookie.
d85889e4 10733
8f825ee6
EZ
107342009-09-12 Eli Zaretskii <eliz@gnu.org>
10735
36b434ee
EZ
10736 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
10737 reevaluation of trash-directory.
10738
8f825ee6
EZ
10739 * mwheel.el: Fix last change.
10740 (mouse-wheel-mode): New defvar.
10741 (mouse-wheel-mode): Remove autoload cookie.
10742
5766c380
SM
107432009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10744
ab5c0fcd
SM
10745 * mwheel.el (mwheel-installed-bindings): New var.
10746 (mouse-wheel-mode): Use it, so as to make sure we really remove all
10747 the bindings we set last time. Use custom-initialize-delay.
10748 * loadup.el: Load mwheel after term/*-win.el.
10749 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
10750 and mouse-wheel-up-event now that their first evaluation is done
10751 sufficiently late to be correct.
10752
45448e64
SM
10753 * startup.el (tutorial-directory): Make it a defcustom.
10754 Use custom-initialize-delay rather than eval-at-startup to set it.
10755 * image.el (image-load-path): Make it a defcustom.
10756 Use custom-initialize-delay rather than eval-at-startup to set it.
10757 * subr.el (eval-at-startup): Remove.
10758 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
10759
5766c380
SM
10760 * subr.el (do-after-load-evaluation): Warn the user after loading an
10761 obsolete package.
10762
d6549da4
GM
107632009-09-12 Glenn Morris <rgm@gnu.org>
10764
10765 * proced.el (proced-mark-alt): Remove alias.
10766 (proced-mode-map): Remove proced-mark-alt.
10767
10768 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
10769 Elint file and directory. Remove initialization entry.
10770
10771 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
10772 commands.
10773 (elint-current-buffer): Set mode-line-process.
10774 (elint-init-env): Handle define-derived-mode.
10775 Fix declare-function with unspecified arglist. Guard against odd
10776 defalias statements (eg iso-insert's 8859-1-map).
10777 (elint-add-required-env): Use a temp buffer.
10778 (elint-form): Just print the function/macro name, not the whole form.
10779 Return env unchanged if we fail to parse a macro.
10780 (elint-forms): Guard against parse errors.
10781 (elint-output): New function, to handle batch mode.
10782 (elint-log-message): Add optional argument. Use elint-output.
10783 (elint-set-mode-line): New function.
10784
30194d4d
CY
107852009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
10786
10787 * emacs-lisp/elp.el (elp-not-profilable): Add more
10788 functions (Bug#4233).
10789
a035f9b0
CY
107902009-09-12 Chong Yidong <cyd@stupidchicken.com>
10791
10792 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
10793 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
10794
dad61164
NR
107952009-09-11 Nick Roberts <nickrob@snap.net.nz>
10796
10797 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
10798 (gdb-var-list-children): Use json parsing.
10799
9c3c9fdf 108002009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
10801
10802 * progmodes/js.el (js--proper-indentation): Handle the case where
10803 char-before is null. Reported by Deniz Dogan.
10804
b4587710
JB
108052009-09-11 Juanma Barranquero <lekktu@gmail.com>
10806
10807 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
10808
13890796
DU
108092009-09-11 Daiki Ueno <ueno@unixuser.org>
10810
10811 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
10812 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 10813 (epg-context-set-passphrase-callback)
97d4bdba 10814 (epg-context-set-progress-callback): Add description about
b18508dd 10815 callback function.
13890796 10816
2efb64a8
SM
108172009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10818
790d0270
SM
10819 * custom.el (custom-delayed-init-variables): New var.
10820 (custom-initialize-delay): New function.
10821 * startup.el (command-line): "Re"evaluate all vars in
10822 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
10823 explicitly any more.
10824 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
10825 to avoid creating a ~/.emacs.d at build-time (bug#4347).
10826
10827 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 10828
ac243a40
NR
108292009-09-11 Nick Roberts <nickrob@snap.net.nz>
10830
10831 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
10832 (gdb-var-update-handler): Use json parsing.
10833
657bc6fc
JB
108342009-09-11 Juanma Barranquero <lekktu@gmail.com>
10835
10836 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
10837 decode annotated text, regardless of language environment. (Bug#2741)
10838
b6fe8102
SM
108392009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10840
10841 * Makefile.in (autoloads): Make rmail.el writable as well.
10842
5cc443fe
GM
108432009-09-11 Glenn Morris <rgm@gnu.org>
10844
5515c54e
GM
10845 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
10846 loaddefs.el.
10847 * dired.el: Regenerate with extracted autoloads.
10848 * Makefile.in (autoloads): Make dired.el writable.
10849
15067158
GM
10850 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
10851 * ibuffer.el: Regenerate with extracted autoloads.
10852 * Makefile.in (autoloads): Make ibuffer.el writable.
10853
d35d0238
GM
10854 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
10855 * version.el (emacs-copyright, emacs-major-version)
10856 (emacs-minor-version): Reformat doc-strings for make-docfile.
10857
5cc443fe
GM
10858 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
10859 functions and variables, since they must be stuff specific to some other
10860 platform.
10861 (apropos-print): Make mouse-click message less specific about button.
10862
10863 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
10864 that records where a macro was defined.
10865 * help-fns.el (describe-function-1): Mention if a function has a
10866 compiler-macro.
10867 * help-mode.el (help-function-cmacro): New button.
10868
10869 * locate.el (top-level): Always require dired.
10870 (locate-mode-map): Initialize inside the defvar.
10871
10872 * net/ange-ftp.el (dired-compress-file): Declare.
10873 (ange-ftp-dired-compress-file): Add doc string.
10874
10875 * term/ns-win.el (x-display-name, x-setup-function-keys):
10876 Unify doc-strings with X versions.
10877
8cb95edf
SM
108782009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10879
726a4d09
SM
10880 * emulation/crisp.el (crisp-mode-map): Move initialization
10881 into declaration.
10882 (crisp-mode): Use define-minor-mode.
10883
8cb95edf
SM
10884 * progmodes/xscheme.el (xscheme-evaluation-commands):
10885 Put a :advertised-binding property rather than using
10886 advertised-xscheme-send-previous-expression.
10887 (advertised-xscheme-send-previous-expression): Declare obsolete.
10888 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
10889 `advertised-undo'.
10890 (crisp-mode): Add corresponding bindings to
10891 undo's :advertised-binding instead.
10892 * dired.el (dired-mode-map): Put a :advertised-binding property rather
10893 than using dired-advertised-find-file.
10894 (dired-advertised-find-file):
10895 * simple.el (advertised-undo):
10896 * wid-edit.el (advertised-widget-backward): Declare obsolete.
10897 (widget-keymap): Put a :advertised-binding property rather
10898 than using advertised-widget-backward.
10899 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
10900 than using advertised-undo.
10901 * tutorial.el (tutorial--default-keys): Adjust accordingly.
10902
07db5857
SS
109032009-09-10 Simon South <ssouth@slowcomputing.org>
10904
10905 * progmodes/delphi.el (delphi-tab): Indent region when Transient
10906 Mark mode is enabled and region is active; otherwise indent or
10907 insert TAB as usual.
10908 (delphi-mode): Update description of TAB-key binding.
10909
50d4ba39
SM
109102009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
10911
10912 * subr.el (define-key-rebound-commands): Mark obsolete.
10913 * startup.el (precompute-menubar-bindings): Remove.
10914 (normal-top-level): Remove obsolete code that tried to precompute
10915 menubar bindings.
10916 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
10917 define-key-rebound-commands and precompute-menubar-bindings.
10918
ffa894db
KY
109192009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10920
10921 * net/imap.el (imap-interactive-login): Better messages.
10922 (imap-open): Fix bug with renamed buffer on reconnect.
10923 (imap-authenticate): Add buffer-local imap-last-authenticator variable
10924 for easier debugging and cleaner code. On successful (guessed based on
10925 server capabilities) secondary authentication, set imap-state
10926 correctly.
10927 (imap-last-authenticator): Define imap-last-authenticator as a variable
10928 to avoid warnings.
10929
9477096c
GM
109302009-09-10 Glenn Morris <rgm@gnu.org>
10931
10932 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
10933
10934 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
10935 (byte-compile-file-form-autoload): Don't warn about unknown functions
10936 where the autoload statement comes after the use.
10937 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
10938 that any handlers inside the body (eg require) are in turn respected.
10939
10940 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
10941 effects.
10942
10943 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
10944 and syntax and abbrev tables basic docs, if they don't have any.
10945
10946 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
10947
10948 * international/mule-cmds.el (top-level): Require cl when compiling.
10949 (view-hello-file): Use default-value rather than
10950 default-enable-multibyte-characters.
10951
10952 * progmodes/fortran.el: Move all safe and risky properties into the
10953 defcustoms.
10954
10955 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
10956 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
10957 * mail/undigest.el:
10958 Put autoloads in rmail.el rather than loaddefs.el.
10959 * mail/rmail.el: Regenerate with extracted autoloads.
10960
10961 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
10962 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
10963
9f16c547
NR
109642009-09-10 Nick Roberts <nickrob@snap.net.nz>
10965
10966 Reported in thread for Bug#4375.
10967 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
10968 "-data-evaluate-expression" instead of print.
10969 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
10970 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
10971 (gdb): Revert 2009-08-11 change. User should detach inferior
10972 manually.
9f16c547
NR
10973
10974 Remove the word "separate" from IO functions as inferior
10975 output is now never displayed in the GUD buffer.
10976
50405cd0
JB
109772009-09-10 Juanma Barranquero <lekktu@gmail.com>
10978
10979 * startup.el (command-line-normalize-file-name): On Windows and
10980 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
10981
7ae62430
JL
109822009-09-10 Juri Linkov <juri@jurta.org>
10983
10984 * isearch.el (isearch-text-char-description): Propertize escape
10985 character sequences with the `escape-glyph' face. (Bug#4344)
10986
10987 * simple.el (shell-command): Set asynchronous process filter to
10988 `comint-output-filter'. (Bug#4343)
10989
10990 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
10991 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
10992 the list. Move "asm" to the bottom.
10993 (grep-find-ignored-directories): Add `choice' with nil value
10994 to empty the list easily.
10995 (grep-find-ignored-files): New option.
10996 (grep-files-history): Set to nil by default instead of '("ch" "el").
10997 (grep-compute-defaults): Add "<X>" to `grep-template'.
10998 (grep-read-files): Bind new local variables `default-alias' and
10999 `default-extension'. Use a list of default values for the file prompt.
11000 (lgrep): Add `--exclude=' command line options composed from
11001 `grep-find-ignored-files'.
11002 (rgrep): Add `-name' command line options composed from
11003 `grep-find-ignored-files'. (Bug#4301)
11004
cd875252
SM
110052009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11006
11007 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
11008 (bug#4368).
11009
cdce0b33
KY
110102009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11011
11012 * calendar/time-date.el (autoload):
11013 Expand define-obsolete-function-alias into defalias and make-obsolete
11014 for old Emacsen that Gnus supports.
11015 (with-no-warnings): Define it for old Emacsen.
11016 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11017 is available.
11018 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11019 float-time is available; suppress compile warning for time-to-seconds.
11020
110212009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
11022
11023 * net/imap.el (imap-message-map): Docstring fix.
11024
2b2eb431
GM
110252009-09-09 Glenn Morris <rgm@gnu.org>
11026
11027 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
11028 line numbers too. (Bug#4374)
11029
83a5aac5
SM
110302009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11031
755e0210
SM
11032 * smerge-mode.el (smerge-remove-props, smerge-refine):
11033 Use with-silent-modifications (bug#4342).
11034
83a5aac5
SM
11035 * subr.el (with-silent-modifications): New macro.
11036
79f01fa7
JB
110372009-09-07 Juanma Barranquero <lekktu@gmail.com>
11038
11039 * files.el (top-level): Require `cl' when compiling.
11040
448ecec3
GM
110412009-09-07 Glenn Morris <rgm@gnu.org>
11042
11043 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
11044
8f09a02f
GM
11045 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
11046 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
11047
76ff67bf
NR
110482009-09-06 Nick Roberts <nickrob@snap.net.nz>
11049
11050 * vc-git.el (vc-git-annotate-command): Use separator to parse
11051 arguments correctly.
11052
943c8b75
EZ
110532009-09-06 Eli Zaretskii <eliz@gnu.org>
11054
11055 * proced.el (proced-mode): Doc fix.
11056
680db9ac
MA
110572009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
11058
11059 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
11060 lstat fails.
11061 (tramp-do-file-attributes-with-ls): Check for file existence at
11062 remote end.
11063 (tramp-do-file-attributes-with-stat): Likewise.
11064 (tramp-convert-file-attributes): Return nil when attr is nil.
11065
3f12e5bd
GM
110662009-09-05 Glenn Morris <rgm@gnu.org>
11067
c8dc27bf
GM
11068 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
11069 properties to this button.
11070 (diary-fancy-display): Don't extend the button to the final newline.
11071 (diary-fancy-display-mode): Continue to define "q" as a local key.
11072
cca065d8
GM
11073 * calendar/cal-china.el (holiday-chinese): Make it slightly more
11074 efficient.
11075
cddaedb6
GM
11076 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
11077
3f12e5bd
GM
11078 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
11079 (byte-compile-dest-file-function): New option.
11080 (byte-compile-dest-file): Doc fix.
11081 Obey byte-compile-dest-file-function.
11082 (byte-compile-cl-file-p): New function.
11083 (byte-compile-eval): Only suppress noruntime warnings about cl functions
11084 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
11085 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
11086 than for file being previously loaded.
11087 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
11088 (byte-compile-file-form-require): Handle the case where requiring a file
11089 indirectly causes CL to be loaded.
11090
049a231b
KF
110912009-09-05 Karl Fogel <kfogel@red-bean.com>
11092
11093 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
11094 before killing the old buffer, since by the time `kill-buffer' is
11095 run so many buffer variables have been set to nil that it may not
11096 behave as expected. (Bug#4061)
11097
ef7ef2a0
KF
110982009-09-05 Karl Fogel <kfogel@red-bean.com>
11099
11100 * files.el (find-alternate-file): If the old buffer is modified
11101 and visiting a file, behave similarly to `kill-buffer' when
11102 killing it, thus reverting to the pre-1.878 behavior; see
11103 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
11104 for discussion. Also, consult `buffer-file-name' as a variable
11105 not as a function, for consistency with the rest of the code.
11106
73d854cd
MA
111072009-09-04 Michael Albinus <michael.albinus@gmx.de>
11108
11109 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
11110 also when adding a new directory.
11111
11112 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
11113 defun.
11114
df120481
SM
111152009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
11116
11117 * files.el (locate-file-completion-table): Make it provide boundary
11118 information, so partial-completion works better.
11119
c0bc6d79
SM
111202009-09-04 Leo <sdl.web@gmail.com> (tiny change)
11121
11122 * mail/footnote.el (Footnote-text-under-cursor):
11123 Check footnote-text-marker-alist before using it (bug#4324).
11124
f76a9756
GM
111252009-09-04 Glenn Morris <rgm@gnu.org>
11126
67d110f1
GM
11127 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
11128 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
11129 * play/solitaire.el, play/tetris.el:
11130 Remove leading * from defcustom and defface docs.
11131
b42d4989
GM
11132 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
11133 necessary.
11134 (diary-fancy-overriding-map): New variable.
11135 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
11136 Use view-mode.
11137
f76a9756
GM
11138 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
11139 goto-line.
11140
e605eeeb
GM
111412009-09-03 Glenn Morris <rgm@gnu.org>
11142
597e2240
GM
11143 * arc-mode.el (archive-mode):
11144 * dos-fns.el (set-default-process-coding-system):
11145 * man.el (Man-getpage-in-background):
11146 * menu-bar.el (menu-bar-describe-menu):
11147 * server.el (server-process-filter):
11148 * startup.el (command-line):
11149 * tar-mode.el (tar-header-block-tokenize, tar-extract):
11150 * w32-fns.el (set-default-process-coding-system):
11151 * x-dnd.el (x-dnd-handle-file-name):
11152 * international/mule-cmds.el (mule-menu-keymap)
11153 (set-default-coding-systems, language-info-alist, set-language-info)
11154 (set-language-environment, standard-display-european-internal)
11155 (set-locale-environment):
11156 * international/mule-diag.el (mule-diag):
11157 * mail/emacsbug.el (report-emacs-bug):
11158 * mail/rmail.el (rmail-mode):
11159 * mail/sendmail.el (mail-setup):
11160 Use default-value rather than default-enable-multibyte-characters.
11161
f38184aa
GM
11162 * progmodes/f90.el: Move all safe properties into the defcustoms.
11163 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
11164
e605eeeb
GM
11165 * calendar/appt.el (appt-check):
11166 * calendar/diary-lib.el (diary-set-header, diary-live-p)
11167 (diary-check-diary-file, diary-list-entries)
11168 (diary-include-other-diary-files, diary-simple-display)
11169 (diary-fancy-display, diary-print-entries)
11170 (diary-mark-included-diary-files, diary-make-entry):
11171 Don't call substitute-in-file-name on diary-file.
11172
734db384 111732009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 11174 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
11175
11176 * mail/footnote.el (footnote-prefix): Make it a defcustom.
11177 (footnote-mode-map): Move initialization into the declaration.
11178 (footnote-minor-mode-map): Define it rather than changing global-map.
11179 (footnote-mode): Use define-minor-mode.
11180
e5aa47f9
MA
111812009-09-02 Michael Albinus <michael.albinus@gmx.de>
11182
11183 * net/tramp.el (tramp-handle-file-attributes-with-ls)
11184 (tramp-do-file-attributes-with-perl)
11185 (tramp-do-file-attributes-with-stat): Rename from
11186 `tramp-handle-file-attributes-with-*'.
11187 (tramp-handle-file-attributes): Use them.
11188 (tramp-do-directory-files-and-attributes-with-perl)
11189 (tramp-do-directory-files-and-attributes-with-stat): Rename from
11190 `tramp-handle-directory-files-and-attributes-with-*'.
11191 (tramp-handle-directory-files-and-attributes): Use them.
11192 (tramp-method-out-of-band-p): Additional parameter SIZE.
11193 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
11194 (tramp-handle-write-region): Use it.
734db384 11195 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
11196 (tramp-handle-vc-registered): Check, whether the first run did
11197 return files to be tested.
11198 (tramp-advice-make-auto-save-file-name): Do not call directly
11199 `tramp-handle-make-auto-save-file-name', because this would bypass
11200 the locking mechanism.
11201
734db384 11202 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
11203 (file-remote-p, process-file, start-file-process, set-file-times)
11204 (tramp-compat-file-attributes): Compatibility functions shall not
11205 call directly `tramp-handle-*', because this would bypass the
11206 locking mechanism.
11207 (tramp-compat-number-sequence): New defun.
11208
6e2ca895
GM
112092009-09-02 Glenn Morris <rgm@gnu.org>
11210
697c7714
GM
11211 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
11212 alias for float-time.
11213 (time-to-number-of-days): In Emacs, use float-time.
11214 * net/newst-backend.el (time-add): Suppress warnings from compat
11215 function.
11216 * time.el (emacs-uptime, emacs-init-time):
11217 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
11218 Use float-time rather than time-to-seconds.
11219
6e2ca895
GM
11220 * minibuffer.el (completion-initials-expand): Fix typo.
11221
11222 * faces.el (modeline, modeline-inactive, modeline-highlight)
11223 (modeline-buffer-id):
11224 * info.el (info-menu-5): Mark these face aliases as obsolete.
11225
ed17efec
NR
112262009-09-01 Nick Roberts <nickrob@snap.net.nz>
11227
11228 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
11229 space ...
11230 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
11231 no "--thread" option.
11232 (gdb-stopped): Don't print "Switched to thread" message when it is
11233 unchanged.
11234
fcb68f70
SM
112352009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11236
11237 * minibuffer.el (completion-try-completion)
11238 (completion-all-completions): Remove ill-defined (and
11239 mistakenly installed and luckily never used nor documented)
11240 `completion-styles' property.
11241 (completion-initials-expand, completion-initials-all-completions)
11242 (completion-initials-try-completion): New functions.
11243 (completion-styles-alist): Add doc to each entry.
11244 Add new `initials' entry.
11245
83318a6d
NR
112462009-09-01 Nick Roberts <nickrob@snap.net.nz>
11247
11248 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
11249 MI command -var-evaluate-expression.
11250 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
11251 and tweak for case of string child.
734db384 11252 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 11253
d63eb0e7
GM
112542009-09-01 Glenn Morris <rgm@gnu.org>
11255
c4f6e489
GM
11256 * add-log.el (change-log-date-face, change-log-name-face)
11257 (change-log-email-face, change-log-file-face, change-log-list-face)
11258 (change-log-conditionals-face, change-log-function-face)
11259 (change-log-acknowledgement-face):
11260 * cus-edit.el (custom-invalid-face, custom-rogue-face)
11261 (custom-modified-face, custom-set-face, custom-changed-face)
11262 (custom-saved-face, custom-button-face, custom-button-pressed-face)
11263 (custom-documentation-face, custom-state-face, custom-comment-face)
11264 (custom-comment-tag-face, custom-variable-tag-face)
11265 (custom-variable-button-face, custom-face-tag-face)
11266 (custom-group-tag-face-1, custom-group-tag-face):
11267 * diff-mode.el (diff-header-face, diff-file-header-face)
11268 (diff-index-face, diff-hunk-header-face, diff-removed-face)
11269 (diff-added-face, diff-changed-face, diff-function-face)
11270 (diff-context-face, diff-nonexistent-face):
11271 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
11272 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
11273 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11274 (Info-title-4-face):
11275 * isearch.el (isearch-lazy-highlight-face):
11276 * log-view.el (log-view-file-face, log-view-message-face):
11277 * paren.el (show-paren-match-face, show-paren-mismatch-face):
11278 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11279 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11280 (cvs-msg-face):
11281 * smerge-mode.el (smerge-mine-face, smerge-other-face)
11282 (smerge-base-face, smerge-markers-face):
11283 * wid-edit.el (widget-documentation-face, widget-button-face)
11284 (widget-field-face, widget-single-line-field-face)
11285 (widget-inactive-face, widget-button-pressed-face):
11286 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
11287 (woman-addition-face):
2fb1ec93
GM
11288 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
11289 (eshell-ls-executable-face, eshell-ls-readonly-face)
11290 (eshell-ls-unreadable-face, eshell-ls-special-face)
11291 (eshell-ls-missing-face, eshell-ls-archive-face)
11292 (eshell-ls-backup-face, eshell-ls-product-face)
11293 (eshell-ls-clutter-face):
11294 * eshell/em-prompt.el (eshell-prompt-face):
11295 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 11296 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
11297 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
11298 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
11299 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
11300 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
11301 (antlr-font-lock-literal-face):
c4f6e489
GM
11302 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11303 (ebrowse-root-class-face, ebrowse-file-name-face)
11304 (ebrowse-default-face, ebrowse-member-attribute-face)
11305 (ebrowse-member-class-face, ebrowse-progress-face):
11306 * progmodes/make-mode.el (makefile-space-face):
11307 * progmodes/sh-script.el (sh-heredoc-face):
11308 * textmodes/flyspell.el (flyspell-incorrect-face)
11309 (flyspell-duplicate-face):
11310 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 11311 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
11312 Mark face aliases with "-face" suffix as obsolete.
11313
d80619fa
GM
11314 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
11315 compiler.
11316
5f68c1b7
GM
11317 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
11318 (eudc-bob-sound-menu): Use defvar rather than defconst, since
11319 easy-menu-define wants to modify these.
11320
11321 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
11322
11323 * net/browse-url.el (browse-url-file-url):
11324 * term/internal.el (dos-codepage-setup):
11325 Use default-value rather than default-enable-multibyte-characters.
11326
d80619fa 11327 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
11328 * progmodes/flymake.el (flymake-highlight-line)
11329 (flymake-goto-file-and-line, flymake-goto-line):
11330 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
11331 (gdb-goto-breakpoint):
11332 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11333 * progmodes/python.el (python-find-function)
11334 (python-pdbtrack-track-stack-file):
11335 * progmodes/verilog-mode.el (verilog-surelint-off):
11336 * term/ns-win.el (ns-open-file-select-line):
11337 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
11338 Use forward-line rather than goto-line.
11339
d63eb0e7
GM
11340 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
11341 * textmodes/reftex-index.el (reftex-display-index):
11342 * textmodes/reftex-ref.el (reftex-offer-label-menu):
11343 * textmodes/reftex-toc.el (reftex-toc):
11344 Remove unnecessary bindings of default-major-mode (all are followed by
11345 major-mode check and possible mode switch).
11346
0afad278
NR
113472009-08-31 Nick Roberts <nickrob@snap.net.nz>
11348
11349 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
11350 Handle watchpoints (bug#4282).
11351 (def-gdb-thread-buffer-command): Enable thread to be selected by
11352 clicking without selecting threads buffer first.
11353 (gdb-current-context-command): Use selected frame so that "up",
11354 "down" etc work in the GUD buffer.
11355 (gdb-update): Find selected frame before rendering stack buffer.
11356 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
11357
4e135dd2
SM
113582009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11359
11360 * progmodes/sym-comp.el (displayed-completions): Remove.
11361 (symbol-complete): Use minibuffer-complete.
11362
e61eba34
GM
113632009-08-31 Glenn Morris <rgm@gnu.org>
11364
11365 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
11366
734db384
SM
11367 * apropos.el (apropos-symbols-internal):
11368 Handle (obsolete) face aliases.
e61eba34
GM
11369
11370 * faces.el (describe-face): Adjust the output format to be more like
11371 describe-variable, and to mention (obsolete) face aliases.
11372 Adjust the whitespace so that help-setup-xref works.
11373
11374 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
11375 * calendar/diary-lib.el (diary-button-face):
11376 Mark these face aliases as obsolete.
11377
11378 * calendar/calendar.el (calendar-today): Doc fix.
11379
4cf71456
NR
113802009-08-31 Nick Roberts <nickrob@snap.net.nz>
11381
11382 * progmodes/gdb-mi.el (gdb-control-all-threads)
11383 (gdb-control-current-thread): Force tool bar update.
11384 (gdb-non-stop-handler): New function.
11385 (gdb-init-1): Use it to test if non-stop mode is supported.
11386 Remove unused gdbmi buffer type.
11387
e61eba34 113882009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
11389
11390 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 11391 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 11392
4324f7ca
NR
113932009-08-30 Nick Roberts <nickrob@snap.net.nz>
11394
11395 * comint.el (comint-exec-1): Check command is non-null first.
11396 Part of gdb-mi.el change (2009-08-28).
11397
a1bf889a
SM
113982009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11399
11400 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
11401
060c08b5
JB
114022009-08-30 Juanma Barranquero <lekktu@gmail.com>
11403
11404 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
11405 instead of `dolist' to avoid a recursive require when bootstrapping.
11406
ab22be48
SM
114072009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11408
73ebf88f
SM
11409 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
11410
80629cfc
SM
11411 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
11412
206d0387 11413 * net/imap.el (imap-send-command): Simplify.
734db384 11414 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 11415
844f7784
SM
11416 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
11417
5ca4661e
SM
11418 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
11419 with constant argument.
11420
c61dc887
SM
11421 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
11422
7eb73deb
SM
11423 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
11424
5fe443de
SM
11425 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
11426 Change default, since most of our files don't have a history.
11427 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
11428 the user.
11429
6444d64a
SM
11430 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11431 Add comint-run.
11432
5cb16bfc
SM
11433 * calc/calc.el: Improve commenting convention.
11434 (calc-digit-map, toplevel): Simplify.
11435
0aeb71a7
SM
11436 * comint.el (comint-insert-input): Be careful to only set point if we
11437 don't delegate to some other command.
11438
9a9af856
SM
11439 * proced.el (proced-signal-list): Make it an alist.
11440 (proced-grammar-alist): Capitalize names.
11441 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
11442 Disable undo manually and make it read-only.
11443 Use completion-annotate-function.
11444
ab22be48
SM
11445 * minibuffer.el (minibuffer-message): If the current buffer is not
11446 a minibuffer, insert the message in the echo area rather than at the
11447 end of the buffer.
11448 (completion-annotate-function): New variable.
11449 (minibuffer-completion-help): Use it.
11450 (completion--embedded-envvar-table): Environment vars are
11451 always case-sensitive.
11452
4a948dbf
GM
114532009-08-30 Glenn Morris <rgm@gnu.org>
11454
11455 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
11456 from fortran-current-defun.
11457 (fortran-beginning-of-subprogram): Be more precise about finding the
11458 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
11459 (fortran-end-of-subprogram): Simplify.
11460 (fortran-current-defun): Use fortran-start-prog-re.
11461
486cf3b8
JB
114622009-08-29 Juanma Barranquero <lekktu@gmail.com>
11463
11464 * subr.el (do-after-load-evaluation): Simplify.
11465
db167d28
DN
114662009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
11467
11468 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
11469
11470 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
11471 (vc-rcs-print-log): Use it.
11472
11473 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
11474
efbc652a
SM
114752009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11476
2aa0e5bf
SM
11477 * paths.el (abbrev-file-name): Move to abbrev.el.
11478 * abbrev.el (abbrev-file-name): Move from paths.el.
11479 Obey user-emacs-directory.
11480 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
11481 user-emacs-directory.
11482 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
11483 abbrev-file-name and calc-settings-file any more.
11484 * startup.el (command-line): Recompute abbrev-file-name and
11485 abbreviated-home-dir.
11486 (normal-no-mouse-startup-screen): Improve the generic code and get rid
11487 of the special code for when C-h bindings haven't been changed.
11488 (display-startup-echo-area-message): Use with-current-buffer.
11489 (command-line-1): Use a list of strings, rather than a list of lists
11490 of strings for longopts.
11491
51da8fe2
SM
11492 * files.el (get-free-disk-space): Use / for default-directory.
11493
0c3cc4dd
SM
11494 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
11495 Use with-current-buffer.
11496
d988dbf6
SM
11497 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
11498 Recognize immutable variables like most-positive-fixnum.
11499 (byte-compile-setq-default): Check and warn if trying to assign
11500 to an immutable variable, or a non-variable.
11501
efbc652a
SM
11502 * progmodes/cc-vars.el (c-comment-continuation-stars):
11503 * progmodes/cc-engine.el (c-looking-at-bos):
11504 * progmodes/cc-cmds.el (c-toggle-auto-state)
11505 (c-forward-into-nomenclature, c-backward-into-nomenclature)
11506 (c-comment-line-break-function): Add version of obsolescence.
11507
d30a05d1
JL
115082009-08-28 Juri Linkov <juri@jurta.org>
11509
11510 * files.el (magic-fallback-mode-alist): Add ZIP magic number
11511 associated with `archive-mode'.
11512
11513 * image.el (image-type-header-regexps): Use only JPEG magic number
11514 to determine JPEG images, and don't use `image-jpeg-p' because
11515 Emacs can display non-JFIF non-Exif JPEG images.
11516
1e8eecea
JB
115172009-08-28 Juanma Barranquero <lekktu@gmail.com>
11518
11519 * arc-mode.el (archive-mode):
11520 * emacs-lisp/re-builder.el (re-builder-unload-function):
11521 Protect against the default value of `major-mode' being nil.
11522
dd4fbf56
JB
115232009-08-28 Juanma Barranquero <lekktu@gmail.com>
11524
11525 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
11526 Fix typos in docstrings.
11527
11528 * progmodes/js.el (js--macro-decl-re): Doc fix.
11529 (js--plain-method-re, js--split-name): Refloc docstring.
11530 (js--class-styles, js--make-merged-item, js--splice-into-items):
11531 Fix typos in docstrings; reflow docstrings.
11532 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
11533 (js--variable-decl-matcher, js--inside-pitem-p)
11534 (js--parse-state-at-point, js--get-all-known-symbols)
11535 (js--symbol-history, js-find-symbol, js--js-references)
11536 (js--moz-interactor, js--js-encode-value, js--read-tab):
11537 Fix typos in docstrings.
11538
72f16325
SM
115392009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11540
14acf2f5
SM
11541 * textmodes/reftex.el (reftex-get-file-buffer-force):
11542 * progmodes/verilog-mode.el (verilog-batch-execute-func):
11543 * emulation/viper.el (viper-go-away, viper-set-hooks):
11544 * emacs-lisp/re-builder.el (re-builder-unload-function):
11545 * emacs-lisp/bytecomp.el (byte-compile-file):
11546 * ses.el (ses-unload-function):
11547 * hexl.el (hexl-find-file):
11548 * files.el (normal-mode):
11549 * ehelp.el (with-electric-help):
11550 * autoinsert.el (auto-insert-alist):
11551 * arc-mode.el (archive-mode):
11552 Use (default-value 'major-mode) instead of default-major-mode.
11553
72f16325
SM
11554 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
11555 * international/mule.el (load-with-code-conversion):
11556 * emacs-lisp/debug.el (debug):
11557 * ediff-vers.el (ediff-rcs-get-output-buffer):
11558 * dired.el (dired-internal-noselect): Don't let-bind
11559 default-major-mode around code that doesn't use it.
11560 E.g. buffer creation via get-buffer-create doesn't use it.
11561
aa485f7c
MA
115622009-08-28 Michael Albinus <michael.albinus@gmx.de>
11563
11564 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
11565 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
11566 when writing the temp file. Otherwise, epa-file gets confused.
11567 (tramp-register-file-name-handlers): Make it a defun. Move also
11568 `epa-file-handler' to the front of `file-name-handler-alist'.
11569
115702009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11571
11572 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
11573 start right after a ^M.
11574 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
11575 (tramp-completion-file-name-regexp-separate)
11576 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
11577 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
11578 Don't modify last-coding-system-used by accident.
aa485f7c
MA
11579 (tramp-completion-file-name-handler): Apply the checks here,
11580 instead during registration.
48c2d18a 11581 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
11582 `tramp-register-file-name-handler'. Register both
11583 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 11584 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 11585
3f0c2b92
NR
115862009-08-28 Nick Roberts <nickrob@snap.net.nz>
11587
72f16325
SM
11588 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
11589 Remove variable ...
3f0c2b92
NR
11590 (gdb-init-1, gdb-display-separate-io-buffer)
11591 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
11592 references to it.
11593 (gdb-inferior-io-mode): Use make-comint-in-buffer.
11594 (gdb-inferior-filter): Use comint-output-filter to stop
11595 echoing and remove ^M characters.
11596
705e5bd9
SM
115972009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11598
009fdc2e
SM
11599 * emulation/viper-init.el (viper-restore-cursor-type):
11600 * emulation/cua-base.el (cua--update-indications):
11601 Replace default-cursor-type with (default-value 'cursor-type).
11602
b56a5ae0
SM
11603 * mail/sendmail.el (mail-recover-1):
11604 * international/mule-diag.el (describe-current-coding-system-briefly)
11605 (describe-current-coding-system):
11606 * international/mule-cmds.el (select-safe-coding-system)
11607 (select-message-coding-system)
11608 (set-language-environment-coding-systems, set-locale-environment):
11609 * hexl.el (hexl-insert-multibyte-char):
11610 * dos-w32.el (find-buffer-file-type-coding-system):
11611 * simple.el (what-cursor-position):
11612 Replace uses of default-buffer-file-coding-system
11613 with (default-value 'buffer-file-coding-system).
11614
de70529f
SM
11615 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
11616 Replace uses of default-cursor-in-non-selected-windows
11617 with (default-value 'cursor-in-non-selected-windows).
11618 Use with-current-buffer.
11619
705e5bd9
SM
11620 * mail/feedmail.el: Use CL macros.
11621 (feedmail-run-the-queue, feedmail-send-it-immediately):
11622 * dos-w32.el (find-buffer-file-type): Replace uses of
11623 default-buffer-file-type with (default-value 'buffer-file-type).
11624
4d985ac2
GM
116252009-08-28 Glenn Morris <rgm@gnu.org>
11626
11627 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
11628 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
11629 Use default-value of major-mode rather than default-major-mode.
11630
17c15b81
SM
116312009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11632
3a68ab06
SM
11633 * Makefile.in (update-elcfiles): Report left over elc files.
11634
9421bdd1
SM
11635 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
11636 expand-file-name and with-current-buffer.
11637 (mail-get-names, mail-directory): Use with-current-buffer.
11638
17c15b81
SM
11639 * vc.el (vc-read-revision): New function.
11640 (vc-version-diff, vc-merge): Use it.
11641
ba83a64e
SS
116422009-08-27 Sam Steingold <sds@gnu.org>
11643
11644 * simple.el (kill-do-not-save-duplicates): New user option.
11645 (kill-new): When it is non-nil, and the new string is the same as
11646 the latest kill, set replace to t to avoid duplicates in kill-ring.
11647
be3e598a 116482009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
11649
11650 * net/tramp.el (tramp-handle-process-file): Do not flush all
11651 caches when `process-file-side-effects' is set.
11652 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
11653 instead of `tramp-find-file-exists-command'.
11654 Unset `process-file-side-effects'.
d5b5c94a
MA
11655
116562009-08-27 Michael Albinus <michael.albinus@gmx.de>
11657
11658 * net/tramp.el (tramp-methods): New method "rsyncc".
11659 (top): Add completion function for "rsyncc".
11660 (tramp-message-show-message): New defvar.
11661 (tramp-message, tramp-error): Use it.
11662 (tramp-do-copy-or-rename-file-directly): Extend check for direct
11663 remote copying.
11664 (tramp-do-copy-or-rename-file-out-of-band): Handle new
11665 `tramp-methods' entry `copy-env' of "rsyncc".
11666 (tramp-vc-registered-read-file-names): New defconst.
11667 (tramp-vc-registered-file-names): New defvar.
11668 (tramp-handle-vc-registered): Implement optimization strategy.
11669 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
11670 (tramp-vc-file-name-handler): New defun.
11671 (tramp-get-ls-command, tramp-get-test-command)
11672 (tramp-get-file-exists-command, tramp-get-remote-ln)
11673 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 11674 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
11675
11676 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
11677 (tramp-cache-inhibit-cache): Extend doc string. It allows also
11678 timestamps.
11679 (tramp-get-file-property): Check for timestamps in
11680 `tramp-cache-inhibit-cache'.
11681 (tramp-set-file-property): Write timestamp.
11682
1339cf20
KH
116832009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11684
11685 * language/japan-util.el (japanese-symbol-table): Add entries for
11686 cp932-2-byte.
11687
11688 * international/characters.el: Add category `j' to cp932-2-byte.
11689
726e3f1d
KH
116902009-08-27 Kenichi Handa <handa@m17n.org>
11691
11692 * international/fontset.el (build-default-fontset-data): New macro.
11693 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 11694 tibetan, ethiopic, and ipa.
726e3f1d 11695
4e3b4528
SM
116962009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11697
11698 * cus-start.el (default-major-mode): Customize `major-mode' instead.
11699 (enable-multibyte-characters): Not customizable any more.
11700
11701 * subr.el (default-mode-line-format, default-header-line-format)
11702 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
11703 (default-direction-reversed, default-truncate-lines)
11704 (default-left-margin, default-tab-width, default-case-fold-search)
11705 (default-left-margin-width, default-right-margin-width)
11706 (default-left-fringe-width, default-right-fringe-width)
11707 (default-fringes-outside-margins, default-scroll-bar-width)
11708 (default-vertical-scroll-bar, default-indicate-empty-lines)
11709 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
11710 (default-fringe-cursor-alist, default-scroll-up-aggressively)
11711 (default-scroll-down-aggressively, default-fill-column)
11712 (default-cursor-type, default-buffer-file-type)
11713 (default-cursor-in-non-selected-windows)
11714 (default-buffer-file-coding-system, default-major-mode)
11715 (default-enable-multibyte-characters): Mark as obsolete.
11716
b3cca6a6
DN
117172009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
11718
652cc1a2
DN
11719 * vc-dir.el (vc-dir-update): Remove debug helper.
11720
b3cca6a6
DN
11721 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
11722
4ed8c7aa
SS
117232009-08-26 Sam Steingold <sds@gnu.org>
11724
11725 * simple.el (save-interprogram-paste-before-kill): New user option.
11726 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
11727 save the interprogram-paste into kill-ring before overriding it
11728 with the Emacs kill.
11729
3b64d86b
DN
117302009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
11731
11732 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
11733 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
11734 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
11735 and move to vc-rcs.el.
11736 (vc-default-next-revision): Rename to vc-rcs-next-revision and
11737 move to vc-rcs.el.
11738 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
11739 (vc-rcs-update-changelog): Remove.
11740 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
11741 and move to vc-rcs.el.
11742
11743 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
11744 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
11745 renaming.
11746 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 11747 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
11748 vc.el, renamed to be RCS specific.
11749
72f16325
SM
11750 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
11751 New functions.
11752 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
11753
11754 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
11755 New functions.
11756
636a36a0
SM
117572009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11758
11759 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
11760
239b3340
DN
117612009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
11762
b91f0762 11763 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
11764 (vc-git-stash, vc-git-stash-show): New functions.
11765 (vc-git-extra-menu-map): Bind them.
b91f0762 11766
b8e54362
DN
11767 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
11768 directory correctly in case the item is a directory itself.
11769
239b3340
DN
11770 * vc.el: Document the desired behavior for reverted files in the
11771 `added' state.
dc810649
DN
11772 (vc-default-prettify-state-info): Remove function, unused.
11773
11774 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 11775
e49c0179
GM
117762009-08-26 Glenn Morris <rgm@gnu.org>
11777
11778 * bindings.el (standard-mode-line-format): Reposition dashes in
11779 which-func entry. (Bug#4217)
11780
3029e594
GM
11781 * files.el (enable-local-variables, enable-local-eval)
11782 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
11783 the defcustoms.
11784 (auto-mode-alist, ignored-local-variables)
11785 (save-some-buffers-action-alist): Move risky declarations to the
11786 definitions.
11787 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
11788 (font-lock-defaults, format-alist, imenu--index-alist)
11789 (imenu-generic-expression, input-method-alist, minor-mode-alist)
11790 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
11791 (mode-line-modified, mode-line-mule-info, mode-line-position)
11792 (mode-line-process, mode-line-remote, outline-level)
11793 (parse-time-rules, rmail-output-file-alist)
11794 (special-display-buffer-names, vc-mode):
11795 Move risky declarations to the relevant files.
72f16325
SM
11796 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
11797 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
11798 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
11799 * font-core.el (font-lock-defaults):
11800 * format.el (format-alist):
11801 * vc-hooks.el (vc-mode):
11802 * window.el (special-display-buffer-names):
11803 * international/mule-cmds.el (input-method-alist):
11804 Define riskiness here (dumped file) rather than in files.el.
11805 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
11806 * imenu.el (imenu-generic-expression, imenu--index-alist):
11807 * outline.el (outline-level):
11808 * time.el (display-time-string):
11809 * calendar/parse-time.el (parse-time-rules):
11810 * mail/rmailout.el (rmail-output-file-alist):
11811 Autoload riskiness here, rather than placing in files.el.
11812
8476cfaf
SM
118132009-08-26 Andreas Schwab <schwab@linux-m68k.org>
11814
11815 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
11816
0b35b48e
MA
118172009-08-25 Michael Albinus <michael.albinus@gmx.de>
11818
11819 * simple.el (process-file-side-effects): New defvar.
11820
11821 * dired-aux.el (dired-show-file-type):
11822 * vc.el (vc-diff-internal):
11823 * vc-arch.el (vc-arch-diff):
11824 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
11825 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
11826 * vc-git.el (vc-git-registered, vc-git-working-revision)
11827 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
11828 (vc-git--empty-db-p):
11829 * vc-hooks.el (vc-user-login-name):
11830 * vc-svn.el (vc-svn-registered, vc-svn-state)
11831 (vc-svn-dir-extra-headers, vc-svn-find-revision):
11832 * progmodes/grep.el (grep-probe): Let-bind
11833 `process-file-side-effects' with nil.
11834
11835 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
11836
11837 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
11838 daemon. Replace ping by checking for running service for bluez
11839 and zeroconf. (Bug#4239)
11840
d54cc599
GM
118412009-08-25 Kevin Ryde <user42@zip.com.au>
11842
11843 * net/dig.el (dig): Add autoload cookie.
11844
7bfd055d
GM
118452009-08-25 Glenn Morris <rgm@gnu.org>
11846
bac9c66c
GM
11847 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
11848 load-history for absolute file-names.
11849 (byte-compile-file-form-require): Warn about use of the cl package.
11850
7bfd055d
GM
11851 * format.el (format-alist): Doc fix.
11852
5ac1f9e0
GM
11853 * play/bubbles.el (top-level): Don't require cl at run-time.
11854
af62aa88
GM
11855 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
11856 run-time cl).
11857
71e036af
DD
118582009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
11859
11860 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
11861 from cl package.
11862 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
11863
42110eaf
JB
118642009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
11865
11866 * calc/calc-alg.el (math-trig-rewrite)
11867 (math-hyperbolic-trig-rewrite): New functions.
11868 (calc-simplify): Simplify trig functions when asked.
11869
88421f3e
SM
118702009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11871
11872 * diff-mode.el (diff-find-source-location): Avoid goto-line.
11873
dbd9624e
KH
118742009-08-24 Kenichi Handa <handa@m17n.org>
11875
11876 * language/ind-util.el (mapthread): Delete it.
11877 (combinatorial): New function.
11878 (indian--puthash-cv): Use combinatorial instead of mapthread.
11879
9b89e3ee
GM
118802009-08-22 Kevin Ryde <user42@zip.com.au>
11881
11882 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
11883 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
11884 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
11885 Clarify docstring that the value is strings not symbols.
11886 (checkdoc-list-of-strings-p): New function.
11887
e6ce8c42
GM
118882009-08-22 Glenn Morris <rgm@gnu.org>
11889
2ddf2ea6 11890 * files.el (auto-mode-alist):
a3374680
GM
11891 * hippie-exp.el (he-concat-directory-file-name):
11892 * lpr.el (lpr-windows-system, printer-name):
11893 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
11894 * ps-print.el (ps-windows-system):
11895 * startup.el (command-line):
11896 * emulation/viper-ex.el (viper-glob-function):
11897 * international/mule-cmds.el (set-language-environment-coding-systems):
11898 * net/ange-ftp.el (ange-ftp-write-region):
11899 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 11900 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
11901 unisoft-unix, vax-vms, win32, w32.
11902
977955fa
GM
11903 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
11904 given name if the pattern is not more specific.
11905
b4deec2e
GM
11906 * calendar/lunar.el (lunar-phase-names): New option.
11907 (lunar-phase): Doc fix.
11908 (lunar-cycles-per-year): New constant.
11909 (lunar-index): New function.
11910 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
11911 (lunar-phase-name): Use lunar-phase-names.
11912 (calendar-lunar-phases): Use format.
11913 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
11914
47e83968
GM
11915 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
11916 Copy imenu-example--name-and-position function here for own use.
11917 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
11918
e6ce8c42
GM
11919 * bs.el (bs--redisplay):
11920 * cus-edit.el (custom-redraw):
11921 * ibuffer.el (ibuffer-bury-buffer):
11922 * server.el (server-goto-line-column):
11923 * startup.el (command-line-1):
11924 * strokes.el (strokes-xpm-for-stroke):
11925 * term.el (term-display-buffer-line):
11926 * view.el (View-goto-line):
11927 * calc/calc.el (calc-do, calc-trail-buffer):
11928 * play/gamegrid.el (gamegrid-add-score-insecure):
11929 * progmodes/ada-mode.el (ada-compile-goto-error):
11930 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
11931 (ebrowse-select-1st-to-9nth):
47e83968 11932 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
11933 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
11934 * progmodes/gud.el (gud-display-line):
11935 (idlwave-shell-display-line):
11936 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
11937 * progmodes/make-mode.el (makefile-browser-toggle):
11938 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
11939 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
11940 * textmodes/picture.el (picture-draw-rectangle):
11941 * textmodes/reftex-index.el (reftex-index-goto-letter):
11942 (reftex-select-jump-to-previous):
11943 * textmodes/reftex-sel.el (reftex-find-start-point)
11944 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
11945 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
11946 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
11947 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11948 * textmodes/two-column.el (2C-associated-buffer):
11949 Use forward-line rather than goto-line.
11950
11951 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
11952 goto-line.
11953
4b18bdb3
GM
11954 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
11955 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
11956 (quick-check-list-to-regexp): Declare.
e6ce8c42 11957
72f16325
SM
11958 * progmodes/make-mode.el (makefile-browser-insert-selection):
11959 Use goto-char rather than goto-line.
e6ce8c42
GM
11960
11961 * progmodes/prolog.el (compilation-error-regexp-alist)
11962 (compilation-forget-errors): Declare.
11963
32a2cf25
JL
119642009-08-22 Juri Linkov <juri@jurta.org>
11965
11966 * progmodes/grep.el (lgrep, rgrep): At the beginning
11967 set `dir' to `default-directory' unless `dir' is a non-nil
11968 readable directory. (Bug#4052)
11969 (lgrep, rgrep): Change a weird way to report an error
11970 from using `read-string' to using `error'.
11971 Instead of using interactive arguments in the function body,
11972 add new argument `confirm'.
11973
5443c9b7
SM
119742009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
11975
cb5b40ee
SM
11976 * textmodes/remember.el (remember-buffer):
11977 * progmodes/cperl-mode.el (cperl-vc-header-alist):
11978 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
11979 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
11980 * net/newst-treeview.el (newsticker-groups-filename):
11981 * net/newst-backend.el (newsticker-cache-filename):
11982 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
11983 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
11984 (speedbar-add-ignored-path-regexp, speedbar-line-path)
11985 (speedbar-buffers-line-path, speedbar-path-line)
11986 (speedbar-buffers-line-path):
11987 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
11988 (epg-sign-keys):
11989 * epa.el (epa-display-verify-result):
11990 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
11991
d6261cc1
GM
119922009-08-21 Glenn Morris <rgm@gnu.org>
11993
3e1ea342
GM
11994 * progmodes/js.el (inferior-moz-process): Fix declaration.
11995
ce86eeb5
GM
11996 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
11997
fff28970
GM
11998 * obsolete/rnewspost.el (news-mail-reply):
11999 Use goto-char rather than goto-line.
12000
d93e053b
GM
12001 * term/ns-win.el (ns-open-file-select-line):
12002 Use line-beginning-position rather than goto-line.
12003
d5d105e8
GM
12004 * apropos.el (apropos-command):
12005 * ehelp.el (electric-helpify):
12006 * printing.el (pr-show-setup):
12007 * strokes.el (strokes-help):
12008 * tutorial.el (tutorial--describe-nonstandard-key)
12009 (tutorial--detailed-help):
12010 * woman.el (woman-mini-help, woman-display-extended-fonts):
12011 * calc/calc-help.el (calc-describe-key):
12012 * emulation/edt.el (edt-electric-helpify):
12013 * international/mule-diag.el (mule-diag):
12014 * play/yow.el (apropos-zippy):
12015 * progmodes/python.el (python-describe-symbol):
12016 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
12017 * textmodes/table.el (*table--cell-describe-mode)
12018 (*table--cell-describe-bindings):
12019 Use help-print-return-message rather than the now obsolete alias.
12020
a8ab722f 12021 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
12022 (calendar-cursor-to-visible-date):
12023 * play/5x5.el (5x5-position-cursor):
12024 * play/decipher.el (decipher):
12025 * play/gomoku.el (gomoku-goto-xy):
12026 * play/landmark.el (lm-goto-xy):
12027 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
12028 (mpuz-paint-digit):
12029 Use forward-line, not goto-line.
a8ab722f 12030
d6261cc1
GM
12031 * mail/rmail.el (rmail-obsolete): Delete custom group.
12032 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
12033 (rmail-remote-password, rmail-remote-password-required):
12034 Remove unneeded :set-after and :set properties.
12035
9e846523
MA
120362009-08-21 Michael Albinus <michael.albinus@gmx.de>
12037
12038 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
12039
bbe1f502
DN
120402009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
12041
bcc5db24
DN
12042 * loadup.el: Remove leftover macos code.
12043
bbe1f502
DN
12044 * vc-git.el (vc-git-annotate-command): Run asynchronously.
12045 Explicitly pass the date format to git blame so that user local
12046 so that the output format can be parsed.
12047
6fd2d19a
MA
120482009-08-20 Michael Albinus <michael.albinus@gmx.de>
12049
12050 * net/dbus.el (top): Don't check for (getenv
12051 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
12052
31764e15
SM
120532009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
12054
12055 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 12056 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 12057
28930e39
SM
120582009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12059
4fd15622 12060 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 12061 Bug#3287
4fd15622 12062
b3d8e4a0
SM
12063 * help.el (help-print-return-message): Rename from
12064 print-help-return-message.
12065
c9829c70
SM
12066 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
12067 cvs-mode-map parent hack.
12068 (log-view-mode): Derive from special-mode.
12069
b932657b
SM
12070 * linum.el (linum-mode): window-size-change-functions is redundant.
12071 Adapt to new window-configuration-change-hook behavior.
12072 (linum-after-size, linum-after-config): Remove.
12073
1b700bca
SM
12074 * imenu.el (imenu-example--name-and-position)
12075 (imenu-example--lisp-extract-index-name)
12076 (imenu-example--create-lisp-index, imenu-example--create-c-index):
12077 Mark as obsolete.
12078
28930e39
SM
12079 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
12080 (inferior-prolog-mode): Use it.
12081 (inferior-prolog-load-file): Reset list of errors.
12082
c9af0b68
KH
120832009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12084
12085 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
12086
12087 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
12088
720c7cd6
MA
120892009-08-19 Michael Albinus <michael.albinus@gmx.de>
12090
12091 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
12092 is running already.
12093
03a74b84
SM
120942009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12095
12096 * subr.el (listify-key-sequence-1): Use normal syntax since those
12097 integers are nowadays always represented by the same (positive) number
12098 on all platforms.
12099 (read-key-empty-map): New const.
12100 (read-key-delay): New var.
12101 (read-key): New function.
12102 (force-mode-line-update): Use with-current-buffer.
12103 (locate-user-emacs-file): Don't forget to abbreviate the file name.
12104 (start-process-shell-command, start-file-process-shell-command):
12105 Discourage the use of command-args.
12106
f43e88d4
GM
121072009-08-19 Glenn Morris <rgm@gnu.org>
12108
12109 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
12110
890429cc
SM
121112009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12112
85be9ec4
SM
12113 * simple.el (choose-completion-string): Don't rely on
12114 minibuffer-completing-file-name and ad-hoc checks to decide whether
12115 to continue completion or not.
12116
890429cc
SM
12117 * minibuffer.el (minibuffer-hide-completions): New function.
12118 (completion--do-completion): Use it.
12119 (completions-annotations): New face.
12120 (completion--insert-strings): Use it.
12121 (completion-pcm--delim-wild-regex): Add docstring.
12122 (completion-pcm--string->pattern): Add support for 0-width delimiters
12123 in completion-pcm--delim-wild-regex.
12124
265d4549
SM
121252009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
12126
d440b941
SM
12127 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
12128 Remove unused var `buffer-modified-p'.
12129
265d4549
SM
12130 * minibuffer.el (completion--do-completion): Move point for the #b001
12131 case as well (bug#4176).
12132 (minibuffer-complete, minibuffer-complete-word): Don't move point.
12133
ba6f7d86
MA
121342009-08-18 Michael Albinus <michael.albinus@gmx.de>
12135
12136 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
12137 and :session buses.
12138
98819490
KH
121392009-08-18 Kenichi Handa <handa@m17n.org>
12140
265d4549
SM
12141 * international/ucs-normalize.el (ucs-normalize-version):
12142 Change to 1.1.
58627cf0
KH
12143 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
12144 (utf-8-hfs): Make it perform normalization on encoding too.
12145
98819490
KH
12146 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
12147 (sentence-end-without-space): Delete duplicated chars.
12148 (sentence-end-base): Likewise.
e739cc85
KH
12149
12150 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
12151 (html-mode): Delete duplicated chars from sentence-end-base.
12152
12153 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
12154 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 12155
645b9326
CY
121562009-08-17 Chong Yidong <cyd@stupidchicken.com>
12157
12158 * files.el (hack-one-local-variable): If the mode function is for
12159 a minor mode, pass it an argument (Bug#4148).
12160
56c195af
MA
121612009-08-17 Michael Albinus <michael.albinus@gmx.de>
12162
12163 * net/tramp.el (tramp-register-completion-file-name-handler):
12164 Check also for (member 'partial-completion completion-styles).
12165
7a55c78b
CY
121662009-08-16 Chong Yidong <cyd@stupidchicken.com>
12167
12168 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
12169 abbrev (Bug#3943).
12170
be3e598a 121712009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
12172
12173 * progmodes/cperl-mode.el: Merge upstream 6.2.
12174 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
12175 (cperl-forward-re): Check cperl-brace-recursing.
12176 (cperl-highlight-charclass): New function.
12177 (cperl-find-pods-heres): Use it.
31cd2dd4 12178 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 12179 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 12180 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
12181 (cperl-beautify-level): Don't process entire regexp.
12182 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
12183 calling man.
12184 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
12185 (cperl-init-faces): Build a list in the normal way.
12186
81b1f9c9
CY
121872009-08-16 Chong Yidong <cyd@stupidchicken.com>
12188
12189 * calendar/parse-time.el (parse-time-string-chars): Save match
12190 data.
12191
c3732cb8
SM
121922009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
12193
55659495
SM
12194 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
12195 (sql-product): Use it.
12196 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
12197 (sql-set-product): Add completion.
12198 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
12199 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
12200 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
12201 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
12202 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
12203 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
12204 (sql-highlight-db2-keywords): Remove.
12205 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
12206 (sql-highlight-product): Use derived-mode-p.
12207 (sql-set-sqli-buffer): Use with-current-buffer.
12208 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
12209 Simplify.
12210
1ae79427
SM
12211 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
12212
c3732cb8
SM
12213 * term.el: Fix commenting convention, turn comments into docstrings.
12214
f24b8bf3
CY
122152009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
12216
12217 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
12218
7b6fefac 122192009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 12220
1200ac26 12221 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
12222 character classes, to handle non-ascii characters (Bug#3190).
12223
122242009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 12225
1abbe4e5
CY
12226 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
12227 another heredoc if the user adds another < (Bug#3226).
12228
c3732cb8
SM
12229 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12230 Don't initialize based on window-system (Bug#4124).
19261da4 12231
daad00fc
CY
12232 * facemenu.el (facemenu-read-color): Use a completion function
12233 that accepts any defined color, such as RGB triplets (Bug#3677).
12234
e1bdde78
CY
12235 * files.el (get-free-disk-space): Change fallback default
12236 directory to /. Expand DIR argument before switching to fallback.
12237 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
12238
9d73a99e
CY
122392009-08-15 Chong Yidong <cyd@stupidchicken.com>
12240
12241 * files.el (load-library): Doc fix.
12242
68b962d4 122432009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 12244
953e0c1a 12245 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 12246 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 12247 incremental search string.
9d73a99e 12248
c3732cb8 12249 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 12250 XEmacs.
9d73a99e 12251
c3732cb8
SM
12252 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
12253 (ediff-merge-region-is-non-clash)
12254 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 12255 Also check if the job is really a merge job.
9d73a99e 12256
c3732cb8 12257 * ediff.el (ediff-current-file): New function.
9d73a99e 12258
2e330adc
CY
122592009-08-15 Chong Yidong <cyd@stupidchicken.com>
12260
12261 * progmodes/js.el: Edit docstrings throughout to follow Emacs
12262 conventions.
c3732cb8 12263 (js-insert-and-indent): Delete function.
2e330adc
CY
12264 (js-mode-map): Don't bind keys to js-insert-and-indent.
12265 (js-beginning-of-defun): Rename from js--beginning-of-defun.
12266 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 12267 (js-auto-indent-flag): Delete variable.
2e330adc 12268
17b5d0f7
CY
122692009-08-14 Chong Yidong <cyd@stupidchicken.com>
12270
c3732cb8
SM
12271 * progmodes/js.el: Remove proclaim statement.
12272 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 12273
ba2d8894
CY
12274 * files.el (auto-mode-alist): Use js-mode for .js files.
12275
c3732cb8 12276 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
12277
12278 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
12279
12280 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
12281
c3732cb8 12282 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
12283
122842009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 12285 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
12286
12287 * progmodes/js.el: New file.
12288
b6377f1d
MH
122892009-08-14 Mark A. Hershberger <mah@everybody.org>
12290
12291 * timezone.el (timezone-parse-date): Add ability to understand ISO
12292 basic format (minimal separators) dates in addition to the
12293 already-supported extended format dates.
12294
bc0eef46
EZ
122952009-08-14 Eli Zaretskii <eliz@gnu.org>
12296
4e021e65
EZ
12297 * international/ucs-normalize.el: Add a `coding' file variable.
12298
bc0eef46
EZ
12299 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
12300
53dab179
SS
123012009-08-14 Sam Steingold <sds@gnu.org>
12302
6801c38a 12303 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 12304
6c58c39c
CY
123052009-08-13 Chong Yidong <cyd@stupidchicken.com>
12306
12307 * faces.el (help-argument-name): Define it here instead of
12308 help-fns.el, because in daemon mode help-fns.el may be loaded when
12309 faces are still uninitialized (Bug#1078).
12310
12311 * help-fns.el (help-argument-name): Move defface to faces.el.
12312
c7baf7e9
NR
123132009-08-13 Nick Roberts <nickrob@snap.net.nz>
12314
12315 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
12316 create buffer with a pty but no process so that GDB can make the
12317 inferior the controlling process.
12318
9c40e995 123192009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
12320
12321 * international/ucs-normalize.el: New file.
12322
8cdba32b
RS
123232009-08-13 Richard Stallman <rms@gnu.org>
12324
5c950923
RS
12325 * mail/rmail.el (rmail-get-attr-names):
12326 Accept an attribute header that is too short.
12327
76e1e40b
RS
12328 * mail/rmail.el (rmail-forget-messages):
12329 Ignore nil elt in rmail-message-vector. Use dotimes.
12330
1fc01b08
RS
12331 * progmodes/compile.el (compilation-goto-locus):
12332 Use next-error-move-function.
12333
8cdba32b
RS
12334 * simple.el (next-error-move-function): New variable.
12335
99910cf4
JL
123362009-08-12 Juri Linkov <juri@jurta.org>
12337
12338 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
12339 always non-nil. (Bug#4052)
12340
12341 * replace.el (read-regexp): Return empty string when
12342 `default-value' is nil.
12343 (keep-lines-read-args): Don't use empty string as the
12344 default value for `read-regexp'. (Bug#2495)
12345
fc5bdf6c
JL
123462009-08-12 Juri Linkov <juri@jurta.org>
12347
12348 * international/mule-cmds.el (ucs-insert): Change arguments
12349 from `arg' to `character', `count', `inherit' to be the same
12350 as in `insert-char'. Doc fix. (Bug#4039)
12351
12352 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
12353
77748848
JL
123542009-08-12 Juri Linkov <juri@jurta.org>
12355
12356 * files-x.el: New file.
12357
12358 * files.el: Move code that deals with adding/deleting
12359 file/directory-local variables to files-x.el.
12360
12361 * Makefile.in (ELCFILES): Add files-x.elc.
12362
c8a44c4e
DD
123632009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
12364
27a9fd5a
DD
12365 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
12366 to use `goto-line'.
12367 (gdb-place-breakpoints, gdb-get-location): Rewritten without
12368 `goto-line'.
12369 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 12370 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 12371 threads list.
107ef54a 12372 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
12373 (gdb-starting): Moved -data-list-register-names...
12374 (gdb-stopped): ...here so it's sent when first thread stops.
12375 (gdb-registers-handler-custom): Do nothing if register names are
12376 unknown yet.
27a9fd5a 12377
c8a44c4e
DD
12378 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
12379 from `gdb-mi.el' to avoid extra tangling.
12380
12381 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 12382 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
12383 (gdb-update-gud-running): No extra fuss for updating frame number.
12384
dfd4e693
SM
123852009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
12386
51c4341f
SM
12387 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
12388 (describe-language-environment-map, setup-language-environment-map)
12389 (set-coding-system-map): Move initialization into declaration.
12390 (set-language-info-alist): Last arg to define-key-after can be skipped.
12391
12392 * international/quail.el (quail-completion-1): Simplify.
12393 (quail-define-rules): Use slightly more compact code.
12394 (quail-insert-decode-map): Propertize keys, compact columns.
12395
dfd4e693
SM
12396 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12397 Add goto-line.
12398
83326559
MB
123992009-08-10 Miles Bader <miles@gnu.org>
12400
12401 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
12402 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
12403 (js2-instance-member, js2-private-member, js2-private-function-call)
12404 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
12405 (js2-magic-paren, js2-external-variable):
12406 Remove "-face" suffix from face names.
12407 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
12408 (js2-highlight-undeclared-vars, js2-peek-token)
12409 (js2-parse-function-params, js2-mode-show-errors)
12410 (js2-mode-show-warnings, js2-make-magic-delimiter)
12411 (js2-mode-highlight-magic-parens): Update to use new face names.
12412
8e754ea2
MA
124132009-08-09 Michael Albinus <michael.albinus@gmx.de>
12414
12415 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
12416 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
12417
1c292fc7
CY
124182009-08-09 Chong Yidong <cyd@stupidchicken.com>
12419
18d433a7
CY
12420 * subr.el: Provide hashtable-print-readable.
12421
1c292fc7
CY
12422 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
12423 hs-c-like-adjust-block-beginning.
12424 (hs-hide-block-at-point): Stop hiding at the beginning of
12425 hs-block-end-regexp (Bug#700).
12426
2db0ae07
DD
124272009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
12428
12429 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
12430 a macro.
12431 (gdb-registers-handler-custom): Do not fail when register names
12432 are unavailable.
12433
fe4740a6
DD
124342009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
12435
12436 * progmodes/gdb-mi.el (gdb-control-all-threads)
12437 (gdb-control-current-thread): Interactive setters for
12438 `gdb-gud-control-all-threads' to use in menu.
12439 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 12440 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
12441 gud/thread.xpm and gud/all.xpm.
12442
ce299d55
CY
124432009-08-08 Yoni Rabkin <yoni@rabkins.net>
12444
12445 * net/net-utils.el (net-utils-font-lock-keywords): New var.
12446 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
12447 (net-utils-mode): New mode for viewing diagnostic network output.
12448 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
12449 (net-utils-run-simple): New function.
12450 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 12451
7c4654ad
DD
124522009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
12453
12454 * progmodes/gdb-mi.el (gdb-read-memory-custom)
12455 (gdb-memory-set-address, def-gdb-set-positive-number)
12456 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
12457 after changing settings.
12458 (gdb-invalidate-disassembly): Update when first shown.
12459 (gdb-edit-locals-value): Fixed.
12460 (gdb-registers-handler-custom): Print registers in right order and
12461 allow changing register values (only for current thread yet).
9cbac26b
DD
12462 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
12463 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
12464 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
12465 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
12466 info in mode name.
12467 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 12468
0f25a277
EZ
124692009-08-08 Eli Zaretskii <eliz@gnu.org>
12470
12471 * mail/rmail.el (rmail-add-mbox-headers)
12472 (rmail-set-message-counters-counter): Search for
12473 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
12474
b971be60
GM
124752009-08-08 Glenn Morris <rgm@gnu.org>
12476
12477 * Makefile.in (ELCFILES): Update.
12478
a35d3ad8
EZ
124792009-08-07 Eli Zaretskii <eliz@gnu.org>
12480
60c2df40
EZ
12481 * mail/sendmail.el (mail-yank-original): Set
12482 buffer-file-coding-system from the one used by the message whose
12483 text is yanked.
12484
8b0bcc2e
EZ
12485 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
12486 to "windows" when "pgnuplot" is used.
12487 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
12488 call accept-process-output if "pgnuplot" is used.
12489 (calc-graph-init): Don't send -display and -geometry to
12490 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
12491 running "pgnuplot -V" with shell-command-to-string.
12492
12493 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
12494 the default.
12495
124962009-08-07 Eli Zaretskii <eliz@gnu.org>
12497
12498 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
12499 org/org-latex.elc.
12500
3bca7ca5
DN
125012009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
12502
3c53763c
DN
12503 * vc-dispatcher.el (vc-resynch-window): Update comment.
12504
3bca7ca5
DN
12505 * term.el (term-handle-ansi-escape): Add comments with the
12506 terminfo capabilities implemented.
12507
7b217360
DD
125082009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
12509
12510 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
12511 (gdb-var-create-handler): Rewritten using JSON parser.
12512 (gdb-propertize-header): Moved earlier.
12513 (gdb-set-header): Removed to avoid duplication.
12514 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
12515 Refresh disassembly buffers only after threads list have been
12516 update.
12517 (gdb-threads-header, gdb-registers-header): Per-buffer header line
12518 variables.
12519
b4d84ecf
JL
125202009-08-04 Juri Linkov <juri@jurta.org>
12521
12522 * files.el: Commands to add/delete file/directory-local variables.
12523 (read-file-local-variable, read-file-local-variable-value)
12524 (read-file-local-variable-mode, modify-file-local-variable)
12525 (modify-file-local-variable-prop-line)
12526 (modify-dir-local-variable): New functions.
12527 (add-file-local-variable, delete-file-local-variable)
12528 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
12529 (add-dir-local-variable, delete-dir-local-variable)
12530 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
12531 (copy-dir-locals-to-file-locals-prop-line): New commands.
12532
42da39c1
CY
125332009-08-04 Chong Yidong <cyd@stupidchicken.com>
12534
12535 * abbrev.el (insert-abbrev-table-description): Prettify output.
12536 Suggested by Karl Chen.
12537
98bf8494
DD
125382009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
12539
78b9fb28 12540 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 12541 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
12542 (gdb-overlay-arrow-position, gdb-thread-position)
12543 (gdb-disassembly-position): Declare variables.
12544 (gdb-wait-for-pending): Function now.
12545 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
12546 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
12547 compilation goes smoothly.
12548 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
12549 (gdb-non-stop-setting): New customization setting which replaces
12550 `gdb-non-stop' so changing it doesn't break active GDB session.
12551 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
12552 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
12553 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
12554 (gdb-show-threads-by-default): New customization options.
12555 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
12556 routines.
12557 (gdb-get-buffer-create): Send buffers update signal when they are
12558 created.
12559 (gdb-invalidate-locals, gdb-invalidate-registers)
12560 (gdb-invalidate-breakpoints)
12561 (gdb-invalidate-threads, gdb-invalidate-disassembly)
12562 (gdb-invalidate-memory): Accept update signal.
12563 (gdb-current-context-command): Use --frame option.
12564 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
12565 Implement `gdb-frame-number' selection logic.
12566 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
12567 whether to show GUD toolbar buttons.
12568 (gdb-thread-exited): Unselect current thread when it exits.
12569 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
12570 (gdb-mark-line): Routine which sets overlay arrow or inverses
12571 video on fringeless displays.
12572 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
12573 to build aligned columns of data in GDB buffers and set text
12574 properties line-by-line.
12575 (gdb-invalidate-breakpoints)
12576 (gdb-breakpoints-list-handler-custom)
12577 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
12578 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
12579 (gdb-registers-handler-custom): Align data columns.
12580 (gdb-locals-handler-custom): Now prints data like in variable
12581 declarations.
12582 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
12583 Removed confusing buttons.
12584 (gdb-invalidate-threads): Append --frame.
12585 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
12586 between breakpoints/threads buffers.
12587 (gdb-set-window-buffer): Now can ignore dedicated windows.
12588 (gdb-propertize-header): Use `gdb-set-window-buffer'.
12589 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
12590 (def-gdb-thread-buffer-gud-command): Replaces
12591 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
12592 for fine thread control.
12593 (gdb-preempt-existing-or-display-buffer): New function used to
12594 display bound buffers without breaking window layout.
12595 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
12596 (gdb-select-frame): New version of `gdb-frames-select' which now
12597 sets `gdb-frame-number' so commands may use --frame option instead
12598 of inner debugger state.
12599 (gdb-frame-handler): Do not set `gdb-frame-number'.
12600 (gdb-threads-mode-map): Select threads with mouse.
12601
12602 * progmodes/gud.el (gdb-gud-context-call): Declare function to
12603 avoid compilation warning.
12604 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
12605 `gdb-show-stop-p`.
12606
566f3909
DD
12607 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
12608 Argument `key' renamed to `buffer-type'.
12609 (gdb-current-context-buffer-name): Do not add thread info to
12610 buffer name when no thread is selected.
12611 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
12612 command (bug 3794).
12613 (gdb-thread-selected): Handle `=thread-selected' notification.
12614 (gdb-wait-for-pending): New macro to deal with congestion problems.
12615 (gdb-breakpoints-list-handler-custom): Don't fail on pending
12616 breakpoints.
7b6fefac
JB
12617 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
12618 This fixes problem similar to one described in bug 3947.
566f3909
DD
12619 (gud-menu-map): More menu items.
12620 (gdb-init-1): Reset `gdb-thread-number' to nil.
12621
4a31122c
DD
12622 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
12623 non-stop settings.
12624
12625 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
12626 (gdb-current-context-command): Do not append --thread if
12627 `gdb-thread-number' is nil.
12628 (gdb-running-threads-count, gdb-stopped-threads-count): New
12629 variables.
12630 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
12631 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
12632 customization options.
12633 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
12634 GUD commands.
7b6fefac 12635 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
12636 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
12637 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
12638 set `gdb-thread-number' and update `gud-running' properly.
12639 (gdb-running): Update threads list when new threads appear.
12640 (gdb-stopped): Support non-stop operation and new thread switching
12641 logic.
12642 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
12643 (gdb-json-partial-output): New set of JSON routines.
12644 (def-gdb-auto-update-trigger): New `signal-list' optional
12645 argument.
12646 (gdb-thread-list-handler-custom): Update `gud-running',
12647 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
12648 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
12649 (gdb-continue-thread, gdb-step-thread): New commands for fine
12650 thread execution control.
12651 (gud-menu-map): New menu items to switch non-stop options.
12652 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 12653 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
12654
12655 * progmodes/gdb-mi.el (gdb-rules-name-maker)
12656 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
12657 gdb-buffer-rules.
12658 (def-gdb-auto-update-handler): New nopreserve optional argument.
12659 (gdb-stack-list-frames-custom): Print stack from top to bottom.
12660
12661 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
12662 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
12663 (gdb-parent-mode): New mode to derive other GDB modes from.
12664 (gdb-display-disassembly-for-thread)
12665 (gdb-frame-disassembly-for-thread): New commands for threads
12666 buffer.
12667
12668 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
12669 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
12670 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
12671 (gdb-update): We now store all GDB buffers in a list so that they
12672 can be updated by traversing a list instead of calling invalidate
7b6fefac 12673 triggers explicitly.
a5c9f540
DD
12674 (def-gdb-trigger-and-handler): New macro to define trigger-handler
12675 pair for GDB buffer.
12676 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
12677 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
12678 handle pending triggers.
12679 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
12680 (def-gdb-thread-buffer-simple-command)
12681 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
12682 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
12683 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
12684 New commands which show buffers bound to thread.
e7086683 12685 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 12686
7b6fefac
JB
12687 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
12688 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
12689 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
12690 to (gud-comint-buffer) in *-buffer-name functions
12691 because (gdb-get-target-string) already does that.
12692 (gdb-locals-handler-custom, gdb-registers-handler-custom)
12693 (gdb-changed-registers-handler): Rewritten without regexps.
12694
ba214964 12695 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
12696 (gdb-thread-number): New variable.
12697 (gdb-current-context-command): New macro which adds --thread
12698 option to command.
7b6fefac 12699 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 12700 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 12701 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
12702 (gdb-select-thread): New command which selects current thread.
12703 (gdb-invalidate-frames, gdb-invalidate-locals)
12704 (gdb-invalidate-registers): Use --thread option.
20f12ed8 12705
2ac33804
MA
127062009-08-04 Michael Albinus <michael.albinus@gmx.de>
12707
12708 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 12709 robust. (Bug#3977)
2ac33804
MA
12710 (tramp-handle-insert-file-contents): `unwind-protect' must be
12711 inside `with-parsed-tramp-file-name'.
12712
12713 * net/tramp-gvfs.el (top): Remove superfluous message when loading
12714 fails.
12715
39d0296f
NR
127162009-08-03 Nick Roberts <nickrob@snap.net.nz>
12717
12718 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
12719 directory if CLASSPATH is not set.
12720
adcbca53
MA
127212009-08-03 Michael Albinus <michael.albinus@gmx.de>
12722
7b6fefac
JB
12723 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
12724 New defconst.
7ef849b6 12725 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 12726
30924b0b
CY
127272009-08-02 Kevin Ryde <user42@zip.com.au>
12728
7b6fefac
JB
12729 * net/newst-backend.el (newsticker--raw-url-list-defaults):
12730 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 12731
b6ce92f1
CY
127322009-08-02 Chong Yidong <cyd@stupidchicken.com>
12733
d977a092
CY
12734 * select.el (x-set-selection): Doc fix (Bug#4021).
12735
12736 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
12737
b6ce92f1
CY
12738 * help-fns.el (describe-variable): Treat list return values from
12739 dir-locals-find-file properly (Bug#4005).
12740
7b6fefac 127412009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
12742
12743 * net/tramp.el (tramp-debug-message): Print also microseconds.
12744
127452009-08-02 Michael Albinus <michael.albinus@gmx.de>
12746
12747 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
12748 or END is non-nil.
12749 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
12750 (tramp-get-debug-buffer): Change `outline-regexp' according to new
12751 format.
12752
5ce6e4f4 12753 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
12754 (tramp-get-file-property): Use it.
12755
12756 * autorevert.el (auto-revert-handler): Allow
12757 `auto-revert-tail-mode' for remote files.
12758
2aafe808
JR
127592009-08-02 Jason Rumney <jasonr@gnu.org>
12760
12761 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 12762 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 12763
e094097c
CY
127642009-08-02 Chong Yidong <cyd@stupidchicken.com>
12765
12766 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
12767 (font-lock-variable-name-face, font-lock-constant-face): Darken
12768 the colors for light backgrounds.
12769
de94f281
EZ
127702009-08-01 Eli Zaretskii <eliz@gnu.org>
12771
12772 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
12773 month names. (Bug#3987)
12774
54b99340
CY
127752009-07-31 Chong Yidong <cyd@stupidchicken.com>
12776
12777 * simple.el (line-move-finish): Pass whole number to
12778 line-move-to-column.
34be836c 12779 (line-move-visual): Perform hscroll to the recorded position.
54b99340 12780
38216c30
JB
127812009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
12782
12783 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
12784
c779896d
CY
127852009-07-29 Alan Mackenzie <acm@muc.de>
12786
12787 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
12788
592ccae0
DD
127892009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
12790
35edc6c6
DD
12791 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
12792 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 12793
5a9e3ab7
JB
127942009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
12795
12796 * calc/calc.el (calc-mode-map): Add keybinding for
12797 `calc-transpose-lines'.
12798
7b6fefac 127992009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
12800
12801 * calc/calc-misc.el (calc-transpose-lines): New function.
12802
905fb90e
MA
128032009-07-28 Michael Albinus <michael.albinus@gmx.de>
12804
12805 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
12806 Simplify check for out-of-band methods.
12807 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
12808 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
12809
76e14464
DN
128102009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
12811
12812 * vc-git.el (vc-git-checkin): Fix typo.
12813
6088b51f 128142009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
12815
12816 * progmodes/js2-mode.el: New file.
12817
b85157fe
NR
128182009-07-28 Nick Roberts <nickrob@snap.net.nz>
12819
12820 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
12821 (gud-menu-map): Adjust tooltip accordingly.
12822
d43c2b06
DN
128232009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12824
1c0f0c3b
DN
12825 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
12826 (vc-bzr-log-view-mode): Adjust log-view-file-re.
12827
d43c2b06
DN
12828 * add-log.el (change-log-mode-map): Add a menu.
12829
3dec5c36
MA
128302009-07-27 Michael Albinus <michael.albinus@gmx.de>
12831
12832 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
12833 function returns nil.
12834 (dbus-handle-event): Handle special return value :ignore.
12835 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
12836
5704140c
CY
128372009-07-26 Chong Yidong <cyd@stupidchicken.com>
12838
12839 * view.el (view-mode-enable): Don't define Helper-return-blurb if
12840 it's not needed.
12841
3077d1f6
EZ
128422009-07-25 Eli Zaretskii <eliz@gnu.org>
12843
12844 Fix Bug#3888:
12845
12846 * w32-vars.el (x-select-enable-clipboard): Doc fix.
12847
12848 * term/pc-win.el (x-display-name, x-colors)
12849 (x-select-enable-clipboard, x-select-text): Doc fix.
12850
12851 * term/common-win.el (x-display-name, x-colors): Doc fix.
12852
12853 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
12854 (xw-defined-colors): Doc fix.
12855
12856 * w32-fns.el (x-select-text, x-setup-function-keys)
12857 (x-get-selection, x-set-selection): Doc fix.
12858
12859 * term/x-win.el (x-select-text, x-setup-function-keys)
12860 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
12861
12862 * select.el (x-set-selection): Doc fix.
12863
51768bc8
MA
128642009-07-25 Michael Albinus <michael.albinus@gmx.de>
12865
12866 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
12867 instead of "IsNSSSupportAvailable". Avahi ought to work also when
12868 "IsNSSSupportAvailable" method is not available. Reported by
12869 Steve Youngs <steve@sxemacs.org>.
12870
b11c2874
KH
128712009-07-24 Kenichi Handa <handa@m17n.org>
12872
12873 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 12874 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
12875 (build-unicode-category-table): Fix range checks.
12876
ba83b7b6
DN
128772009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
12878
12879 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
12880 the buffer we try to sync is current when calling
12881 vc-resynch-buffer.
12882
12883 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
12884 not show up to date files.
12885
7a8ae964
GM
128862009-07-24 Glenn Morris <rgm@gnu.org>
12887
12888 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
12889 Add autoload cookies. If necessary, initialize.
12890 (elint-log): Handle non-file buffers.
12891 (elint-initialize): Add optional argument to reinitialize.
12892 (elint-find-builtin-variables): Save excursion.
12893
a707eb05
DN
128942009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
12895
12896 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12897 for Lint.
12898
0a2ddfa6
DN
128992009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12900
d6a62b0d
DN
12901 * vc.el (vc-print-log-internal): New function, split out from ...
12902 (vc-print-log): ... here.
10b5dcad 12903 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 12904
0a2ddfa6
DN
12905 * vc-git.el (vc-git-add-signoff): New variable.
12906 (vc-git-checkin): Use it.
12907 (vc-git-toggle-signoff): New function.
12908 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
12909 (vc-git--run-command-string): Accept a nil FILE argument.
12910 (vc-git-stash-list): New function.
12911 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 12912
589a99f2
GM
129132009-07-23 Glenn Morris <rgm@gnu.org>
12914
12915 * help-fns.el (describe-variable): Describe ignored and risky local
12916 variables in a similar way to that in which we describe safe ones.
12917
12918 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
12919 (byte-compile-output-file-form, byte-compile-output-docform)
12920 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
12921 Give some more local variables with common names a "bytecomp-" prefix,
12922 so as not to shadow things during compilation.
12923 * emacs-lisp/cl-macs.el (load-time-value)
12924 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
12925 `outbuffer' to `bytecomp-outbuffer'.
12926
12927 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
12928 since the next two variables cover them automatically now.
12929 (elint-builtin-variables, elint-autoloaded-variables): New.
12930 (elint-unknown-builtin-args): Remove all members, since they can be
12931 parsed automatically now.
12932 (elint-extra-errors): New.
12933 (elint-env-add-env, elint-env-add-macro): Use cadr.
12934 (elint-current-buffer): Use or. Change final message.
12935 (elint-get-top-forms): Use line-end-position.
12936 (elint-init-env): Use cadr. Handle autoload, declare-function,
12937 and defalias.
12938 (elint-add-required-env): Doc fix. Use or. Standardize error.
12939 (regexp-assoc): Remove unused function.
12940 (elint-top-form): Set elint-current-pos, to record the start of the
12941 top-level form, for compilation-mode.
12942 (elint-form): Trap errors in macro expansion. Use dolist.
12943 (elint-unbound-variable): Use elint-builtin-variables and
12944 elint-autoloaded-variables.
12945 (elint-get-args): Use cadr, or.
12946 (elint-check-cond-form): Use dolist, cadr.
12947 (elint-check-condition-case-form): Doc fix. Use cadr.
12948 Use elint-extra-errors.
12949 (elint-log): New function.
12950 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
12951 Distinguish errors and warnings.
12952 (elint-log-message): Use with-current-buffer. Inhibit read-only.
12953 Use a bytecomp-style format.
12954 (elint-clear-log): Preserve default-directory. Inhibit read-only.
12955 (elint-get-log-buffer): Use compilation mode. Disable undo.
12956 Don't truncate lines.
12957 (elint-initialize): Set builtin and autoloaded variable lists.
12958 Only process elint-unknown-builtin-args if non-nil.
12959 (elint-find-builtin-variables, elint-find-autoloaded-variables):
12960 New functions.
12961 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
12962
855b42a2
GM
129632009-07-22 Kevin Ryde <user42@zip.com.au>
12964
12965 * net/newst-backend.el (newsticker--parse-atom-1.0)
12966 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12967 (newsticker--parse-rss-1.0):
12968 * progmodes/idlwave.el (idlwave-mode):
12969 * progmodes/idlw-shell.el (idlwave-shell-mode):
12970 * progmodes/vera-mode.el (vera-mode):
12971 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
12972 * progmodes/vhdl-mode.el (vhdl-mode):
12973 * textmodes/table.el (table-generate-source)
12974 (table--warn-incompatibility):
12975 Hyperlink urls in docstrings with URL `...'.
12976
fd413a37
GM
129772009-07-22 Glenn Morris <rgm@gnu.org>
12978
cb711556
GM
12979 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
12980 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
12981 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
12982 Remove leading * from defcustom docs.
12983
fd413a37
GM
12984 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
12985
12986 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
12987 defcustom doc.
12988 (list-load-path-shadows): Optionally, just return shadows as a string.
12989
12990 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
12991
a4f69701
CY
129922009-07-21 Chong Yidong <cyd@stupidchicken.com>
12993
12994 * mail/rmailedit.el (rmail-edit-mode): Use
12995 auto-save-include-big-deletions.
12996
12997 * mail/rmail.el (rmail-variables): Use
12998 auto-save-include-big-deletions.
12999
13000 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
13001 changes.
13002
ec06459c
JB
130032009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
13004
13005 * calc/calc.el (calc-undo-length): New variable.
13006 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
13007
b41b0976
RS
130082009-07-21 Richard Stallman <rms@gnu.org>
13009
13010 * files.el (auto-save-mode): Handle buffer-save-size = -2
13011 for toggling mode.
13012
4ed32706
GM
130132009-07-21 Glenn Morris <rgm@gnu.org>
13014
531b1264
GM
13015 * textmodes/ispell.el (ispell-looking-back): Update declaration.
13016
55d27f41
GM
13017 * calendar/todo-mode.el (calendar-current-date): Update declaration.
13018
02df3f4d
GM
13019 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
13020 silence compiler. Instead...
13021 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
13022 (ps-print-ensure-fontified): Update for above function name changes.
13023
fdd8417e
GM
13024 * printing.el (pr-mh-get-msg-num, pr-mh-show)
13025 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
13026 silence compiler. Instead...
13027 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
13028 (mh-show-buffer): Only define for compiler.
13029 (pr-mh-current-message): Update for above function name changes.
13030
4ed32706
GM
13031 * files.el (abort-if-file-too-large): Explicitly pass `filename'
13032 as an argument.
13033 (find-file-noselect, insert-file-1): Update for above change.
13034
13035 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
13036
13037 * mail/mailclient.el (mailclient-send-it): Fix message.
13038
13039 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
13040 (edebug-eval): Check cl-debug-env is bound.
13041 (print-level, print-circle): Don't redefine built-in variables.
13042
13043 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
13044 (custom-print-vectors): Remove old comments from doc.
13045
13046 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
13047 (emerge-version): Make the variable an obsolete alias for the
13048 emacs-version variable. Make the function obsolete.
13049 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
13050 Emerge options, rather than merging in into the main Options menu.
13051 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
13052 and auto advance modes. Disable edit/fast items when not relevant.
13053
86812144
CY
130542009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
13055
13056 * term/vt420.el (terminal-init-vt420): Fix typo.
13057
6bb90094
SS
130582009-07-20 Sam Steingold <sds@gnu.org>
13059
13060 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
13061 variable (removed from compile.el on 2004-03-11).
13062
42e0a725
CY
130632009-07-20 Chong Yidong <cyd@stupidchicken.com>
13064
13065 * files.el (hack-local-variables-filter): Fix last change.
13066
2ee20f24
JL
130672009-07-19 Juri Linkov <juri@jurta.org>
13068
13069 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
13070 (dir-local-variables-alist): New buffer-local variable.
13071 (hack-local-variables-filter): If variable is not dir-local,
13072 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
13073 because file-local overrides dir-local.
3570691b 13074 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
13075 Remove obsolete declaration.
13076 (hack-dir-local-variables): Add dir-local variable/value pair to
13077 `dir-local-variables-alist' and remove duplicates. Doc fix.
13078
13079 * help-fns.el (describe-variable): Add information about
13080 file-local and dir-local variables.
13081
89bf83cd
CY
130822009-07-19 Chong Yidong <cyd@stupidchicken.com>
13083
13084 * files.el (hack-local-variables-filter): Rewrite.
13085
1a8d3541
GM
130862009-07-19 Glenn Morris <rgm@gnu.org>
13087
d9e8a018
GM
13088 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
13089 Silence compiler by only defining on XEmacs.
13090
da332cfb
GM
13091 * international/mule.el (auto-coding-regexp-alist): Only match
13092 BABYL... at the start of buffer, not of lines. (Bug#3790)
13093
1a8d3541
GM
13094 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
13095 non-calendar buffers (Bug#3862). Restore "not on a date" message.
13096 (cal-menu-context-mouse-menu): Doc fix.
13097
13098 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
13099
13100 * simple.el (mail-user-agent): Doc fix. Set :version tag.
13101
d842b103
JL
131022009-07-18 Juri Linkov <juri@jurta.org>
13103
13104 * info.el: Virtual Info keyword finder.
3570691b 13105 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
13106 (Info-finder-file): New variable.
13107 (Info-finder-find-file): New function.
13108 (finder-known-keywords, finder-package-info)
13109 (find-library-name, lm-commentary): Use defvar and
13110 declare-function to silence compiler warnings.
13111 (Info-finder-find-node): New function.
13112 (info-finder): New command.
13113
13114 * subr.el (process-kill-buffer-query-function): New function.
13115 (add-hook)<kill-buffer-query-functions>: Add hook
13116 `process-kill-buffer-query-function'.
13117
10d37df7
AM
131182009-07-18 Alan Mackenzie <acm@muc.de>
13119
7b6fefac 13120 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
13121 (c-postprocess-file-styles): Give invocation of `c-set-style'
13122 DONT-OVERRIDE parameter of t. Already set style variables will
13123 thus not be overridden by style settings given by `c-file-syle'.
13124
13125 * files.el (hack-local-variables-filter): Remove entries with
13126 duplicate keys from `file-local-variables-alist'.
13127
102e1a41
EZ
131282009-07-18 Eli Zaretskii <eliz@gnu.org>
13129
13130 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
13131 x-set-selection if display-selections-p returns nil for the
13132 current frame.
13133
16f2e9fc
CY
131342009-07-18 Chong Yidong <cyd@stupidchicken.com>
13135
13136 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
13137
f22693fc
EZ
131382009-07-18 Eli Zaretskii <eliz@gnu.org>
13139
a6c2c80c
EZ
13140 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
13141 Accept nil in addition to a regexp.
13142 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
13143 Accept nil in addition to a regexp.
13144 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
13145 buffers that have an associated file. Handle nil values of
13146 desktop-buffers-not-to-save and desktop-files-not-to-save.
13147 (Bug#3833)
13148
f22693fc
EZ
13149 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13150 (x-disown-selection-internal): New functions.
13151
e456379a
NR
131522009-07-18 Nick Roberts <nickrob@snap.net.nz>
13153
13154 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
13155 warning.
13156 (gdb-breakpoints-header): Move forward to avoid compiler warning.
13157 (gdb-make-header-line-mouse-map): Remove duplicate definition.
13158
0013b70f
CY
131592009-07-18 David De La Harpe Golden <david@harpegolden.net>
13160
13161 * simple.el (set-mark): Revert last change.
13162
0855c2ca
CY
131632009-07-17 Tassilo Horn <tassilo@member.fsf.org>
13164
13165 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
13166 rendering of pngs is not possible instead of messaging a long
13167 description.
13168
3f5c9cad
CY
131692009-07-17 David De La Harpe Golden <david@harpegolden.net>
13170
13171 * w32-fns.el (x-selection-owner-p): New function.
13172
13173 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
13174 (mouse-yank-at-click, mouse-yank-primary): If
13175 select-active-regions is non-nil, deactivate the mark before
13176 insertion.
3f5c9cad
CY
13177
13178 * simple.el (deactivate-mark, set-mark): Only save selection if we
13179 own it.
13180
1fc87f9b
KH
131812009-07-17 Kenichi Handa <handa@m17n.org>
13182
13183 * case-table.el (describe-buffer-case-table): Fix for the case
13184 that KEY is a cons.
13185
d56fdcd2
DN
131862009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
13187
13188 * vc-rcs.el (vc-rcs-find-file-hook):
13189 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
13190
bede3e9f
MA
131912009-07-16 Michael Albinus <michael.albinus@gmx.de>
13192
13193 * net/tramp.el (tramp-wait-for-output): Handle the case when
13194 commands do not return a newline but a null byte before the shell
13195 prompt. (Bug#3858)
13196
7653ca1d
YM
131972009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13198
13199 * term/ns-win.el (ns-set-alpha): Don't declare.
13200 (ns-set-background-alpha): Remove function.
13201
ed2a52e9
SM
132022009-07-16 Kevin Ryde <user42@zip.com.au>
13203
13204 * emacs-lisp/copyright.el (copyright-update): Save match-data across
13205 y-or-n-p, for safety.
13206
7a907299
RS
132072009-07-16 Richard Stallman <rms@gnu.org>
13208
13209 * files.el (auto-save-mode): If buffer-saved-size is -2,
13210 don't clobber it.
13211
13212 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
13213 (rmail-retry-ignored-headers): Add more uninteresting fields.
13214
c0db3477
CY
132152009-07-15 Jari Aalto <jari.aalto@cante.net>
13216
13217 * net/rcirc.el (rcirc): Use history variables.
13218 (rcirc-server-name-history, rcirc-nick-name-history)
13219 (rcirc-server-port-history): New variables.
13220
6c875452
KH
132212009-07-15 Kenichi Handa <handa@m17n.org>
13222
bf974dc9
KH
13223 * international/mule-cmds.el (set-language-environment-charset):
13224 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
13225 ignore them.
13226
6c875452
KH
13227 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
13228 Delete unibyte-display.
13229
2066b4fe
CY
132302009-07-15 Chong Yidong <cyd@stupidchicken.com>
13231
13232 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
13233
f9be2e35
CY
132342009-07-15 Chong Yidong <cyd@stupidchicken.com>
13235
13236 * simple.el (deactivate-mark): Optional argument FORCE.
13237 (set-mark): Use deactivate-mark.
13238
13239 * info.el (Info-search): No need to check transient-mark-mode
13240 before calling deactivate-mark.
13241
13242 * select.el (x-set-selection): Doc fix.
13243 (x-valid-simple-selection-p): Allow buffer values.
13244 (xselect--selection-bounds): Handle buffer values. Suggested by
13245 David De La Harpe Golden.
13246
13247 * mouse.el (mouse-set-region, mouse-drag-track): Call
13248 copy-region-as-kill before setting the mark, to let
13249 select-active-regions work.
13250
be3e598a 132512009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
13252
13253 * simple.el (deactivate-mark): If select-active-regions is
13254 non-nil, copy the selection data into a string.
13255 (activate-mark): If select-active-regions is non-nil, set the
13256 selection to the current buffer.
13257 (set-mark): Update selection if select-active-regions is non-nil.
13258
13259 * select.el (x-valid-simple-selection-p): Allow buffer values.
13260
cbd61418
SM
132612009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
13262
13263 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
13264 and more featureful message-mode.
13265
f470187f
CY
132662009-07-14 Chong Yidong <cyd@stupidchicken.com>
13267
13268 * select.el (x-set-selection): Doc fix.
13269 (x-valid-simple-selection-p): Disallow selection data consisting
13270 of a list or cons of integers, since that is not used.
13271 (xselect--selection-bounds, xselect--int-to-cons): New functions.
13272 (xselect-convert-to-string, xselect-convert-to-length)
13273 (xselect-convert-to-filename, xselect-convert-to-charpos)
13274 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
13275
bfc99364
DD
132762009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
13277
13278 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
13279 output in -break-info command (Emacs bug #3794).
13280
e32721f5
GM
132812009-07-14 Glenn Morris <rgm@gnu.org>
13282
1e46f9e4
GM
13283 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
13284 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
13285 (edebug-print-length, edebug-print-level, edebug-print-circle)
13286 (edebug-sit-for-seconds, edebug-view-outside)
13287 (edebug-bounce-point, edebug-set-global-break-condition)
13288 (edebug-Go-nonstop-mode, edebug-trace-mode)
13289 (edebug-Trace-fast-mode, edebug-continue-mode)
13290 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
13291 (edebug-visit-eval-list): Doc fixes.
13292
e32721f5
GM
13293 * subr.el (def-edebug-spec): Doc fix.
13294
66a85e76
KH
132952009-07-14 Kenichi Handa <handa@m17n.org>
13296
13297 * international/characters.el: Fix setting of category ?C.
13298
28571246
JD
132992009-07-13 Jan Djärv <jan.h.d@swipnet.se>
13300
7b6fefac 13301 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
13302 ns-popup-font-panel instead of generate-fontset-menu.
13303
5d74672c
EZ
133042009-07-12 Eli Zaretskii <eliz@gnu.org>
13305
7b6fefac 13306 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 13307
eb1727a4
CY
133082009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
13309
13310 * arc-mode.el (archive-find-type): Allow for a PK00 string before
13311 the PK\003\004 header (Bug#3770).
13312
208384c5
CY
133132009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
13314
13315 * pcomplete.el (pcomplete-comint-setup): Check for
13316 shell-dynamic-complete-filename too.
13317
774409a1
CY
133182009-07-11 Chong Yidong <cyd@stupidchicken.com>
13319
13320 * simple.el (temporary-goal-column): Change the value for
13321 line-move-visual to a cons cell.
13322 (line-move-visual): Record or set the window hscroll, if
13323 necessary (Bug#3494).
13324 (line-move-1): Handle cons value of temporary-goal-column.
13325
1639ee1d
KH
133262009-07-11 Kenichi Handa <handa@m17n.org>
13327
13328 * international/mule-diag.el (describe-character-set): Don't show
13329 width.
13330
2b1d2412
SS
133312009-07-10 Sam Steingold <sds@gnu.org>
13332
13333 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13334 Omake sometimes indents the errors it prints, so allow all
13335 regexps to start with spaces.
13336
ed3a5691
EZ
133372009-07-10 Eli Zaretskii <eliz@gnu.org>
13338
ed2a52e9
SM
13339 * cus-edit.el (customize-changed-options-previous-release):
13340 Bump value to 22.1. (Bug#3804)
ed3a5691 13341
49405d0e
SS
133422009-07-08 Sam Steingold <sds@gnu.org>
13343
13344 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
13345 to be a cons cell (test . ignored-directory) to selectively ignore
13346 some directories depending on the location of the search.
13347
93c3eb7c
MA
133482009-07-08 Michael Albinus <michael.albinus@gmx.de>
13349
13350 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
13351 remote user is root, on the local host.
13352 (tramp-local-host-p): Either the local user or the remote user
13353 must be root. (Bug#3771)
13354
6f2a8484
NR
133552009-07-08 Nick Roberts <nickrob@snap.net.nz>
13356
13357 * progmodes/gdb-mi.el (gdb): Remove description of
13358 gdb-use-separate-io-buffer.
69cb8d82 13359 (menu): Don't allow toggling of or enable
6f2a8484
NR
13360 gdb-use-separate-io-buffer from menubar.
13361
88d03607
CY
133622009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
13363
13364 * mail/unrmail.el (unrmail): Make sure the message ends with two
13365 newlines (Bug#3769).
13366
7ef5b8b2
GM
133672009-07-08 Glenn Morris <rgm@gnu.org>
13368
13369 * calendar/calendar.el (calendar-current-date): Rework previous change.
13370
3ce82f97
GM
133712009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
13372
13373 * calendar/calendar.el (calendar-current-date):
13374 Add an optional argument giving an offset from today.
13375
f35fc841
GM
133762009-07-08 Glenn Morris <rgm@gnu.org>
13377
13378 * tutorial.el (tutorial--describe-nonstandard-key):
13379 Adjust the message for when a key has been unbound.
13380 (help-with-tutorial): Hide the arch-tag.
13381
40149292
KH
133822009-07-08 Kenichi Handa <handa@m17n.org>
13383
69cb8d82
KH
13384 * international/fontset.el (setup-default-fontset): For each
13385 script, append (not set) font-specs.
13386
40149292
KH
13387 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
13388 docstring.
13389
ff0c4194
NR
133902009-07-08 Nick Roberts <nickrob@snap.net.nz>
13391
13392 * progmodes/gdb-mi.el (gdb-init-1): Move sending
13393 -data-list-register-names to ...
13394 (gdb-starting): ... here because GDB 7.0 requires execution to
13395 have started when using this MI command.
13396 (gdb-set-header): New function to distinguish select and
13397 unselected tabs in gdb buffers.
13398 (gdb-propertize-header): New macro that uses gdb-set-header.
13399 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 13400 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 13401
8954c675
CY
134022009-07-07 Chong Yidong <cyd@stupidchicken.com>
13403
13404 * Makefile.in (ELCFILES): Remove fadr.elc.
13405
0996385d
DD
134062009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
13407
dc6b4519
DD
13408 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
13409 may contain frame information, so `string-match' should be used.
13410 (gdb-update): Disassembly is invalidated through
13411 `gdb-get-selected-frame'.
13412 (gdb-pad-string): New function to pad string with spaces.
13413 (gdb-invalidate-disassembly): Invalidate only if the buffer
13414 exists.
13415 (gdb-disassembly-handler-custom): Column alignment.
13416 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
13417 placing new ones.
13418 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
13419 end of line, too.
13420 (gdb-frame-handler): Match convention to for disassembly buffer
13421 mode name.
17c1380b 13422 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
13423 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
13424 not highlight breakpoints without line information.
69a197a2 13425 (gdb-input): Add trailing newline to command.
dc6b4519 13426
14340b25
DD
13427 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
13428 buffer properly.
13429 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 13430 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
13431 now.
13432 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
13433 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
13434 to place breakpoints.
14340b25
DD
13435 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
13436 functions.
13437 (gdb-disassembly-handler-custom): Show overlay arrow.
13438 (gdb-disassembly-place-breakpoints): Show breakpoints in
13439 disassembly buffer.
13440 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 13441 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 13442 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 13443 in `gud-menu-map'.
14340b25 13444
38d4f316 13445 * fadr.el: Remove.
1f2a6224 13446
7b6fefac 13447 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 13448 (gdb-memory-address): New variable which holds top address of
7b6fefac 13449 memory page shown in memory buffer.
0996385d
DD
13450 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
13451 customization variables.
13452 New functions:
13453 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
13454 display the memory buffer.
13455 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
13456 buffer display parameters.
13457 (def-gdb-memory-format, gdb-memory-format-binary)
13458 (gdb-memory-format-octal, gdb-memory-format-unsigned)
13459 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
13460 Functions for setting memory buffer format.
13461 (gdb-memory-unit-word, gdb-memory-unit-halfword)
13462 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
13463 unit size used in memory buffer.
13464 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
13465 to next/previous page of memory buffer.
28d67a53 13466 Now using (bindat-get-field) instead of fadr functions.
0996385d 13467
9ba562d3
SS
134682009-07-07 Sam Steingold <sds@gnu.org>
13469
13470 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
13471 non-top-level files.
13472
a43977db
KH
134732009-07-07 Kenichi Handa <handa@m17n.org>
13474
13475 * international/mule-cmds.el (reset-language-environment): Put
13476 the highset priority to the charset iso-8859-1.
13477
d44d05e8
CY
134782009-07-06 Chong Yidong <cyd@stupidchicken.com>
13479
13480 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
13481 to the end of the line when locating the block (Bug#700).
13482
3e2fa353
MA
134832009-07-06 Michael Albinus <michael.albinus@gmx.de>
13484
13485 * net/tramp.el (tramp-handle-write-region): Flush file properties
13486 in case of short track.
13487
be3e598a 134882009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 13489
bf0b361c
JB
13490 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
13491 Coded custom representation of verilog error regular expressions
13492 to work with Emacs-22's new format.
d88782c3 13493 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 13494 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
13495 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
13496 error recognition into XEmacs.
13497 (verilog-error-regexp-add-emacs): Hook routine to install verilog
13498 error recognition into Emacs-22.
13499
25c6f63e
CY
135002009-07-06 Chong Yidong <cyd@stupidchicken.com>
13501
13502 * woman.el: Remove stand-alone closing parentheses.
13503 (woman-file-name, woman2-format-paragraphs)
13504 (woman-leave-blank-lines): Code cleanup.
13505 (woman-use-own-frame): Change default to nil.
13506 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
13507 defaults to inherit from default faces.
13508 (woman2-process-escapes): Consume the newline after a stand-alone
13509 filler character (Bug#3651).
13510
f176290e
GM
135112009-07-06 Glenn Morris <rgm@gnu.org>
13512
13513 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
13514 (top-level): Move provide to the end.
13515 (ffap): Remove defunct URL from custom group.
13516
13517 * subr.el (eval-after-load): Doc fix.
13518
7b6fefac 135192009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
13520
13521 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
13522 `calc-embedded-word' is called twice.
13523
4b8b1ec5
SM
135242009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13525
13526 * files.el (find-alternate-file-other-window, find-alternate-file):
13527 Obey confirm-nonexistent-file-or-buffer.
13528
d6ceb380
MA
135292009-07-05 Michael Albinus <michael.albinus@gmx.de>
13530
13531 * dired-aux.el (dired-show-file-type): Handle remote files.
13532
be3e598a 135332009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 13534
4b8b1ec5
SM
13535 * desktop.el (desktop-globals-to-save):
13536 Add file-name-history (Bug#2750).
c760f19e 13537
6d00ce04
CY
135382009-07-05 Chong Yidong <cyd@stupidchicken.com>
13539
4b8b1ec5 13540 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 13541
6ee21b07
JB
135422009-07-04 Johan Bockgård <bojohan@gnu.org>
13543
13544 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
13545 property on entire argument since this is what eshell-lisp-command
13546 expects.
13547
f0dbdc25
MA
135482009-07-03 Michael Albinus <michael.albinus@gmx.de>
13549
13550 * net/tramp-gvfs.el (tramp-gvfs-methods)
13551 (tramp-gvfs-zeroconf-domain)
13552 (tramp-bluez-discover-devices-timeout): Add version flag.
13553 (tramp-gvfs-handler-mounted-unmounted)
13554 (tramp-gvfs-connection-mounted-p): Polish handling of
13555 incompatibilities between GVFS 0.2 and 1.0.
13556
e044e4fc
JD
135572009-07-03 Jan Djärv <jan.h.d@swipnet.se>
13558
4b8b1ec5 13559 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 13560
2e9b968b
JB
135612009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
13562
bf0b361c 13563 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
13564 formatted correctly.
13565
baf1a55e
JL
135662009-07-02 Juri Linkov <juri@jurta.org>
13567
13568 * info.el: Virtual Info files and nodes.
13569 (Info-virtual-files, Info-virtual-nodes): New variables.
13570 (Info-current-node-virtual): New variable.
13571 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
13572 New functions.
13573 (Info-file-supports-index-cookies): Use Info-virtual-file-p
13574 to check for a virtual file instead of checking a fixed list
13575 of node names.
13576 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
13577 instead of ad-hoc processing of "dir" and (apropos history toc).
13578 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
13579 instead of ad-hoc processing of "dir" and (apropos history toc).
13580 Reread a file when moving from a virtual node.
13581 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
13582 (Info-directory-toc-nodes, Info-directory-find-file)
13583 (Info-directory-find-node): New functions.
13584 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
13585 (Info-history): Move part of code to
13586 `Info-history-find-node'.
13587 (Info-history-toc-nodes, Info-history-find-file)
13588 (Info-history-find-node): New functions.
13589 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
13590 (Info-toc): Move part of code to `Info-toc-find-node'.
13591 (Info-toc-find-node): New function.
4b8b1ec5 13592 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
13593 the current Info file name to references because now the node
13594 "*TOC*" belongs to the same Info manual.
4b8b1ec5 13595 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
13596 (Info-toc-nodes): Rename input argument `file' to `filename'.
13597 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
13598 instead of ad-hoc processing of ("dir" apropos history toc).
13599 (Info-index-nodes): Use Info-virtual-file-p
13600 to check for a virtual file instead of checking a fixed list
13601 of node names.
13602 (Info-index-node): Add check for `Info-current-node-virtual'.
13603 Raise `save-match-data' higher up the tree to contain
13604 `search-forward' too (bug fix).
13605 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
13606 (Info-virtual-index-nodes): New variable.
13607 (Info-virtual-index-find-node, Info-virtual-index): New functions.
13608 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
13609 (Info-apropos-file, Info-apropos-nodes): New variables.
13610 (Info-apropos-toc-nodes, Info-apropos-find-file)
13611 (Info-apropos-find-node, Info-apropos-matches): New functions.
13612 (info-apropos): Move part of code to `Info-apropos-find-node' and
13613 `Info-apropos-matches'.
13614 (Info-mode-map): Bind "I" to `Info-virtual-index'.
13615 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
13616 for a virtual file instead of checking a fixed list of node names.
13617
13618 * simple.el (async-shell-command): New command.
13619
13620 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
13621
13622 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
13623 instead of `mount-info'.
13624
d04bc496
MA
136252009-07-02 Michael Albinus <michael.albinus@gmx.de>
13626
13627 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 13628 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 13629
af0403e0
KH
136302009-07-02 Kenichi Handa <handa@m17n.org>
13631
13632 * international/mule.el (set-keyboard-coding-system): Force *-unix
13633 coding-system to avoid eol conversion.
13634
99278f8a
MA
136352009-07-01 Michael Albinus <michael.albinus@gmx.de>
13636
4b8b1ec5
SM
13637 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13638 Add handler for `process-file', `shell-command' and
99278f8a
MA
13639 `start-file-process'.
13640 (tramp-gvfs-handle-shell-command)
13641 (tramp-gvfs-handle-start-file-process)
13642 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 13643 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 13644
3f1c6666
JD
136452009-07-01 Jan Djärv <jan.h.d@swipnet.se>
13646
13647 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
13648
3f396bac
KH
136492009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
13650
13651 * language/korean.el (set-language-info-alist): Add korean-cp949,
13652 cp949 to spec.
13653
c1185193
KH
136542009-07-01 Kenichi Handa <handa@m17n.org>
13655
13656 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
13657
13658 * international/encoded-kb.el: Deleted.
13659
13660 * international/mule.el (set-keyboard-coding-system): Perform the
13661 necessary setup here instead of calling encoded-kbd-setup-display.
13662
3f150a60
GM
136632009-07-01 Glenn Morris <rgm@gnu.org>
13664
13665 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
13666
b0d5b05b
GM
136672009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
13668
13669 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
13670
4f4126e6
MA
136712009-06-30 Michael Albinus <michael.albinus@gmx.de>
13672
4b8b1ec5
SM
13673 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
13674 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 13675 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 13676
7ae3ea65 13677 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
13678 (top): Add a default for "synce" in `tramp-default-user-alist'.
13679 Add completion function for "synce" method.
13680 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
13681 (tramp-hal-interface-manager, tramp-hal-interface-device):
13682 New defconst.
13683 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
13684 (tramp-synce-list-devices, tramp-synce-parse-device-names):
13685 New defuns.
d6ceb380
MA
13686
13687 * net/trampver.el: Update release number.
7ae3ea65 13688
0ad6626b
KH
136892009-06-30 Kenichi Handa <handa@m17n.org>
13690
13691 * international/fontset.el (setup-default-fontset): Add CJK fonts
13692 for symbols and the other miscellaneous characters.
13693
4b8b1ec5
SM
13694 * language/korea-util.el (setup-korean-environment-internal):
13695 Make char-width-table suitable for Korean environments.
0ad6626b
KH
13696 (exit-korean-environment): Cancel above.
13697
13698 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
13699 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 13700 setup-function to make char-width-table suitable for respective
0ad6626b
KH
13701 environments, and an exit-function to cancel that.
13702
13703 * language/japan-util.el (setup-japanese-environment-internal):
13704 Call use-cjk-char-width-table with arg `ja_JP'.
13705
13706 * international/characters.el (cjk-char-width-table): Delete it.
13707 (cjk-char-width-table-list): New variable.
13708 (use-cjk-char-width-table): New arg local-name.
13709 (use-default-char-width-table): Fix for the case that Emacs is
13710 already using the default char-width-table.
13711
fd46e893
MA
137122009-06-29 Michael Albinus <michael.albinus@gmx.de>
13713
13714 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
13715 modes mandatory. (Bug#3712)
13716
b87d9f96
AM
137172009-06-29 Alan Mackenzie <acm@muc.de>
13718
13719 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 13720 correction between the visible width of TABs and their number of bytes.
b87d9f96 13721
2d25aa5a
CY
137222009-06-29 Chong Yidong <cyd@stupidchicken.com>
13723
13724 * server.el (server-buffer-done): Prevent kill-buffer from
13725 prompting by clearing the buffer modification flag (Bug#3696).
13726
a3a8b002
DN
137272009-06-28 Michael McNamara <mac@mail.brushroad.com>
13728
bf0b361c 13729 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 13730 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
13731 (verilog-basic-complete-re): Support localparam lineup.
13732 (verilog-beg-of-statement-1): Fix for robustness, unique case.
13733 (verilog-set-auto-endcomments): Fix for unique case, always_comb
13734 commenting.
13735 (verilog-leap-to-case-head): Now support *nested* unique &
13736 priority case statements.
13737 (verilog-auto-lineup): Make just declarations the default (as it
13738 had been).
4b8b1ec5 13739 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 13740 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 13741 select the various styles of automatic lineup.
a3a8b002
DN
13742 (verilog-error-regexp-alist): Rework to support the XEmacs style
13743 of error regular expressions from compilers, lint tools &
13744 simulators. Note that GNU Emacs has made it impossible for a mode
13745 to load such things.
13746 (electric-verilog-terminate-line, verilog-indent-declaration)
13747 (verilog-auto-wiure): Rework for radio button selection of
13748 auto-lineup selection of specification of auto lineup.
13749 (verilog-beg-of-statement-1): Redesign to support proper operation
13750 in additional code, based on testing with auto-lineup.
13751 (verilog-calculate-indent, assignments & declarations)
13752 (verilog-backward-token): Enhance to support auto-lineup of
13753 assignments & declarations.
13754 (verilog-in-directive-p, verilog-at-struct-p): New function for
13755 easy test of whether we are.
13756 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
13757 to support safe execution at almost anyline.
13758 (verilog-calc-1): Properly support indenting deep inside generate
13759 blocks.
48c2d18a 13760 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 13761 as it is redundant with font-lock-defaults.
a8f316ca 13762 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
13763 to avoid circular calls if syntax-ppss is a function (as is the
13764 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 13765 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
13766 (verilog-ovm-begin-re, verilog-ovm-end-re)
13767 (verilog-ovm-statement-re, verilog-leap-to-head)
13768 (verilog-backward-token): Add support for OVM macros. Some are
13769 complete statements, and others open and close scopes like begin
13770 and end.
13771 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
13772 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 13773 compilation issue.
48c2d18a 13774 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 13775 coverpoint, constraint and cross statements.
a3a8b002
DN
13776 (verilog-defun-level-list, verilog-generate-defun-level-list)
13777 (verilog-all-defun-level-list): Redo these specifications - it is
13778 too hard to support eval-when compile aggregation of lists also
13779 built at when-compile time.
13780 (verilog-defun-level-list): Place defconsts of variables used in
13781 building regular expressions which are built in eval-when-compile
13782 bodies in the same eval-when-compile body to facilitate compile
13783 without load.
13784 (verilog-beg-block-re-ordered): Support indenting
13785 virtual/protected tasks and functions.
7b6fefac 13786 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
13787 (verilog-backward-ws&directives, verilog-calc-1): Speed up
13788 indentation of some module items (generate items).
13789 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
13790 across virtual/protected tasks and functions.
13791
137922009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
13793
bf0b361c 13794 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 13795 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
13796 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
13797 in concatenations. Reported by Yishay Belkind.
13798 (verilog-auto-ascii-enum): Support one-hot state machines in
13799 AUTOASCIIENUM. Suggested by Lloyd Gomez.
13800 (verilog-auto-inst, verilog-auto-inst-port): Include interface
13801 modport in AUTOINST and add vl-modport for users. Reported by
13802 David Rogoff.
13803 (verilog-auto-inout-module, verilog-auto-inst)
13804 (verilog-decls-get-interfaces, verilog-insert-definition)
13805 (verilog-insert-one-definition, verilog-read-decls)
13806 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
13807 (verilog-sig-modport, verilog-signals-combine-bus)
13808 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
13809 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
13810 Suggested by David Rogoff.
13811 (verilog-repair-open-comma): Fix non-insertion of comma when
13812 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
13813 (verilog-make-width-expression): Simplify [A-1:0] expression
13814 widths to just {A{1'b0}}.
13815 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
13816 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
13817 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
13818 inputs/outputs or data type. Suggested by Vasu Kandadi.
13819 (next-error-last-buffer): Fix byte-compiler warning.
13820 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
13821 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 13822 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 13823 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
13824 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
13825 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 13826 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
13827 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
13828 causing use of <= assignments. Reported by Alex Reed.
13829 (verilog-read-decls): Fix triand, trior, wand, wor to be
13830 recognized by AUTOWIRE. Reported by Spencer Isaacson.
13831 (verilog-extended-complete-re): Support import "DPI-C" functions.
13832 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 13833 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
13834 (verilog-insert-date, verilog-insert-year)
13835 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
13836 Windows systems. Reported by Michael Potts.
13837 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 13838 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 13839 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 13840 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
13841 (verilog-read-decls): Fix detecting "parameter int" when using
13842 AUTOINSTPARAM. Reported by Bruce T.
13843 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 13844 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 13845 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
13846 verilog-goto-defun will work. Reported by Lawrence Butcher.
13847 (verilog-getopt): Expand environment variables in -f file
13848 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 13849 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
13850 when reading enumerations.
13851 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
13852 Suggested by Stephen Peltan.
4b8b1ec5 13853 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
13854 files. Reported by Steve Peltan.
13855
f7c0d931
CY
138562009-06-28 David De La Harpe Golden <david@harpegolden.net>
13857
13858 * files.el (trash-directory): Fix defcustom type.
13859
baf1a55e 138602009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
13861
13862 * help-fns.el (describe-function-1): Correctly locate adviced
13863 functions in hyperlink (Bug#2438).
13864
d63a01ef
CY
138652009-06-28 Chong Yidong <cyd@stupidchicken.com>
13866
13867 * files.el (trash-directory): Change default to nil.
13868 (move-file-to-trash): If trash-directory is nil and
13869 system-move-file-to-trash is unbound, perform freedesktop-style
13870 trashing.
13871
138722009-06-28 David De La Harpe Golden <david@harpegolden.net>
13873
13874 * files.el (move-file-to-trash): Add freedesktop trash
13875 support (Bug#973).
13876
fc2f6a26
GM
138772009-06-28 Glenn Morris <rgm@gnu.org>
13878
13879 * autorevert.el (global-auto-revert-non-file-buffers)
13880 (global-auto-revert-mode): Doc fixes.
13881
00242b07
JB
138822009-06-27 Johan Bockgård <bojohan@gnu.org>
13883
13884 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
13885
f5594f03
CY
138862009-06-27 Chong Yidong <cyd@stupidchicken.com>
13887
e8a2b2da
CY
13888 * faces.el (x-handle-named-frame-geometry): Ensure that we have
13889 opened an X connection before calling x-get-resource (Bug#3194).
13890
f5594f03
CY
13891 * play/doctor.el: Remove reference to obsolete website.
13892 (make-doctor-variables): Correct grammar mistake (Bug#2633).
13893
3c3bf6ce
DN
138942009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
13895
13896 Remove find-file-not-found-hook VC method. (Bug#2757)
13897 * vc-hooks.el (vc-file-not-found-hook)
13898 (vc-default-find-file-not-found-hook): Remove functions.
13899 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
13900 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
13901 * vc.el:
13902 * vc-hg.el:
13903 * vc-git.el: Do not mention find-file-not-found-hook VC method.
13904
e26a7bc0
AM
139052009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
13906
13907 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 13908 compatibility function for `looking-back'.
e26a7bc0 13909
4b8b1ec5 13910 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 13911 Use `ispell-looking-back'.
e26a7bc0 13912
d9848600
MA
139132009-06-24 Michael Albinus <michael.albinus@gmx.de>
13914
13915 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 13916 rather than `filename'.
d9848600 13917
05fbc4a9
MB
139182009-06-23 Miles Bader <miles@gnu.org>
13919
13920 * face-remap.el (text-scale-set): New function.
13921
f86ca715
GM
139222009-06-23 Glenn Morris <rgm@gnu.org>
13923
33e2c2e5
GM
13924 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
13925
f529f302
GM
13926 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
13927
34995333
GM
13928 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
13929
cc80ccee
GM
13930 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
13931
84cb770d
GM
13932 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
13933 Simplify Persian conditionals.
13934
d916c965
GM
13935 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
13936 variable `filename'.
13937
b6a44b27
GM
13938 * comint.el (comint-insert-input): Doc fix.
13939
f86ca715
GM
13940 * Makefile.in (ELCFILES): Fix typo in previous change.
13941
666e158e
MB
139422009-06-23 Miles Bader <miles@gnu.org>
13943
13944 * cus-start.el: Add entry for `recenter-redisplay'.
13945
be3e598a 139462009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
13947
13948 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
13949 Add an optional argument for the backend, use it instead of
13950 calling vc-backend.
4b8b1ec5
SM
13951 (vc-mode-line): Add an optional argument for the backend.
13952 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
13953 special handling for vc-state being a buffer to ...
13954
13955 * vc-rcs.el (vc-rcs-find-file-hook):
13956 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
13957
13958 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
13959 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
13960 vc-stay-local-p and vc-mode-line calls.
13961
13962 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
13963 (vc-cvs-diff, vc-cvs-annotate-command)
13964 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
13965 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
13966 vc-mode-line calls.
13967
13968 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
13969 direct comparison.
13970 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
13971 backend when calling vc-mode-line.
13972 (vc-register): Do not create a closure for calling the vc register
13973 function, call it directly.
13974
2764748c
DN
139752009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
13976
13977 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
13978 to make it obvious item can be clicked.
f5a0b281
DN
13979
13980 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
13981
d4a885b2
KH
139822009-06-23 Kenichi Handa <handa@m17n.org>
13983
13984 * language/korea-util.el (korean-key-bindings): Change the binding
13985 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
13986 same command.
13987
e3610693
MA
139882009-06-22 Michael Albinus <michael.albinus@gmx.de>
13989
13990 Sync with Tramp 2.1.16.
13991
13992 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
13993
13994 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
13995 when a loading of a package fails. Completion function for rsync
13996 is `tramp-completion-function-alist-ssh'.
13997 (all): Replace all calls of `split-string' and
13998 `tramp-split-string' by `tramp-compat-split-string'.
13999 (tramp-default-method): Use `tramp-compat-process-running-p'.
14000 (tramp-default-proxies-alist): Allow also Lisp forms.
14001 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 14002 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
14003 (tramp-domain-regexp): Allow also "-", "_" and ".".
14004 (tramp-end-of-output): Remove newlines, and add "$" at the end.
14005 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
14006 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
14007 (tramp-handle-directory-files-and-attributes-with-stat):
14008 Care about filenames with spaces, or starting with "-".
e3610693
MA
14009 (tramp-handle-dired-uncache): New defun.
14010 (tramp-handle-insert-directory): Don't flush the directory from
14011 cache, this is handled by `dired-uncache' now.
14012 (tramp-handle-insert-file-contents): Improve error handling.
14013 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14014 Quote `tramp-end-of-output'.
14015 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
14016 (tramp-check-for-regexp): Both echoes must be present, before removing.
14017 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
14018 (tramp-compute-multi-hops): Eval cons cells of
14019 `tramp-default-proxies-alist'.
14020 (tramp-maybe-open-connection): Use the same command pattern for
14021 first hop and further hops.
14022 (tramp-wait-for-output): Remove handling of newlines.
14023 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
14024 (tramp-split-string): Remove function. It is handled in
14025 tramp-compat now.
14026
4b8b1ec5
SM
14027 * net/tramp-cmds.el (tramp-bug):
14028 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
14029
14030 * net/tramp-compat.el (tramp-compat-split-string)
14031 (tramp-compat-process-running-p): New defuns.
14032
14033 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
14034 for `dired-uncache'.
14035
14036 * net/tramp-gvfs.el: New package.
14037
4b8b1ec5
SM
14038 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
14039 Add handler for `dired-uncache'.
e3610693
MA
14040 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
14041
14042 * net/trampver.el: Update release number. Make version check fit
14043 for SXEmacs 22.
14044
13a3f374
JM
140452009-06-22 Jim Meyering <meyering@redhat.com>
14046
e0a28a3b 14047 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
14048 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
14049 XZ is the successor to LZMA: <http://tukaani.org/xz/>
14050
5242671e 140512009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 14052 Nick Roberts <nickrob@snap.net.nz>
13a3f374 14053
e0a28a3b 14054 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
14055 repository (http://sphinx.net.ru/hg/gdb-mi/).
14056
3fde45af
GM
140572009-06-22 Glenn Morris <rgm@gnu.org>
14058
46253b34
GM
14059 * files.el (dir-locals-collect-mode-variables): Allow for any number of
14060 `mode' and `eval' entries. (Bug#3430)
14061
97e18192
GM
14062 * Makefile.in (ELCFILES): Add fadr.elc.
14063
731a00fb
GM
14064 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
14065 differing behavior of \n and ^ in strings. (Bug#3385)
14066
c66cd0ff
GM
14067 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
14068
3fde45af
GM
14069 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
14070 property.
14071 (lisp-indent-function): Make it a defcustom.
14072
db2241a0
NR
140732009-06-21 Nick Roberts <nickrob@snap.net.nz>
14074
14075 * progmodes/gdb-ui.el: Replace with ...
5242671e 14076 * progmodes/gdb-mi.el: ... this file.
db2241a0 14077 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
14078
140792009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
14080
db2241a0
NR
14081 * fadr.el: New file.
14082
38d4f316 14083See ChangeLog.14 for earlier changes.
e3d51b27
MR
14084
14085;; Local Variables:
14086;; coding: utf-8
e3d51b27
MR
14087;; End:
14088
4e5617ee 14089 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
14090
14091 This file is part of GNU Emacs.
14092
14093 GNU Emacs is free software: you can redistribute it and/or modify
14094 it under the terms of the GNU General Public License as published by
14095 the Free Software Foundation, either version 3 of the License, or
14096 (at your option) any later version.
14097
14098 GNU Emacs is distributed in the hope that it will be useful,
14099 but WITHOUT ANY WARRANTY; without even the implied warranty of
14100 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14101 GNU General Public License for more details.
14102
14103 You should have received a copy of the GNU General Public License
14104 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
14105
38d4f316 14106;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1