* lisp/Makefile.in (.el.elc): Increase max-lisp-eval-depth.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
f43cb649
SM
12010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/bytecomp.el (byte-compile-check-variable):
4 Update byte-compile-not-obsolete-var to byte-compile-not-obsolete-vars.
5
6 * Makefile.in (.el.elc): Increase max-lisp-eval-depth.
7
89877f5f
CY
82010-06-12 Chong Yidong <cyd@stupidchicken.com>
9
133a8d82
CY
10 * term/common-win.el (x-colors): Add all the color names defined
11 in rgb.txt (Bug#6332).
12
89877f5f
CY
13 * facemenu.el (list-colors-print): Don't print extra names if it
14 will overflow the window width.
15
16 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 17 change (Bug#6343).
89877f5f 18
9d1f18b5
EZ
192010-06-12 Eli Zaretskii <eliz@gnu.org>
20
21 * files.el (make-directory): Doc fix (bug#6396).
22
b81a0b56
MA
232010-06-12 Michael Albinus <michael.albinus@gmx.de>
24
25 * net/tramp.el (tramp-remote-process-environment): Protect version
26 string by apostroph.
27 (tramp-shell-prompt-pattern): Do not use a shy group in case of
28 XEmacs.
29 (tramp-file-name-for-operation): Add `call-process-region'.
30 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
31
32 * net/tramp-compat.el (top): Do not autoload
33 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
34 only when `start-file-process' is not bound.
35 (tramp-advice-file-expand-wildcards): Do not use
36 `tramp-handle-file-remote-p'.
37 (tramp-compat-make-temp-file): Handle the case, that
38 `make-temp-file' has no third argument EXTENSION.
39
69f18acc
JB
402010-06-11 Juanma Barranquero <lekktu@gmail.com>
41
5fee75d4
JB
42 * makefile.w32-in (WINS_BASIC): Include new directory vc.
43
69f18acc
JB
44 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
45
9766adfb
JL
462010-06-11 Juri Linkov <juri@jurta.org>
47
48 * finder.el (finder-known-keywords): Add keyword "vc"
49 for version control.
50
51 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
52 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
53 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
54 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
55
56b2854f
JL
562010-06-11 Juri Linkov <juri@jurta.org>
57
58 Move version control related files to the "vc" subdirectory.
59 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
60 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
61 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
62 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
63 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
64 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
65 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
66 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
67 Move files to the "vc" subdirectory.
68
6534e58a
CY
692010-06-11 Chong Yidong <cyd@stupidchicken.com>
70
71 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
72 (Bug#6367).
73
84d9562f
SE
742010-06-11 Stephen Eglen <stephen@gnu.org>
75
76 * shell.el: Bind `shell-resync-dirs' to M-RET.
77
3ef0a6a5
MA
782010-06-10 Michael Albinus <michael.albinus@gmx.de>
79
80 * notifications.el: Move file from lisp/net, because it is
81 supposed to talk locally to the user.
82
fa4003da
MA
832010-06-10 Julien Danjou <julien@danjou.info>
84
85 * net/notifications.el (notifications-on-action-signal)
86 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 87 argument to the callback functions. Add docstrings.
fa4003da
MA
88 (notifications-notify): Fix docstring.
89
46e6650e
GM
902010-06-10 Glenn Morris <rgm@gnu.org>
91
92 * emacs-lisp/authors.el (authors-ignored-files)
93 (authors-valid-file-names): Add some files.
94
a71832f7
SM
952010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
96
97 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
98 merge conflict, giving preference to the emacs-23 version of the code.
99
8c6eab5a
SM
1002010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
101
989bc97f
SM
102 * emacs-lisp/advice.el (ad-compile-function):
103 Define warning-suppress-types before we let-bind it (bug#6275).
104
8c6eab5a
SM
105 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
106 declare it, make it buffer-local and permanent-local (bug#6324).
107 (vc-resynch-window): Adjust name.
108 * vc-hooks.el (vc-find-file-hook): Adjust name.
109
890a18d6
MA
1102010-06-09 Michael Albinus <michael.albinus@gmx.de>
111
112 * net/notifications.el (notifications-notify): Fix docstring.
113
bf3e70eb
JB
1142010-06-09 Juanma Barranquero <lekktu@gmail.com>
115
116 Update to Unicode 6.0.0 beta.
117 * international/charprop.el: Update copyright.
118 * international/mule-cmds.el (ucs-names): Update character ranges.
119 * international/uni-bidi.el:
120 * international/uni-category.el:
121 * international/uni-combining.el:
122 * international/uni-comment.el:
123 * international/uni-decimal.el:
124 * international/uni-decomposition.el:
125 * international/uni-digit.el:
126 * international/uni-lowercase.el:
127 * international/uni-mirrored.el:
128 * international/uni-name.el:
129 * international/uni-numeric.el:
130 * international/uni-old-name.el:
131 * international/uni-titlecase.el:
132 * international/uni-uppercase.el: Regenerate.
133
b978141d
JB
1342010-06-09 Juanma Barranquero <lekktu@gmail.com>
135
ee8359ba
JB
136 * emacs-lisp/smie.el (comment-string-strip): Declare function.
137 (smie-precs-precedence-table): Fix typo in docstring.
138
f64ab8fb
JB
139 * vc-mtn.el (log-edit-extract-headers): Declare function.
140
883ffa8c
JB
141 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
142
b978141d
JB
143 * net/notifications.el (dbus-register-signal): Declare function.
144 (notifications-notify): Fix typos and reflow docstring.
145
5f4f2ae4
DN
1462010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
147
148 Improve VC create/retrieve tag/branch.
149 * vc.el (vc-create-tag): Do not read the directory name for VCs
150 with repository revision granularity. Adjust the tag/branch
151 prompt. Reset VC properties.
152 (vc-retrieve-tag): Do not read the directory name for VCs
153 with repository revision granularity. Reset VC properties.
154
41a86354
MA
1552010-06-09 Julien Danjou <julien@danjou.info>
156
ef33fd34 157 * net/notifications.el: New file.
41a86354 158
fab43c76
DN
1592010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
160
00fd1147
DN
161 Add optional support for resetting VC properties.
162 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
163 call vc-file-clearprops when true.
164 (vc-resynch-buffer): Add new optional argument, pass it down.
165 (vc-resynch-buffers-in-directory): Likewise.
166
fab43c76
DN
167 Improve support for special markup in the VC commit message.
168 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
169 * vc-hg.el (vc-hg-checkin): Add support for Date:.
170 * vc-git.el (vc-git-checkin):
171 * vc-bzr.el (vc-bzr-checkin): Likewise.
172
e7d67e73
SM
1732010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
174
175 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
176 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
177
277e6741
MP
1782010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
179
180 * iimage.el: Remove images as soon as the underlying text is modified.
181 (iimage-modification-hook): New function.
182 (iimage-mode-buffer): Use it.
183
83156c18
SM
1842010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
185
186 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
187 smie-indent-offset-after. Add :prev case. Make a bit more generic.
188 (smie-indent-virtual): Remove `virtual' arg. Update callers.
189 (smie-indent-keyword): Add handling of open-paren keywords.
190 (smie-indent-comment-continue): Don't assume comment-continue.
191
13b5221f
MR
1922010-06-07 Martin Rudalics <rudalics@gmx.at>
193
194 * window.el (pop-to-buffer): Remove the conditional that
195 compares new-window and old-window, so it will reselect
196 the selected window unconditionally.
197 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
198
c2ea5810
SM
1992010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * emacs-lisp/smie.el (smie-indent-offset-after)
202 (smie-indent-forward-token, smie-indent-backward-token): New functions.
203 (smie-indent-after-keyword): Use them.
204 (smie-indent-fixindent): Only applies to the indentation of the BOL.
205 (smie-indent-keyword): Tweak the black magic.
206 (smie-indent-comment-continue): Strip comment-continue before use.
207 (smie-indent-functions): Indent comments before keywords.
208
27dd3c11
JL
2092010-06-06 Juri Linkov <juri@jurta.org>
210
211 * isearch.el (isearch-lazy-highlight-search): Fix looping
212 by checking for empty match. This syncs this loop with the
213 similar loop in `isearch-search'. (Bug#6362)
214
35b148ee
JB
2152010-06-05 Juanma Barranquero <lekktu@gmail.com>
216
217 * net/dbus.el (dbus-register-method): Declare function.
218 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
219 (dbus-introspect): Doc fix.
220 (dbus-event-bus-name, dbus-introspect-get-interface)
221 (dbus-introspect-get-argument): Reflow docstrings.
222
eccdfe5f
DN
2232010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
224
225 vc-log-incoming/vc-log-outgoing fixes for Git.
226 * vc-git.el (vc-git-log-view-mode): Fix font lock for
227 incoming/outgoing logs.
228 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
229 instead of vc-git-compute-remote.
230 (vc-git-compute-remote): Remove.
231
86253dc0
CY
2322010-06-04 Chong Yidong <cyd@stupidchicken.com>
233
234 * term/common-win.el (x-colors): Add "dark green" and "dark
235 turquoise" (Bug#6332).
236
0665f661
JL
2372010-06-04 Juri Linkov <juri@jurta.org>
238
239 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
240 Instead of setting `replace' to t and replacing the same string
241 with itself, don't do certain actions when
242 kill-do-not-save-duplicates is non-nil and string is equal to car
243 of kill-ring: don't call menu-bar-update-yank-menu, don't push
244 interprogram-paste strings to kill-ring, and don't push the input
245 argument `string' to kill-ring.
246 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
247
087fc47a
JB
2482010-06-04 Juanma Barranquero <lekktu@gmail.com>
249
250 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
251
4f201088
MA
2522010-06-04 Michael Albinus <michael.albinus@gmx.de>
253
254 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
255 (tramp-gvfs-handler-mounted-unmounted)
256 (tramp-gvfs-connection-mounted-p): Handle default-location.
257
258 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
259 move files to trash.
260
18ccd78a
JB
2612010-06-04 Juanma Barranquero <lekktu@gmail.com>
262
263 * international/mule-cmds.el (nonascii-insert-offset)
264 (nonascii-translation-table): Add obsolescence information.
265
266 * international/mule.el (make-translation-table-from-vector): Doc fix.
267
988b91ce
EL
2682010-06-03 Eric Ludlam <zappo@gnu.org>
269
270 * cedet/semantic/lex-spp.el
271 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
272 invalid values during save, just save a nil (Bug#6324).
273
3845c322
GM
2742010-06-03 Glenn Morris <rgm@gnu.org>
275
276 * desktop.el (desktop-clear-preserve-buffers):
277 Add "*Warnings*" buffer. (Bug#6336)
278
54d3626e
DN
2792010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
280
6941ffec
DN
281 vc-log-incoming/vc-log-outgoing improvements for Git.
282 * vc-git.el (vc-git-log-outgoing): Use the same format as the
283 short log.
284 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
285
54d3626e
DN
286 Add bindings for vc-log-incoming and vc-log-outgoing.
287 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
288 and vc-log-outgoing.
289 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
290 and vc-log-outgoing.
291
aa1bc616
CY
2922010-06-03 Chong Yidong <cyd@stupidchicken.com>
293
294 * net/rcirc.el (rcirc-sort-nicknames): Remove.
295 (rcirc-handler-366): Always sort nicknames.
296
e2d2a205
JB
2972010-06-03 Juanma Barranquero <lekktu@gmail.com>
298
299 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
300
44ea155d
CY
3012010-06-03 Chong Yidong <cyd@stupidchicken.com>
302
303 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc
304 fix.
305
a91dedc4
SM
3062010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
307
308 * net/rcirc.el (rcirc-sort-nicknames): Change default.
309 (rcirc-sort-nicknames-join): Avoid setq.
310
c62bf05a
DD
3112010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
312
313 * net/rcirc.el (rcirc-sort-nicknames): New custom.
314 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
315 (rcirc-handler-366): Use them.
316
dd2c3c92
SM
3172010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
318
319 Split smie-indent-calculate into more manageable chunks.
320 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
321 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
322 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
323 (smie-indent-exps): Extract from smie-indent-calculate.
324 (smie-indent-functions): New var.
325 (smie-indent-functions): Use them.
326
927c346b
SM
3272010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
328
329 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
330 (smie-indent-calculate): Simplify and cleanup.
331
1efeec86
MA
3322010-06-02 Michael Albinus <michael.albinus@gmx.de>
333
334 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
335 (tramp-gvfs-mount-point): Remove.
336 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
337 New defuns.
1efeec86
MA
338 (with-tramp-dbus-call-method): Format trace message.
339 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
340 Implement backup call, when operation on local files fails.
341 Use progress reporter. Flush properties of changed files.
1efeec86
MA
342 (tramp-gvfs-handle-make-directory): Make more traces.
343 (tramp-gvfs-url-file-name): Hexify file name in url.
344 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
345 into account for the resulting file name.
346 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
347 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
348 (tramp-gvfs-handler-mounted-unmounted)
349 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
350 attribute "default_location". Set "prefix" property.
351 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
352 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
353 exists. Raise an error, if not (due to a corresponding answer
354 "no" in interactive questions, for example).
355
89877f5f 3562010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
357
358 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
359
24f574a9
JB
3602010-06-01 Juanma Barranquero <lekktu@gmail.com>
361
362 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
363 right-*. (Bug#6265)
364
290736f2
DN
3652010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
366
61158bfa
DN
367 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
368 * vc-git.el (vc-git-compute-remote): New function.
369 (vc-git-log-outgoing): Use it instead of hard coding a value.
370 (vc-git-log-incoming): New function.
371
5828f6ca
DN
372 Improve state updating for VC tag commands.
373 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
374 to update the state of all buffers in the directory.
375
290736f2
DN
376 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
377
feceda26
SM
3782010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
379
380 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
381 `file-directory-p' to the filename part rather than to the whole text.
382
a44ae268 3832010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
9b937f37
JM
384
385 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
386 (bug#6231).
387
896114cf
SM
3882010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
389
390 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
391
1603358c
DA
3922010-05-31 Drew Adams <drew.adams@oracle.com>
393
394 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
395
fe40dc63
JB
3962010-05-31 Juanma Barranquero <lekktu@gmail.com>
397
398 * subr.el (momentary-string-display): Just use read-event to read
399 the exit event (Bug#6238).
400
9e8014c6
EZ
4012010-05-30 Eli Zaretskii <eliz@gnu.org>
402
403 * international/mule.el (define-coding-system): Doc fix (bug#6313).
404
61a08071
JB
4052010-05-30 Juanma Barranquero <lekktu@gmail.com>
406
407 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
408 Suggested by Eli Zaretskii <eliz@gnu.org>.
409
5feec8ca
SM
4102010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
411
412 * minibuffer.el (completion-file-name-table): Don't return a boundary
413 past the end of `string' (bug#6299).
414 (completion--file-name-table): Delegate to completion-file-name-table
415 for the `boundaries' case.
416
8175cb90
JB
4172010-05-30 Juanma Barranquero <lekktu@gmail.com>
418
2b94133f
JB
419 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
420 movement commands.
421
8175cb90
JB
422 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
423 `path-separator', but maintain compatibility with Emacs 20.2.
424
0191e222
CY
4252010-05-29 Chong Yidong <cyd@stupidchicken.com>
426
427 * server.el (server-process-filter): Receive parent-id argument
428 from emacsclient.
429 (server-create-window-system-frame): New arg. Pass parent-id as
430 frame parameter.
431
9b655a0a
EZ
4322010-05-29 Eli Zaretskii <eliz@gnu.org>
433
db5dce9d
EZ
434 Bidi-sensitive word movement with arrow keys.
435 * subr.el (right-arrow-command, left-arrow-command): Move to
436 bindings.el.
437
438 * bindings.el (right-char, left-char): Move from subr.el and
439 rename from right-arrow-command and left-arrow-command.
440 (right-word, left-word): New functions.
441 (global-map) <right>: Bind to right-char.
442 (global-map) <left>: Bind to left-char.
443 (global-map) <C-right>: Bind to right-word.
444 (global-map) <C-left>: Bind to left-word.
445
9b655a0a
EZ
446 * ls-lisp.el (ls-lisp-classify-file): New function.
447 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
448 (ls-lisp-classify): Call ls-lisp-classify-file.
449 (insert-directory): Remove blanks from switches.
450
fcb52808
CY
4512010-05-29 Chong Yidong <cyd@stupidchicken.com>
452
453 * ansi-color.el: Delete unused escape sequences (Bug#6085).
454 (ansi-color-drop-regexp): New constant.
455 (ansi-color-apply, ansi-color-filter-region)
896114cf 456 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
457 (ansi-color-apply): Build string list before calling concat.
458
0040735a
JL
4592010-05-28 Juri Linkov <juri@jurta.org>
460
461 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
462 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
463 (Bug#5270)
464
b6827fff
MA
4652010-05-28 Michael Albinus <michael.albinus@gmx.de>
466
467 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
468 to ignored backtrace functions.
469 (with-progress-reporter): Expand docstring.
470 (tramp-handle-delete-file): Implement TRASH argument.
471 (tramp-get-remote-trash): New defun.
472
eba082a2
MA
4732010-05-28 Michael Albinus <michael.albinus@gmx.de>
474
475 * net/tramp-compat.el (tramp-compat-delete-file): Use
476 `symbol-value' for backward compatibility.
477
478 * net/tramp.el (tramp-handle-make-symbolic-link)
479 (tramp-handle-load)
480 (tramp-do-copy-or-rename-file-via-buffer)
481 (tramp-do-copy-or-rename-file-directly)
482 (tramp-do-copy-or-rename-file-out-of-band)
483 (tramp-handle-process-file, tramp-handle-call-process-region)
484 (tramp-handle-shell-command, tramp-handle-file-local-copy)
485 (tramp-handle-insert-file-contents, tramp-handle-write-region)
486 (tramp-delete-temp-file-function): Use `delete-file' instead
487 of `tramp-compat-delete-file'.
488
489 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
490 (tramp-fish-handle-make-symbolic-link)
491 (tramp-fish-handle-process-file): Use `delete-file' instead
492 of `tramp-compat-delete-file'.
493
494 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
495 `delete-file' instead of `tramp-compat-delete-file'.
496
497 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
498 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
499 `tramp-compat-delete-file'.
500
501 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
502 `delete-file' instead of `tramp-compat-delete-file'.
503
504 * net/tramp-smb.el (tramp-smb-handle-copy-file)
505 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
506 (tramp-smb-handle-write-region): Use `delete-file' instead of
507 `tramp-compat-delete-file'.
508 (tramp-smb-handle-delete-directory): Use 'trash as arg.
509
f1a5d776
CY
5102010-05-27 Chong Yidong <cyd@stupidchicken.com>
511
512 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 513 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
514 (dired-do-flagged-delete, dired-do-delete): Use trash.
515
516 * speedbar.el (speedbar-item-delete): Allow trashing.
517
518 * files.el (delete-directory): New arg TRASH.
519
520 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
521 (ange-ftp-rename-remote-to-remote)
522 (ange-ftp-rename-local-to-remote)
523 (ange-ftp-rename-remote-to-local, ange-ftp-load)
524 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
525 `delete-file'.
526 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
527 allow trashing.
528
529 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
530 handle new TRASH arg of `delete-file'.
531
c4ce1145 532 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
533 (tramp-handle-make-symbolic-link, tramp-handle-load)
534 (tramp-do-copy-or-rename-file-via-buffer)
535 (tramp-do-copy-or-rename-file-directly)
536 (tramp-do-copy-or-rename-file-out-of-band)
537 (tramp-handle-process-file, tramp-handle-call-process-region)
538 (tramp-handle-shell-command, tramp-handle-file-local-copy)
539 (tramp-handle-insert-file-contents, tramp-handle-write-region)
540 (tramp-delete-temp-file-function): Use null TRASH arg in
541 tramp-compat-delete-file call.
542
543 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
544 (tramp-fish-handle-delete-file)
545 (tramp-fish-handle-make-symbolic-link)
546 (tramp-fish-handle-process-file): Use null TRASH arg in
547 `tramp-compat-delete-file' call.
548
549 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
550 arg in `tramp-compat-delete-file' call.
551
552 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
553 (tramp-gvfs-handle-write-region): Use null TRASH arg in
554 `tramp-compat-delete-file' call.
555
556 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
557 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
558 `tramp-compat-delete-file' call.
559
560 * net/tramp-smb.el (tramp-smb-handle-copy-file)
561 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
562 (tramp-smb-handle-write-region): Use null TRASH arg in
563 tramp-compat-delete-file call.
564 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
565 (tramp-smb-handle-delete-file): Rename arg.
566
567 * diff.el (diff-sentinel):
568 * epg.el (epg--make-temp-file, epg-decrypt-string)
569 (epg-verify-string, epg-sign-string, epg-encrypt-string):
570 * jka-compr.el (jka-compr-partial-uncompress)
571 (jka-compr-call-process, jka-compr-write-region):
572 * server.el (server-sentinel): Remove optional arg from
573 delete-file, reverting 2010-05-03 change.
574
ecb0ab90
CY
5752010-05-27 Chong Yidong <cyd@stupidchicken.com>
576
577 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
578 font-lock-constant-face, not obsolete font-lock-reference-face.
579
2b25da45
KH
5802010-05-27 Kenichi Handa <handa@m17n.org>
581
582 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
583 element of GSTRING is nil.
584
11e4d8c0
SM
5852010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
586
587 * emacs-lisp/smie.el (smie-forward-token-function)
588 (smie-backward-token-function): New vars.
589 (smie-backward-sexp, smie-forward-sexp)
590 (smie-indent-hanging-p, smie-indent-calculate): Use them.
591 (smie-default-backward-token): Rename from smie-backward-token and
592 skip comments.
593 (smie-default-forward-token): Rename from smie-forward-token and
594 skip comments.
595 (smie-next-sexp): Handle nil results from next-token.
596 (smie-indent-calculate): Add a new case for special `fixindent' comments.
597
4da3541b
CY
5982010-05-27 Chong Yidong <cyd@stupidchicken.com>
599
896114cf
SM
600 * progmodes/verilog-mode.el (verilog-type-font-keywords):
601 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
602
6032010-05-27 Masatake YAMATO <yamato@redhat.com>
604
605 * htmlfontify.el (hfy-face-resolve-face): New function.
606 (hfy-face-to-style): Use it (Bug#6279).
607
6dc439cb
SM
6082010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
609
610 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
611 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
612
021eb8d7
GM
6132010-05-26 Glenn Morris <rgm@gnu.org>
614
615 * emulation/edt.el (edt-load-keys): Use locate-library.
616
bef4957b
CY
6172010-05-25 Chong Yidong <cyd@stupidchicken.com>
618
619 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
620 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
621 (log-edit-changelog-insert-entries): Args changed.
622 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
623 (log-edit-insert-changelog-entries): Reorganize return value of
624 `log-edit-changelog-entries' to pass filenames to
625 log-edit-changelog-insert-entries.
626
84fb0956
TV
6272010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
628
629 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
630 `image-dired-dired-insert-marked-thumbs' to
631 `image-dired-dired-toggle-marked-thumbs'.
632
633 * image-dired.el: Require cl when compiling.
634 (image-dired-dired-toggle-marked-thumbs): Rename from
635 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
636 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
637 to 'no-dir. Skip files whose names don't match
638 `image-file-name-regexp'. When file has a thumbnail overlay,
639 delete it. (Bug#5270)
640
0fb1193d
JL
6412010-05-25 Juri Linkov <juri@jurta.org>
642
643 * image-mode.el (image-mode): Add image-after-revert-hook to
644 after-revert-hook.
645 (image-after-revert-hook): New function. (Bug#5669)
646
fc937924
JL
6472010-05-25 Juri Linkov <juri@jurta.org>
648
649 * image.el (image-animated-p): When delay between animated images
650 is 0, set it to 10 (0.1 sec). (Bug#6258)
651
fa9ba953
MA
6522010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
653
654 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 655 `forward-word', its default syntax could be changed.
fa9ba953 656
9e021389
MA
6572010-05-25 Michael Albinus <michael.albinus@gmx.de>
658
659 * net/tramp.el (tramp-progress-reporter-update): New defun.
660 (with-progress-reporter): Use it.
661 (tramp-process-actions):
662 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
663 current message, in order to let progress reporter continue
664 afterwards. (Bug#6257)
665
6169260b
GM
6662010-05-25 Glenn Morris <rgm@gnu.org>
667
668 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
669 Add :version.
670
d26781af
RY
6712010-05-25 Ryan Yeske <rcyeske@gmail.com>
672
8826afe3 673 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
674 (rcirc-default-full-name): Change to "unknown".
675 (rcirc-user-name-history): Add variable.
8826afe3
GM
676
6772010-05-25 Ryan Yeske <rcyeske@gmail.com>
678 Jonathan Rockway <jon@jrock.us>
679
680 * net/rcirc.el (rcirc-server-alist): Add :pass.
681 (rcirc): When prompting for connection parameters, also prompt for
d26781af
RY
682 username and password.
683 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
684 value to server when connecting.
685
d355a0b7
SM
6862010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
687
f5228f84
SM
688 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
689 (smie-merge-prec2s): Pass the tables as separate args.
690 (smie-bnf-precedence-table): Adjust call accordingly.
691 (smie-prec2-levels): Set levels at the end.
692
d355a0b7
SM
693 Replace Lisp calls to delete-backward-char by delete-char.
694 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
695 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
696 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
697 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
698 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
699 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
700 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
701 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
702 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
703 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
704 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
705 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
706 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
707 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
708 delete-backward-char by calls to delete-char.
709
f668ef02
KH
7102010-05-25 Kenichi Handa <handa@m17n.org>
711
712 * language/hebrew.el (hebrew-shape-gstring): New function.
713 Register it in composition-function-table for all Hebrew combining
714 characters.
715
397eb3f3
SM
7162010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
717
718 * epa.el (epa--select-keys): Don't explicitly delete the window since
719 that can fail (e.g. sole window in frame). Use dedication instead.
720
171eda53 7212010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
722
723 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
724
110683ad
CY
7252010-05-22 Chong Yidong <cyd@stupidchicken.com>
726
727 * image.el (image-refresh): Define as an alias for image-flush.
728
729 * image-mode.el (image-toggle-display-image): Caller changed.
730
df9db151
JL
7312010-05-21 Juri Linkov <juri@jurta.org>
732
733 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
734 Remove "all" from grep-files-aliases. Split grep-files-aliases by
735 whitespace, call wildcard-to-regexp on substrings and concat them
736 with "\\|". (Bug#6114)
737
c0209c2c
AM
7382010-05-21 Alan Mackenzie <acm@muc.de>
739
171eda53
SM
740 * progmodes/cc-engine.el (c-parse-state-get-strategy):
741 Replace parameter `here' with `here-' and `here-plus', which sandwich
742 any pertinent CPP construct.
c0209c2c
AM
743 (c-remove-stale-state-cache-backwards): Fix a bug which happens
744 when doing (c-parse-state) in a CPP construct: Exclude any "new"
745 CPP construct from taking part in the scanning.
746
655bded0
MA
7472010-05-21 Michael Albinus <michael.albinus@gmx.de>
748
749 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
750 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
751 Tune `with-progress-reporter' messages.
655bded0
MA
752 (tramp-handle-vc-registered):
753 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
754 (tramp-fish-handle-insert-file-contents)
755 (tramp-fish-maybe-open-connection):
756 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
757 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
758 (tramp-imap-handle-insert-file-contents)
759 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
760
3e17a1a7
JB
7612010-05-21 Juanma Barranquero <lekktu@gmail.com>
762
bf1e8d4a
JB
763 * add-log.el (change-log-font-lock-keywords):
764 Highlight all authors in multi-author entries.
765
3e17a1a7
JB
766 * smerge-mode.el (smerge-refine-ignore-whitespace)
767 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
768 Fix typos in docstrings.
769 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
770
969e684a
GM
7712010-05-21 Glenn Morris <rgm@gnu.org>
772
e75c1e7d
GM
773 * progmodes/fortran.el (fortran-mode):
774 * progmodes/f90.el (f90-mode): Derive from prog-mode.
775
969e684a
GM
776 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
777 having a relative path in src/Makefile.in.
778
a50878fa
KR
7792010-05-20 Kevin Ryde <user42@zip.com.au>
780
781 * help-mode.el (help-make-xrefs): For Info node links turn
782 newlines into spaces. Link node names with newlines are matched
783 by help-xref-info-regexp and buttonized, this change ensures they
784 can be followed successfully with RET. (Bug#6206)
785
f66a2f90
JL
7862010-05-20 Juri Linkov <juri@jurta.org>
787
788 * locate.el (locate): Use pop-to-buffer instead of
789 switch-to-buffer-other-window. (Bug#6204)
790
201d895a
JL
7912010-05-20 Juri Linkov <juri@jurta.org>
792
793 * replace.el (replace-highlight): Fix lazy-highlighting
794 for `M-s w str M-% str RET'.
795
1ddb2ea0
MY
7962009-12-15 Masatake YAMATO <yamato@redhat.com>
797
798 * isearch.el (isearch-yank-word-or-char): Pull next subword
799 when `subword-mode' is activated. (Bug#6220)
800
a6020335
MH
8012010-05-20 Mark A. Hershberger <mah@everybody.org>
802
803 * isearch.el (isearch-update-post-hook): New hook.
804 (isearch-update): Use the new hook. (Bug#6225)
805
50de6a38
JL
8062010-05-20 Juri Linkov <juri@jurta.org>
807
808 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
809 [f1], [help], and (char-to-string help-char) instead of "\C-h".
810 (Bug#6222)
811
5d944a8f
JL
8122010-05-20 Juri Linkov <juri@jurta.org>
813
814 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
815 (Bug#6223)
816
f5d6548a
JL
8172010-05-20 Juri Linkov <juri@jurta.org>
818
819 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
820 FILE-NAME to read from the minibuffer when called interactively
821 with prefix argument instead of using buffer-file-name.
822 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
823
824 * dired.el: Update autoloads.
825
f8e63691
CY
8262010-05-20 Chong Yidong <cyd@stupidchicken.com>
827
828 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
829 nxml-finish-element, for consistency with SGML mode.
830
831 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
832 octave-close-block.
833
07d7c3bd
JB
8342010-05-20 Juanma Barranquero <lekktu@gmail.com>
835
836 * composite.el: Require cl when compiling.
837 (reference-point-alist, compose-gstring-for-graphic)
838 (compose-gstring-for-terminal): Fix typos in docstrings.
839
7bce8510
JL
8402010-05-19 Juri Linkov <juri@jurta.org>
841
842 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
843 set-window-parameter.
844
a7723e05
MA
8452010-05-19 Michael Albinus <michael.albinus@gmx.de>
846
847 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
848 where appropriate.
849 (tramp-maybe-open-connection): Use it.
850
3f2e7735
EZ
8512010-05-19 Eli Zaretskii <eliz@gnu.org>
852
853 * simple.el (move-end-of-line): Make sure we are at line beginning
854 before backing up to end of previous line.
855
8d9181c7
MA
8562010-05-19 Michael Albinus <michael.albinus@gmx.de>
857
8c4ec20f
MA
858 * password-cache.el (password-cache-remove): Fix docstring.
859
8d9181c7
MA
860 * net/secrets.el: Autoload the widget functions.
861 (secrets-search-items, secrets-create-item)
862 (secrets-get-attributes, secrets-expand-item): Attributes will be
863 stored on the password database without leading ":", as all other
864 clients do as well.
865 (secrets-mode): Fix docstring.
866 (secrets-show-secrets): Provide it as autoloaded command only when
867 D-Bus support is available. Check existence of Secret Service API.
868
2a96c2a7
SM
8692010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
870
871 * indent.el (indent-region): Deactivate region (bug#6200).
872
d24e10b1
GM
8732010-05-19 Glenn Morris <rgm@gnu.org>
874
875 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
876
2833d915
KH
8772010-05-19 Kenichi Handa <handa@m17n.org>
878
879 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 880 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 881
134c2f29
JB
8822010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
883
884 * calc/calc-trail.el (calc-trail-isearch-forward)
885 (calc-trail-isearch-backward): Ensure that the new window
886 point is set correctly.
887
278847cd
SM
8882010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
889
890 * subr.el (read-quoted-char): Resolve modifiers after key
891 remapping (bug#6212).
892
3a8e7cbd
MA
8932010-05-18 Michael Albinus <michael.albinus@gmx.de>
894
895 Add visualization code for secrets.
896 * net/secrets.el (secrets-mode): New major mode.
897 (secrets-show-secrets, secrets-show-collections)
898 (secrets-expand-collection, secrets-expand-item)
899 (secrets-tree-widget-after-toggle-function)
900 (secrets-tree-widget-show-password): New defuns.
901
472e7ec1
SM
9022010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
903
224b70cb
SM
904 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
905 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
906 handled in smie-next-sexp.
907 (smie-indent-calculate): Provide a starting indentation (so the
908 recursion is well-founded ;-).
909
472e7ec1
SM
910 Fix handling of non-associative equal levels.
911 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
912 when it's not needed.
913 (smie-op-left, smie-op-right): New functions.
914 (smie-next-sexp): New function, extracted from smie-backward-sexp.
915 Better handle equal levels to distinguish the associative case from
916 the "multi-keyword construct" case.
917 (smie-backward-sexp, smie-forward-sexp): Use it.
918
35e53abd
JB
9192010-05-18 Juanma Barranquero <lekktu@gmail.com>
920
5d8fe0ba
JB
921 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
922
35e53abd
JB
923 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
924 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
925
5ad4bef5
SM
9262010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
927
928 Provide a simple generic indentation engine and use it for Prolog.
929 * emacs-lisp/smie.el: New file.
930 * progmodes/prolog.el (prolog-smie-op-levels)
931 (prolog-smie-indent-rules): New var.
932 (prolog-mode-variables): Use them to configure SMIE.
933 (prolog-indent-line, prolog-indent-level): Remove.
934
00681a3c
JB
9352010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
936
560bb7ae 937 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
938 order before computing the averages.
939
eba62f7a
JB
9402010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
941
597517ef 942 * calc/calc-vec.el (calc-histogram):
5ad4bef5 943 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
944 (math-vector-avg): New function.
945
560bb7ae 946 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
947 being grouped depend on the radix (Bug#6189).
948
8c5ff6dd
KR
9492010-05-15 Ken Raeburn <raeburn@raeburn.org>
950
951 * version.el (emacs-copyright, emacs-version): Don't define here,
952 now that emacs.c defines it.
953
98d8b17e
EZ
9542010-05-15 Eli Zaretskii <eliz@gnu.org>
955
71078429
EZ
956 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
957 "Describe Language Environment" menu item.
958
ce6233c1
EZ
959 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
960
d20e1419
EZ
961 Bidi-sensitive movement with arrow keys.
962 * subr.el (right-arrow-command, left-arrow-command): New functions.
963
964 * bindings.el (global-map): Bind them to right and left arrow keys.
965
98d8b17e
EZ
966 Don't override standard definition of convert-standard-filename.
967 * files.el (convert-standard-filename): Call
968 w32-convert-standard-filename and dos-convert-standard-filename on
969 the corresponding systems.
970
971 * w32-fns.el (w32-convert-standard-filename): Rename from
972 convert-standard-filename. Doc fix.
973
974 * dos-fns.el (dos-convert-standard-filename): Doc fix.
975 (convert-standard-filename): Don't defalias.
976 (register-name-alist, make-register, register-value)
977 (set-register-value, intdos): Obsolete aliases for the
978 corresponding dos-* functions and variables.
979 (dos-intdos): Add a doc string.
980
ae6bc504
JB
9812010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
982
983 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
984 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
985 (math-compose-tex-func):
986 * calc/calccomp.el (math-compose-expr):
987 * calc/calc-ext.el (math-format-flat-expr-fancy):
988 * calc/calc-store.el (calc-read-var-name):
989 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
990
991 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 992 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 993 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 994 (math-standard-units): Add units.
ae6bc504 995
c26ea4b2
SM
9962010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
997
7aefa445 998 * progmodes/asm-mode.el (asm-mode):
13973643
SM
999 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
1000
c26ea4b2
SM
1001 * pcomplete.el (pcomplete-completions-at-point): New function,
1002 extracted from pcomplete-std-complete.
1003 (pcomplete-std-complete): Use it.
1004
02be533b
GM
10052010-05-15 Glenn Morris <rgm@gnu.org>
1006
1007 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1008 Remove references to CVS, RCS and Old directories.
1009
78ed0efc
JB
10102010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
1011
ae6bc504 1012 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
1013 appropriate.
1014
10dcc561
SM
10152010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1016
5ccaa359
SM
1017 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
1018 (sh-mode-syntax-table): Give it a default value instead.
1019 (sh-header-marker): Make buffer-local.
1020 (sh-mode): Move make-local-variable to the corresponding setq.
1021 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
1022 Use complete-with-action.
1023
10dcc561
SM
1024 * simple.el (prog-mode): New (abstract) major mode.
1025 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
1026 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
1027
c38762fd
JB
10282010-05-14 Juanma Barranquero <lekktu@gmail.com>
1029
1030 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
1031 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
1032 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
1033 (sql-make-alternate-buffer-name, sql-placeholders-filter)
1034 (sql-escape-newlines-filter, sql-input-sender)
1035 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
1036
2ef3c144
CY
10372010-05-13 Chong Yidong <cyd@stupidchicken.com>
1038
560bb7ae 1039 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
1040
1041 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
1042 latex-open-block and C-c / to latex-close-block.
1043
1044 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
1045 and C-c C-e to sgml-close-tag.
1046
3b30ccda
MA
10472010-05-13 Michael Albinus <michael.albinus@gmx.de>
1048
1049 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 1050 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
1051 (tramp-handle-load, tramp-handle-file-local-copy)
1052 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
1053 (tramp-maybe-send-script, tramp-find-shell):
1054 Use `with-progress-reporter'.
3b30ccda
MA
1055 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
1056 Fix message text.
1057
1058 * net/tramp-smb.el (tramp-smb-handle-copy-file)
1059 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1060 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1061 Use `with-progress-reporter'.
1062
57ff5d7b
AM
10632010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
1064
1065 * ispell.el (ispell-init-process): Do not kill ispell process
1066 everytime when spellchecking from the minibuffer (bug#6143).
1067
5a70d10f
SM
10682010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1069
791ffe1c
SM
1070 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
1071
5a70d10f
SM
1072 * dos-fns.el: Add "dos-" prefix for namespace control.
1073 (convert-standard-filename): Define as alias for
1074 dos-convert-standard-filename but only if applicable.
1075
38d93f03
AM
10762010-05-12 Alan Mackenzie <acm@muc.de>
1077
1078 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1079 Push the mark at the start of these functions when appropriate.
1080
902a6d8d
SM
10812010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1082
1083 * minibuffer.el (completion-cycle-threshold): New custom var.
1084 (completion--do-completion): Use it.
1085 (minibuffer-complete): Use cycling if appropriate.
1086
9ee120ba
JB
10872010-05-11 Juanma Barranquero <lekktu@gmail.com>
1088
1089 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
1090 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
1091
841c4085
JL
10922010-05-11 Juri Linkov <juri@jurta.org>
1093
1094 * scroll-all.el (scroll-all-check-to-scroll):
1095 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
1096
8a67c70e
SM
10972010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1098
f2b9ed18
SM
1099 * iimage.el (iimage-mode-map): Move initialization into declaration.
1100 (iimage-mode-buffer): Use with-silent-modifications.
1101 Simplify calling convention. Adjust callers.
1102 (iimage-mode): Don't run hook redundantly.
1103
8a67c70e
SM
1104 * minibuffer.el (completion-pcm--pattern->regex):
1105 Fix last change (bug#6160).
1106
4bbedd98
JL
11072010-05-10 Juri Linkov <juri@jurta.org>
1108
1109 Remove nodes visited during Isearch from the Info history.
1110 * info.el (Info-isearch-initial-history)
1111 (Info-isearch-initial-history-list): New variables.
1112 (Info-isearch-start): Record initial values of
1113 Info-isearch-initial-history and Info-isearch-initial-history-list.
1114 Add Info-isearch-end to isearch-mode-end-hook.
1115 (Info-isearch-end): New function.
1116
94ecf5da
MA
11172010-05-10 Michael Albinus <michael.albinus@gmx.de>
1118
1119 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
1120 format string, in order to work around a bug in pdksh.
1121 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
1122 (tramp-handle-verify-visited-file-modtime): Do not send a command
1123 when the connection is not established.
1124 (tramp-handle-set-file-times): Simplify the check for utc.
1125
c5eb971b
JB
11262010-05-10 Juanma Barranquero <lekktu@gmail.com>
1127
1128 Fix use of `filter-buffer-substring' (rework previous change).
1129 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
1130 (cua-repeat-replace-region):
1131 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
1132 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1133 (cua-cut-region-to-global-mark): Use it.
1134
7492acc9
MM
11352010-05-09 Michael R. Mauger <mmaug@yahoo.com>
1136
77e2fc7a
JB
1137 * progmodes/sql.el: Version 2.1.
1138 (sql-product-alist): Redesign structure of product info.
1139 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
1140 (sql-port, sql-port-history): New variables.
1141 (sql-interactive-product): New variable.
1142 (sql-send-terminator): New variable.
77e2fc7a 1143 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
1144 (sql-oracle-login-params, sql-sqlite-login-params)
1145 (sql-mysql-login-params, sql-solid-login-params)
1146 (sql-sybase-login-params, sql-informix-login-params)
1147 (sql-ingres-login-params, sql-ms-login-params)
1148 (sql-postgres-login-params, sql-interbase-login-params)
1149 (sql-db2-login-params, sql-linter-login-params)
1150 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
1151 (sql-mode-map): Add C-c C-i to start interactive mode.
1152 (sql-mode-menu): Update existing menu entries.
1153 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
1154 (sql-mode-oracle-font-lock-keywords)
1155 (sql-mode-postgres-font-lock-keywords)
1156 (sql-mode-ms-font-lock-keywords)
1157 (sql-mode-sybase-font-lock-keywords)
1158 (sql-mode-informix-font-lock-keywords)
1159 (sql-mode-interbase-font-lock-keywords)
1160 (sql-mode-ingres-font-lock-keywords)
1161 (sql-mode-solid-font-lock-keywords)
1162 (sql-mode-mysql-font-lock-keywords)
1163 (sql-mode-sqlite-font-lock-keywords)
1164 (sql-mode-db2-font-lock-keywords)
77e2fc7a 1165 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
1166 reduce run-time complexity.
1167 (sql-add-product, sql-del-product): New functions.
1168 (sql-set-product-feature, sql-get-product-feature): New functions.
1169 (sql-product-font-lock): Update product API.
1170 (sql-add-product-keywords): New function.
1171 (sql-highlight-product): Update product API.
1172 (sql-help-list-products): New function.
1173 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 1174 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
1175 prompt for port.
1176 (sql-copy-column): Copy without properties.
1177 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
1178 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
1179 Implement as a filter.
7492acc9
MM
1180 (sql-escape-newlines-filter): Implement as a filter.
1181 (sql-remove-tabs-filter): New function.
1182 (sql-send-magic-terminator): New function.
1183 (sql-send-string): Implement magic terminator.
1184 (sql-send-region): Use `sql-send-string'.
1185 (sql-interactive-mode): Use product API.
1186 (sql-product-interactive): Use product API.
1187 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1188 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1189 (sql-db2, sql-linter): Use `sql-product-interactive'.
1190 (sql-connect): New function.
1191 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
1192 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
1193 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
1194 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
1195 Use `sql-connect'.
7492acc9 1196
79ccd68f
SM
11972010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1198
1199 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1200 New custom variable.
1201 (completion-pcm--string->pattern): Use it.
1202 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
1203 Make it handle any symbol as `any'.
1204 (completion-pcm--merge-completions): Extract common suffix for the new
1205 `prefix' symbol as well.
1206 (completion-substring--all-completions): Use the new `prefix' symbol.
1207
0d5852cf
MA
12082010-05-09 Michael Albinus <michael.albinus@gmx.de>
1209
1210 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
1211 not bound.
1212 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1213 (tramp-compat-funcall): New defmacro.
1214 (tramp-compat-line-beginning-position)
1215 (tramp-compat-line-end-position)
1216 (tramp-compat-temporary-file-directory)
1217 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1218 (tramp-compat-copy-file, tramp-compat-copy-directory)
1219 (tramp-compat-delete-file, tramp-compat-delete-directory)
1220 (tramp-compat-number-sequence, tramp-compat-process-running-p)
1221 * net/tramp.el (top, with-progress-reporter)
1222 (tramp-rfn-eshadow-setup-minibuffer)
1223 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1224 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1225 (tramp-completion-mode-p, tramp-check-for-regexp)
1226 (tramp-open-connection-setup-interactive-shell)
1227 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1228 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1229 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
1230 * net/tramp-cmds.el (tramp-cleanup-all-connections)
1231 (tramp-reporter-dump-variable, tramp-load-report-modules)
1232 (tramp-append-tramp-buffers)
1233 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
1234
1235 * net/tramp-imap.el (top): Autoload `epg-make-context'.
1236
f913fe7d
SM
12372010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1238
1239 * progmodes/compile.el (compilation-buffer-modtime): Rename from
1240 buffer-modtime. Adjust users.
1241
0235128c 12422010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 1243
77e2fc7a 1244 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 1245 car of each item, not the whole list (Bug#6083).
f034e176 1246
0235128c 12472010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
1248
1249 * progmodes/js.el (js-mode): Make paragraph variables local before
1250 calling c-setup-paragraph-variables (Bug#6071).
1251
0235128c 12522010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
1253
1254 * composite.el (compose-region, reference-point-alist): Fix typos
1255 in the doc strings.
1256
77e2fc7a 12572010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
1258
1259 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1260 gnuplot's "set" command.
1261
0235128c 12622010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
1263
1264 * abbrev.el (last-abbrev-text): Doc fix.
1265 (abbrev-prefix-mark): Don't escape parenthesis.
1266
0235128c 12672010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
1268
1269 * composite.el (find-composition): Doc fix.
1270
0235128c 12712010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
1272
1273 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1274 (sql-oracle-program, sql-sqlite-options)
1275 (sql-query-placeholders-and-send): Doc fixes.
1276 (sql-set-product, sql-interactive-mode): Reflow docstrings.
1277 (sql-imenu-generic-expression, sql-buffer)
1278 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1279 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1280 (sql-mode-sybase-font-lock-keywords)
1281 (sql-mode-informix-font-lock-keywords)
1282 (sql-mode-interbase-font-lock-keywords)
1283 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1284 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1285 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1286 (sql-product-feature, sql-highlight-product)
1287 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
1288 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
1289 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
1290 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1291 Fix typos in docstrings.
1292
0235128c 12932010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
1294
1295 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1296 property instead of `invisible' and `after-string' (bug#5998).
1297
0235128c 12982010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
1299
1300 * image-mode.el (image-mode-as-text): Fix typo in docstring.
1301
0235128c 13022010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
1303
1304 * filecache.el (file-cache-add-directory-list)
1305 (file-cache-add-directory-recursively): Fix typos in docstrings.
1306
0235128c 13072010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
1308
1309 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 1310 (gujarati-composable-pattern): Fix typo.
ece33a6e 1311
0235128c 13122010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
1313
1314 * language/indian.el (oriya-composable-pattern)
0235128c
SM
1315 (tamil-composable-pattern, malayalam-composable-pattern):
1316 Add two-part vowels to "v" (vowel sign).
771533aa 1317
0235128c 13182010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 1319
99833607
CY
1320 * files.el (copy-directory): Handle symlinks (Bug#5982).
1321
0235128c 13222010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
1323
1324 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1325 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
1326 (Bug#5846).
1327
0235128c 13282010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 1329
0ca12598
GM
1330 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1331
d2c7b917
GM
1332 * minibuffer.el (completion-at-point): Doc fix.
1333
ba5bf5f0
SM
13342010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1335
1336 * electric.el (Electric-command-loop): Minor tweak.
1337
1338 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
1339 better with dedicated windows.
1340
0235128c
SM
13412010-05-07 Chong Yidong <cyd@stupidchicken.com>
1342
1343 * Version 23.2 released.
1344
560bb7ae 13452010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 1346 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
1347
1348 Highlight vendor specific properties.
1349 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
1350 (css-proprietary-property): New face.
1351 (css-font-lock-keywords): Use them.
1352
c0162ade
EZ
13532010-05-07 Eli Zaretskii <eliz@gnu.org>
1354
1355 * cus-start.el (all): Add native condition for tool-bar-* symbols.
1356
f3ee9200
SM
13572010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1358
05623156
SM
1359 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
1360 * files.el (auto-mode-alist): Remove redundant entries.
1361
f3ee9200
SM
1362 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
1363 * simple.el (auto-save-mode): Move from files.el.
1364 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
1365
560bb7ae 13662010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c
DU
1367
1368 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
1369
765d4319
KY
13702010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1371
1372 * mail/binhex.el (binhex-decode-region-internal)
1373 * mail/uudecode.el (uudecode-decode-region-internal)
1374 * net/dns.el (dns-read-string-name, dns-write, dns-read)
1375 (dns-read-type, dns-query)
1376 * pgg-parse.el (pgg-parse-armor)
1377 * pgg.el (pgg-verify-region)
1378 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
1379 XEmacs.
1380
86d21cc0 1381 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 1382
f83483ff
JB
13832010-05-07 Juanma Barranquero <lekktu@gmail.com>
1384
40ab7974
JB
1385 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
1386
f83483ff
JB
1387 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
1388 * emulation/cua-base.el (cua-repeat-replace-region):
1389 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1390 (cua-cut-region-to-global-mark):
1391 Remove text properties with `set-text-properties'.
1392
9566840f
MA
13932010-05-06 Michael Albinus <michael.albinus@gmx.de>
1394
f3ee9200
SM
1395 * net/tramp.el (top, with-progress-reporter):
1396 Use `symbol-function' inside `funcall'.
9566840f
MA
1397
1398 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
1399 (tramp-compat-delete-file, tramp-compat-delete-directory):
1400 Handle only `wrong-number-of-arguments' error.
9566840f
MA
1401
1402 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
1403 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
1404 inside `funcall'.
1405
0c495c21
SM
14062010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1407
1493963b
SM
1408 * minibuffer.el (completion--sreverse, completion--common-suffix):
1409 New functions.
1410 (completion-pcm--merge-completions): Extract common suffix when safe.
1411
0c495c21
SM
1412 * emacs-lisp/easy-mmode.el (define-minor-mode):
1413 Make :variable more flexible.
1414 * files.el (auto-save-mode): Use it to define using define-minor-mode.
1415
221a0647
JL
14162010-05-05 Juri Linkov <juri@jurta.org>
1417
1418 Add `slow' and `history' tags to the desktop data.
1419
1420 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
1421 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
1422 (Info-finder-find-node): Require `finder.el' to be able
1423 to restore node from the desktop.
1424 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
1425 data `Info-history' and `slow' tag in the assoc list.
1426 (Info-restore-desktop-buffer): Don't restore nodes with the
1427 `slow' tag. Restore `Info-history'.
1428
66bdc868
MA
14292010-05-05 Michael Albinus <michael.albinus@gmx.de>
1430
1431 Add FORCE argument to `delete-file'.
1432
1433 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
1434 forcing to delete the temporary file.
1435 (ange-ftp-delete-file): Add FORCE arg.
1436 (ange-ftp-rename-remote-to-remote)
1437 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
1438 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
1439 Force file deletion.
66bdc868
MA
1440
1441 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
1442
1443 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
1444 (tramp-handle-make-symbolic-link, tramp-handle-load)
1445 (tramp-do-copy-or-rename-file-via-buffer)
1446 (tramp-do-copy-or-rename-file-directly)
1447 (tramp-do-copy-or-rename-file-out-of-band)
1448 (tramp-handle-process-file, tramp-handle-call-process-region)
1449 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1450 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1451 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
1452
1453 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
1454 (tramp-fish-handle-make-symbolic-link)
1455 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
1456
0c495c21
SM
1457 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1458 Use `tramp-compat-delete-file'.
66bdc868
MA
1459
1460 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
1461 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
1462
1463 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
1464 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
1465
1466 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
1467 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
1468 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
1469 `tramp-compat-delete-file'.
1470
f44379e7
SM
14712010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1472
365f8d85
SM
1473 Minor cleanups.
1474 * subr.el (add-minor-mode): Use push.
1475 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
1476 * emulation/edt.el (edt-select-mode): Simplify.
1477
80ac5d4d
SM
1478 Use define-minor-mode in more cases.
1479 * term/tvi970.el (tvi970-set-keypad-mode):
1480 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1481 (normal-erase-is-backspace-mode):
1482 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
1483 (set-scroll-bar-mode-1): (Re)move to its sole caller.
1484 (get-scroll-bar-mode): New function.
1485 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
1486
1487 Use define-minor-mode for less obvious cases.
f44379e7
SM
1488 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
1489 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
1490 * international/iso-ascii.el (iso-ascii-mode):
1491 * frame.el (auto-raise-mode, auto-lower-mode):
1492 * composite.el (global-auto-composition-mode): Use define-minor-mode.
1493
c04b03f8
MA
14942010-05-04 Michael Albinus <michael.albinus@gmx.de>
1495
1496 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
1497 in order to see error messages for failed logins.
1498
53967e09
CY
14992010-05-03 Chong Yidong <cyd@stupidchicken.com>
1500
1501 * diff.el (diff-sentinel):
1502
1503 * epg.el (epg--make-temp-file, epg-decrypt-string)
1504 (epg-verify-string, epg-sign-string, epg-encrypt-string):
1505
1506 * jka-compr.el (jka-compr-partial-uncompress)
1507 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
1508
1509 * server.el (server-sentinel): Use delete-file's new FORCE arg
1510 (Bug#6070).
1511
56eb0904
SM
15122010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1513
1514 Use define-minor-mode where applicable.
1515 * view.el (view-mode):
1516 * type-break.el (type-break-query-mode)
1517 (type-break-mode-line-message-mode):
1518 * textmodes/reftex.el (reftex-mode):
1519 * term/vt100.el (vt100-wide-mode):
1520 * tar-mode.el (tar-subfile-mode):
1521 * savehist.el (savehist-mode):
1522 * ibuf-ext.el (ibuffer-auto-mode):
1523 * composite.el (auto-composition-mode):
1524 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1525 Use define-minor-mode.
1526 (vhdl-mode): Use static mode-line format.
1527 (vhdl-mode-line-update): Delete.
1528 (vhdl-create-mode-menu, vhdl-activate-customizations)
1529 (vhdl-hs-minor-mode): Don't bother calling it.
1530
672eb710
SM
15312010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1532
8f92b8ad
SM
1533 * simple.el (with-wrapper-hook): Move.
1534 (buffer-substring-filters): Mark obsolete.
1535 (filter-buffer-substring-functions): New variable.
1fada563 1536 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 1537
672eb710
SM
1538 Use a mode-line spec rather than a static string in Semantic.
1539 * cedet/semantic/util-modes.el:
1540 (semantic-minor-modes-format): New var to replace...
1541 (semantic-minor-modes-status): Remove.
1542 (semantic-mode-line-update): Construct a mode-line spec rather than
1543 a static string so that mouse buttons can be used on individual minor
1544 modes and so that semantic-mode-line-update only needs to be called
1545 when global settings are changed.
1546 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
1547 Call semantic-mode-line-update.
1548 (semantic-toggle-minor-mode-globally): Don't assume mode is on
1549 minor-mode-alist, check semantic-minor-mode-alist as well.
1550 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
1551 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
1552 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
1553 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1554 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1555 (define-semantic-idle-service, semantic-idle-summary-mode):
1556 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
1557 Don't call semantic-mode-line-update any more.
1558
cb7f3653
SM
15592010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1560
1561 Use define-minor-mode in CEDET where applicable.
1562
1563 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
1564 Use define-minor-mode.
1565
1566 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
1567 Remove unused arg `keymap' and code redundant with define-minor-mode.
1568 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
1569 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
1570 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
1571 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
1572 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
1573 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
1574 Use define-minor-mode.
1575 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
1576 (semantic-show-unmatched-syntax-mode-setup)
1577 (semantic-show-parser-state-mode-setup)
1578 (semantic-highlight-func-mode-setup): Inline into sole caller.
1579
1580 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1581 (semantic-mru-bookmark-mode): Use define-minor-mode.
1582 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
1583
1584 * cedet/semantic/idle.el (define-semantic-idle-service):
1585 Use define-minor-mode and inline setup function into its sole caller.
1586 (semantic-idle-scheduler-mode-setup)
1587 (semantic-idle-summary-mode-setup): Inline into sole caller.
1588 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
1589 Use define-minor-mode.
1590
1591 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
1592 (semantic-decoration-mode): Use define-minor-mode.
1593 (semantic-decoration-mode-setup): Inline into sole caller.
1594
1595 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
1596 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
1597 (ede-dired-add-to-target): Use dolist.
1598
c04b03f8 15992010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 1600 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
1601
1602 Implement compression for inline methods.
1603
1604 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1605 (tramp-copy-size-limit): Allow also nil.
1606 (tramp-inline-compress-commands): New defconst.
1607 (tramp-find-inline-compress, tramp-get-inline-compress)
1608 (tramp-get-inline-coding): New defuns.
cb7f3653 1609 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 1610 replaced by `tramp-get-inline-coding'.
6a29a838
MA
1611 (tramp-handle-file-local-copy, tramp-handle-write-region)
1612 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1613
8c0bf8b3
SM
16142010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1615
07125a91
SM
1616 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
1617 Remove unused functions.
1618
f3a47002
SM
1619 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
1620 Set find-tag-default-function as a variable rather than a property.
1621
8c0bf8b3
SM
1622 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
1623 * progmodes/etags.el (tags-completion-at-point-function):
1624 Remove left over interactive spec. Add autoloading stub.
1625 (complete-tag): Use tags-completion-at-point-function.
1626
27601456
CY
16272010-04-30 Chong Yidong <cyd@stupidchicken.com>
1628
cb7f3653 1629 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 1630
09d0284d
CY
16312010-04-29 Chong Yidong <cyd@stupidchicken.com>
1632
27d3cd56
CY
1633 * ido.el (ido-init-completion-maps): Remove C-v binding.
1634 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 1635
3a07ffce
CY
16362010-04-29 Chong Yidong <cyd@stupidchicken.com>
1637
1638 * minibuffer.el (tags-completion-at-point-function): New function.
1639 (completion-at-point-functions): Use it.
1640
1641 * cedet/semantic.el (semantic-completion-at-point-function): New function.
1642 (semantic-mode): Use semantic-completion-at-point-function for
1643 completion-at-point-functions instead.
1644
1645 * progmodes/etags.el (complete-tag): Revert last change.
1646
3d14bb73
AM
16472010-04-29 Alan Mackenzie <acm@muc.de>
1648
1649 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
1650 off-by-one error (in end of macro position).
1651
7d353d11
SM
16522010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1653
1654 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
1655 firefox is absent. Don't autoload.
1656 (browse-url-galeon-program): Don't autoload.
1657
48111a85
CY
16582010-04-28 Chong Yidong <cyd@stupidchicken.com>
1659
1660 * bindings.el (complete-symbol): Move into minibuffer.el.
1661
1662 * minibuffer.el (complete-tag): Move from etags.el. If tags
1663 completion cannot be performed, return nil instead of signalling
1664 an error.
1665 (completion-at-point): Make it an alias for complete-symbol.
1666 (complete-symbol): Move from bindings.el, and replace with the
1667 body of completion-at-point.
1668
1669 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
1670
1671 * cedet/semantic.el (semantic-mode): When enabled, add
1672 semantic-ia-complete-symbol to completion-at-point-functions.
1673
1674 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
1675 if Semantic is not active.
1676
7ba94701
MA
16772010-04-28 Michael Albinus <michael.albinus@gmx.de>
1678
1679 * net/tramp.el (tramp-remote-selinux-p): New defun.
1680 (tramp-handle-file-selinux-context)
1681 (tramp-handle-set-file-selinux-context): Use it.
1682
95c6cc3e
SS
16832010-04-28 Sam Steingold <sds@gnu.org>
1684
1685 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1686 `safe-local-variable' if the value is a string or a symbol with
1687 the property `bug-reference-url-format'.
1688
36045ff3
CY
16892010-04-28 Chong Yidong <cyd@stupidchicken.com>
1690
1691 * progmodes/bug-reference.el (bug-reference-url-format): Revert
1692 2010-04-27 change due to security risk.
1693
56924d99
SM
16942010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1695
1696 Make it possible to locally disable a globally enabled mode.
1697 * simple.el (fundamental-mode): Run fundamental-mode-hook.
1698 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
1699 rather than kill-all-local-variables so it runs fundamental-mode-hook.
1700 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1701 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
1702 that subsequent hooks get a chance to disable it.
1703
ccaa4765
SM
17042010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1705
17818d71
SM
1706 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1707 Avoid re-enabling a minor mode after the user turned the minor mode
1708 off if MODE-enable-in-buffers is run twice (typically once from
1709 fundamental-mode's after-change-major-mode-hook and a second time from
1710 run-mode-hook's own after-change-major-mode-hook).
1711
ccaa4765
SM
1712 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
1713
2a6f654e
SS
17142010-04-27 Sam Steingold <sds@gnu.org>
1715
1716 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1717 `safe-local-variable' if the value is a string or a function, as
1718 documented and implemented on 2010-04-02.
1719
cecaa674
JB
17202010-04-27 Juanma Barranquero <lekktu@gmail.com>
1721
1722 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
1723 when method is 'kill.
1724
17252010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3
AM
1726
1727 * ispell.el (ispell-init-process): Fix personal dictionary condition
1728 in default directory check.
1729 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
1730 Kill ispell process when killing its associated buffer.
1731
7dd7fbb9
JD
17322010-04-27 Jan Djärv <jan.h.d@swipnet.se>
1733
1734 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
1735 but we aren't using it.
1736
7ac82b84
J
17372010-04-25 Jan Djärv <jan.h.d@swipnet.se>
1738
1739 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
1740 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
1741
fea1add4
GM
17422010-04-24 Glenn Morris <rgm@gnu.org>
1743
1744 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
1745 Ignore VCS-ignore files, and deleted nextstep preferences files.
1746 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
1747 (authors-ambiguous-files): New list.
1748 (authors-valid-file-names): Add some deleted files.
1749 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
1750 (authors-disambiguate-file-name): New function. (Bug#5501)
1751 (authors-canonical-file-name): Doc fix.
1752 Don't warn about obsolete files.
1753 (authors-canonical-file-name, authors-scan-el):
1754 Use authors-disambiguate-file-name.
1755
cbcfee6e
GM
1756 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1757 Add autoload cookies.
1758 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
1759 (generated-autoload-file): Set file-local value to "htmlfontify.el".
1760 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
1761 They have definitions / compiler macros in cl.el.
1762 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1763 Replace manual autoloads with generated ones.
1764 (htmlfontify-unload-rgb-file): Remove autoload.
1765 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
1766
3b548e1b
SM
17672010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1768
9ae0c310
SM
1769 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
1770 (byte-compile-setq-default): Optimize for the
1771 single-var case and don't call byte-compile-form in this case to avoid
1772 inf-loop with byte-compile-set-default.
1773
3b548e1b
SM
1774 * progmodes/compile.el (compilation-start): Abbreviate default directory.
1775
632c5478
MA
17762010-04-23 Michael Albinus <michael.albinus@gmx.de>
1777
1778 Implement SELINUX backends.
1779
3b548e1b
SM
1780 * net/tramp.el (tramp-file-name-handler-alist):
1781 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
1782 (tramp-handle-file-selinux-context)
1783 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
1784 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1785 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 1786
3b548e1b
SM
1787 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1788 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
1789 (tramp-gvfs-handle-file-selinux-context)
1790 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1791 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1792
1793 * net/ange-ftp.el (ange-ftp-copy-file):
1794 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1795 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
1796 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1797 Add PRESERVE-SELINUX-CONTEXT.
632c5478 1798
a94d821f
MA
17992010-04-22 Michael Albinus <michael.albinus@gmx.de>
1800
1801 Synchronize with Tramp repository.
1802
1803 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
1804 (tramp-action-process-alive, tramp-action-out-of-band)
1805 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1806 (tramp-exists-file-name-handler): Fix docstring.
1807 (with-progress-reporter): New defmacro.
1808 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
1809 (tramp-maybe-open-connection): Use it.
1810
a92375d9
MA
18112010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
1812
1813 Detect ssh 'ControlMaster' argument automatically in some cases.
1814
1815 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1816 (tramp-default-method): Use it.
1817
489fe4c2
MA
18182010-04-22 Michael Albinus <michael.albinus@gmx.de>
1819
25f14cdb
MA
1820 * net/tramp.el (tramp-handle-copy-file): Add new optional
1821 parameter `preserve-selinux-context'.
1822 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
1823
a92375d9
MA
18242010-04-22 Michael Albinus <michael.albinus@gmx.de>
1825
489fe4c2
MA
1826 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
1827 Ensure, that non remote files are still checked. Oops.
1828
acd1f317
MA
18292010-04-21 Michael Albinus <michael.albinus@gmx.de>
1830
1831 Fix Bug#5840.
1832
1833 * icomplete.el (icomplete-completions): Use `non-essential'.
1834
1835 * net/tramp.el (tramp-connectable-p): New defun.
1836 (tramp-handle-expand-file-name)
1837 (tramp-completion-handle-file-name-all-completions)
1838 (tramp-completion-handle-file-name-completion): Use it.
1839
62c5b459
SM
18402010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1841
1842 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
1843
f904c0f9
JD
18442010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1845
1846 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
1847
1848 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
1849
1850 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
1851 is present.
1852
1853 * info.el (info-tool-bar-map): Add labels.
1854
1855 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
1856
1857 * cus-edit.el (custom-commands): Add labels for tool bar.
1858 (custom-buffer-create-internal, Custom-mode): Adjust for
1859 labels in custom-commands.
1860
1861 * dynamic-setting.el: Renamed from font-setting.el.
1862
c5cbeb12
LL
18632010-04-21 John Wiegley <jwiegley@gmail.com>
1864
1865 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
1866 toggles the use of virtual buffers.
1867 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
1868 value.
1869 (ido-toggle-virtual-buffers): New function.
1870
fcc93746
JB
18712010-04-21 Juanma Barranquero <lekktu@gmail.com>
1872
1873 Use `define-derived-mode'; fix window selection; doc fixes.
1874 * play/tetris.el (tetris, tetris-update-speed-function)
1875 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
1876 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
1877 (tetris-rotate-next, tetris-end-game, tetris-start-game)
1878 (tetris-pause-game): Fix typos in docstrings.
1879 (tetris-mode-map, tetris-null-map):
1880 Move initialization into declaration.
1881 (tetris-mode): Define with `define-derived-mode';
1882 set show-trailing-whitespace to nil.
1883 (tetris): Prefer window already displaying the "*Tetris*" buffer.
1884
574c05e2
KK
18852010-04-21 Karel Klíč <kklic@redhat.com>
1886
1887 * files.el (backup-buffer): Handle SELinux context, and return it
1888 if a backup was made by renaming.
1889 (backup-buffer-copy): Set SELinux context to the target file.
1890 (basic-save-buffer): Set SELinux context of the newly written file.
1891 (basic-save-buffer-1): Now it also returns any SELinux context.
1892 (basic-save-buffer-2): Set SELinux context of the newly created file,
1893 and return it.
1894 * net/tramp.el (tramp-file-name-for-operation):
1895 Add file-selinux-context.
1896
e97a42c1
SM
18972010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1898
f2b9ed18
SM
1899 Make the log-edit comments use RFC822 format throughout.
1900
e97a42c1
SM
1901 * vc.el (vc-checkin, vc-modify-change-comment):
1902 Adjust to new vc-start/finish-logentry.
1903 (vc-find-conflicted-file): New command.
1904 (vc-transfer-file): Adjust to new vc-checkin.
1905 (vc-next-action): Improve scoping.
1906
1907 * vc-hg.el (vc-hg-log-edit-mode): Remove.
1908 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
1909
1910 * vc-git.el (vc-git-log-edit-mode): Remove.
1911 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
1912 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1913
1914 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
1915 (vc-start-logentry): Remove argument `extra'.
1916 (vc-finish-logentry): Remove extra args.
1917
1918 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
1919 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
1920 (vc-bzr-conflicted-files): New function.
1921
1922 * log-edit.el (log-edit-extra-flags)
1923 (log-edit-before-checkin-process): Remove.
1924 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
1925 (log-edit-headers-alist): New var.
1926 (log-edit-header-contents-regexp): New const.
1927 (log-edit-match-to-eoh): New function.
1928 (log-edit-font-lock-keywords): Use them.
1929 (log-edit): Insert a "Summary:" header as default.
1930 (log-edit-mode): Mark font-lock rules as case-insensitive.
1931 (log-edit-done): Cleanup headers.
1932 (log-view-process-buffer): Remove.
1933 (log-edit-extract-headers): New function to replace it.
1934
938efb77
JB
19352010-04-20 Juanma Barranquero <lekktu@gmail.com>
1936
1937 * subr.el (default-direction-reversed): Remove obsolescence info.
1938
1cfb415b
SM
19392010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1940
cb4f9513
SM
1941 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
1942 windows/frames.
1943
6e610c72
SM
1944 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
1945 I.e. include text after point in the completion region.
1946 Also, return nil when we're not after/in a symbol.
1947
1cfb415b
SM
1948 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
1949 default enable-multibyte-characters.
1950
c80fa13c
SM
19512010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1952
87926e02
SM
1953 * international/mule.el: Help the user choose a valid coding-system.
1954 (read-buffer-file-coding-system): New function.
1955 (set-buffer-file-coding-system): Use it. Prompt the user if the
1956 coding-system cannot encode all the chars.
1957
c80fa13c
SM
1958 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
1959 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
1960 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
1961 Don't use *vc-bzr-shelve*.
1962
6e104790 19632010-04-19 Chong Yidong <cyd@stupidchicken.com>
137327ef 1964
6e104790
SM
1965 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
1966 Don't destroy list before using it.
137327ef 1967
6e104790 19682010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
1969
1970 Fix the version number for added files.
1971 * vc-hg.el (vc-hg-working-revision): Check if the file is
1972 registered after hg parent fails (Bug#5961).
1973
6e104790 19742010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
1975
1976 * htmlfontify.el (htmlfontify-buffer)
1977 (htmlfontify-copy-and-link-dir): Autoload entry points.
1978
6e104790 19792010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
1980
1981 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1982 name relative to the project root (Bug#5960).
1983
6e104790 19842010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
1985
1986 * vc-git.el (vc-git-print-log): Doc fix.
1987
6e104790 19882010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
1989
1990 * ido.el (ido-file-internal): Fix 2009-12-02 change.
1991
6e104790 19922010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
7860d2e3
CY
1993
1994 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1995 default settings (Bug#5928).
1996
6e104790 19972010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
1998
1999 * progmodes/fortran.el (fortran-match-and-skip-declaration):
2000 New function.
0a23b2c3 2001 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 2002
6e104790 20032010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
2004
2005 * language/indian.el (malayalam-composable-pattern): Fix previous
2006 change (add U+0D4D "SIGN VIRAMA").
2007 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2008 (tamil-composable-pattern): Fix typo in the regexp.
2009 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2010 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2011 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2012
6e104790 20132010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
2014
2015 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2016 paragraph-separate (Bug#5821).
2017
6e104790 20182010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
2019
2020 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2021
2022 * info.el (Info-find-node-2): Comment out code that skips
2023 breadcrumbs line.
2024 (Info-mouse-follow-link): New command.
2025 (Info-link-keymap): New keymap.
2026 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2027 Return a string with links instead of inserting breadcrumbs
2028 to the Info buffer.
2029 (Info-fontify-node): Comment out code that inserts breadcrumbs.
2030 Instead of putting the `invisible' text property over the Info
2031 header, make an overlay over the Info header with the `invisible'
2032 property and `after-string' set to the string returned by
2033 `Info-breadcrumbs'.
2034
6e104790 20352010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
2036
2037 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2038 Reported by monkey@sandpframing.com.
2039
98923800
SM
20402010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2041
b5feea0f
SM
2042 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
2043 (tmm-get-keymap): Add key-binding shortcuts now that they're not
2044 available in the "keyseq cache" any more.
2045
98923800
SM
2046 * custom.el (defcustom): Add edebug spec.
2047
fd5c9dfa
JL
20482010-04-18 Juri Linkov <juri@jurta.org>
2049
2050 Test for special mode-class in view-buffer instead of view-file (bug#5513).
2051
2052 * view.el (view-file, view-buffer): Move test for special mode-class
2053 from view-file to view-buffer.
2054
2055 * tar-mode.el (tar-extract): Turn if's into one cond
2056 like in arc-mode.el.
2057
b3671a51
JL
20582010-04-18 Juri Linkov <juri@jurta.org>
2059
2060 Add 7z archive format support (bug#5475).
2061
2062 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
2063 (archive-7z-extract): New defcustom.
2064 (archive-find-type): Add magic string for 7z.
2065 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
2066 If `stderr-file' is non-nil, use `(t stderr-file)' for the
2067 `buffer' arg of `call-process'.
2068 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
2069 call the function `archive-7z-extract' with the variable
2070 `archive-7z-extract' let-bound to `archive-zip-extract'.
2071 (archive-7z-summarize, archive-7z-extract): New functions.
2072
2073 * international/mule.el (auto-coding-alist):
2074 * files.el (auto-mode-alist): Add 7z file extension.
2075
8a37fb25
SM
20762010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2077
e9515805
SM
2078 * loadup.el: Setup hash-cons for pure data.
2079
f8ea0098
SM
2080 Fix duplicate entries in cedet's loaddefs.el files.
2081 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
2082 Should make most file-local generated-autoload-file unnecessary.
2083 (print-readably): Silence warnings.
2084 (autoload-find-destination): Take load-name as an arg to make sure
2085 it's the same as the one that will be in the file.
2086 (autoload-generate-file-autoloads): Adjust to above changes.
2087 Try to make the dataflow a bit simpler.
2088
8a37fb25
SM
2089 * cvs-status.el (cvs-refontify): Remove unused.
2090
f8b91752
JB
20912010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
2092
2093 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
2094
2095 * calc-bin.el (calc-radix): Have the "O" option turn on
2096 twos-complement mode.
2097
d8b01fef
JB
20982010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
2099
2100 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
2101 Add `calc-option-prefix-help' to calc-help autoloads.
2102 (calc-inverse): Add "Option" to message, as appropriate.
2103 (calc-hyperbolic): Add "Option" to message, as appropriate.
2104 (calc-option, calc-is-option): New functions.
2105
77e2fc7a 2106 * calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
2107 (calc-option-prefix-help): New function.
2108
2109 * calc-misc.el (calc-help): Add "Option" entry.
2110
2111 * calc.el (calc-local-var-list): Add `calc-option-flag'.
2112 (calc-option-flag): New variable.
2113 (calc-do): Set `calc-option-flag to nil.
2114 (calc-set-mode-line): Add "Opt " as appropriate.
2115
74f806a1
JL
21162010-04-16 Juri Linkov <juri@jurta.org>
2117
2118 Move scrolling commands from simple.el to window.el
2119 because their primitives are implemented in window.c.
2120
2121 * simple.el (scroll-error-top-bottom)
2122 (scroll-up-command, scroll-down-command, scroll-up-line)
2123 (scroll-down-line, scroll-other-window-down)
2124 (beginning-of-buffer-other-window, end-of-buffer-other-window):
2125 * window.el (scroll-error-top-bottom)
2126 (scroll-up-command, scroll-down-command, scroll-up-line)
2127 (scroll-down-line, scroll-other-window-down)
2128 (beginning-of-buffer-other-window, end-of-buffer-other-window):
2129 Move from simple.el to window.el because their primitives are
2130 implemented in window.c.
2131
ad40eec5
JL
21322010-04-16 Juri Linkov <juri@jurta.org>
2133
2134 * isearch.el (isearch-lookup-scroll-key): Check both
2135 `isearch-scroll' and `scroll-command' properties.
2136 (scroll-up, scroll-down): Remove `isearch-scroll' property.
2137
2138 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
2139
2140 * simple.el (scroll-up-command, scroll-down-command)
2141 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
2142
a4b000fb
JL
21432010-04-15 Juri Linkov <juri@jurta.org>
2144
2145 * simple.el (scroll-up-command, scroll-down-command)
2146 (scroll-up-line, scroll-down-line): Put `scroll-command'
2147 property on the these symbols. Remove them from
2148 `scroll-preserve-screen-position-commands'.
2149
2150 * mwheel.el (mwheel-scroll): Put `scroll-command' and
2151 `isearch-scroll' properties on the `mwheel-scroll' symbol.
2152 Remove it from `scroll-preserve-screen-position-commands'.
2153
2154 * isearch.el (isearch-allow-scroll): Doc fix.
2155
4874f5e6
MA
21562010-04-15 Michael Albinus <michael.albinus@gmx.de>
2157
2158 * net/tramp.el (tramp-error-with-buffer): Don't show the
2159 connection buffer when we are in completion mode.
2160 (tramp-file-name-handler): Catch the error for some operations
2161 when we are in completion mode. This gives the user the chance to
2162 correct the file name in the minibuffer.
2163
82883f0a
GM
21642010-04-15 Glenn Morris <rgm@gnu.org>
2165
2166 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
2167
528b9ea9
JB
21682010-04-15 Juanma Barranquero <lekktu@gmail.com>
2169
2170 Simplify by using `define-derived-mode'.
2171 * info.el (Info-mode):
2172 * calendar/todo-mode.el (todo-mode):
2173 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
2174 (gomoku-mode-map): Move initialization into declaration.
2175
5f2b693f
MA
21762010-04-14 Michael Albinus <michael.albinus@gmx.de>
2177
2178 Fix Bug#5840.
2179 * ido.el (ido-file-name-all-completions-1):
2180 * minibuffer.el (minibuffer-completion-help):
2181 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
2182
ebb9641f
SM
21832010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2184
38111a5a
SM
2185 * simple.el (non-essential): New var.
2186
ebb9641f
SM
2187 Add a new field `location' to bookmarks for non-file bookmarks.
2188 * bookmark.el (bookmark-location): Use the new field, if present.
2189 (bookmark-insert-location): Undo last change, not needed any more.
2190 * man.el (Man-bookmark-make-record):
2191 * woman.el (woman-bookmark-make-record): Add `location' field.
2192
7b05466f
JL
21932010-04-14 Juri Linkov <juri@jurta.org>
2194
2195 * simple.el (scroll-error-top-bottom): New defcustom.
2196 (scroll-up-command, scroll-down-command): Use it. Doc fix.
2197
2198 * emulation/pc-select.el (pc-select-override-scroll-error):
2199 Obsolete in favor of `scroll-error-top-bottom'.
2200
32129746
JL
22012010-04-14 Juri Linkov <juri@jurta.org>
2202
2203 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
2204 `scroll-up-command' and `M-v' to `scroll-down-command'.
2205
2206 * emulation/cua-rect.el (cua--init-rectangles):
2207 * forms.el (forms--change-commands):
2208 * image-mode.el (image-mode-map):
2209 Remap scroll-down-command and scroll-up-command
2210 in addition to scroll-down and scroll-up.
2211
9013a7f8
JL
22122010-04-14 Juri Linkov <juri@jurta.org>
2213
2214 * mwheel.el (scroll-preserve-screen-position-commands):
2215 Add mwheel-scroll to this list of commands.
2216
2217 * simple.el (scroll-preserve-screen-position-commands):
2218 Add scroll-up-command, scroll-down-command, scroll-up-line,
2219 scroll-down-line to this list of commands.
2220
3b7e1d5f
SM
22212010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2222
c1e25821
SM
2223 * obsolete/complete.el: Move from lisp/complete.el.
2224
5b31b787
SM
2225 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
2226
3b7e1d5f
SM
2227 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
2228 to the minor mode function now turns the mode ON unconditionally.
2229
398a825b
SM
22302010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2231
a544e7c1
SM
2232 * vc-dir.el (vc-dir-kill-line): New command.
2233 (vc-dir-mode-map): Bind it to C-k.
2234
a1979d8e
SM
2235 * bookmark.el (bookmark-insert-location): Handle a nil filename.
2236
398a825b
SM
2237 * woman.el: Add bookmark declarations to silence the compiler.
2238 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
2239 step to compatibility between man and woman bookmarks.
2240 Adjust for Man-default-bookmark-title renaming.
2241 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
2242
2243 * man.el: Add bookmark declarations to silence the compiler.
2244 (Man-name-local-regexp): Make it match NAME as well.
2245 (Man-getpage-in-background): Return the buffer.
2246 (Man-notify-when-ready): Use `case'.
2247 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
2248 Don't hardcode "NAME". Simplify.
2249 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
2250 Rename from Man-bookmark-make-record.
2251 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
2252 we have the actual man-args. Use Man-getpage-in-background rather
2253 than `man' since the arg is already processed. Let bookmark.el do the
2254 window handling. Only wait for the relevant process.
2255 Don't forget to autoload.
2256
2257 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
2258
45be326a
TV
22592010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2260
2261 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
2262 New functions.
2263 (woman-mode): Setup bookmark support.
2264
2265 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
2266 (man-bookmark-jump): New functions.
2267 (Man-mode): Setup bookmark support.
2268
3acb4c93
CY
22692010-04-10 Jari Aalto <jari.aalto@cante.net>
2270
2271 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
2272 recognize ssh-keygen prompt (Bug#2817).
2273
b6bbb65e
MA
22742010-04-10 Michael Albinus <michael.albinus@gmx.de>
2275
2276 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
2277
b533bc97
MA
22782010-04-10 Michael Albinus <michael.albinus@gmx.de>
2279
2280 Synchronize with Tramp repository.
2281
2282 * net/tramp.el (tramp-completion-function-alist)
2283 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
2284 (tramp-local-coding-commands, tramp-remote-coding-commands):
2285 Fix docstring.
2286 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
2287 (tramp-handle-directory-files-and-attributes)
2288 (tramp-get-remote-path): Use `copy-tree'.
2289 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2290 compatibility: Use `completion-ignore-case' if
2291 `read-file-name-completion-ignore-case' does not exist.
2292 (tramp-do-copy-or-rename-file-directly): Do not use
2293 `tramp-handle-file-remote-p'.
45be326a
TV
2294 (tramp-do-copy-or-rename-file-out-of-band):
2295 Use `tramp-compat-delete-directory'.
b533bc97 2296 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
2297 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2298 Use `format-spec-make'.
b533bc97
MA
2299 (tramp-find-foreign-file-name-handler)
2300 (tramp-advice-make-auto-save-file-name)
2301 (tramp-set-auto-save-file-modes): Remove superfluous check for
2302 `stringp'. This is done inside `tramp-tramp-file-p'.
2303 (tramp-debug-outline-regexp): New defconst.
2304 (tramp-get-debug-buffer): Use it.
2305 (tramp-check-for-regexp): Use (forward-line 1).
2306 (tramp-set-auto-save-file-modes): Adapt version check.
2307
45be326a
TV
2308 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
2309 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
2310 (tramp-compat-make-temp-file): Simplify fallback implementation.
2311 (tramp-compat-copy-tree): Remove function.
2312 (tramp-compat-delete-directory): Provide implementation for older
2313 Emacsen.
2314
2315 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
2316 Do not use `tramp-fish-handle-file-attributes.
2317
2318 * net/trampver.el: Update release number.
2319
ba33df00
GM
23202010-04-10 Glenn Morris <rgm@gnu.org>
2321
2322 * progmodes/compile.el (compilation-save-buffers-predicate):
2323 Add missing :version tag.
2324
4a8ae76f
SS
23252010-04-09 Sam Steingold <sds@gnu.org>
2326
2327 * progmodes/compile.el (compilation-save-buffers-predicate):
2328 Remove the "autoload" cookie.
2329
0880716f
SS
2330 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
2331 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
2332 and `bug-reference-prog-mode' can be used in hooks directly.
2333
6aebd58c
DN
23342010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
2335
2336 Add --author support to git commit.
2337 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
2338 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
2339 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
2340 New declarations.
6aebd58c 2341
f6d90772
ER
23422010-04-09 Eric Raymond <esr@snark.thyrsus.com>
2343
2344 * vc-hooks.el, vc-git.el: Improve documentation comments.
2345
e754e83b
SM
23462010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2347
2348 Fix some of the problems in defsubst* (bug#5728).
2349 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
2350 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
2351
9e86ab0b
SS
23522010-04-07 Sam Steingold <sds@gnu.org>
2353
e754e83b
SM
2354 * progmodes/compile.el (compilation-save-buffers-predicate):
2355 New custom variable.
9e86ab0b
SS
2356 (compile, recompile): Pass it to `save-some-buffers'.
2357
b0c8b840
JD
23582010-04-07 Jan Djärv <jan.h.d@swipnet.se>
2359
2360 * wid-edit.el (widget-choose): Move cursor to the second line of
2361 the buffer (Bug#5695).
2362
31527c56
DN
23632010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
2364
2365 Add new VC methods: vc-log-incoming and vc-log-outgoing.
2366 * vc.el (vc-print-log-setup-buttons): New function split out from
2367 vc-print-log-internal.
2368 (vc-log-internal-common): New function, a parametrized version of
2369 vc-print-log-internal.
2370 (vc-print-log-internal): Just call vc-log-internal-common with the
2371 right arguments.
2372 (vc-incoming-outgoing-internal):
2373 (vc-log-incoming, vc-log-outgoing): New functions.
2374 (vc-log-view-type): New permanent local variable.
2375
2376 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
2377
2378 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
2379 of the dynamic bound vc-short-log.
2380 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
2381
2382 * vc-git.el (vc-git-log-outgoing): New function.
2383 (vc-git-log-view-mode): Use vc-log-view-type instead
2384 of the dynamic bound vc-short-log.
2385
2386 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
2387 of the dynamic bound vc-short-log. Highlight the tag.
2388 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
2389 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
2390 (vc-hg-incoming-mode): Remove.
2391 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
2392
7ec69e2b
DN
23932010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
2394
2395 Fix default-directory for vc-root-diff.
2396 * vc.el (vc-root-diff): Bind default-directory to the root
2397 directory for the diff command.
2398
fd9ea9d3
WS
23992010-04-07 Michael McNamara <mac@mail.brushroad.com>
2400
6e104790 2401 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
2402 (verilog-calc-1): Support "disable fork" and "fork wait" multi
2403 word keywords, suggested by Steve Pearlmutter.
6e104790 2404 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 2405 port lists.
6e104790
SM
2406 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
2407 fix bug for /* / comments
2408 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 2409 Speed up and simplfy as this is never called with a bound.
6e104790
SM
2410 (verilog-pretty-declarations): Enhance to line up declarations
2411 inside a parameter list, suggested by Alan Morgan.
2412 (verilog-pretty-expr): Tune assignment regular expression match
2413 string for corner cases; also use markers instead of character
2414 number as indent changes the later.
fd9ea9d3
WS
2415
24162010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
2417
6e104790
SM
2418 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
2419 as missing keyword.
2420 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
2421 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
2422 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
2423 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
2424 Tennant.
2425 (verilog-keywords):
fd9ea9d3
WS
2426 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
2427 1800-2009 keywords, including "global.".
2428
2a07afc5
JW
24292010-04-06 John Wiegley <jwiegley@gmail.com>
2430
8b32731a 2431 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 2432 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 2433 file basename). Should use uniquify to offer a real solution.
2a07afc5 2434
f9a27d86
JW
24352010-04-06 John Wiegley <jwiegley@gmail.com>
2436
8b32731a
JB
2437 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
2438 comment to code, and add a :version tag.
2439 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 2440
9caf8a8f
JB
24412010-04-06 Juanma Barranquero <lekktu@gmail.com>
2442
2443 Enable recentf-mode if using virtual buffers.
2444 * ido.el (recentf-list): Declare for byte-compiler.
2445 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
2446 (ido-make-buffer-list): Simplify.
2447 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
2448
5a97d2da
JL
24492010-04-05 Juri Linkov <juri@jurta.org>
2450
2451 Scrolling commands which scroll a line instead of full screen.
2452 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2453
2454 * simple.el (scroll-up-line, scroll-down-line): New commands.
2455 Put property isearch-scroll=t on them.
2456
2457 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
2458 Remove commands.
2459
79ce172a
JL
24602010-04-05 Juri Linkov <juri@jurta.org>
2461
8b32731a 2462 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
2463 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2464
2465 * simple.el (scroll-up-command, scroll-down-command): New commands.
2466 Put property isearch-scroll=t on them.
2467
2468 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
2469 `scroll-down-command' and [next] from `scroll-up' to
2470 `scroll-up-command'.
2471
2472 * emulation/cua-base.el: Put property CUA=move on
2473 `scroll-up-command' and `scroll-down-command'.
2474 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
2475 and `scroll-down-command' to `cua-scroll-down'.
2476
309d5b43
JB
24772010-04-05 Juanma Barranquero <lekktu@gmail.com>
2478
6460e534 2479 * help.el (describe-mode): Return nil.
309d5b43 2480
0523d117
JW
24812010-04-04 John Wiegley <jwiegley@gmail.com>
2482
2483 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 2484 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
2485 (ido-virtual): Face used to indicate virtual buffers in the list.
2486 (ido-buffer-internal): If a buffer is chosen, and no such buffer
2487 exists, but a virtual buffer of that name does (which would be why
2488 it was in the list), recreate the buffer by reopening the file.
2489 (ido-make-buffer-list): If virtual buffers are being used, call
2490 `ido-add-virtual-buffers-to-list' before the make list hook.
2491 (ido-virtual-buffers): New variable which contains a copy of the
2492 current contents of the `recentf-list', albeit pared down for the
2493 sake of speed, and with proper faces applied.
2494 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
2495 create a list of "virtual buffers" to present to the user in
2496 addition to the currently open set. Note that this logic could
2497 get rather slow if that list is too large. With the default
2498 `recentf-max-saved-items' of 200, there is little speed penalty.
2499
202ff0d6
SM
25002010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2501
2502 * font-lock.el: Require CL when compiling.
2503 (font-lock-turn-on-thing-lock): Use `case'.
2504
ef43a0f4
EZ
25052010-04-03 Eli Zaretskii <eliz@gnu.org>
2506
2507 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
2508 Zaretskii.
ef43a0f4 2509
e4b204d7
JB
25102010-04-02 Juanma Barranquero <lekktu@gmail.com>
2511
2512 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
2513 (semantic-create-imenu-directory-index): Fix typos in docstrings.
2514 (semantic-imenu-goto-function): Reflow docstring.
2515
9c13a46e
JL
25162010-04-02 Juri Linkov <juri@jurta.org>
2517
2518 * ehelp.el (electric-help-orig-major-mode):
2519 New buffer-local variable.
2520 (electric-help-mode): Set it to original major-mode. Doc fix.
2521 (with-electric-help): Use `electric-help-orig-major-mode' instead
2522 of (default-value 'major-mode). Doc fix.
2523 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
2524
3fb87bf5
SS
25252010-04-02 Sam Steingold <sds@gnu.org>
2526
2527 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
2528 `vc-hg-command' with a list of flags.
2529
202ff0d6
SM
2530 * progmodes/bug-reference.el (bug-reference-bug-regexp):
2531 Also accept "patch" and "RFE".
dbb5e44a
SS
2532 (bug-reference-fontify): `bug-reference-url-format' can also be a
2533 function to be able to handle the bug kind.
202ff0d6 2534 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 2535
d0b22876
JD
25362010-04-02 Jan Djärv <jan.h.d@swipnet.se>
2537
2538 * tmm.el (tmm-get-keymap): Check with symbolp before passing
2539 value to fboundp, it may not be a symbol.
2540
1625d379
CY
25412010-03-31 Chong Yidong <cyd@stupidchicken.com>
2542
202ff0d6 2543 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 2544
1cd095c6
JL
25452010-03-31 Juri Linkov <juri@jurta.org>
2546
2547 * simple.el (next-line, previous-line): Re-throw a signal
2548 with `signal' instead of using `ding'.
2549 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
2550
67189e62
JL
25512010-03-31 Juri Linkov <juri@jurta.org>
2552
2553 * simple.el (keyboard-escape-quit): Raise deselecting the active
2554 region higher than exiting the minibuffer.
2555 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
2556
1546c559
JL
25572010-03-31 Juri Linkov <juri@jurta.org>
2558
2559 * image.el (image-animated-p): Use `image-metadata' instead of
2560 `image-extension-data'. Get GIF extenstion data from metadata
2561 property `extension-data'.
2562
85626eef
SM
25632010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2564
2565 * simple.el (append-to-buffer): Simplify.
2566
85738751 25672010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
2568
2569 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2570 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2571
85738751 25722010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
2573
2574 * language/sinhala.el (composition-function-table): Fix regexp for
2575 the new Unicode specification.
2576
2577 * language/indian.el (devanagari-composable-pattern)
2578 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 2579 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
2580 specification.
2581 (bengali-composable-pattern, gurmukhi-composable-pattern)
2582 (gujarati-composable-pattern, oriya-composable-pattern)
2583 (telugu-composable-pattern): New variables to cope with the new
2584 Unicode specification. Use them in composition-function-table.
2585
85738751 25862010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 2587
79d74ac5 2588 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
2589 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2590 vectors rather than cons cells, as used in menu-bar-update-buffers.
2591
85738751 25922010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 2593
2a793f7f
CY
2594 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2595 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2596 electric punctuation for "{}();,:" (Bug#5586).
2597
03ffe8be
CY
2598 * mail/sendmail.el (mail-default-directory): Doc fix.
2599
85738751 26002010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
2601
2602 * mail/sendmail.el (mail-default-directory): Doc fix.
2603
85738751 26042010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
2605
2606 * subr.el (version-regexp-alist, version-to-list)
2607 (version-list-<, version-list-=, version-list-<=)
2608 (version-list-not-zero, version<, version<=, version=): Doc fix.
2609 (Bug#5744).
2610
85738751 26112010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
2612
2613 * vc.el (vc-root-diff): Doc fix.
2614
85738751 26152010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 2616
9aa2c576
CY
2617 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2618
9d30a9f4
CY
2619 * simple.el (append-to-buffer): Fix last change.
2620
85738751 26212010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
2622
2623 * simple.el (append-to-buffer): Ensure that point is preserved if
2624 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2625 (Bug#5749)
2626
2372f278
SM
26272010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2628
2629 * files.el (auto-mode-case-fold): Change default to t.
2630
2223a1b3
JL
26312010-03-30 Juri Linkov <juri@jurta.org>
2632
2633 * dired-x.el (dired-omit-mode): Doc fix.
2634
0ef84fc8
JL
26352010-03-30 Juri Linkov <juri@jurta.org>
2636
2637 * replace.el (occur-accumulate-lines): Move occur-engine related
2638 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
2639 to be located after `occur-engine'.
2640
dc2d2590
JL
26412010-03-30 Juri Linkov <juri@jurta.org>
2642
2643 Make occur handle multi-line matches cleanly with context.
2644 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
2645
2646 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
2647 (occur-engine): Add local variables `ret', `prev-after-lines',
2648 `prev-lines'. Use more arguments for `occur-context-lines'.
2649 Set first elem of its returned list to `data', and the second elem
2650 to `prev-after-lines'. Don't print the separator line.
2651 In the end, print remaining context after-lines.
2652 (occur-context-lines): Add new arguments `begpt', `endpt',
2653 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
2654 after-lines of the previous match with before-lines of the
2655 current match and not overlap them. Return a list with two
2656 values: the output line and the list of context after-lines.
2657
47c88c06
JL
26582010-03-30 Juri Linkov <juri@jurta.org>
2659
2660 * replace.el (occur-accumulate-lines): Fix a bug where the first
2661 context line at the beginning of the buffer was missing.
2662
a7b02820
EZ
26632010-03-30 Eli Zaretskii <eliz@gnu.org>
2664
2665 * files.el: Make bidi-display-reordering safe variable for boolean
2666 values.
2667
9326ba26 26682010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 2669 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
2670
2671 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
2672 (progress-reporter-update, progress-reporter-do-update):
2673 Handle non-numeric value arguments.
9326ba26
CY
2674 (progress-reporter--pulse-characters): New var.
2675
f6f8aa12
CY
26762010-03-28 Chong Yidong <cyd@stupidchicken.com>
2677
2678 * progmodes/compile.el (compilation-start): Fix regexp detection
2679 of initial cd command (Bug#5771).
2680
7ed287b5
CY
26812010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
2682
2683 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
2684
146b8b16
NR
26852010-03-27 Nick Roberts <nickrob@snap.net.nz>
2686
2687 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
85626eef
SM
2688 * lisp/progmodes/gdb-mi.el: Restore.
2689 * lisp/progmodes/gdb-ui.el: Remove.
2690 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 2691
b23caf75
GM
26922010-03-25 Glenn Morris <rgm@gnu.org>
2693
2694 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2695 all dired buffers, even tramp ones. (Bug#5755)
2696
18c812bd
SM
26972010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2698
2699 Add "union tags" in mpc.el.
2700 * mpc.el: Remove backward compatibility code.
2701 (mpc-browser-tags): Change default.
2702 (mpc--find-memoize-union-tags): New var.
2703 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
2704 (mpc-cmd-find): Handle the case where the playlist does not exist.
2705 Handle union-tags.
2706 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
2707 (mpc-cmd-add): Use mpc-cmd-flush.
2708 (mpc-tagbrowser-tag-name): New fun.
2709 (mpc-tagbrowser-buf): Use it.
2710 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
2711
efee6a6d
SM
27122010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2713
9586c41a
SM
2714 Misc cleanup.
2715 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
2716 Use replace-regexp-in-string.
2717 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
2718 (makefile-imake-mode-syntax-table): Move init into defvar.
2719 (makefile-mode): Use define-derived-mode.
2720
efee6a6d
SM
2721 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2722 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2723 not be present any more.
2724
c6f3804c
JB
27252010-03-24 Juanma Barranquero <lekktu@gmail.com>
2726
2727 * faces.el (set-face-attribute): Fix typo in docstring.
2728 (face-valid-attribute-values): Reflow docstring.
2729
2730 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
2731
e867cb5d 27322010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 2733
efee6a6d 2734 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 2735
e867cb5d 27362010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
2737
2738 * indent.el (indent-for-tab-command): Doc fix.
2739
e867cb5d 27402010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 2741
efee6a6d
SM
2742 * progmodes/cc-engine.el (c-remove-stale-state-cache):
2743 Fix off-by-one error. Fixes bug #5747.
657071fc 2744
e867cb5d 27452010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
2746
2747 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2748 (image-dired-read-comment): Doc fix.
2749
efee6a6d
SM
2750 * json.el (json-object-type, json-array-type, json-key-type)
2751 (json-false, json-null, json-read-number):
c8de140b
JB
2752 * minibuffer.el (completion-in-region-functions):
2753 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2754 (cal-tex-cursor-week):
2755 * emacs-lisp/trace.el (trace-function):
2756 * eshell/em-basic.el (eshell/printnl):
2757 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2758 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2759 * obsolete/levents.el (allocate-event, event-key, event-object)
2760 (event-point, event-process, event-timestamp, event-to-character)
2761 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2762 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2763 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2764 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2765 (reftex-highlight-selection): Fix typos in docstrings.
2766
e867cb5d 27672010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
2768
2769 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2770
e867cb5d 27712010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
2772
2773 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2774 2008-02-13 without comment; mark it obsolete.
2775 (rmail-highlight-headers): Use rmail-highlight-face once more.
2776
e867cb5d 27772010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
2778
2779 * woman.el (woman2-process-escapes): Only consume the newline if
2780 the filler character is on a line by itself (Bug#5729).
2781
e867cb5d 27822010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
2783
2784 * language/indian.el (devanagari-composable-pattern): Add more
2785 consonants.
2786
e867cb5d 27872010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
2788
2789 * net/trampver.el: Update release number.
2790
e867cb5d 27912010-03-24 Glenn Morris <rgm@gnu.org>
b4d16368
GM
2792
2793 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2794
e867cb5d 27952010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 2796
efee6a6d
SM
2797 * net/tramp.el (tramp-find-executable):
2798 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
2799 output of "wc -l" more robust.
2800 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2801 (tramp-open-connection-setup-interactive-shell): Remove workaround
2802 for OpenSolaris bug, it is not needed anymore.
2803
e867cb5d 28042010-03-24 Eric M. Ludlam <zappo@gnu.org>
6408fd42
CY
2805
2806 * cedet/semantic/imenu.el: New file, from the CEDET repository
2807 (Bug#5412).
2808
e867cb5d 28092010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
2810
2811 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2812
e867cb5d 28132010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
2814
2815 * files.el (auto-mode-alist): Accept more verilog file patterns.
2816
b2b8574b
SM
28172010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2818
2819 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
2820
1d94ebb0
GM
28212010-03-24 Glenn Morris <rgm@gnu.org>
2822
7e263967
GM
2823 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
2824 log-edit-before-checkin-process.
2825
5ac92c5f
GM
2826 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
2827
2828 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 2829
549f324a
GM
2830 * vc-dispatcher.el (vc-start-logentry): Doc fix.
2831 (log-view-process-buffer, log-edit-extra-flags): Declare.
2832
495b517c
GM
2833 * log-edit.el (log-edit-before-checkin-process): Doc fix.
2834
1d94ebb0
GM
2835 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2836 Consistently check ede-object is bound throughout.
2837
7bbe8d5a
GM
2838 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
2839
f4087766
SS
28402010-03-23 Sam Steingold <sds@gnu.org>
2841
2842 Fix bug#5620: recalculate all markers on compilation buffer
2843 modifications, not on file modifications.
2844 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
2845 the buffer modification time, for buffers not associated with files.
2846 (compilation-mode): Create it.
2847 (compilation-filter): Update it.
2848 (compilation-next-error-function): Use it instead of
2849 `visited-file-modtime' for timestamp.
2850
774642e5
JL
28512010-03-23 Juri Linkov <juri@jurta.org>
2852
2853 Implement Occur multi-line matches.
2854 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
2855
2856 * replace.el (occur): Doc fix.
2857 (occur-engine): Set `begpt' to the beginning of the first line.
2858 Set `endpt' to the end of the last match line. At first, count
2859 line numbers between `origpt' and `begpt'. Split out code from
2860 `out-line' variable to new let-bindings `match-prefix' and
2861 `match-str'. In `out-line' add non-numeric prefix to all
2862 non-first lines of multi-line matches. Finally, count lines
2863 between `begpt' and `endpt' and add to `lines'.
2864
f14d1172
JL
28652010-03-23 Juri Linkov <juri@jurta.org>
2866
2867 * replace.el (occur-accumulate-lines, occur-engine):
2868 Use `occur-engine-line' instead of duplicate code.
2869 (occur-engine-line): New function created from duplicate code
2870 in `occur-accumulate-lines' and `occur-engine'.
2871
53e87c57
JL
2872 * replace.el (occur-engine-line): Add optional arg `keep-props'.
2873 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
2874
75a3ff20
JL
28752010-03-23 Juri Linkov <juri@jurta.org>
2876
2877 * finder.el: Remove TODO tasks.
2878
2879 * info.el (Info-finder-find-node): Add node "all"
2880 with all package info. Handle a list of multiple keywords
2881 separated by comma.
2882 (info-finder): In interactive use with a prefix argument,
2883 use `completing-read-multiple' to read a list of keywords
2884 separated by comma.
2885
00278747
SM
28862010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2887
2888 Add a new completion style `substring'.
2889 * minibuffer.el (completion-basic--pattern): New function.
2890 (completion-basic-try-completion, completion-basic-all-completions):
2891 Use it.
2892 (completion-substring--all-completions)
2893 (completion-substring-try-completion)
2894 (completion-substring-all-completions): New functions.
2895 (completion-styles-alist): New style `substring'.
2896
64cb11cc
SM
28972010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2898
2899 Get rid of .elc files after removal of the corresponding .el.
2900 * Makefile.in (compile-clean): New target.
2901 (compile-main): Use it.
2902
835e2c65
JD
29032010-03-22 Jan Djärv <jan.h.d@swipnet.se>
2904
2905 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
2906 don't do make there. When compiling with separate object dir, there
2907 is no Makefile there.
2908
111a9dff
SM
29092010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2910
2911 Get rid of the ELCFILES abomination, again.
2912 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2913 (all, compile): Don't call compile-last.
2914 (compile-main): Build the "elcfiles" list dynamically.
2915 (compile-targets): New (internal) target.
2916
82c3d67a
AS
29172010-03-21 Andreas Schwab <schwab@linux-m68k.org>
2918
2919 * Makefile.in (top_srcdir): Define.
2920 (abs_top_builddir): Define.
2921 (srcdir): Don't append `/..'.
2922 (EMACS): Use ${abs_top_builddir}.
2923 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
2924 (update-subdirs, update-authors): Use $(top_srcdir) instead of
2925 $(srcdir).
82c3d67a
AS
2926 (lisp): Use $(srcdir) instead of @srcdir@.
2927
d66ecdbb
JL
29282010-03-21 Juri Linkov <juri@jurta.org>
2929
2930 Fix message of multi-line occur regexps and multi-buffer header lines.
2931 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
2932
2933 * replace.el (occur-1): Don't display regexp if it is longer
2934 than window-width. Use `query-replace-descr' to display regexp.
2935 (occur-engine): Don't display regexp in the buffer header for
2936 multi-buffer occur. Display a separate header line with total
2937 match count and regexp for multi-buffer occur.
2938 Use `query-replace-descr' to display regexp.
2939
f05e1b94
TZ
29402010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
2941
2942 * net/secrets.el: Fix parenthesis.
2943 (secrets-enabled): Fix parenthesis.
2944
801ba3ba
SM
29452010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2946
3613edce
SM
2947 Use more relative file and directory names.
2948 * Makefile.in (EMACS): Arrange for it to work when we chdir.
2949 (setwins, setwins_almost, setwins_for_subdirs):
2950 Don't `cd'; output relative names.
2951 (all, compile, compile-always, compile-last): Set emacswd.
2952 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
2953 Just cd to the lisp source dir so we can use relative file names.
2954
801ba3ba
SM
2955 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
2956
2b1400b9
GM
29572010-03-20 Glenn Morris <rgm@gnu.org>
2958
2959 * textmodes/rst.el: Use faces for font-lock customization, and make the
2960 old -face variables obsolete.
2961 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
2962 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
2963 (rst-block-face, rst-external-face, rst-definition-face)
2964 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
2965 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
2966 Make obsolete.
2967 (rst-font-lock-keywords-function): Update for above changes.
2968
5e418f17
JL
29692010-03-20 Juri Linkov <juri@jurta.org>
2970
2971 * s-region.el:
2972 * obsolete/s-region.el: Move to obsolete.
2973
b0287b39
JB
29742010-03-19 Juanma Barranquero <lekktu@gmail.com>
2975
2976 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
2977
3c95bbb6
DN
29782010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2979
2980 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
2981
09158997
DN
29822010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2983
2984 Add special markup processing for commit logs.
2985 * log-edit.el (log-edit-extra-flags): New variable.
2986 (log-edit): Add new argument MODE. Use that mode when non-nil
2987 instead of the log-view-mode.
2988 (log-view-process-buffer): New function.
2989
2990 * vc.el: Document that the checkin method takes optional
2991 arguments. Document new backend specific method: log-view-mode.
2992 (vc-default-log-edit-mode): New function.
2993 (vc-checkin): Use a backend specific log-view-mode.
2994 Pass extra arguments to the checkin method.
2995 (vc-modify-change-comment): Pass a dummy extra argument.
2996
2997 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
2998 log-edit.
2999 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
3000 (vc-finish-logentry): Process the log buffer before passing it
3001 down. Pass log-edit-extra-flags.
3002
3003 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
3004 command.
85626eef
SM
3005 (log-edit-extra-flags, log-edit-before-checkin-process):
3006 New declarations.
09158997
DN
3007
3008 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
3009 command.
85626eef
SM
3010 (log-edit-extra-flags, log-edit-before-checkin-process):
3011 New declarations.
09158997
DN
3012 (vc-hg-log-edit-mode): New derived mode.
3013
3014 * vc-arch.el (vc-arch-checkin):
3015 * vc-cvs.el (vc-cvs-checkin):
3016 * vc-git.el (vc-git-checkin):
3017 * vc-mtn.el (vc-mtn-checkin):
3018 * vc-rcs.el (vc-rcs-checkin):
3019 * vc-sccs.el (vc-sccs-checkin):
3020 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
3021
f430423d
SM
30222010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3023
3024 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
3025 parent typo).
3026
aa8f8277
GM
30272010-03-19 Glenn Morris <rgm@gnu.org>
3028
f430423d 3029 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 3030
04525749
GM
30312010-03-18 Glenn Morris <rgm@gnu.org>
3032
c70815f1
GM
3033 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
3034
84d0a5f8
GM
3035 * replace.el (query-replace-history): Give it a doc string.
3036 (map-query-replace-regexp): Use query-replace-from-history-variable
3037 and query-replace-to-history-variable.
3038
e3a15161
GM
3039 * mail/hashcash.el (declare-function): Remove duplicate definition.
3040
27be0364
GM
3041 * mail/emacsbug.el (report-emacs-bug-pretest-address):
3042 Make it an obsolete alias for report-emacs-bug-address.
3043 (message-strip-special-text-properties): Declare.
3044 (report-emacs-bug): Remove test for a pretest bug address.
3045 Combine message-mode-specific code.
3046
88b8d18e
GM
3047 * mail/supercite.el: Don't require sendmail.
3048 (mh-in-header-p): Declare rather than using with-no-warnings.
3049 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
3050 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
3051
1a355d09
GM
3052 * calendar/cal-french.el: Convert to utf-8.
3053
04525749
GM
3054 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
3055 Emacs scripts.
3056
ae84eb97
MA
30572010-03-16 Michael Albinus <michael.albinus@gmx.de>
3058
3059 * net/secrets.el (secrets-enabled): New variable. Use it instead
3060 of a subfeature.
3061
7c75524e
MA
30622010-03-15 Michael Albinus <michael.albinus@gmx.de>
3063
3064 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
3065 service "org.freedesktop.secrets" can be pinged.
3066 Provide subfeature `enabled'.
7c75524e 3067
57938a79
JL
30682010-03-14 Juri Linkov <juri@jurta.org>
3069
3070 Add finder unknown keywords.
3071
3072 * finder.el (finder-unknown-keywords): New function.
3073
3074 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
3075 to create a Finder node with unknown keywords.
3076
88f4758e
JL
30772010-03-14 Juri Linkov <juri@jurta.org>
3078
3079 * finder.el (finder-compile-keywords): Replace `princ' with
3080 `prin1' on a list of symbols interned from keyword strings.
3081
3082 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
3083 a comma, then split keywords using a comma and optional whitespace.
3084 Otherwise, split by whitespace.
3085
3086 * complete.el:
3087 * face-remap.el:
3088 * log-view.el:
3089 * net/hmac-def.el:
3090 * net/hmac-md5.el:
3091 * net/netrc.el:
3092 * progmodes/mixal-mode.el: Fix keywords.
3093
7725ebb7
MA
30942010-03-13 Michael Albinus <michael.albinus@gmx.de>
3095
3096 * Makefile.in (ELCFILES): Add net/secrets.elc.
3097
3098 * net/secrets.el: New file.
3099
6f320937
CY
31002010-03-12 Chong Yidong <cyd@stupidchicken.com>
3101
3102 * facemenu.el (list-colors-display, list-colors-print): New arg
3103 callback. Use it to allow selecting colors.
3104
3105 * wid-edit.el (widget-image-insert): Insert image prop even if the
3106 current display is non-graphic.
3107 (widget-field-value-set): New fun.
3108 (editable-field): Use it.
3109 (widget-field-value-get): Clean up unused var.
85626eef
SM
3110 (widget-color-value-create, widget-color--choose-action):
3111 New funs. Allow using list-colors-display to choose color.
6f320937 3112
647f9993
CY
31132010-03-12 Chong Yidong <cyd@stupidchicken.com>
3114
3115 * cus-edit.el: Resort topmost custom groups.
3116 (custom-buffer-sort-alphabetically): Default to t.
3117 (customize-apropos): Use apropos-parse-pattern.
3118 (custom-search-field): New var.
3119 (custom-buffer-create-internal): Add custom-apropos search field.
3120 (custom-add-parent-links): Don't display parent doc.
3121 (custom-group-value-create): Don't sort top-level custom group.
85626eef 3122 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
3123
3124 (custom-variable-state): New fun, from custom-variable-state-set.
3125 (custom-variable-state-set): Use it.
3126 (custom-group-value-create): Hide options with standard values
3127 using the :hidden-states property. Use progress reporter.
3128
3129 (custom-show): Simplify.
3130 (custom-visibility): Disable images by default.
3131 (custom-variable): New property :hidden-states.
3132 (custom-variable-value-create): Enable images for
3133 custom-visibility widgets. Use :hidden-states property to
3134 determine initial visibility.
3135
3136 * wid-edit.el (widget-image-find): Give images center ascent.
3137 (visibility): Add :on-image and :off-image properties.
3138 (widget-visibility-value-create): Use them.
3139
eba5b4dd
CY
31402010-03-12 Chong Yidong <cyd@stupidchicken.com>
3141
3142 * cus-edit.el (processes): Remove from development group.
3143 (oop, hypermedia): Delete group.
26f4b8ab 3144 (comm): Promote to top-level group.
eba5b4dd
CY
3145
3146 * net/browse-url.el (browse-url):
3147 * net/xesam.el (xesam):
3148 * net/tramp.el (tramp):
3149 * net/goto-addr.el (goto-address):
26f4b8ab 3150 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
3151
3152 * view.el (view): Remove from editing group.
3153
3154 * uniquify.el (uniquify): Put in files group.
3155
3156 * net/browse-url.el (browse-url):
3157 * ps-print.el (postscript): Put in external group.
3158
3159 * cus-edit.el (outlines):
3160 * textmodes/text-mode.el (text-mode-hook):
3161 * textmodes/table.el (table):
3162 * textmodes/picture.el (picture):
3163 * outline.el (outlines): Put in wp group.
3164
3165 * nxml/nxml-mode.el (nxml): Remove from wp group.
3166
3167 * net/tramp-imap.el (tramp-imap): Put in tramp group.
3168
3169 * mail/metamail.el (metamail): Remove from hypermedia group.
3170
3171 * cus-edit.el (abbrev):
3172 * whitespace.el (whitespace):
3173 * vcursor.el (vcursor):
3174 * reveal.el (reveal):
3175 * hl-line.el (hl-line): Put in convenience group.
3176
3177 * epg-config.el (epg): Put in data group.
3178
3179 * emulation/pc-select.el (pc-select): Put in emulations group.
3180
3181 * calculator.el (calculator): Put in applications group.
3182
8117868f
DN
31832010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
3184
3185 Add .dir-locals.el support for file-less buffers.
3186 * files.el (hack-local-variables): Split out code to apply local
3187 variable settings ...
3188 (hack-local-variables-apply): ... here. New function.
3189 (hack-dir-local-variables): Use the default directory for when the
3190 buffer does not have an associated file.
3191 (hack-dir-local-variables-non-file-buffer): New function.
3192 * diff-mode.el (diff-mode):
3193 * vc-annotate.el (vc-annotate-mode):
3194 * vc-dir.el (vc-dir-mode):
3195 * log-edit.el (log-edit-mode):
3196 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
3197
855a2294
DN
31982010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
3199
3200 Add support for shelving snapshots and for showing shelves.
3201 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
3202 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
3203 New functions.
3204 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3205 (vc-bzr-extra-menu-map): Map them.
3206
3e5b7009
GM
32072010-03-11 Glenn Morris <rgm@gnu.org>
3208
0dcf7d7e
GM
3209 * cus-edit.el (customize-changed-options-previous-release):
3210 Bump to 23.1.
3211
3e5b7009
GM
3212 * image.el (image-animate-max-time): Fix :version tag.
3213
288f9fc0
CY
32142010-03-10 Chong Yidong <cyd@stupidchicken.com>
3215
3216 * Branch for 23.2.
3217
53ef91b1
SM
32182010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3219
3220 * vc-git.el (vc-git-revision-table): Include remote branches.
3221
b41460ae 32222010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
3223
3224 Animated image API.
3225 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
3226
3227 * image.el (image-animate-max-time): New defcustom.
3228 (image-animated-types): New defconst.
3229 (create-animated-image, image-animate-timer)
3230 (image-animate-start, image-animate-stop, image-animate-timeout)
3231 (image-animated-p): New functions.
3232
3233 * image-mode.el (image-toggle-display-image):
3234 Replace `create-image' with `create-animated-image'.
3235
e5d1fb10 32362010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
3237
3238 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
3239 instead of "format:"; this ensures that the output is
3240 newline-terminated.
3241
4e7cafbe
CY
32422010-03-08 Chong Yidong <cyd@stupidchicken.com>
3243
3244 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
3245 that all errors are caught, and that the return value is always a
3246 list (Bug#5692).
3247
aec66319
KH
32482010-03-08 Kenichi Handa <handa@m17n.org>
3249
3250 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 3251 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 3252
b327c975
AS
32532010-03-07 Andreas Schwab <schwab@linux-m68k.org>
3254
3255 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
3256 call to rfc822-bad-address. (Bug#5692)
3257
1c465a6a
CY
32582010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
3259
85626eef
SM
3260 * vc-git.el (vc-git-annotate-extract-revision-at-line):
3261 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 3262
a4e32226
CY
32632010-03-06 Chong Yidong <cyd@stupidchicken.com>
3264
3265 * calculator.el (calculator): Don't bind split-window-keep-point
3266 (Bug#5674).
3267
4c83ed3d
SM
32682010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3269
3270 * vc-git.el: Re-flow to fit into 80 columns.
3271 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
3272 Remove spurious `quote' element in each case alternative.
3273 (vc-git-show-log-entry): Use prog1.
3274 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
3275
d40a7570
GM
32762010-03-06 Glenn Morris <rgm@gnu.org>
3277
3278 * cedet/semantic/grammar.el (semantic-grammar-header-template):
3279 Update template copyright to GPLv3+.
3280
e8defde3
SM
32812010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3282
3283 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
3284
233f0c9f
CY
32852010-03-03 Chong Yidong <cyd@stupidchicken.com>
3286
3287 * macros.el (insert-kbd-macro): Look up keyboard macro using the
3288 definition, not the name (Bug#5481).
3289
254bedef 32902010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
3291
3292 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
3293 argument with a local variable. (Bug#5670)
3294
7187cdae
JL
32952010-03-02 Juri Linkov <juri@jurta.org>
3296
3297 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
3298
9cf3544e
MA
32992010-03-02 Michael Albinus <michael.albinus@gmx.de>
3300
3301 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
3302 error when FILENAME and NEWNAME are existing remote directories.
3303
3304 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
3305 parameter DIR-FLAG.
3306
33f77982
GM
33072010-03-02 Glenn Morris <rgm@gnu.org>
3308
3309 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
3310 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
3311
d99ea08e
KH
33122010-03-01 Kenichi Handa <handa@m17n.org>
3313
e8defde3 3314 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
3315 myanmar-composable-pattern.
3316
e8defde3
SM
3317 * international/characters.el (script-list):
3318 * international/fontset.el (script-representative-chars):
3319 Change myanmar to burmese.
d99ea08e 3320 (otf-script-alist): Likewise.
4aa2c3b2
KH
3321 (setup-default-fontset): Likewise. Re-fix :otf spec.
3322
b374f54d
KY
33232010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3324
3325 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
3326
71572c03
JD
33272010-02-28 Jan Djärv <jan.h.d@swipnet.se>
3328
3329 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
3330
00cffdeb
MA
33312010-02-28 Michael Albinus <michael.albinus@gmx.de>
3332
3333 * net/tramp.el (tramp-handle-write-region): START can be a string.
3334 Take care in the checks. Reported by Dan Davison
3335 <davison@stats.ox.ac.uk>.
3336
d4b06783
MA
33372010-02-28 Michael Albinus <michael.albinus@gmx.de>
3338
3339 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
3340 (dbus-set-property, dbus-get-all-properties):
3341 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 3342
8c3e96d2
CY
33432010-02-28 Chong Yidong <cyd@stupidchicken.com>
3344
de3a1fe9
CY
3345 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
3346 * emacs-lisp/elint.el (elint-add-required-env):
3347 * cedet/semantic/db-find.el
3348 (semanticdb-find-translate-path-brutish-default):
3349 * cedet/ede/make.el (ede-make-check-version):
3350 * calendar/icalendar.el (icalendar--add-diary-entry):
3351 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
3352 * files.el (recover-session-finish): Use with-current-buffer
3353 instead of save-excursion.
3354
c53b9c3b
SM
33552010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
3356
3357 Fix in-buffer completion when after-change-functions modify the buffer.
3358 * minibuffer.el (completion--replace): New function.
3359 (completion--do-completion): Use it and use relative movement.
3360
4a16bdc6
CY
33612010-02-27 Chong Yidong <cyd@stupidchicken.com>
3362
3363 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 3364
b8280f39
CY
33652010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
3366
c53b9c3b
SM
3367 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
3368 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 3369
f88cc4d6
KH
33702010-02-26 Kenichi Handa <handa@m17n.org>
3371
3372 * language/burmese.el: Fix entries in composition-function-table.
3373 (myanmar-composable-pattern): New variable.
3374
3375 * international/fontset.el (setup-default-fontset): Add an entry
3376 for myanmar.
3377
3378 * international/characters.el (script-list): Add Myanmar
3379 Extended-A.
3380
cdbf9100
GM
33812010-02-26 Glenn Morris <rgm@gnu.org>
3382
90a94603
GM
3383 * custom.el (custom-initialize-delay): Doc fix.
3384
cdbf9100
GM
3385 * mail/sendmail.el (send-mail-function): Autoload the call
3386 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
3387
f95a5fd0
CY
33882010-02-24 Chong Yidong <cyd@stupidchicken.com>
3389
3390 * files.el (hack-local-variables-filter): For eval forms, also
3391 check safe-local-variable-p (Bug#5636).
3392
6583ba0e
CY
33932010-02-24 Eduard Wiebe <usenet@pusto.de>
3394
3395 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
3396 and use c(ad)r of cddr (Bug#5640).
3397
459a5f4b
MA
33982010-02-22 Michael Albinus <michael.albinus@gmx.de>
3399
3400 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
3401 setting the modes by `ignore-errors'. It might fail, for example
3402 if the file is not owned by the user but the group.
3403 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
3404
bb23f6e8
CY
34052010-02-21 Chong Yidong <cyd@stupidchicken.com>
3406
50c58e27
CY
3407 * files.el (directory-listing-before-filename-regexp): Use
3408 stricter matching for iso-style dates, to avoid false matches with
3409 date-like filenames (Bug#5597).
3410
b660eb70
CY
3411 * htmlfontify.el (htmlfontify): Doc fix.
3412
3413 * eshell/eshell.el (eshell): Doc fix.
3414
bb23f6e8
CY
3415 * startup.el (fancy-about-screen): In mode-line, apply
3416 mode-line-buffer-id face only to the buffer name (Bug#5613).
3417
3e39928c
CY
34182010-02-20 Kevin Ryde <user42@zip.com.au>
3419
f7e0618c
JB
3420 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3421 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
3422 (Bug#5599).
3423
0f00e948
EZ
34242010-02-20 Eli Zaretskii <eliz@gnu.org>
3425
3426 * subr.el (remove-yank-excluded-properties): Explain in a comment
3427 why `category' property is removed.
3428
3513efb2
CY
34292010-02-19 Chong Yidong <cyd@stupidchicken.com>
3430
3431 * isearch.el (isearch-update-post-hook, isearch-update): Revert
3432 2010-02-17 change.
3433
b4340b3f
UJ
34342010-02-19 Ulf Jasper <ulf.jasper@web.de>
3435
3436 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3437 (icalendar--convert-weekly-to-ical)
3438 (icalendar--convert-yearly-to-ical)
3439 (icalendar--convert-block-to-ical)
3440 (icalendar--convert-cyclic-to-ical)
3441 (icalendar--convert-anniversary-to-ical): Take care of time
3442 specifications where hour has 1-digit only (Bug#5549).
3443
8cfae03d
NR
34442010-02-19 Nick Roberts <nickrob@snap.net.nz>
3445
3446 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3447 of disassemble output in GDB 7.1.
3448
055e4eea
GM
34492010-02-19 Glenn Morris <rgm@gnu.org>
3450
3451 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3452 property. (Bug#5593)
3453
ff6b00de
SS
34542010-02-18 Sam Steingold <sds@gnu.org>
3455
3456 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3457
fe8c0b47
SM
34582010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3459
3460 Use abbreviated file names in bookmarks (bug#5591).
3461 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3462 calls to expand-file-name.
3463 (bookmark-relocate): Use abbreviated file names in bookmarks.
3464 (bookmark-load): Use abbreviated file names in messages.
3465
73a37a69
MA
34662010-02-18 Michael Albinus <michael.albinus@gmx.de>
3467
3468 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3469 expand "." and "..". Reported by Thierry Volpiatto
3470 <thierry.volpiatto@gmail.com>.
3471
6e4f5731
MA
34722010-02-18 Michael Albinus <michael.albinus@gmx.de>
3473
3474 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3475 permissions of the temporary file to "0600". In case the remote
3476 file has no read permissions for the owner, there might be
3477 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
3478
347922010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
3480
3481 * emacs-lisp/authors.el (authors-renamed-files-alist):
3482 Add entries for INSTALL.CVS.
3483
ba5bf642
MH
34842010-02-17 Mark A. Hershberger <mah@everybody.org>
3485
f7e0618c 3486 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 3487
f7e0618c 3488 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
3489 (isearch-update): Use the new hook.
3490
aac0b0f2
MA
34912010-02-16 Michael Albinus <michael.albinus@gmx.de>
3492
fe8c0b47
SM
3493 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3494 Fix errors in copying directories.
aac0b0f2
MA
3495 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3496 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3497 (tramp-handle-delete-file)
3498 (tramp-handle-dired-recursive-delete-directory)
3499 (tramp-handle-write-region): Flush also the cache for the upper
3500 directory.
3501
05bbe066
CY
35022010-02-16 Chong Yidong <cyd@stupidchicken.com>
3503
e8ab3908
CY
3504 * simple.el (save-interprogram-paste-before-kill): Doc fix.
3505
ff90f4b0
CY
3506 * cus-edit.el (hardware): Doc fix.
3507
3508 * man.el (man): Add to external custom group.
3509
3510 * delim-col.el (columns): Move to wp custom group.
3511
3512 * doc-view.el (doc-view): Add to data custom group.
3513
3514 * cedet/data-debug.el (data-debug): Move to extensions group.
3515
3516 * cedet/ede.el (ede):
3517 * cedet/srecode.el (srecode):
3518 * cedet/semantic.el (semantic): Put in tools and extensions group.
3519
fe8c0b47 3520 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 3521
05bbe066
CY
3522 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3523 by ispell-parse-output (Bug#5575).
3524
fa6ea913
KH
35252010-02-16 Kenichi Handa <handa@m17n.org>
3526
3527 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3528 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3529 (skkdic-convert): Use `euc-japan' coding system for writing.
3530
88fd78ae
GM
35312010-02-16 Glenn Morris <rgm@gnu.org>
3532
3533 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3534 tex-main-file before using it. (Bug#5562)
3535
2b8c974a
SM
35362010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3537
3538 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3539 warnings, since it is annoying for the user to see them each time he
3540 runs the code.
3541
7540f029
MA
35422010-02-15 Michael Albinus <michael.albinus@gmx.de>
3543
3544 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3545 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3546 instead of PROC for caching "first-password-request". Otherwise,
3547 new processes would not profit from passwords already entered.
3548
2b8c974a
SM
3549 * net/tramp-cache.el (tramp-dump-connection-properties):
3550 Don't save "first-password-request" property.
7540f029 3551
fa5f7c5f
JB
35522010-02-14 Juanma Barranquero <lekktu@gmail.com>
3553
3554 * outline.el (outline-head-from-level):
3555 * simple.el (with-wrapper-hook):
3556 * cedet/ede.el (ede-run-target, project-delete-target)
3557 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
3558 (ede-adebug-project, ede-adebug-project-parent)
3559 (ede-adebug-project-root):
3560 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3561 (elint-defun, elint-buffer-env, elint-top-form-logged)
3562 (elint-unbound-variable):
3563 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3564 Fix typos in docstrings.
3565
ecbaeb7b
MA
35662010-02-14 Michael Albinus <michael.albinus@gmx.de>
3567
3568 * files.el (insert-directory): When WILDCARD-REGEXP and
3569 FULL-DIRECTORY-P are nil, insert the file entry instead of the
3570 whole directory. (Bug#5551)
3571
3572 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
3573 dired's alignment sanity. (Bug#5516)
3574
91e3333f
JL
35752010-02-14 Juri Linkov <juri@jurta.org>
3576
3577 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3578 Remove remaining ^H with their preceding chars. (Bug#5566)
3579
36020642
GM
35802010-02-13 Glenn Morris <rgm@gnu.org>
3581
3582 * simple.el (transpose-subr): Give it a doc-string.
3583
3584 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3585 Doc fixes.
3586
f5952338
JL
35872010-02-12 Juri Linkov <juri@jurta.org>
3588
3589 * arc-mode.el (archive-unique-fname): Make directories for nested
3590 archives. (Bug#5540)
3591
918fe50f
JL
35922010-02-12 Juri Linkov <juri@jurta.org>
3593
3594 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
3595
c07ff221
SM
35962010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3597
48b1e7cf
SM
3598 * subr.el (copy-overlay): Handle deleted overlays.
3599
c07ff221
SM
3600 * man.el (Man-completion-table): Don't signal an error if we can't run
3601 manual-program (bug#4056).
3602
0e374247
JB
36032010-02-10 Juanma Barranquero <lekktu@gmail.com>
3604
3605 * textmodes/artist.el (artist-mt): Fix typos in docstring.
3606
dbf8402b
SM
36072010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3608
348d1e60
SM
3609 * info.el (Info-bookmark-jump): Simplify.
3610
dbf8402b
SM
3611 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3612 (bookmark-default-handler): Accept new bookmark field `buffer'.
3613
e6d23bb5
CY
36142010-02-10 Chong Yidong <cyd@stupidchicken.com>
3615
3616 * iswitchb.el (iswitchb-completions): Revert last change.
3617
a8e4290b
MA
36182010-02-10 Michael Albinus <michael.albinus@gmx.de>
3619
2b23acde 3620 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
3621 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3622 This prevents file names like "~/" being listed literally.
a8e4290b 3623
c59d6fad
DN
36242010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
3625
348d1e60
SM
3626 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3627 Remove dead code. (Bug#5546)
c59d6fad 3628
3a66e78f
CY
36292010-02-09 Chong Yidong <cyd@stupidchicken.com>
3630
3631 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3632 correctly (Bug#5548).
3633
f29fd869
CY
36342010-02-08 Jose E. Marchesi <jemarch@gnu.org>
3635
3636 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 3637 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 3638
7fad1447
KH
36392010-02-08 Kenichi Handa <handa@m17n.org>
3640
3641 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 3642 cookie for putting `lisp-indent-function'.
7fad1447 3643
50e4518b
GM
36442010-02-07 Glenn Morris <rgm@gnu.org>
3645
3646 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3647 Move F2003 named interfaces from keywords-2 to keywords-1, and
3648 use function-name-face rather than constant-face.
3649 Simplify "abstract interface" regexp.
3650
a4cc44cf
CY
36512010-02-07 Chong Yidong <cyd@stupidchicken.com>
3652
3653 * eshell/esh-util.el (eshell-file-attributes): New optional arg
3654 ID-FORMAT. Pass it to `file-attributes'.
3655
3656 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3657
c917476d
CY
36582010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
3659
3660 * faces.el (set-face-attribute): Allow calling
3661 internal-set-lisp-face-attribute with 'unspecified family and
3662 foundry argument (Bug#5536).
3663
7cf3f3d6
GM
36642010-02-07 Glenn Morris <rgm@gnu.org>
3665
3666 * progmodes/f90.el (f90-font-lock-keywords-2)
3667 (f90-looking-at-type-like, f90-looking-at-program-block-end):
3668 Handle F2003 named interfaces.
3669
ffe87109
CY
36702010-02-06 Chong Yidong <cyd@stupidchicken.com>
3671
3672 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3673 beg and end before calling c-get-state-before-change-functions.
3674
4775ecad
DN
36752010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
3676
3677 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
3678
0d17c4b9
JL
36792010-02-05 Juri Linkov <juri@jurta.org>
3680
3681 * doc-view.el (doc-view-mode):
3682 * image-mode.el (image-mode): Put property mode-class=special.
3683 (Bug#4896)
3684
8228a275
MH
36852010-02-05 Mark A. Hershberger <mah@everybody.org>
3686
3687 * vc-svn.el (vc-svn-revision-table): New function.
3688
d9320986
MA
36892010-02-05 Michael Albinus <michael.albinus@gmx.de>
3690
3691 * net/ange-ftp.el (ange-ftp-insert-directory):
3692 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3693 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3694 Handle also directories. (Bug#5478)
3695
f43d8ecc
GM
36962010-02-05 Glenn Morris <rgm@gnu.org>
3697
3698 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3699
ce3a988d
CY
37002010-02-05 Chong Yidong <cyd@stupidchicken.com>
3701
3702 * startup.el (command-line-1): Convert options beginning with a
3703 single dash as well (Bug#5519).
3704
bdd42899
SM
37052010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
3706
51b23c44
SM
3707 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3708 * minibuffer.el (completion-initials-expand): Only check the presence
3709 of delims *within* the boundaries, since otherwise the / delim is
3710 always found for files.
3711
bdd42899
SM
3712 Fix up various corner case problems.
3713 * doc-view.el (doc-view-last-page-number): New function.
3714 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3715 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3716 (doc-view-kill-proc): Avoid inf-loop in freak cases.
3717 (doc-view-reconvert-doc): Use the new recursive delete-directory.
3718 (doc-view-convert-current-doc): Don't create the resolution.el file
3719 here any more.
3720 (doc-view-pdf/ps->png): Do it here instead.
3721 (doc-view-already-converted-p): Check that resolution.el is present.
3722 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3723 windows that are not yet showing images.
3724
d5b3979c
MA
37252010-02-04 Michael Albinus <michael.albinus@gmx.de>
3726
3727 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3728 `dired-uncache' for every elemnt which is an absolute file name.
3729
3730 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3731 directory, handle its directory component.
3732 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3733 function is called permanently and creates noise, otherwise.
3734
3735 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3736 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3737 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
3738
b003beb1
DB
37392010-02-04 David Burger <dburger@google.com> (tiny change)
3740
3741 * macros.el (apply-macro-to-region-lines):
3742 Minor simplification. (Bug#5485)
3743
ea92f9f3
GM
37442010-02-04 Glenn Morris <rgm@gnu.org>
3745
a03ae20d
GM
3746 * mail/rmail.el (rmail-show-message-1): Handle malformed
3747 quoted-printable text. (Bug#5441)
3748
4d01b827
GM
3749 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3750
ea92f9f3
GM
3751 * simple.el (visual-line-mode): Capitalize lighter.
3752
82055bb7
JW
37532010-02-03 John Wiegley <jwiegley@gmail.com>
3754
3755 * iswitchb.el (iswitchb-completions): Add bookmark files to the
3756 list of files considered for "virtual buffer" completions.
3757
8214b6e4
MA
37582010-02-03 Michael Albinus <michael.albinus@gmx.de>
3759
3760 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3761 also in case of (and (not full) (not wildcard)). This is needed,
3762 when dired is called with a list of files, which are not in
3763 `default-directory'. (Bug#5478)
3764
1df9718f
SM
37652010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3766
3767 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3768
02ba1267
JL
37692010-02-02 Juri Linkov <juri@jurta.org>
3770
3771 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3772 from unidiff to allow function-line after @@.
3773
a0c6a0fb
JL
37742010-02-02 Juri Linkov <juri@jurta.org>
3775
3776 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3777 '(RCS SCCS) with inverted condition.
3778
c35fcd52
MA
37792010-02-02 Michael Albinus <michael.albinus@gmx.de>
3780
3781 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3782 messages.
3783
6ba973c1
JL
37842010-02-01 Juri Linkov <juri@jurta.org>
3785
3786 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3787 compare with "pkunzip" and "pkzip" instead of only "pkzip".
3788 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3789 only when (car archive-zip-extract) is "unzip". (Bug#5475)
3790
0bca393f
SM
37912010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3792
3793 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3794 (doc-view-revert-buffer): New command.
3795 (doc-view-mode-map): Use it.
3796
7a444e2a
DN
37972010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3798
3799 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3800 pending merge is detected.
3801
ad6fc8f4
JL
38022010-01-31 Juri Linkov <juri@jurta.org>
3803
3804 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3805 beginning of interactive spec like all other grep commands do.
3806 Put "all" in front of "gz". (Bug#5260)
3807
b9236874
DN
38082010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3809
3810 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3811
1e868757
CY
38122010-01-29 Chong Yidong <cyd@stupidchicken.com>
3813
3814 * dirtrack.el (dirtrack): Warn instead of signalling error if the
3815 regexp is incorrect (Bug#5476).
3816
e5c70c41
MA
38172010-01-29 Michael Albinus <michael.albinus@gmx.de>
3818
3819 * net/tramp.el (tramp-handle-insert-directory): Handle also
3820 symlinks, when FILENAME is not in `default-directory'.
3821
0c0b61f1
MA
38222010-01-28 Michael Albinus <michael.albinus@gmx.de>
3823
3824 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 3825 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
3826
3827 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3828 of SWITCHES. Handle the case, FILENAME is not in
3829 `default-directory'. (Bug#5478)
3830 (tramp-register-file-name-handlers): Add safe-magic property.
3831
763f325e
CY
38322010-01-28 Chong Yidong <cyd@stupidchicken.com>
3833
3834 * arc-mode.el (archive-zip-extract): Quote the argument passed to
3835 unzip (Bug#5475).
3836
fd09a83f
CY
38372010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
3838
3839 * progmodes/flymake.el (flymake-allowed-file-name-masks)
3840 (flymake-master-make-header-init): Add other C++ filename masks.
3841 (flymake-find-possible-master-files)
3842 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3843
7e5686f0
MA
38442010-01-28 Michael Albinus <michael.albinus@gmx.de>
3845
3846 Fix some busybox annoyances.
3847
3848 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3849 not responding." string.
3850 (tramp-open-connection-setup-interactive-shell): Dump stty
3851 settings. Enable "neveropen" arg for all `tramp-send-command'
3852 calls. Handle "=" in variable values properly.
3853 (tramp-find-inline-encoding): Raise an error, when no encoding is
3854 found.
3855 (tramp-wait-for-output): Check, whether PROC buffer is available.
3856 Remove spurious " ^H" sequences, sent by busybox.
3857 (tramp-get-ls-command): Suppress coloring, if possible.
3858
c6265c10
GM
38592010-01-28 Glenn Morris <rgm@gnu.org>
3860
c85a168b
GM
3861 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
3862
c6265c10
GM
3863 * log-edit.el (log-edit-strip-single-file-name): Add missing
3864 :safe, :group, and :version tags.
3865
7d82a738
SB
38662010-01-27 Stephen Berman <stephen.berman@gmx.net>
3867
3868 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3869 buffers. (Bug#5477)
3870
8b0e68ea
CY
38712010-01-27 David De La Harpe Golden <david@harpegolden.net>
3872
3873 * files.el (delete-directory): Handle moving to trash without
3874 first doing recursion (Bug#5436).
3875
368d3208
DN
38762010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
3877
3878 * vc-hooks.el (vc-path): Mark as obsolete.
3879
755da7fa
DN
38802010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
3881
e2396d80
DN
3882 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3883 names too.
3884
755da7fa
DN
3885 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3886 for the short log.
3887 (vc-bzr-log-view-mode): Adjust regexp for the above change.
3888
6a6d15ab 38892010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 3890
ac9ffe99 3891 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 3892
48c2d18a 3893 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 3894
504dcc71
EH
38952010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
3896
3897 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3898 diff-index command. This requires at least git-1.5.5. (Bug#1589).
3899
51850286
DN
39002010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3901
c2f1d6d8
DN
3902 Remove support for adding --signoff on commit.
3903 Future support will use an incompatible generic mechanism.
3904 * vc-git.el (vc-git-add-signoff): Remove variable.
3905 (vc-git-toggle-signoff): Remove function.
3906 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3907
51850286
DN
3908 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
3909 from xterm-set-background-mode. Return t if the background mode
3910 was set.
3911 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3912 earlier, call it again in case the background mode has changed.
3913
02c6d0d0
CY
39142010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
3915
3916 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3917 (Bug#3541).
3918
064eee03
CY
39192010-01-23 Chong Yidong <cyd@stupidchicken.com>
3920
02c6d0d0
CY
3921 * emacs-lisp/assoc.el (aelement): Doc fix.
3922 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 3923
5336c3ec 39242010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 3925
48c2d18a 3926 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
3927 is the same as subprogram call, not declaration. (Bug#5435).
3928
0536254e
MA
39292010-01-23 Michael Albinus <michael.albinus@gmx.de>
3930
3931 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3932 (tramp-smb-maybe-open-connection): Use it.
3933
411d06c2
MA
39342010-01-22 Michael Albinus <michael.albinus@gmx.de>
3935
0536254e 3936 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 3937
c893016b
SM
39382010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3939
3940 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3941 just because we see "encoding: 8bit".
3942 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3943
9425f8e1
CY
39442010-01-22 Chong Yidong <cyd@stupidchicken.com>
3945
3946 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3947
6a801864
EZ
39482010-01-22 Eli Zaretskii <eliz@gnu.org>
3949
3950 * jka-compr.el (jka-compr-load): If load-file is not in
3951 load-history, try its file-truename version. (bug#5447)
3952
3e8f7d91
AM
39532010-01-21 Alan Mackenzie <acm@muc.de>
3954
3955 Fix a situation where deletion of a cpp construct throws an error.
3956 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
3957 invoking c-with-all-but-one-cpps-commented-out, check that the
3958 special cpp construct is still in the buffer.
3959 (c-parse-state): Record the special cpp with markers, not numbers.
3960
f0bd0ad5
CY
39612010-01-21 Kenichi Handa <handa@m17n.org>
3962
3963 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3964 process last-command-event, as it is now decoded first (Bug#5380).
3965
5189d95b
CY
39662010-01-20 Chong Yidong <cyd@stupidchicken.com>
3967
3968 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3969
e073d74a
GM
39702010-01-20 Glenn Morris <rgm@gnu.org>
3971
3972 * indent.el (tab-always-indent): Fix custom-type.
3973
8ee04f3a
AM
39742010-01-19 Alan Mackenzie <acm@muc.de>
3975
3976 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3977 buffer throws "args out of range".
3978 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3979 playing the role of delimiter.
3980
6a47c86a
SL
39812010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3982
bf0b361c 3983 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
3984 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3985 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3986 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3987 Improve comments in "is" portion. Handle null procedure declaration.
3988 (ada-move-to-end): Improve doc string.
3989
2acfb954
ÓF
39902010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3991
e90d57c0 3992 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 3993 Remove obsolete information from commentary.
e90d57c0
JB
3994 (ido-choice-list): Initialize to nil.
3995 (ido-get-bufname): Reject minibuffers.
3996 (ido-make-buffer-list): If "default" is a nonexistent
3997 buffer, ignore it, as per the function's comment.
3998 (ido-kill-buffer-internal): New function.
3999 (ido-kill-buffer-at-head): Use it.
4000 (ido-visit-buffer): Likewise.
2acfb954 4001
244b023e
CY
40022010-01-18 Chong Yidong <cyd@stupidchicken.com>
4003
4004 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
4005
db9e401b
JB
40062010-01-18 Juanma Barranquero <lekktu@gmail.com>
4007
4008 * cedet/ede/locate.el (ede-locate-file-in-project)
4009 (ede-locate-file-in-project-impl): Fix typos in docstrings.
4010 (ede-enable-locate-on-project): Fix typos in error messages.
4011
4012 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
4013 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
4014 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
4015 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
4016 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
4017 Fix typos in menu help.
4018
4019 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
4020 Fix typos in chart titles.
4021
4022 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
4023 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
4024 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
4025 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
4026 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
4027 (semantic-parse-stream, semantic-parse-region)
4028 (semantic-parse-region-default, semantic--set-buffer-cache)
4029 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
4030 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
4031 (semantic-default-submodes):
4032 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
4033 (semanticdb-create-ebrowse-database)
4034 (semanticdb-find-tags-for-completion-method)
4035 (semanticdb-find-tags-by-class-method)
4036 (semanticdb-deep-find-tags-by-name-method)
4037 (semanticdb-deep-find-tags-for-completion-method):
4038 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
4039 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
4040 (semanticdb-find-tags-for-completion-method)
4041 (semanticdb-find-tags-by-class-method)
4042 (semanticdb-deep-find-tags-for-completion-method):
4043 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
4044 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
4045 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
4046 (semanticdb-find-tags-by-name-method)
4047 (semanticdb-find-tags-by-name-regexp-method)
4048 (semanticdb-find-tags-for-completion-method)
4049 (semanticdb-find-tags-by-class-method)
4050 (semanticdb-find-tags-external-children-of-type-method)
4051 (semanticdb-find-tags-subclasses-of-type-method)
4052 (semanticdb-deep-find-tags-by-name-method)
4053 (semanticdb-deep-find-tags-by-name-regexp-method)
4054 (semanticdb-deep-find-tags-for-completion-method):
4055 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
4056 (semanticdb-enable-gnu-global-in-buffer)
4057 (semanticdb-find-tags-for-completion-method)
4058 (semanticdb-deep-find-tags-by-name-method)
4059 (semanticdb-deep-find-tags-for-completion-method):
4060 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
4061 (javascript-mode, semanticdb-find-translate-path)
4062 (semanticdb-find-tags-for-completion-method)
4063 (semanticdb-find-tags-by-class-method)
4064 (semanticdb-deep-find-tags-by-name-method)
4065 (semanticdb-deep-find-tags-for-completion-method)
4066 (semanticdb-find-tags-external-children-of-type-method):
4067 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
4068 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
4069 (global-semantic-idle-scheduler-mode):
4070 * cedet/srecode/dictionary.el (srecode-field-value)
4071 (srecode-dictionary-add-section-dictionary):
4072 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
4073 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
4074 (describe-class, eieio-describe-generic, describe-generic):
4075 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
4076 (eieio-speedbar-expand):
4077 * emulation/viper-cmd.el (viper-exec-form-in-vi)
4078 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
4079 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
4080 (viper-del-backward-char-in-replace, viper-backward-indent)
4081 (viper-brac-function, viper-register-to-point, viper-submit-report):
4082 * net/tramp.el (tramp-remote-coding-commands):
4083 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
4084 Fix typos in docstrings.
4085
9295137d
CY
40862010-01-17 Chong Yidong <cyd@stupidchicken.com>
4087
4088 * mail/sendmail.el (mail-yank-original): Set the mark if the
4089 specified function for yanking does not do it.
4090
4d0bbcb6
DN
40912010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
4092
7902c120
DN
4093 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
4094
4d0bbcb6
DN
4095 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
4096 resyncing a directory.
4097
0b702bc1
SL
40982010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
4099
6a47c86a 4100 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
4101 (ada-ident-re): Delete ., allow multibyte characters.
4102 (ada-goto-label-re): New; matches goto labels.
4103 (ada-block-label-re): New; matches block labels.
4104 (ada-label-re): New; matches both.
4105 (ada-named-block-re): Deleted; callers changed to use
4106 `ada-block-label-re' instead.
4107 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
4108 Use `ada-block-label-re'.
4109 (ada-indent-on-previous-lines): Improve handling of goto labels.
4110 (ada-get-indent-block-start): Special-case block label.
4111 (ada-get-indent-label): Split into `ada-indent-block-label' and
4112 `ada-indent-goto-label'.
4113 (ada-goto-stmt-start, ada-goto-next-non-ws):
4114 Optionally ignore goto labels.
4115 (ada-goto-next-word): Simplify.
4116 (ada-indent-newline-indent-conditional): Insert newline before
4117 trying to fix indentation; doc fix.
4118
05287c49
JB
41192010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
4120
4121 * calc/calc.el (calc-command-flags): Give it an initial value.
4122
44e82a0b
GM
41232010-01-17 Glenn Morris <rgm@gnu.org>
4124
4125 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
4126
4963739e
JB
41272010-01-17 Juanma Barranquero <lekktu@gmail.com>
4128
4129 * cedet/semantic.el (semantic-mode):
4130 * files.el (minibuffer-with-setup-hook):
4131 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
4132 (artist-key-draw-continously, artist-key-do-continously-continously)
4133 (artist-key-set-point-continously, artist-mouse-draw-continously):
4134 Fix typos in docstrings.
4135
116bd1ee
CY
41362010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
4137
4138 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
4139 return t (Bug#3898).
4140
2784cd7a 41412010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
4142
4143 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
4144 can parse the output of the external commands (Bug#5279).
4145
abd5cfe8
CY
41462010-01-16 Jari Aalto <jari.aalto@cante.net>
4147
4148 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
4149
4fe22cdf
CY
41502010-01-16 Chong Yidong <cyd@stupidchicken.com>
4151
bbdc98ef
CY
4152 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
4153
c7dc1ac1
CY
4154 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
4155
4fe22cdf
CY
4156 * startup.el (command-line): Remove unused --icon-type arg.
4157 Handle --display arg, passing it to command-line-1 (Bug#5392).
4158
045b9da7
ML
41592010-01-16 Mario Lang <mlang@delysid.org>
4160
4161 * cedet/ede/cpp-root.el (ede-cpp-root-project):
4162 * cedet/ede/files.el (ede-expand-filename):
4163 * cedet/ede/simple.el (ede-simple-project):
4164 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4165 (semantic-complete-inline-tag-engine):
4166 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4167 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
4168 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4169 * cedet/semantic/db.el (semanticdb-equivalent-mode):
4170 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
4171 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4172 * emacs-lisp/chart.el (chart-translate-namezone):
4173 * textmodes/artist.el (artist-compute-popup-menu-table):
4174 Remove duplicated words in doc-strings.
4175
6554a5df
CY
41762010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
4177
4178 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
4179 to mairix-search to suppress threading (Bug#5342).
4180
ca4f0e9a
KH
41812010-01-15 Kenichi Handa <handa@m17n.org>
4182
4183 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 4184 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 4185
1db3226b
GM
41862010-01-15 Glenn Morris <rgm@gnu.org>
4187
56a03f46
GM
4188 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
4189
4190 * wid-edit.el (widget-keymap): Doc fix.
4191
1db3226b
GM
4192 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
4193 former seems to be more widely accepted by various svn versions.
4194
80cd4bb4
JB
41952010-01-14 Juanma Barranquero <lekktu@gmail.com>
4196
d1f18ec0
JB
4197 * find-cmd.el (find-constituents):
4198 * vc-arch.el (vc-arch-root):
4199 * window.el (window-body-height, pop-up-frames):
4200 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
4201 (semantic-no-reparse-needed-change-hook):
4202 * cedet/srecode/insert.el (srecode-resolve-argument-list)
4203 (srecode-template-inserter-blank, srecode-template-inserter-variable)
4204 (srecode-template-inserter-ask, srecode-template-inserter-width)
4205 (srecode-template-inserter-section-start)
4206 (srecode-template-inserter-section-end, srecode-insert-method):
4207 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
4208 * progmodes/ada-stmt.el (ada-if):
4209 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
4210 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
4211 (ispell-encoding8-command, ispell-aspell-supports-utf8)
4212 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
4213
80cd4bb4
JB
4214 * progmodes/flymake.el (flymake-post-syntax-check):
4215 Fix typo in error message.
4216
9c23ca47
JB
42172010-01-14 Juanma Barranquero <lekktu@gmail.com>
4218
4219 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
4220 which is always a string. (Bug#5313)
4221
8794c483
JB
42222010-01-14 Juanma Barranquero <lekktu@gmail.com>
4223
4224 * progmodes/ada-xref.el (ada-default-prj-properties):
4225 Simplify previous change.
4226
95005d39
SL
42272010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4228
4229 * progmodes/ada-xref.el (ada-default-prj-properties):
4230 Default ada_project_path to $ADA_PROJECT_PATH.
4231
42322010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
4233
4234 * progmodes/ada-mode.el (ada-create-keymap):
4235 Override `narrow-to-defun' with `ada-narrow-to-defun'.
4236
fb0d1545
SL
42372010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4238
4239 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
4240 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
4241 (ada-get-current-indent, ada-imenu-generic-expression)
4242 (ada-which-function): Check for it.
4243
5c9434d0
SL
42442010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
4245
4246 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
4247 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
4248
3a4f3a3b
GM
42492010-01-14 Glenn Morris <rgm@gnu.org>
4250
4251 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
4252
d9a7c140
KH
42532010-01-14 Kenichi Handa <handa@m17n.org>
4254
4255 * composite.el (auto-composition-mode): Make it a buffer local
4256 variable (permanent-local).
4257 (auto-composition-function): Set the default value to
4258 auto-compose-chars.
49caf252 4259 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
4260 (global-auto-composition-mode): Likewise.
4261 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 4262
38bee102
KF
42632010-01-13 Karl Fogel <kfogel@red-bean.com>
4264
4265 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 4266
b8b45afc
MA
42672010-01-12 Michael Albinus <michael.albinus@gmx.de>
4268
4269 * files.el (copy-directory): Compute target for recursive
4270 directories with identical names. (Bug#5343)
4271
893db5bc
GM
42722010-01-12 Glenn Morris <rgm@gnu.org>
4273
4274 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
4275 it to bug-gnu-emacs rather than emacs-pretest-bug.
4276
2f27e6d4
JB
42772010-01-12 Juanma Barranquero <lekktu@gmail.com>
4278
4279 * cedet/data-debug.el (data-debug): Fix customization group reference.
4280
91abaf51
JB
42812010-01-12 Juanma Barranquero <lekktu@gmail.com>
4282
4283 * cedet/semantic/analyze.el (semantic-analyze-push-error)
4284 (semantic-analyze-context, semantic-analyze-context-assignment)
4285 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
4286 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
4287 (semantic-java-doc-keywords-map):
4288 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
4289 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
4290 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
4291 (semantic-c-classname, semantic-format-tag-uml-prototype)
4292 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
4293 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
4294 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
4295 (semantic-get-local-variables, semantic-end-of-command)
4296 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
4297 (lisp-mode):
4298 * cedet/semantic/bovine/make.el (makefile-mode):
4299 * cedet/semantic/wisent/python.el (wisent-python-string-re)
4300 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
4301 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
4302 (semantic-lex, semantic-get-local-variables, python-mode):
4303 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
4304 * cedet/srecode/extract.el (srecode-extract-state-set)
4305 (srecode-extract-method): Fix typos in docstrings.
4306
d8b8451f
SS
43072010-01-11 Sam Steingold <sds@gnu.org>
4308
4309 * imenu.el (imenu-default-create-index-function): Detect infinite
4310 loops caused by imenu-prev-index-position-function.
4311
30afcdff
JB
43122010-01-11 Juanma Barranquero <lekktu@gmail.com>
4313
4314 * htmlfontify.el (htmlfontify-load-rgb-file)
4315 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
4316 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
4317 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
4318 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
4319 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
4320 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
4321 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
4322 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
4323 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
4324 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
4325 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
4326 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
4327 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
4328 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
4329 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
4330 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
4331 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
4332 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
4333 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
4334 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
4335 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
4336 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
4337 backslash-quoting from parentheses, etc.
4338
92b1c416
CY
43392010-01-11 Chong Yidong <cyd@stupidchicken.com>
4340
4341 * progmodes/js.el: Autoload javascript-mode alias.
4342
4454adab
JB
43432010-01-11 Juanma Barranquero <lekktu@gmail.com>
4344
4345 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
4346 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
4347 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
4348 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
4349 Fix typos in docstrings.
4350 (ffap-url-regexp): Doc fix.
4351 (ffap-at-mouse): Fix typo in message.
4352
6589a2f9
GM
43532010-01-11 Glenn Morris <rgm@gnu.org>
4354
4355 * version.el (emacs-copyright): Set copyright year to 2010.
4356
4e5617ee
SM
43572010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4358
4359 * format.el (format-annotate-function): Only set
4360 write-region-post-annotation-function after running to-fn so as not to
4361 affect nested write-region calls (bug#5273).
4362
52bee098
CY
43632010-01-10 Chong Yidong <cyd@stupidchicken.com>
4364
4e5617ee
SM
4365 * cedet/semantic.el (semantic-new-buffer-setup-functions):
4366 Add python parser.
52bee098 4367
a069f067
CY
4368 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
4369 wisent/python.el.
4370
52bee098
CY
43712010-01-10 Richard Kim <emacs18@gmail.com>
4372
4373 * cedet/semantic/wisent/python-wy.el:
4374 * cedet/semantic/wisent/python.el: New files.
4375
e709e39d
CY
43762010-01-09 Chong Yidong <cyd@stupidchicken.com>
4377
4378 * man.el (Man-goto-section): Signal error if the section is not
4379 found (Bug#5317).
4380
6ee86780
JB
43812010-01-09 Juanma Barranquero <lekktu@gmail.com>
4382
4383 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
4384 URLs with a leading triple slash in the file: scheme. (Bug#5345)
4385
fa7b5f7b
CY
43862010-01-09 Chong Yidong <cyd@stupidchicken.com>
4387
4388 * progmodes/compile.el: Don't treat compile-command as safe if
4389 compilation-read-command might be nil (Bug#4218).
4390
de62c4d9
JD
43912010-01-09 Jan Djärv <jan.h.d@swipnet.se>
4392
4393 * startup.el (command-line-1): Use orig-argi to check for ignored X and
4394 NS options.
4395
e94be827
KH
43962010-01-08 Kenichi Handa <handa@m17n.org>
4397
4e5617ee
SM
4398 * international/fontset.el (build-default-fontset-data):
4399 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 4400
1dfae2a2
JB
44012010-01-07 Juanma Barranquero <lekktu@gmail.com>
4402
4403 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
4404 to `create-file-buffer' as it expects, not just a buffer name.
4405 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
4406 to help uniquify. (Bug#3224)
4407
d0cf45b7
JD
44082010-01-06 Jan Djärv <jan.h.d@swipnet.se>
4409
4410 * font-setting.el (font-setting-change-default-font): Use user-spec
4411 instead of name.
4412
7534fa5e
DN
44132010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4414
4415 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
4416
fd579fdc
CY
44172010-01-05 Tom Tromey <tromey@redhat.com>
4418
4e5617ee
SM
4419 * progmodes/python.el (python-font-lock-keywords):
4420 Handle qualified decorators (Bug#881).
fd579fdc 4421
37860caf
DN
44222010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4423
4424 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
4425 in a lightweight checkout.
4426
69db641d
KH
44272010-01-05 Kenichi Handa <handa@m17n.org>
4428
4e5617ee 4429 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 4430
b25d6a02
DN
44312010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4432
4433 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
4434
137d88ca
DN
44352010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
4436
4437 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
4438 checkouts. (Bug#618)
3d5d0aa9 4439 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
4440 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
4441 (vc-bzr-shelve-menu-map):
4442 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
4443 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 4444
da76998b
CY
44452010-01-02 Chong Yidong <cyd@stupidchicken.com>
4446
4447 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
4448 They are valid characters in URL paths (rfc3986), and at least
4449 Firefox does not understand the encoded version (Bug#3166).
4450
b2ad70b6
CY
44512010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
4452
4453 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
4454 (octave-block-begin-or-end-regexp, octave-block-match-alist):
4455 Add "end" keyword (Bug#3061).
b2ad70b6
CY
4456 (octave-end-as-array-index-p): New function.
4457 (calculate-octave-indent): Use it.
4458
54136282
KF
44592010-01-02 Karl Fogel <kfogel@red-bean.com>
4460
4461 * bookmark.el: Consistently put the text property on the bookmark name.
4462 (bookmark-bmenu-marks-width): Bump back to 2, to include
4463 annotation marks.
4464 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
4465 property on the bookmark name, instead of not putting it at all.
4466 (bookmark-bmenu-list): Fix where we put the text property.
4467
cc4d3cad
KF
44682010-01-02 Karl Fogel <kfogel@red-bean.com>
4469
4470 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
4471 for showing buffer modified state (as added in the previous change).
4472
b894c439
KF
44732010-01-02 Karl Fogel <kfogel@red-bean.com>
4474
4475 * bookmark.el: Show modified state of bookmark buffer more accurately.
4476 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
4477 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
4478 (with-buffer-modified-unmodified): New macro.
4479 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4480 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 4481 Use new macro to preserve the buffer modified state.
b894c439 4482
3a69db53
KF
44832010-01-02 Karl Fogel <kfogel@red-bean.com>
4484
4e5617ee 4485 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
4486 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
4487 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
4488 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
4489 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
4490 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
4491 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 4492
af414f10
EZ
44932010-01-02 Eli Zaretskii <eliz@gnu.org>
4494
4e5617ee
SM
4495 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4496 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 4497
f2ec0e5e
CY
44982010-01-02 Ryan Yeske <rcyeske@gmail.com>
4499
4500 * net/rcirc.el: Add follow-link binding (Bug#4738).
4501
38c1ba62
EZ
45022010-01-02 Eli Zaretskii <eliz@gnu.org>
4503
4e5617ee 4504 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
4505 (cvs-update): New target for backward compatibility.
4506
4e5617ee 4507 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
4508 (cvs-update): New target for backward compatibility.
4509
ea2c0f5b
KF
45102010-01-02 Karl Fogel <kfogel@red-bean.com>
4511
4512 * bookmark.el: Remove gratuitous gratitude.
4513
5ae329f4
KF
45142010-01-02 Karl Fogel <kfogel@red-bean.com>
4515
47989945
KF
4516 * bookmark.el (bookmark-bmenu-any-marks): New function
4517 (bookmark-bmenu-save): Clear buffer modification if no marks.
4518
45192010-01-02 Karl Fogel <kfogel@red-bean.com>
4520
4521 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
4522 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
4523 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
4524 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
4525
4526 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
4527 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
4528 To: emacs-devel {_AT_} gnu.org
4529 Subject: bookmark.el bug report
4530 Date: Mon, 28 Dec 2009 14:19:16 +0800
4531 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
4532
aef053eb
KF
45332010-01-02 Karl Fogel <kfogel@red-bean.com>
4534
4535 * bookmark.el: Improvements suggested by Drew Adams:
4536 (bookmark-bmenu-ensure-position): New name for
4537 `bookmark-bmenu-check-position'. Just ensure the position,
4538 don't return any meaningful value.
4539 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4540 New constants.
4541
0472835f
JB
45422010-01-02 Juanma Barranquero <lekktu@gmail.com>
4543
4544 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4545 (bookmark-yank-point, bookmark-bmenu-check-position):
4546 Fix typos in docstrings.
4547 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4548 (bookmark-name-from-full-record, bookmark-get-position)
4549 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4550 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4551 Remove useless quoting of parenthesis, etc. in docstrings.
4552
4553 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4554 (ediff-append-custom-diff): Fix typo in error message.
4555 (ediff-meta-mark-equal-files): Fix typos in messages.
4556
4557 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4558
4559 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
4560 Fix typo in docstring.
4561
4562 * net/imap-hash.el (imap-hash-make): Doc fix.
4563 (imap-hash-test): Fix typo in error message; reflow docstring.
4564 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4565 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4566 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4567 Fix typos in docstrings.
4568 (imap-hash-open-connection): Fix typo in error message.
4569
4570 * play/gomoku.el (gomoku): Fix typos in docstring.
4571
4572 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4573 (gdb-jsonify-buffer): Fix typos in docstring.
4574 (gdb-goto-breakpoint): Fix typo in error message.
4575 ("Display Other Windows"): Fix typo in help message.
4576 (gdb-speedbar-expand-node): Fix typo in question.
4577
4578 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4579 (idlwave-html-system-help-location, idlwave-html-help-location)
4580 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4581 (idlwave-help-browser-generic-args, idlwave-help-directory)
4582 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4583 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4584 (idlwave-online-help, idlwave-help-html-link)
4585 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4586 Fix typos in docstrings.
4587 (idlwave-help-with-source, idlwave-help-find-routine-definition):
4588 Reflow docstrings.
4589 (idlwave-help-assistant-start): Fix typo in error message.
4590
4591 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4592 (octave-electric-space): Fix typos in docstrings.
4593
9bbe0828
CY
45942010-01-01 Chong Yidong <cyd@stupidchicken.com>
4595
4596 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4597
a88c46c3
CY
45982010-01-01 Juri Linkov <juri@jurta.org>
4599
4600 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 4601 increase the default to 500 (Bug#5148).
a88c46c3 4602
7ee6c59b
NR
46032009-12-31 Nick Roberts <nickrob@snap.net.nz>
4604
4605 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4606 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4607 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4608
a9c8a2cd
NR
46092009-12-30 Nick Roberts <nickrob@snap.net.nz>
4610
4611 Show working revision correctly for mercurial.
4612 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 4613 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 4614
659e4408
JB
46152009-12-29 Juanma Barranquero <lekktu@gmail.com>
4616
4617 Declare some functions for the byte-compiler.
4618 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4619 (speedbar-timer-fn, speedbar-change-expand-button-char)
4620 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4621
7ee6c59b
NR
46222009-12-29 Nick Roberts <nickrob@snap.net.nz>
4623
4624 This changeset reverts GDB Graphical Interface to use annotations.
4625 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4626
460f6e7c
DN
46272009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4628
4629 Make vc-dir work on subdirectories of the bzr root.
4630 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
4631 file names relative to it.
4632 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4633 relative directory to vc-bzr-after-dir-status.
4634
543f553a
TH
46352009-12-28 Tassilo Horn <tassilo@member.fsf.org>
4636
4637 * font-lock.el (font-lock-refresh-defaults): New function, which
4638 can be used to let font-lock react to external changes in
4639 variables like font-lock-defaults and keywords.
4640 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4641
2592ab76
DN
46422009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
4643
ac859983
DN
4644 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4645
2592ab76
DN
4646 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4647
58941d03
JB
46482009-12-28 Juanma Barranquero <lekktu@gmail.com>
4649
4650 Supersede color.diff settings in git log (bug#5211).
4651
4652 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4653 escape chars in its output when the user has color.diff set to `always'.
4654 This fix works on git 1.4.2 and newer (released on 2006-08-13).
4655
39764e76
KR
46562009-12-26 Kevin Ryde <user42@zip.com.au>
4657
4658 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4659 node. Keep previous "Index" name to work with past coreutils too.
4660
91c4831e
KR
4661 * man.el (man): Revise docstring a bit to show -a and -l as
4662 examples. Add -k description since support for it has otherwise
4663 been a secret. (Further to bug#3717.)
651e932e
KR
4664 (Man-bgproc-sentinel): When "-k foo" produces no output show error
4665 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 4666 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 4667
7f4d4a97
MA
46682009-12-26 Michael Albinus <michael.albinus@gmx.de>
4669
4670 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4671 switches. Check also for //SUBDIRED// line.
4672
bcffff46
KH
46732009-12-25 Kenichi Handa <handa@m17n.org>
4674
4675 * language/indian.el (devanagari-composable-pattern): Fixed to
4676 handle ZWNJ and ZWJ. Use it in composition-function-table for
4677 Devanagari.
4678 (malayalam-composable-pattern): Fix previous change.
4679
dc1dcfa4
VJL
46802009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4681
4682 * ps-print.el (ps-face-attributes): It was not returning the
4683 attribute face for faces specified as string. Reported by harven
4684 <harven@free.fr>.
4685 (ps-print-version): New version 7.3.5.
4686
6fe539d2
UJ
46872009-12-18 Ulf Jasper <ulf.jasper@web.de>
4688
85626eef
SM
4689 * calendar/icalendar.el (icalendar--convert-tz-offset):
4690 Fix timezone names.
4691 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
4692 (icalendar--add-diary-entry): Remove the trailing blank that
4693 diary-make-entry inserts.
4694
1f3611c6
MA
46952009-12-17 Michael Albinus <michael.albinus@gmx.de>
4696
4697 Make `file-expand-wildcards' work for remote files.
4698
4699 * files.el (file-expand-wildcards): In case of remote files, check
4700 only local file name part for wildcards. Provide feature 'files
4701 and subfeature 'remote-wildcards. (Bug#5198)
4702
4703 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4704 if there is already an established connection.
4705 (tramp-advice-file-expand-wildcards): Remove it.
4706
4707 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 4708 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
4709 Activate advice for older GNU Emacs versions. (Bug#5237)
4710
9762b219
JB
47112009-12-17 Juanma Barranquero <lekktu@gmail.com>
4712
4713 Some doc fixes (more needed).
4714
4715 * find-cmd.el (find-constituents): Reflow docstring.
4716 (find-cmd, find-prune, find-command): Fix typos in docstrings.
4717 (find-generic): Doc fix.
4718
cfb54897
JL
47192009-12-17 Juri Linkov <juri@jurta.org>
4720
4721 Fix regression from 23.1 to allow multiple modes in Local Variables.
4722
4723 * files.el (hack-local-variables-filter): While ignoring duplicates,
4724 don't take `mode' into account.
85626eef
SM
4725 (hack-local-variables-filter, hack-dir-local-variables):
4726 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 4727
ad974e9e
JL
47282009-12-17 Juri Linkov <juri@jurta.org>
4729
85626eef 4730 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
4731
4732 * dired-aux.el (dired-diff): Signal an error when `file' equals to
4733 `current' or when `file' is a directory of the `current' file.
4734
3616e0b9
AS
47352009-12-17 Andreas Schwab <schwab@linux-m68k.org>
4736
4737 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4738 unconditionally preloaded files.
4739
72b57560
JL
47402009-12-16 Juri Linkov <juri@jurta.org>
4741
4742 Revert to old 23.1 logic of using the file at the mark as default.
4743 * dired-aux.el (dired-diff): Use the file at the mark as default
4744 if it's not the same as the current file, and the target dir is
4745 the current dir or the mark is active. Add the current file
4746 as the arg of `dired-dwim-target-defaults'. Use the default file
4747 in the prompt. (Bug#5225)
4748
68712eb6
MA
47492009-12-15 Michael Albinus <michael.albinus@gmx.de>
4750
4751 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4752 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4753 (tramp-check-for-regexp): Check also, when an echoing shell stops
4754 to echo sent commands.
4755
fd471993
CY
47562009-12-14 Chong Yidong <cyd@stupidchicken.com>
4757
4758 * Makefile.in: Revert last change (Bug#5191).
4759
86b5e14c
DN
47602009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
4761
4762 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
4763 (vc-hg-working-revision): Make sure the command is executed in a
4764 known environment so that we can parse the output. (Bug#4417)
86b5e14c 4765
8cffbb75
CY
47662009-12-14 Chong Yidong <cyd@stupidchicken.com>
4767
4768 * progmodes/python.el (python-symbol-completions): Remove text
4769 properties from symbol string before calling python-send-receive.
4770
6c2b67ad
NR
47712009-12-14 Nick Roberts <nickrob@snap.net.nz>
4772
4773 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 4774 when there are values for both file and line. (Bug#5060)
6c2b67ad 4775
ff6f4585
JL
47762009-12-14 Juri Linkov <juri@jurta.org>
4777
4778 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4779 whitespace after the file name of the first line of unified format,
4780 because git-diff doesn't output whitespace and file modification time
4781 after the file name.
4782
d3de1c8e
JL
47832009-12-14 David Kastrup <dak@gnu.org>
4784
4785 * info.el (Info-hide-cookies-node): Before hiding a cookie,
4786 check if it already has the `display' property added by
4787 `Info-display-images-node', and not put the `invisible' property
4788 in this case.
4789
f192624c
CY
47902009-12-14 Chong Yidong <cyd@stupidchicken.com>
4791
4792 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4793 (semantic-mru-bookmark-mode): Doc fixes.
4794
4795 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
4796 of assert.
4797
2f1b7dc4
GM
47982009-12-13 Glenn Morris <rgm@gnu.org>
4799
a0cefee5
GM
4800 * mail/emacsbug.el (message-sort-headers): Define for compiler.
4801 (report-emacs-bug): In message-mode, sort manually before storing
4802 original report text. (Bug#5178)
2f1b7dc4
GM
4803 Remove superfluous save-excursion.
4804
31bb373f
MA
48052009-12-12 Michael Albinus <michael.albinus@gmx.de>
4806
4807 * net/dbus.el (dbus-property-handler): Filter lambda forms out
4808 when responding to "GetAll" properties.
4809
5e1d4968
CY
48102009-12-12 Chong Yidong <cyd@stupidchicken.com>
4811
4812 * simple.el (compose-mail): Remove mail-setup-with-from from
4813 customization checks.
4814
097d86f9
EZ
48152009-12-12 Eli Zaretskii <eliz@gnu.org>
4816
4817 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4818 RAR archives created on Unix systems.
4819
1d4adede
SM
48202009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4821
4822 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4823 the varalias that was accidentally removed by the 2009-11-19 change
4824 (bug#5186).
4825
3ff3655c
KH
48262009-12-12 Kenichi Handa <handa@m17n.org>
4827
4828 * language/indian.el (indian-compose-regexp): New function.
4829 (malayalam-composable-pattern): Fix the pattern.
4830 (composition-function-table): Set malayalam-composable-pattern for
4831 Malayalam characters.
4832
82d3343c
CY
48332009-12-11 Chong Yidong <cyd@stupidchicken.com>
4834
315eb96d
CY
4835 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4836 rather than down-mouse-1, based on follow-link conventions.
4837
82d3343c
CY
4838 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4839 are compiled.
4840
86a4c7ac
DN
48412009-12-11 Michael McNamara <mac@mail.brushroad.com>
4842
bf0b361c 4843 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
4844 (verilog-vmm-statement-re, verilog-ovm-statement-re)
4845 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4846 (verilog-leap-to-head, verilog-backward-token):
4847 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
4848
48492009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
4850
bf0b361c
JB
4851 * progmodes/verilog-mode.el (verilog-auto-lineup)
4852 (verilog-nameable-item-re): Cleanup user-visible spelling and
4853 documentation errors. One reported by Gary Delp.
1d4adede 4854 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
4855 (verilog-read-decls): Fix AUTOWIRE with types declared in a
4856 package, bug195. Reported by Pierre-David Pfister.
4857
fe03f49a
GM
48582009-12-11 Glenn Morris <rgm@gnu.org>
4859
47641aac
GM
4860 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4861
85094855
GM
4862 * mail/emacsbug.el: No longer require sendmail.
4863 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
4864 (report-emacs-bug-orig-text): Doc fix.
4865 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4866 New local variables, to adapt to different mail-user-agents.
4867 (report-emacs-bug): Fix test for a gnu.org address.
4868 Use overlays for emphasis, since font-lock defeats 'face property.
4869 Pretest bugs also end up at the newsgroup these days.
4870 Stop message-mode stripping text properties.
4871 Set and use the new buffer-local variables.
4872 (report-emacs-bug-hook): Add doc-string.
4873 Remove some unnecessary save-excursions and simplify.
4874 Use the appropriate hook and send-command.
4875
fe03f49a
GM
4876 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4877 capitalization of some menu entries.
4878
345427f0
VJL
48792009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4880
277e6741
MP
4881 * whitespace.el (whitespace-display-char-on):
4882 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
4883 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4884 New version 12.1.
4885
c70ccbba
EZ
48862009-12-10 Eli Zaretskii <eliz@gnu.org>
4887
4888 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4889 characters in the Attribute field.
4890
f1943c1b
DN
48912009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4892
4893 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
4894
1c67aeaa
SM
48952009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4896
4897 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4898 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4899 Disregard autoload-excludes.
4900 (update-directory-autoloads): Obey autoload-excludes here instead.
4901 But don't store its contents in no-autoloads and remove entries that
4902 refer to excludes files.
4903
d8194864
GM
49042009-12-10 Glenn Morris <rgm@gnu.org>
4905
8c0171c0
GM
4906 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4907 (expand-mail-aliases): Define for compiler.
4908
dba372dd
GM
4909 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4910 Define for compiler.
4911
d8194864
GM
4912 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4913 appropriate for the mail-user-agent in use.
4914
fe5facd3
MA
49152009-12-09 Michael Albinus <michael.albinus@gmx.de>
4916
4917 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4918
99999a1d
DN
49192009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4920
4921 Fix short log parsing and fontification.
4922 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4923 Fix fontification for the [merge] label.
4924
2ea1c4aa
SM
49252009-12-09 Vivek Dasmohapatra <vivek@etla.org>
4926
85626eef 4927 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
4928 * htmlfontify.el (hfy-ignored-properties): New defcustom.
4929 (hfy-fontify-buffer): Use it.
4930
9840deb6
SM
49312009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4932
a0d1aadf
SM
4933 Minor cleanup.
4934 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4935 Adjust all callers.
4936 (ffap-locate-file): Remove unused arg `dir-ok' and make other
4937 args compulsory. Adjust callers.
4938 (ffap-gopher-at-point): Remove unused var `name'.
4939
9840deb6
SM
4940 Get rid of the ELCFILES abomination.
4941 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4942 (compile-elcfiles): New phony target.
4943 (compile-main): Compute ELCFILES dynamically.
4944 (compile-clean): New target to remove left-over elc files.
4945 (compile, all): Use it.
4946
7eb3f9a8
KH
49472009-12-09 Kenichi Handa <handa@etlken>
4948
4949 * international/mule-diag.el: Require help-mode instead of help-fns.
4950
ae63e572
KH
49512009-12-09 Kenichi Handa <handa@m17n.org>
4952
5ce6e4f4 4953 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
4954 fine ranges instead of pre-calculating accurate ranges.
4955 Iterate with bigger gc-cons-threshold.
ae63e572 4956
e2f3c692
DN
49572009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4958
4959 Add support for stashing a snapshot of the current tree.
4960 * vc-git.el (vc-git-stash-snapshot): New function.
4961 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4962
cf6d0352
JB
49632009-12-08 Jose E. Marchesi <jemarch@gnu.org>
4964
4965 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4966 instead of `(beginning|end)-of-line'.
4967
48e4acc9
GM
49682009-12-08 Glenn Morris <rgm@gnu.org>
4969
6e890faa
GM
4970 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4971
48e4acc9
GM
4972 * Makefile.in (ELCFILES): Regenerate.
4973
d2a1dc7b
JL
49742009-12-07 Juri Linkov <juri@jurta.org>
4975
4976 Don't lazy-highlight the comint output in history Isearch mode.
4977
4978 * comint.el (comint-history-isearch-search): Instead of
4979 `comint-line-beginning-position', use `comint-after-pmark-p'
4980 to check if point if before the process mark, and go to
4981 `process-mark' in this case.
4982
51ef56c4
SM
49832009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4984
fb10ee4a
SM
4985 * textmodes/tex-mode.el (latex-complete)
4986 (latex-indent-or-complete): Remove.
4987 (latex-mode): Set completion-at-point-functions instead.
4988
4989 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
4990 * minibuffer.el (completion-at-point-functions): New var.
4991 (completion-at-point): New command.
fb10ee4a 4992 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
4993 * progmodes/python.el (python-mode-map): Use completion-at-point.
4994 (python-completion-at-point): Rename from python-partial-symbol and
4995 adjust for use in completion-at-point-functions.
4996 (python-mode): Setup completion-at-point for Python completion.
4997 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4998 extracted from lisp-complete-symbol.
4999 (lisp-complete-symbol): Use it.
5000 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
5001 setup completion-at-point for Elisp completion.
fb10ee4a
SM
5002 (emacs-lisp-mode-map, lisp-interaction-mode-map):
5003 Use completion-at-point.
51ef56c4 5004 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 5005 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
5006 * progmodes/sym-comp.el: Move to...
5007 * obsolete/sym-comp.el: Move from progmodes.
5008
5e7a9022
EZ
50092009-12-07 Eli Zaretskii <eliz@gnu.org>
5010
5011 Prevent save-buffer in Rmail buffers from using the coding-system
5012 of the current message, and from clobbering the encoding mnemonics
5013 in the mode line (Bug#4623).
5014
5015 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
5016 flag, too.
5017 (rmail-message-encoding): New variable.
5018 (rmail-write-region-annotate): Record the encoding of the current
5019 message in rmail-message-encoding.
5020 (rmail-after-save-hook): New function, restores the encoding of
5021 the current message after the message collection is saved.
5022
9136e895
JL
50232009-12-07 Juri Linkov <juri@jurta.org>
5024
5025 * progmodes/grep.el (grep-read-files): Use `completing-read'
5026 instead of `read-string'. Set its `collection' arg to
5027 `read-file-name-internal'. (Bug#4301)
5028
40637410
JL
50292009-12-07 Juri Linkov <juri@jurta.org>
5030
5031 Correctly restore original Isearch point. (Bug#4994)
5032
5033 * isearch.el (isearch-mode): Move `isearch-push-state' after
5034 `(run-hooks 'isearch-mode-hook)'.
5035 (isearch-cancel): When `isearch-push-state-function' is defined,
5036 let-bind `isearch-cmds' to the first state (the last element of
5037 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
5038 function and restores the original point). Otherwise, move point
5039 to `isearch-opoint'.
5040
da10ce2b
SM
50412009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5042
5043 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
5044 chars that don't have names, so the table can be built much faster at
5045 run-time.
5046
3d68fa99
CY
50472009-12-07 Chong Yidong <cyd@stupidchicken.com>
5048
f82b1493
CY
5049 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
5050 change. Suggested by David Kastrup.
5051
3d68fa99
CY
5052 * simple.el (compose-mail): Check for incompatibilities and warn.
5053 (compose-mail-user-agent-warnings): New option.
5054
662c5698
DN
50552009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5056
5057 Support showing a single log entry from vc-annotate.
5058 * vc.el (print-log): Add a new argument: START-REVISION.
5059 (vc-print-log-internal): Add a new optional argument and
5060 pass it to the backend.
5061 (vc-print-log, vc-print-root-log): Adjust callers.
5062 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
5063 buffer already displays the requested log entry, use it.
5064 Otherwise display only the log entry in question.
5065 * vc-svn.el (vc-svn-print-log):
e4070cdc 5066 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
5067 * vc-hg.el (vc-hg-state):
5068 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
5069 (vc-git-show-log-entry): Return t on success.
5070 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
5071 (vc-bzr-show-log-entry): Return t on success.
5072 * vc-rcs.el (vc-rcs-print-log):
5073 * vc-sccs.el (vc-sccs-print-log):
5074 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
5075
e4070cdc
GM
50762009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5077
5ce6e4f4
JB
5078 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
5079 Add menus to the meta mode. (Bug#5043)
e4070cdc 5080
5ce6e4f4 50812009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
5082
5083 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 5084 event-key.
662c5698 5085
662c5698
DN
5086 * ediff.el (ediff-buffers-internal): Add unwind-protect.
5087
dab816a9
MA
50882009-12-07 Michael Albinus <michael.albinus@gmx.de>
5089
5090 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
5091 Berbain <raphael.berbain@gmail.com>.
5092
5093 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
5094 characters.
5095 (tramp-initial-end-of-output): New defconst.
5096 (tramp-methods, tramp-find-shell)
5097 (tramp-open-connection-setup-interactive-shell)
5098 (tramp-maybe-open-connection): Use it.
5099 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
5100 existence of `#' and `$'.
5101
5102 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
5103 `tramp-initial-end-of-output'.
5104
a91e1f6b
DN
51052009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
5106
5107 Get the background mode from the terminal for xterm, and set
5108 faces accordingly.
5109 * term/xterm.el (xterm-set-background-mode): New function.
5110 (terminal-init-xterm): Use it in case xterm supports background
5111 color queries. Recompute faces after getting the background
5112 color.
5113
5fa9d1ec
GM
51142009-12-07 Ulrich Mueller <ulm@gentoo.org>
5115
5116 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
5117 number comment back on its own line, for easier parsing.
5118
5e9fde5e
SM
51192009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5120
5121 Make it work for non-file buffers (bug#5102).
5122 * doc-view.el (doc-view-current-cache-dir):
5123 Use doc-view-buffer-file-name rather than buffer-file-name.
5124 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
5125
2f2f5242
CY
51262009-12-06 Óscar Fuentes <ofv@wanadoo.es>
5127
5128 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
5129 author field is too short.
5130
cebf8ec6
DN
51312009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
5132
5e9fde5e
SM
5133 * vc-git.el (vc-git-print-log): Handle a limit argument.
5134 Display the short log in graph form and with labels.
0d3f8a78
DN
5135 (vc-git-log-view-mode): Handle labels.
5136
cebf8ec6
DN
5137 Make vc-revert change VC state from 'added to 'unregistered.
5138 * vc-git.el (vc-git-revert): Call git reset first.
5139
8e39154d
UJ
51402009-12-06 Ulf Jasper <ulf.jasper@web.de>
5141
d8194864
GM
5142 * net/newst-backend.el, net/newst-plainview.el:
5143 * net/newst-reader.el, net/newst-ticker.el:
5144 * net/newst-treeview.el, net/newsticker.el:
5145 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 5146
ef187c24
CY
51472009-12-06 Chong Yidong <cyd@stupidchicken.com>
5148
238a0f3a
CY
5149 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
5150
2c6bb71a
CY
5151 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
5152 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
5153 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
5154 Update annotation regexp.
5155
ef187c24
CY
5156 * simple.el (beginning-of-visual-line): Constrain to field
5157 boundaries (Bug#5106).
5158
571855b6
UJ
51592009-12-06 Ulf Jasper <ulf.jasper@web.de>
5160
d8194864 5161 * xml.el (xml-substitute-numeric-entities): Move
571855b6 5162 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 5163 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
5164 * net/newst-backend.el (newsticker--parse-generic-feed)
5165 (newsticker--parse-generic-items)
d8194864 5166 (newsticker--decode-numeric-entities): Move
571855b6 5167 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 5168 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 5169
b857059c
CY
51702009-12-06 Daniel Colascione <dan.colascione@gmail.com>
5171
5172 * progmodes/js.el (js--js-not): Add null to the list of values.
5173
c2dae51b
CY
51742009-12-06 Chong Yidong <cyd@stupidchicken.com>
5175
d8194864 5176 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 5177
ed0f72d2
RW
51782009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5179
5180 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
5181 delimiter if it is at the end of the current line.
5182 (bibtex-generate-url-list): Fix docstring.
5183
365b9a62
SM
51842009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5185
5186 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
5187 minibuffer's content with itself.
5188 Fold the confirm-after-completion case into the `confirm' case.
5189 (completion-pcm-word-delimiters): Add : and / to the delimiters.
5190
990a9cb1
KR
51912009-12-06 Kevin Ryde <user42@zip.com.au>
5192
5193 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 5194 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 5195
8b5a10db 5196 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 5197 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 5198
065543e7
JL
51992009-12-05 Juri Linkov <juri@jurta.org>
5200
5201 Save and restore dired buffer's point positions too. (Bug#4880)
5202
5203 * dired.el (dired-save-positions): Return in the first element
5204 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
5205 Doc fix.
5206 (dired-restore-positions): First restore buffer's position.
5207 While restoring window's positions, check if window still displays
5208 the original buffer.
5209
503edac9
CY
52102009-12-05 Chong Yidong <cyd@stupidchicken.com>
5211
9a594ee6
CY
5212 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
5213 if possible.
5214
365b9a62
SM
5215 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
5216 Make argument optional.
9a594ee6 5217
925f8c70
CY
5218 * shell.el (shell): Require ansi-color (Bug#5113).
5219
5220 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
5221
503edac9
CY
5222 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
5223
8fea6b33
AM
52242009-12-05 Alan Mackenzie <acm@muc.de>
5225
5226 * progmodes/cc-mode.el (c-before-hack-hook)
5227 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
5228 `c-file-style' to work again. This reversion restores the current
212c5aef 5229 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 5230
5d1fd962
CY
52312009-12-05 Kevin Ryde <user42@zip.com.au>
5232
5233 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
5234 comment-start-skip to comment-end-skip as comment (Bug#4781).
5235
30760c8b
JL
52362009-12-05 Juri Linkov <juri@jurta.org>
5237
5238 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
5239 for virtual nodes. (Bug#4147)
5240 (Info-find-node-2): Set `Info-current-node-virtual' to nil
5241 when moving from a virtual node.
5242 (Info-mode-menu): Add `Info-virtual-index' to the menu.
5243 (Info-mode): Add `Info-virtual-index' to the docstring.
5244
1dc5c6f3
CY
52452009-12-05 Eric Ludlam <zappo@gnu.org>
5246
5247 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
5248 Describe project macro symbols.
5249
5250 * cedet/semantic/complete.el (semantic-complete-do-completion):
5251 Don't call semantic-collector-current-exact-match.
5252
5253 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
5254 ede-objects as targets.
5255
5256 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
5257 a target's object list even if compiler vars are already in the
5258 Makefile.
5259
5260 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
5261 list of headers producing necessary macros.
5262
403111a8
RW
52632009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5264
5265 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
5266 track of the buffer position of the end of a BibTeX entry as this
5267 position may change during reformatting.
5268 (bibtex-format-entry): Remove whitespace before processing
5269 numerical fields so that we recognize the latter properly.
5270 (bibtex-reformat): Do not use push which changes the global value
5271 of bibtex-entry-format.
5272 (bibtex-field-braces-alist, bibtex-field-strings-alist)
5273 (bibtex-field-re-init): Replace only space characters by regexp
5274 for whitespace.
365b9a62 5275 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
5276 (bibtex-initialize): Also update bibtex-strings.
5277 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
5278 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
5279 Update bibtex-reference-keys.
403111a8 5280
25b54627
SM
52812009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5282
5283 * minibuffer.el (completion-pcm--merge-try): Also consider placing
5284 point after a star, if that's the only place where modifications can
5285 make progress.
5286
35639eb4
DN
52872009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
5288
5289 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
5290 in docstrings.
5291
8b78760b
JL
52922009-12-04 Juri Linkov <juri@jurta.org>
5293
5294 * proced.el (proced): Call `(proced-update t)' to update process
5295 information instead of only running proced-post-display-hook.
5296 (proced-send-signal): Add a leading space to the buffer name
5297 " *Marked Processes*" to make this buffer ephemeral.
5298
2b3489a7
JL
52992009-12-04 Juri Linkov <juri@jurta.org>
5300
5301 * dired.el (dired-auto-revert-buffer): New defcustom.
5302 (dired-internal-noselect): Use it.
5303
9b9debd1
JL
53042009-12-04 Juri Linkov <juri@jurta.org>
5305
5306 Change roles of modes and functions in image-mode.el (Bug#5062).
5307
5308 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
5309 in `auto-mode-alist'.
5310 (image-mode-previous-major-mode): New variable.
5311 (image-minor-mode-map): Rename from `image-mode-text-map'.
5312 (image-mode): Move graceful error-handling code from
5313 `image-minor-mode' to here. On errors call `image-mode-as-text'.
5314 (image-minor-mode): Remove all image-handling code.
5315 Replace `image-mode-text-map' with `image-minor-mode-map'.
5316 Check for `image-type' in mode-line format string.
5317 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
5318 (image-mode-as-text): New function with most code from
5319 `image-mode-maybe'.
5320 (image-toggle-display-text): Move code that removes image
5321 properties from `image-toggle-display' to here.
5322 (image-toggle-display-image): New function with code that adds
5323 image properties copied from `image-toggle-display'.
5324 (image-toggle-display): Remove most code with leaving only code
5325 that toggles between `image-mode-as-text' and `image-mode'.
5326
0c74a301
UJ
53272009-12-04 Ulf Jasper <ulf.jasper@web.de>
5328
5329 * net/newst-treeview.el
5330 (newsticker--treeview-list-highlight-start): Restored call to
5331 save-excursion: Selected item was stuck.
5332 (newsticker--treeview-list-select): New.
5333 (newsticker--treeview-item-show-text)
5334 (newsticker--treeview-item-show)
5335 (newsticker--treeview-item-update): Use new
5336 newsticker-treeview-item-mode.
5337 (newsticker-treeview-update): Keep current item.
5338 (newsticker-treeview-next-new-or-immortal-item): Doc change.
5339 (newsticker--treeview-first-feed): Doc change.
5340 (newsticker-treeview-list-menu)
5341 (newsticker-treeview-item-menu): Added menu entries.
5342 (newsticker-treeview-item-mode): New.
5343
5ce6e4f4 5344 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
5345 windows.
5346
9eaeec5b
SS
53472009-12-04 Sam Steingold <sds@gnu.org>
5348
5349 * log-view.el (log-view-mode-map): "q" calls quit-window,
5350 like in all the other non-self-insert buffers.
5351
b2bf5be5
SM
53522009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5353
5354 Minor cleanup.
5355 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
5356 key decoding rather than do it manually via last-input-event +
5357 ascii-character.
5358 (term-exec): Use delete-and-extract-region.
5359 (term-handle-ansi-terminal-messages): Remove unused var `end'.
5360 (term-process-pager): Remove unused var `i'.
5361 (term-dynamic-simple-complete): Make obsolete.
5362 (serial-update-config-menu): Remove unused vars `y' and `str'.
5363 (term-update-mode-line): Remove unused var `temp'.
5364
46e5c897
DN
53652009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5366
5367 Limit the number of log entries displayed by default.
5368 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
5369 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
5370 using a prefix argument.
5371
627e0a14
GM
53722009-12-03 Glenn Morris <rgm@gnu.org>
5373
5374 * progmodes/idlwave.el (class): Restore still useful declaration.
5375
8578c224
AM
53762009-12-03 Alan Mackenzie <acm@muc.de>
5377
4abc318c 5378 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 5379
b2bf5be5
SM
5380 * progmodes/cc-mode.el (c-basic-common-init):
5381 Call c-state-cache-init.
9762b219 5382 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 5383 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 5384 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
5385
5386 * progmodes/cc-langs.el (c-before-font-lock-function):
5387 c-extend-and-neutralize-syntax-in-CPP has been renamed
5388 c-neutralize-syntax-in-and-mark-CPP.
5389
5390 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
5391 with `category' properties now, not `syntax-table' ones.
5392
5393 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
5394 enhanced (but slower) version of c-end-of-macro that won't land
5395 inside a literal or on another awkward character.
5396 (c-state-cache-too-far, c-state-cache-start)
5397 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
5398 (c-state-nonlit-pos-cache-limit, c-state-point-min)
5399 (c-state-point-min-lit-type, c-state-point-min-lit-start)
5400 (c-state-min-scan-pos, c-state-brace-pair-desert)
5401 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
5402 buffer local variables.
5403 (c-state-literal-at, c-state-lit-beg)
5404 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
5405 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
5406 (c-state-cache-top-paren, c-state-cache-after-top-paren)
5407 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
5408 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
5409 (c-renarrow-state-cache)
5410 (c-append-lower-brace-pair-to-state-cache)
5411 (c-state-push-any-brace-pair, c-append-to-state-cache)
5412 (c-remove-stale-state-cache)
5413 (c-remove-stale-state-cache-backwards, c-state-cache-init)
5414 (c-invalidate-state-cache-1, c-parse-state-1)
5415 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
5416 (c-parse-state): Enhance and refactor.
5417 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
5418
5419 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
5420 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
5421 modify to use category text properties rather than syntax-table ones.
5422 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
5423 to switch off/on the syntactic paren property of C++ template
5424 delimiters using the category property.
5425 (c-with-<->-as-parens-suppressed): Macro to invoke code with
5426 template delims suppressed.
5427 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
5428 New constant/macros which apply category properties to the start
5429 and end of preprocessor constructs.
b2bf5be5 5430 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
5431 "comment out" the syntactic value of characters in preprocessor
5432 constructs.
5433 (c-with-cpps-commented-out)
5434 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
5435 with characters in all or all but one preprocessor constructs
5436 "commented out".
5437
0d4dc442
RW
54382009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5439
5440 * proced.el (proced-filter-alist): Use regexp-quote.
5441
a09dc9bf
MA
54422009-12-03 Michael Albinus <michael.albinus@gmx.de>
5443
5444 Cleanup.
5445 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
5446 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
5447 arguments. Expand `default-directory'.
5448
5449 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
5450 the benefit of returning an expanded localname.
5451 (tramp-tramp-file-p): Handle the case NAME is not a string.
5452
3f6bd790
DN
54532009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5454
4dfb3b9c
DN
5455 Add support for bzr shelve/unshelve.
5456 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
5457 (vc-bzr-extra-menu-map): New variables.
5458 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
5459 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
5460 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
5461 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
5462 (vc-bzr-dir-extra-headers): Display shelves.
5463
3f6bd790
DN
5464 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
5465
842d73a1
SM
54662009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5467
5468 * textmodes/bibtex.el (bibtex-complete-internal):
5469 Use completion-in-region.
5470 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
5471
7fa4876f
DN
54722009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5473
5474 Support applying stashes. Improve UI.
5475 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
5476 (vc-git-stash-apply, vc-git-stash-pop)
5477 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
5478 (vc-git-stash-menu): New functions.
5479 (vc-git-stash-menu-map): New variable.
5480 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
5481
d6e82452
GM
54822009-12-03 Glenn Morris <rgm@gnu.org>
5483
5484 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
5485 (vc-print-log-internal): Fix previous change.
5486 (vc-revert): Correct pluralization.
5487
8d222148
SM
54882009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5489
ea52206b
SM
5490 * progmodes/make-mode.el (makefile-special-targets-list): No need for
5491 it to be an alist any more.
5492 (makefile-complete): Use completion-in-region.
5493
69a94a37
SM
5494 * progmodes/octave-mod.el (octave-complete-symbol):
5495 Use completion-in-region.
5496
8d222148
SM
5497 Misc cleanup.
5498 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
5499 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
5500 (idlwave-complete-class): Don't quote lambda.
5501 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
5502 (idlwave-mode-map): Move initialization into declaration.
5503 (idlwave-action-and-binding): Use backquotes.
5504 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
5505 Simplify.
5506 (idlwave-is-pointer-dereference): Remove unused var `pos'.
5507 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
5508 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
5509 `parts', and `all-parts'.
5510 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
5511 (idlwave-convert-xml-system-routine-info): Remove unused string
5512 `version-string'.
5513 (idlwave-display-user-catalog-widget): Use dolist.
5514 (idlwave-scanning-lib): Declare dynamically-scoped var.
5515 (idlwave-scan-library-catalogs): Remove unused var `flags'.
5516 (completion-highlight-first-word-only): Declare to silence bytecomp.
5517 (idlwave-popup-select): Tighten scope of `resp'.
5518 (idlwave-find-struct-tag): Remove unused var `beg'.
5519 (idlwave-after-load-rinfo-hook): Declare.
5520 (idlwave-sintern-class-info): Remove unused var `taglist'.
5521 (idlwave-find-class-definition): Remove unused var `list'.
5522 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
5523 (idlwave-what-module-find-class): Remove unused var `classes'.
5524
3bb8691b
JB
55252009-12-03 Juanma Barranquero <lekktu@gmail.com>
5526
5527 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
5528
f72f0c23
SM
55292009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5530
5531 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
5532 buffers visited. Remove redundant current-buffer-saving.
5533
601a9508
SM
55342009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5535
5536 Use completion-in-buffer and remove uses of dynamic scoping.
5537 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
5538 (pascal-buffer-to-use, pascal-flag): Don't declare.
5539 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
5540 (pascal-get-completion-decl, pascal-keyword-completion):
5541 Add `pascal-str' argument, save-excursion,
5542 return the found completions, and don't filter with pascal-pred.
5543 (pascal-completion-cache): New var.
5544 (pascal-completion): Don't switch buffer any more (it was never
5545 necessary). Don't save-excursion any more (it's done by the called
5546 subroutines). Use a cache to avoid redundant computations.
5547 Use complete-with-action rather than pascal-completion-response and
5548 let it apply the predicate as well.
5549 (pascal-complete-word): Use completion-in-buffer when
5550 pascal-toggle-completions is nil.
5551 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
5552 not used any more.
5553 (pascal-comp-defun): Don't change buffer any more.
5554 Use complete-with-action rather than pascal-completion-response and
5555 let it apply the predicate as well.
5556 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
5557 when neded.
5558
1ff4cb98
KH
55592009-12-02 Kenichi Handa <handa@m17n.org>
5560
5561 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
5562 shape for all Indic scripts.
5563
bb12edf1
SM
55642009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5565
5566 Use completion-in-buffer.
5567 * wid-edit.el (widget-field-text-end): New function.
5568 (widget-field-value-get): Use it.
5569 (widget-string-complete, widget-file-complete)
5570 (widget-color-complete): Use it and completion-in-region.
5571 (widget-complete): Don't narrow the buffer.
5572
5813f6ef
GM
55732009-12-02 Glenn Morris <rgm@gnu.org>
5574
c920f222
GM
5575 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
5576 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
5577 * mail/rmailsum.el: Replace all pop-to-buffer calls with
5578 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 5579
5813f6ef
GM
5580 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5581 save-excursion with save-current-buffer.
5582 Widen before searching. (Bug#5093)
5583 (diary-list-sexp-entries): Remove superfluous save-excursion.
5584
34b1d750
GM
55852009-12-02 Michael Welsh Duggan <mwd@cert.org>
5586
5587 * woman.el (woman-make-bufname): Handle man-pages with "." in the
5588 name. (Bug#5038)
5589
b2d5f31a
GM
55902009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
5591
5592 * ido.el (ido-file-internal): Handle filenames at point that do
5593 not have a directory part. (Bug#5049)
5594
c710ac3c
JB
55952009-12-02 Juanma Barranquero <lekktu@gmail.com>
5596
5597 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5598 (mpc-songs-jump-to, mpc-resume): Doc fixes.
5599
9946be46
SM
56002009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
5601
5602 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5603 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5604 any more.
5605
b08016f2
SM
56062009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5607
e7440df4
SM
5608 * comint.el (comint-insert-input): Ignore clicks to the right of
5609 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5610
3bb8691b 5611 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
5612 terminate before setting up the major mode.
5613
f3b757f5
SM
5614 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5615 in case.
5616
a2877f1d
SM
5617 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5618 the last element.
5619
b08016f2
SM
5620 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5621
782d6e30
GM
56222009-12-01 Glenn Morris <rgm@gnu.org>
5623
5624 * window.el (window--display-buffer-2): Fix previous changes.
5625
28f57f7e
CY
56262009-12-01 Chong Yidong <cyd@stupidchicken.com>
5627
5628 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5629
c31a2fdc
GM
56302009-12-01 Glenn Morris <rgm@gnu.org>
5631
5632 * Makefile.in (ELCFILES): Add mpc.elc.
5633
e1ada222
SM
56342009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5635
5636 * mpc.el: New file.
5637
0c9ff2c5
GM
56382009-12-01 Glenn Morris <rgm@gnu.org>
5639
3689984f
GM
5640 * window.el (window-to-use): Define for compiler.
5641
3ab4308b
GM
5642 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5643 consistent with others (no final period).
5644
0c9ff2c5
GM
5645 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5646 (rmail-mime-show): Downcase the encoding. (Bug#5070)
5647
fb0c18ff
DN
56482009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
5649
5650 Make vc-print-log buttons work.
045b9da7 5651 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 5652
2ac7e73e
JB
56532009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
5654
5655 * savehist.el (savehist-autosave-interval): Allow setting to nil
5656 through customize. (Bug#5056)
5657
5237d741
JB
56582009-11-30 Juanma Barranquero <lekktu@gmail.com>
5659
5660 Fix references to jit-lock properties.
5661 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5662 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5663 (perl-font-lock-special-syntactic-constructs):
5664 Quote jit-lock-defer-multiline property.
5665
379241fa
DN
56662009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
5667
5668 * vc-git.el (vc-git-registered): Call vc-git-root only once.
5669
054ae856
JL
56702009-11-30 Juri Linkov <juri@jurta.org>
5671
5672 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5673 value `buffer' of `multi-isearch-next-buffer-current-function'.
5674 Use `(current-buffer)' when `buffer' is nil.
5675 (multi-isearch-next-buffer-from-list): Don't fallback to
5676 `(current-buffer)' when `buffer' is nil. (Bug#4947)
5677
67296dda
JL
56782009-11-30 Juri Linkov <juri@jurta.org>
5679
5680 * misearch.el (multi-isearch-read-buffers): Move canonicalization
5681 of buffers with `get-buffer' to `multi-isearch-buffers'.
5682 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5683 Canonicalize BUFFERS with `get-buffer'. Doc fix.
5684 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5685 FILES with `expand-file-name' converting relative file names
5686 to absolute. Doc fix. (Bug#4727)
5687
c585bf32
JL
56882009-11-30 Juri Linkov <juri@jurta.org>
5689
5690 * misearch.el (multi-isearch-read-buffers)
5691 (multi-isearch-read-matching-buffers): New functions.
5692 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5693 Use them in the `interactive' spec. Doc fix.
5694 (multi-isearch-read-files, multi-isearch-read-matching-files):
5695 New functions.
5696 (multi-isearch-files, multi-isearch-files-regexp):
5697 Use them in the `interactive' spec. Doc fix. (Bug#4725)
5698
0a745733
JL
56992009-11-30 Juri Linkov <juri@jurta.org>
5700
5701 * doc-view.el (doc-view-continuous):
5702 Rename from `doc-view-continuous-mode'.
5703 (doc-view-menu): Move "Toggle display" to the top.
5704 Add submenu "Continuous" with radio buttons "Off"/"On"
5705 and "Save as Default".
5706 (doc-view-scroll-up-or-next-page)
5707 (doc-view-scroll-down-or-previous-page)
5708 (doc-view-next-line-or-next-page)
5709 (doc-view-previous-line-or-previous-page): Rename
5710 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
5711
1f9689eb
JL
57122009-11-30 Juri Linkov <juri@jurta.org>
5713
5714 * comint.el (comint-mode-map): Rebind `M-r' from
5715 `comint-previous-matching-input' to
5716 `comint-history-isearch-backward-regexp'.
5717 Unbind `M-s' to allow global key binding `M-s'.
5718 Add menu items for `comint-history-isearch-backward' and
5719 `comint-history-isearch-backward-regexp'. (Bug#3746)
5720
2952b1ae
JL
57212009-11-30 Juri Linkov <juri@jurta.org>
5722
5723 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5724 For def=recenter, replace `recenter' with `recenter-top-bottom'
5725 that is called with `this-command' and `last-command' let-bound
5726 to `recenter-top-bottom'. When the last `def' was not `recenter',
5727 set `recenter-last-op' to nil. (Bug#4981)
5728
7a9547ca
SM
57292009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5730
20565545
SM
5731 Minor cleanup and simplification.
5732 * filecache.el (file-cache-add-directory)
5733 (file-cache-add-directory-recursively)
5734 (file-cache-add-from-file-cache-buffer)
5735 (file-cache-delete-file-regexp, file-cache-delete-directory)
5736 (file-cache-files-matching-internal, file-cache-display): Use dolist.
5737 (file-cache-temp-minibuffer-message): Delete function.
5738 (file-cache-minibuffer-complete): Use minibuffer-message instead.
5739
7a9547ca
SM
5740 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5741 Don't signal an error when bumping into EOB in tr, s, or y.
5742
08e968f3
JL
57432009-11-29 Juri Linkov <juri@jurta.org>
5744
5745 * startup.el (fancy-about-text): Fix wording of Guided Tour.
5746 (Bug#4960)
5747
5748 * descr-text.el (describe-char-unidata-list): Use lowercase name
5749 for "Unicode name" like in other tags.
5750
f8d170a4
JL
57512009-11-29 Juri Linkov <juri@jurta.org>
5752
5753 * ediff-util.el (ediff-minibuffer-with-setup-hook):
5754 New compatibility macro.
7a9547ca 5755 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 5756
0116abbd
JL
57572009-11-29 Juri Linkov <juri@jurta.org>
5758
5759 Add defcustom to define the cycling order of `recenter-top-bottom'.
5760 (Bug#4981)
5761
5762 * window.el (recenter-last-op): Doc fix.
5763 (recenter-positions): New defcustom.
5764 (recenter-top-bottom): Rewrite to use `recenter-positions'.
5765 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5766
61eef560
MA
57672009-11-29 Michael Albinus <michael.albinus@gmx.de>
5768
5769 Improve integration of Tramp and ange-ftp in eshell.
5770
e4070cdc 5771 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
5772 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
5773 (eshell/sudo): Flatten args. Let-bind `default-directory'.
5774
5775 * eshell/esh-util.el (top): Require also Tramp when compiling.
5776 (eshell-directory-files-and-attributes): Check for FTP remote
5777 connection.
5778 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5779 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5780 (eshell-file-attributes): Handle ".". Return `entry'.
5781
5782 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5783 (ange-ftp-directory-files-and-attributes)
5784 (ange-ftp-real-directory-files-and-attributes): New defuns.
5785
5786 * net/tramp.el (tramp-maybe-open-connection): Open the remote
5787 shell with "exec" when possible. This prevents trailing prompts
5788 in `start-file-process'.
5789
f5467d3f
SM
57902009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5791
21f49db9
SM
5792 Try and remove assumptions about point-min==1.
5793 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5794 (rng-compute-mode-line-string): Show the validation percentage in
5795 terms of the narrowed text, not the widened text.
5796 (rng-do-some-validation): Don't catch internal errors when debugging.
5797 (rng-first-error): Simplify.
5798 (rng-after-change-function): Remove work around. AFAIK the bug has
5799 been fixed a while ago.
5800
26224faf
SM
5801 * image-mode.el (image-minor-mode): Exit more gracefully when the image
5802 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5803
d7117720
SM
5804 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5805
f5467d3f
SM
5806 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5807 `cd' doesn't always do it for us (bug#5067).
5808
5809 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5810 on 2009-10-25 as part of some other change (bug#5067).
5811
c5269f1c
SM
58122009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5813
62a258a7
SM
5814 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5815 `suspicious'.
5816 (byte-compile-warnings): Use byte-compile-warning-types.
5817 (byte-compile-save-excursion): Warn about use of set-buffer right
5818 after save-excursion.
5819
c5269f1c
SM
5820 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5821 the excursion as well.
5822
3ba30eb8
MA
58232009-11-27 Michael Albinus <michael.albinus@gmx.de>
5824
5825 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5826 providing a Tramp related implementation of "su" and "sudo".
5827 (eshell-unix-initialize): Add "su" and "sudo".
5828
6c6f788d
DU
58292009-11-27 Daiki Ueno <ueno@unixuser.org>
5830
5831 * net/socks.el (socks-send-command): Convert binary request to
5832 unibyte before sending. This fixes mishandling of some port
5833 numbers such as 129.
5834
10c877fe
SM
58352009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5836
6f06a171
SM
5837 * help.el (describe-bindings-internal): Remove `interactive'.
5838
10c877fe
SM
5839 * man.el (Man-completion-table): Trim a terminating "(".
5840 Remove the space between name page a section.
5841 Add the command's description on the `help-echo' property.
c5269f1c
SM
5842 Remove `process-connection-type' binding since it's unused by
5843 call-process.
10c877fe
SM
5844 Provide completion for the "<section> <name>" format as well.
5845 (Man-default-man-entry): Remove spurious var shadowing the argument.
5846
c44a4822
KR
58472009-11-26 Kevin Ryde <user42@zip.com.au>
5848
5849 * log-view.el: Add "Keywords: tools", since its other keywords
5850 aren't in finder-known-keywords, and following vc.el.
5851
9d58f081
KR
5852 * sha1.el (sha1-string-external): default-directory "/" in case
5853 otherwise non-existent. process-connection-type pipe for touch of
5854 efficiency recommended by elisp manual. (An aside in Bug#3911.)
5855
72fe6b25
SM
58562009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5857
5858 Misc coding convention cleanups.
5859 * htmlfontify.el (hfy-init-kludge-hook): Rename from
5860 hfy-init-kludge-hooks.
5861 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5862 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5863 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5864 and push.
5865 (hfy-slant, hfy-weight): Use tables rather than code.
5866 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5867 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5868 (hfy-face-attr-for-class): Initialize `face-spec' directly.
5869 (hfy-face-to-css): Remove `nconc' with single arg.
5870 (hfy-p-to-face-lennart): Use `or'.
5871 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
5872 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5873 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5874 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5875 (hfy-force-fontification): Use run-hooks.
5876
85e0a536
SM
58772009-11-26 Vivek Dasmohapatra <vivek@etla.org>
5878
5879 Various minor fixes.
5880 * htmlfontify.el (hfy-default-header): Add toggle_invis since
5881 Javascript belongs in the header, not the body.
5882 (hfy-javascript): Remove.
5883 (hfy-fontify-buffer): Don't insert it any more.
5884 (hfy-face-at): Handle (face0 face1 face2) style face properties.
5885 Fix bug in invis handling when there were no invis props in a chunk.
5886
62ccc42c
SM
58872009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5888
5889 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5890
2643c7aa
DN
58912009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
5892
5893 * finder.el (finder-mode-map): Add a menu.
5894
0e5c8aed
DN
58952009-11-26 Michael McNamara <mac@mail.brushroad.com>
5896
bf0b361c 5897 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
5898 "unsigned" structs.
5899
5900 (verilog-leap-to-head, verilog-backward-token): Handle "disable
5901 fork" statement better.
5902
59032009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
5904
bf0b361c
JB
5905 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5906 (verilog-delete-auto, verilog-delete-empty-auto-pair)
5907 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5908 Reported by Clay Douglass.
0e5c8aed
DN
5909
5910 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
5911 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5912 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
5913 Pierre-David Pfister.
5914
7629c4e7
GM
59152009-11-26 Glenn Morris <rgm@gnu.org>
5916
62ccc42c
SM
5917 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5918 the scope.
7629c4e7 5919
a5d358f8
JB
59202009-11-25 Johan Bockgård <bojohan@gnu.org>
5921
5922 * vc-annotate.el (vc-annotate-revision-previous-to-line):
5923 Really use previous revision.
5924
002cbde5
KR
59252009-11-25 Kevin Ryde <user42@zip.com.au>
5926
5927 * man.el (Man-completion-table): default-directory "/" in case
5928 doesn't otherwise exist. process-environment COLUMNS=999 so as
5929 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
5930 any chance of hitting the pseudo-tty TIOCGWINSZ.
5931 (man): completion-ignore-case t for friendliness and since man
5932 itself is case-insensitive on the command line.
5933 Further to Bug#3717.
002cbde5 5934
8cb5ffe8
KR
5935 * arc-mode.el: Add "Keywords: files", so the details in its
5936 commentary can be reached from finder-by-keyword.
34607612
KR
5937 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
5938 editing mode, but it's comms related and sgml-mode.el has "comm"
5939 on that basis too.
b8dfcf54 5940 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
5941 * international/isearch-x.el, international/ja-dic-cnv.el:
5942 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 5943 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 5944
1e2d9ba1
JL
59452009-11-25 Juri Linkov <juri@jurta.org>
5946
5947 * man.el (Man-completion-table): Modify regexp to include
5948 section names to completion strings. (Bug#3717)
5949
a601d313
JL
59502009-11-25 Juri Linkov <juri@jurta.org>
5951
5952 Search recursively in gzipped files. (Bug#4982)
5953
5954 * progmodes/grep.el (grep-highlight-matches): Add new options
5955 `always' and `auto'. Doc fix.
5956 (grep-process-setup): Check `grep-highlight-matches' for
5957 `auto-detect' to determine the need to compute grep defaults.
5958 Move Windows/DOS specific --colors settings handling
5959 to `grep-compute-defaults'. Check `grep-highlight-matches'
5960 to get the value of "--color=".
5961 (grep-compute-defaults): Compute `grep-highlight-matches' when it
5962 has the value `auto-detect'. Move Windows/DOS specific settings
5963 from `grep-process-setup'.
5964 (zrgrep): New command with alias `rzgrep'.
5965
bde04ea9
JL
59662009-11-25 Juri Linkov <juri@jurta.org>
5967
5968 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5969 to nil instead of switching off view-mode. (Bug#4896)
5970
7d6b4d3c
JL
59712009-11-25 Juri Linkov <juri@jurta.org>
5972
5973 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
5974
5975 * mwheel.el (mwheel-scroll-up-function)
5976 (mwheel-scroll-down-function): New defvars.
5977 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5978 `scroll-up', and `mwheel-scroll-down-function' instead of
5979 `scroll-down'.
5980
5981 * doc-view.el (doc-view-scroll-up-or-next-page)
5982 (doc-view-scroll-down-or-previous-page): Add optional ARG.
5983 Use this ARG in the call to image-scroll-up/image-scroll-down.
5984 Change `interactive' spec to "P". Goto next/previous page only
5985 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5986 SPC/DEL case). Doc fix.
5987 (doc-view-next-line-or-next-page)
5988 (doc-view-previous-line-or-previous-page): Rename arg to ARG
5989 for consistency.
5990 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5991 `doc-view-scroll-up-or-next-page', and buffer-local
5992 `mwheel-scroll-down-function' to
5993 `doc-view-scroll-down-or-previous-page'.
5994
e237085f
JL
59952009-11-25 Juri Linkov <juri@jurta.org>
5996
5997 Provide additional default values (directories at other Dired
5998 windows) via M-n in the minibuffer of some Dired commands.
5999
6000 * dired-aux.el (dired-diff, dired-compare-directories)
6001 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
6002 `minibuffer-default' in `minibuffer-with-setup-hook'.
6003 (dired-dwim-target-directory): Find a window that displays Dired
6004 buffer instead of failing when the next window is not Dired.
6005 Use `get-window-with-predicate' to find for the next Dired window.
6006 (dired-dwim-target-defaults): New function.
6007
6008 * ediff-util.el (ediff-read-file-name):
6009 Use `dired-dwim-target-defaults' to set `minibuffer-default'
6010 in `minibuffer-with-setup-hook'.
6011
7d371eac
JL
60122009-11-25 Juri Linkov <juri@jurta.org>
6013
6014 Provide additional default values (file name at point or at the
6015 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
6016
6017 * minibuffer.el (read-file-name-defaults): New function.
6018 (read-file-name): Reset `minibuffer-default' to nil when
6019 it duplicates initial input `insdef'.
6020 Bind `minibuffer-default-add-function' to lambda that
6021 calls `read-file-name-defaults' in `minibuffer-selected-window'.
6022 (minibuffer-insert-file-name-at-point): New command.
6023
6024 * files.el (file-name-at-point-functions): New defcustom.
6025 (find-file-default): Remove defvar.
6026 (find-file-read-args): Don't use `find-file-default'.
6027 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6028 to `read-file-name'.
6029 (find-file-literally): Use `read-file-name' with
6030 `confirm-nonexistent-file-or-buffer'.
6031
6032 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
6033
6034 * dired.el (dired-read-dir-and-switches):
6035 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6036 to `read-file-name'.
6037 (dired-file-name-at-point): New function.
6038 (dired-mode): Add hook `dired-file-name-at-point' to
6039 `file-name-at-point-functions'.
6040
04ae543a
SM
60412009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6042
6043 Really make the *Completions* window soft-dedicated (bug#5030).
6044 * window.el (window--display-buffer-2): Add `dedicated' argument.
6045 (display-buffer): Pass it when needed so the dedicated flag is set
6046 after calling set-window-buffer, which would otherwise reset it.
6047
eb708e66
SM
60482009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6049
d6b8d4e7
SM
6050 * progmodes/meta-mode.el (meta-complete-symbol):
6051 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
6052 * mail/mailabbrev.el (mail-abbrev-complete-alias):
6053 Use completion-in-region.
6054
5f24557b
SM
6055 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
6056 (dabbrev-completion): Use completion-in-region.
6057 (dabbrev--abbrev-at-point): Simplify regexp.
6058
fe4346f0
SM
6059 * abbrev.el (abbrev--before-point): Use word-motion functions
6060 if :regexp is not specified (bug#5031).
6061
cb190d7d
SM
6062 * subr.el (string-prefix-p): New function.
6063
e2ec6dd5
SM
6064 * man.el (Man-completion-cache): New var.
6065 (Man-completion-table): Use it.
6066
eb708e66
SM
6067 * vc.el (vc-print-log-internal): Make `limit' optional for better
6068 compatibility (e.g. with vc-annotate.el).
6069
4cf8971b
KR
60702009-11-24 Kevin Ryde <user42@zip.com.au>
6071
eb708e66 6072 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 6073 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 6074
4cf8971b
KR
6075 * emacs-lisp/elint.el (elint-add-required-env): Better error message
6076 when .el source file not found or other error.
6077
d204c46c
SM
60782009-11-24 Markus Triska <markus.triska@gmx.at>
6079
6080 * linum.el (linum-update-window): Ignore intangible (bug#4996).
6081
bb301b9a
SM
60822009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6083
449c27f0
SM
6084 Handle the [back] button properly (bug#4979).
6085 * descr-text.el (describe-text-properties): Add a `buffer' argument.
6086 Use help-setup-xref, help-buffer, and with-help-window.
6087 (describe-char): Add `buffer' argument.
6088 Pass proper command to help-setup-xref. Don't meddle with
6089 help-xref-stack-item directly.
6090 (describe-text-category): Use with-help-window and help-buffer.
6091
32fe5377
SM
6092 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
6093 for the displayed buffer (bug#4887).
6094
bb301b9a
SM
6095 * man.el (Man-completion-table): New function.
6096 (man): Use it.
6097
35179414
DR
60982009-11-24 David Reitter <david.reitter@gmail.com>
6099
bb301b9a 6100 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
6101 .git is) rather than the file's directory and a relative path spec
6102 to work around a bug in git.
6103
605a20a9
MA
61042009-11-24 Michael Albinus <michael.albinus@gmx.de>
6105
6106 Improve handling of processes on remote hosts.
6107
6108 * eshell/esh-util.el (eshell-path-env): New defvar.
6109 (eshell-parse-colon-path): New defun.
6110 (eshell-file-attributes): Use `eshell-parse-colon-path'.
6111
bb301b9a
SM
6112 * eshell/esh-ext.el (eshell-search-path):
6113 Use `eshell-parse-colon-path'.
605a20a9
MA
6114 (eshell-remote-command): Remove argument HANDLER.
6115 (eshell-external-command): Check for FTP remote connection.
6116
bb301b9a
SM
6117 * eshell/esh-proc.el (eshell-gather-process-output):
6118 Use `file-truename', in order to start also symlinked files.
6119 Apply `start-file-process' instead of `start-process'.
6120 Shorten `command' to the local file name part.
605a20a9 6121
bb301b9a
SM
6122 * eshell/em-cmpl.el (eshell-complete-commands-list):
6123 Use `eshell-parse-colon-path'.
605a20a9
MA
6124
6125 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
6126
6127 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
6128 to `eshell-directory-change-hook'.
6129
d1d33062
TH
61302009-11-24 Tassilo Horn <tassilo@member.fsf.org>
6131
6132 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 6133 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 6134
a34d8565 61352009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 6136
a34d8565
MK
6137 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
6138 made on 2009-11-22.
d1d33062 6139
c83b8d1b
GM
61402009-11-24 Glenn Morris <rgm@gnu.org>
6141
6142 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
6143 deleted variable bookmark-bmenu-bookmark-column.
6144
65235b0a
GM
6145 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6146 Move after definition of global-semantic-idle-tag-highlight-mode.
6147
83505cfe
SM
61482009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6149
6150 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
6151
5241b291
CY
61522009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
6153
6154 * net/browse-url.el (browse-url-filename-alist): On Windows, add
6155 two slashes to the "file:" prefix.
6156 (browse-url-file-url): De-munge Cygwin filenames before passing
6157 them to Windows browser.
6158 (browse-url-default-windows-browser): Use call-process.
6159
aefcadb6
JL
61602009-11-23 Juri Linkov <juri@jurta.org>
6161
6162 Implement DocView Continuous mode. (Bug#4896)
6163 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
6164 (doc-view-mode-map): Bind C-n/<down> to
6165 `doc-view-next-line-or-next-page', C-p/<up> to
6166 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
6167 (doc-view-next-line-or-next-page)
6168 (doc-view-previous-line-or-previous-page): New commands.
6169
0d62bcea
JL
61702009-11-23 Juri Linkov <juri@jurta.org>
6171
6172 Implement Isearch in comint input history. (Bug#3746)
6173 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
6174 `isearch-mode-hook'.
6175 (comint-history-isearch): New defcustom.
6176 (comint-history-isearch-backward)
6177 (comint-history-isearch-backward-regexp): New commands.
6178 (comint-history-isearch-message-overlay): New buffer-local variable.
6179 (comint-history-isearch-setup, comint-history-isearch-end)
6180 (comint-goto-input, comint-history-isearch-search)
6181 (comint-history-isearch-message, comint-history-isearch-wrap)
6182 (comint-history-isearch-push-state)
6183 (comint-history-isearch-pop-state): New functions.
6184
b593f105
MA
61852009-11-23 Michael Albinus <michael.albinus@gmx.de>
6186
6187 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
6188 return.
6189 (tramp-handle-make-symbolic-link)
6190 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
6191 Quote file names.
6192 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
6193 (tramp-handle-process-file): Use it.
6194
0f202d5d
SM
61952009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6196
6197 * window.el (move-to-window-line-last-op): Remove.
6198 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
6199
216349f8
SM
62002009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
6201
0f202d5d 6202 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
6203 * window.el (move-to-window-line-last-op): New var.
6204 (move-to-window-line-top-bottom): New command.
6205 (global-map): Bind M-r move-to-window-line-top-bottom.
6206
c10e0633
GM
62072009-11-23 Sven Joachim <svenjoac@gmx.de>
6208
6209 * dired-x.el (dired-guess-shell-alist-default):
6210 Support xz format. (Bug#4953)
6211
e96ec425
CY
62122009-11-22 Chong Yidong <cyd@stupidchicken.com>
6213
2054a44c
CY
6214 * cedet/srecode/map.el (srecode-get-maps):
6215 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
6216 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
6217 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
6218 (semantic-toggle-decoration-style):
6219 * cedet/semantic/decorate/include.el
6220 (semantic-decoration-include-describe)
6221 (semantic-decoration-unknown-include-describe)
6222 (semantic-decoration-unparsed-include-describe)
6223 (semantic-decoration-all-include-summary):
6224 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
6225 * cedet/semantic/analyze/complete.el
6226 (semantic-analyze-possible-completions):
6227 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
6228 (semantic-show-unmatched-syntax-mode)
6229 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
6230 (semantic-highlight-func-mode):
6231 * cedet/semantic/util.el (semantic-describe-buffer):
6232 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
6233 (semantic-symref-find-tags-by-name)
6234 (semantic-symref-find-tags-by-regexp)
6235 (semantic-symref-find-tags-by-completion)
6236 (semantic-symref-find-file-references-by-name)
6237 (semantic-symref-find-text):
6238 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
6239 (senator-yank-tag):
6240 * cedet/semantic/scope.el (semantic-calculate-scope):
6241 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
6242 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
6243 (define-semantic-idle-service):
6244 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
6245 (semantic-complete-analyze-inline-idle):
6246 * cedet/semantic/analyze.el (semantic-analyze-current-context):
6247 * cedet/mode-local.el (describe-mode-local-bindings)
6248 (describe-mode-local-bindings-in-mode):
6249 * cedet/ede/make.el (ede-make-check-version):
6250 * cedet/ede/locate.el (ede-enable-locate-on-project):
6251 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
6252 (cedet-idutils-version-check):
6253 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
6254 (cedet-gnu-global-version-check):
6255 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
6256 (cedet-cscope-version-check): Use called-interactively-p instead
6257 of interactive-p.
6258
e96ec425
CY
6259 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
6260 Use semantic-format-tag-prototype.
6261
953e0c1a
GM
62622009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
6263
6264 * emulation/viper-cmd.el: Use viper-last-command-char instead of
6265 last-command-char/last-command-event.
6266 (viper-prefix-arg-value): Do correct conversion of event-char for
6267 XEmacs.
6268
83505cfe
SM
6269 * emulation/viper-util.el, emulation/viper.el:
6270 Use viper-last-command-char instead of
6271 last-command-char/last-command-event.
953e0c1a 6272
83505cfe
SM
6273 * ediff-init.el, ediff-mult.el, ediff-util.el:
6274 Replace last-command-char and last-command-event
6275 with (ediff-last-command-char) everywhere.
953e0c1a
GM
6276
6277 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
6278 created in fundamental mode.
6279
6280 * ediff.el (ediff-version): Revert the change of interactive-p to
6281 called-interactively-p.
6282
9ee12eee
TH
62832009-11-22 Tassilo Horn <tassilo@member.fsf.org>
6284
6285 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
6286 generation from word-movement command names.
6287
ab2c15d4
CY
62882009-11-21 Chong Yidong <cyd@stupidchicken.com>
6289
6290 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
83505cfe
SM
6291 (semantic-complete-jump-local, semantic-complete-jump):
6292 Improve prompt string.
ab2c15d4 6293
8b571bf3
JD
62942009-11-21 Jan Djärv <jan.h.d@swipnet.se>
6295
6296 * cus-start.el (all): Add native condition for font-use-system-font.
6297
4121db47
AM
62982009-11-21 Nathaniel Flath <flat0103@gmail.com>
6299
83505cfe
SM
6300 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6301 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 6302
d71f5e0c
TH
63032009-11-21 Tassilo Horn <tassilo@member.fsf.org>
6304
6305 * progmodes/subword.el: Rename from lisp/subword.el.
6306
6307 * subword.el: Rename to progmodes/subword.el.
6308
6309 * Makefile.in (ELCFILES): Adapt to subword.el move.
6310
fc9d6ad6 63112009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 6312 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
6313
6314 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
6315 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
6316 (bookmark-bmenu-show-filenames): Use push.
6317 (bookmark-bmenu-hide-filenames): Use local var instead of
6318 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
6319 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
6320 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
6321 filenames now that the bookmark names are always available.
6322
26d9285f
SM
63232009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6324
6325 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
6326 (bookmark-search-pattern): Move and leave unbound.
6327 (bookmark-bmenu-mode-map): Change binding.
6328 (bookmark-read-search-input): Simplify.
6329 Don't use text-char-description. Don't error on non-char events.
6330 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
6331 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
6332 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
6333 Use a local var for the timer.
6334 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
6335 (i.e. bookmark-bmenu-search).
6336
d73a0317
GM
63372009-11-21 Glenn Morris <rgm@gnu.org>
6338
6339 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
6340
e572025f
CY
63412009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
6342
26d9285f
SM
6343 * net/browse-url.el (browse-url-default-windows-browser):
6344 Use cygstart for cygwin.
e572025f 6345
6aeaa3dc
KF
63462009-11-20 Karl Fogel <karl.fogel@red-bean.com>
6347
e4070cdc 6348 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
6349 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
6350 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 6351 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
6352 (bookmark-read-search-input): Adjust to fit within 80 columns.
6353
a9b76eec
TH
63542009-11-20 Tassilo Horn <tassilo@member.fsf.org>
6355
6356 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
6357 (c-backward-into-nomenclature): Adapt to subword renaming.
6358
6359 * subword.el (subword-forward, subword-backward, subword-mark)
6360 (subword-kill, subword-backward-kill, subword-transpose)
6361 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
6362 (subword-forward-internal, subword-backward-internal):
6363 Rename from forward-subword, backward-subword, mark-subword,
6364 kill-subword, backward-kill-subword, transpose-subwords,
6365 downcase-subword, upcase-subword, capitalize-subword,
6366 forward-subword-internal, backward-subword-internal.
a9b76eec 6367
1e7d4475
SM
63682009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6369
26d9285f
SM
6370 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
6371 New options.
1e7d4475
SM
6372 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
6373 New vars.
6374 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
6375 (bookmark-bmenu-filter-alist-by-regexp)
6376 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
6377 (bookmark-bmenu-search): New command.
6378 (bookmark-bmenu-mode-map): Bind it.
6379
acfad775
CY
63802009-11-20 Chong Yidong <cyd@stupidchicken.com>
6381
1e7d4475 6382 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
acfad775
CY
6383
6384 * cedet/semantic/idle.el (define-semantic-idle-service)
6385 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
6386
653d1554
TH
63872009-11-20 Tassilo Horn <tassilo@member.fsf.org>
6388
ab84bfa0
TH
6389 * progmodes/cc-cmds.el: declare-functioned forward-subword and
6390 backward-subword to quit the byte-compiler.
6391
1f35fda9
TH
6392 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
6393
6394 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
6395
653d1554 6396 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
6397 (c-forward-into-nomenclature, c-backward-into-nomenclature):
6398 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
6399
6400 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
6401 subword.el functions instead of cc-subword.el.
6402
1e7d4475
SM
6403 * progmodes/cc-subword.el: Rename to subword.el.
6404 * subword.el: Rename from progmodes/cc-subword.el.
6405 (subword-mode-map): Rename from c-subword-mode-map.
6406 (subword-mode): Rename from c-subword-mode.
653d1554 6407 (global-subword-mode): New global minor mode.
1e7d4475
SM
6408 (forward-subword): Rename from c-forward-subword.
6409 (backward-subword): Rename from c-backward-subword.
6410 (mark-subword): Rename from c-mark-subword.
6411 (kill-subword): Rename from c-kill-subword.
6412 (backward-kill-subword): Rename from c-backward-kill-subword.
6413 (transpose-subwords): Rename from c-tranpose-subword.
6414 (downcase-subword): Rename from c-downcase-subword.
6415 (capitalize-subword): Rename from c-capitalize-subword.
6416 (forward-subword-internal): Rename from c-forward-subword-internal.
6417 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 6418
9717f119
DN
64192009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
6420
8de724f3
DN
6421 * vc.el (vc-deduce-fileset): Allow non-state changing operations
6422 from a dired buffer.
6423 (vc-dired-deduce-fileset): New function.
6424 (vc-root-diff, vc-print-root-log): Use it.
6425
9717f119
DN
6426 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
6427 nil LIMIT argument to vc-print-log-internal.
6428
af4999b8
GM
64292009-11-20 Glenn Morris <rgm@gnu.org>
6430
6431 * Makefile.in (ELCFILES): Regenerate.
6432
725bff06
CY
64332009-11-20 Chong Yidong <cyd@stupidchicken.com>
6434
6435 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
6436
6437 * cedet/semantic.el: Enable idle-mode menu items only if
6438 global-semantic-idle-scheduler-mode is enabled.
6439 (semantic-default-submodes): Doc fix.
6440
6441 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6442 When turning off, disable other idle modes.
6443
b58edcb6
JB
64442009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
6445
02e1b488
SM
6446 * calc/calc.el (calc-set-mode-line):
6447 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
6448 (math-format-number): Rename `math-format-complement-signed' to
6449 `math-format-twos-complement'.
6450
02e1b488 6451 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
6452 math-format-complement-signed.
6453 (calc-radix): Rename `calc-complement-signed-mode' to
6454 `calc-twos-complement-mode'.
02e1b488
SM
6455 (calc-octal-radix, calc-hex-radix): Add an argument for
6456 two's complement.
b58edcb6 6457
02e1b488
SM
6458 * calc/calc-embed.el (calc-embedded-mode-vars):
6459 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 6460
02e1b488
SM
6461 * calc/calc-ext.el (calc-init-extensions):
6462 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
6463 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
6464
02e1b488
SM
6465 * calc/calc-units.el (math-build-units-table-buffer):
6466 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
6467
6468 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
6469 entries.
6470
6471 * calc/calc-vec.el (calcFunc-vunpack):
6472 * calc/calc-aent.el (calc-do-calc-eval):
6473 * calc/calc-forms.el (math-format-date):
6474 * calc/calc-graph.el (calc-graph-plot):
6475 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
6476 * calc/calccomp.el (math-compose-expr):
6477 Let `calc-twos-complement-mode' be nil.
6478
64792009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6480
6481 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
6482 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
6483 * minibuffer.el (completion-in-region-functions): New hook.
6484 (completion-in-region): New function.
6485 * emacs-lisp/lisp.el (lisp-complete-symbol):
6486 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 6487
e3353a78
SM
64882009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6489
eff77808
SM
6490 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
6491 (latex-complete-alist): New vars.
6492 (latex-string-prefix-p, latex-complete-bibtex-keys)
6493 (latex-complete-envnames, latex-complete-refkeys)
6494 (latex-complete-data): New functions.
6495 (latex-complete, latex-indent-or-complete): New commands.
6496
d2c9fc42
SM
6497 * window.el (display-buffer-mark-dedicated): New var.
6498 (display-buffer): Obey it.
6499 * minibuffer.el (minibuffer-completion-help): Use it.
6500
31a1c477
SM
6501 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
6502
bed4c972
SM
6503 * filecache.el (file-cache-add-file): Use push and cons.
6504 (file-cache-delete-file-regexp): Use push.
6505 (file-cache-complete): Use completion-in-region.
6506
8c22699f
SM
6507 * simple.el (with-wrapper-hook): Fix thinko.
6508
e3353a78
SM
6509 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
6510 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
6511 Use with-current-buffer and string-to-number.
6512 (hfy-fallback-colour-values): Use assoc-string.
6513 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
6514 (hfy-face-at): Remove unused var `found-face'.
6515 (hfy-compile-stylesheet): Remove unused var `css'.
6516 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
6517 and `orig-buffer'.
6518 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
6519 Use with-current-buffer.
6520 (hfy-text-p): Use expand-file-name and fewer setq.
6521
acca02b0
SM
65222009-11-19 Vivek Dasmohapatra <vivek@etla.org>
6523
6524 * htmlfontify.el, hfy-cmap.el: New files.
6525
042b7cc6
JL
65262009-11-19 Juri Linkov <juri@jurta.org>
6527
6528 * minibuffer.el (completions-format): New defcustom.
6529 (completion--insert-strings): Implement vertical format.
6530
6531 * simple.el (switch-to-completions): Move point to the first
6532 completion when point was at the beginning of the buffer.
6533
da205913
JL
65342009-11-19 Juri Linkov <juri@jurta.org>
6535
6536 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
6537
6538 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
6539
0b8ee421
CY
65402009-11-19 Chong Yidong <cyd@stupidchicken.com>
6541
6542 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
6543 (mail-signature): Change default to t.
6544 (mail-from-style): Deprecate `system-default' value.
6545 (mail-insert-from-field): For default value of mail-from-style,
6546 default to `angles' unless `angles' needs quoting and `parens'
6547 does not.
6548 (mail-citation-prefix-regexp): Use citation regexp from
6549 message-mode.
6550
4265deab
MA
65512009-11-19 Michael Albinus <michael.albinus@gmx.de>
6552
acca02b0
SM
6553 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6554 Set variables for computing the prompt for reading password.
4265deab 6555
27cacd2d
GM
65562009-11-19 Glenn Morris <rgm@gnu.org>
6557
470bce7d
GM
6558 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
6559
7e705a1d
GM
6560 * textmodes/flyspell.el (sgml-lexical-context): Declare.
6561
27cacd2d
GM
6562 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
6563 (newsticker-treeview-listwindow-height): Fix custom type.
6564
b2f0be0f
KH
65652009-11-19 Kenichi Handa <handa@m17n.org>
6566
6567 * descr-text.el (describe-char-padded-string): Compose with TAB
6568 only if there's a font for CH.
02e1b488 6569 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 6570
03446045 65712009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
6572
6573 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 6574 more accurate version of the regexp. (Bug#3910)
b96337b0 6575
03446045 65762009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
6577
6578 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
6579
e0620570
JB
65802009-11-18 Juanma Barranquero <lekktu@gmail.com>
6581
6582 * font-setting.el (font-use-system-font): Declare for byte-compiler.
6583 (font-setting-change-default-font): Fix typo in docstring.
6584
6cc6582e
AM
65852009-11-18 Alan Mackenzie <acm@muc.de>
6586
6587 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
6588
dfb3c4c6
JD
65892009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6590
02e1b488 6591 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
6592
6593 * cus-start.el (all): ... to here.
6594
e268e987
MA
65952009-11-17 Michael Albinus <michael.albinus@gmx.de>
6596
6597 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
6598 Don't set `ad-return-value' if `ad-do-it' doesn't.
6599
303ffde8
MA
6600 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
6601 modification time.
6602
637fa988
JD
66032009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6604
6605 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 6606 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
6607
6608 * loadup.el: If feature system-font-setting or font-render-setting is
6609 there, load font-setting.
6610
02e1b488 6611 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
6612 * font-setting.el: New file.
6613
1d16a255
GM
66142009-11-17 Glenn Morris <rgm@gnu.org>
6615
6616 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
6617
2d84f804
GM
6618 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
6619 Preserve point in the list buffer. (Bug#4939)
6620 Use point-at-eol.
6621 (newsticker--treeview-list-update-highlight)
6622 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
6623
14467b99
JB
66242009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6625
6626 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
6627 Remove.
6628
6629 * calc/calc-ext.el (calc-init-extensions): Remove references to
6630 symclip.
6631
6632 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
6633
6634 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 6635 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
6636 `calc-symclip'.
6637
e3c39c01
KR
66382009-11-16 Kevin Ryde <user42@zip.com.au>
6639
02e1b488 6640 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 6641 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 6642
497de631
KR
6643 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
6644 (lm-keywords-list): Allow comma-only separator like "foo,bar".
6645 Ignore trailing spaces by omit-nulls to split-string (fixing
6646 regression from Emacs 21 due to the incompatible split-string
14467b99 6647 change). (Bug #4928.)
497de631 6648
48b27575
DN
66492009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
6650
5237d741 6651 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
6652 (vc-print-log-internal): Insert buttons to request more entries
6653 when limiting the output.
6654
6655 * vc-sccs.el (vc-sccs-print-log):
6656 * vc-rcs.el (vc-rcs-print-log):
6657 * vc-cvs.el (vc-cvs-print-log):
6658 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6659 LIMIT is non-nil.
6660
d3e97185
MA
66612009-11-16 Michael Albinus <michael.albinus@gmx.de>
6662
6663 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6664 error when `tramp-gvfs-dbus-event-vector' is set.
6665 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6666
68d87786
SM
66672009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6668
6669 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6670
c0a39702
MA
66712009-11-16 Michael Albinus <michael.albinus@gmx.de>
6672
6673 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 6674 (dbus-register-property): Register the handlers of
c0a39702
MA
6675 "org.freedesktop.DBus.Properties" for SERVICE.
6676 (dbus-property-handler): Fix docstring.
6677
1e857121
YM
66782009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6679
6680 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6681 Quote doc string reference in defvaralias as it is not in special form.
6682 (byte-compile-output-docform): Doc fix.
6683
887484c1
JB
66842009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6685
6686 * calc/calc.el (math-2-word-size, math-half-2-word-size)
6687 (calc-complement-signed-mode): New variables.
6688 (calc-set-mode-line): Add indicator for twos-complements.
6689 (math-format-number): Format twos-complement notation.
6690
6691 * calc/calc-bin.el (calc-word-size): Reset the variables
6692 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
6693 (math-format-complement-signed, math-symclip, calcFunc-symclip)
6694 (calc-symclip): New functions.
887484c1
JB
6695
6696 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6697
68d87786
SM
6698 * calc/calc-embed.el (calc-embedded-mode-vars):
6699 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
6700
6701 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 6702 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
6703
6704 * calc/calc-ext.el (math-read-number-fancy): Read complement
6705 signed numbers.
68d87786
SM
6706 (calc-init-extensions): Add binding for `calc-symclip'.
6707 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
6708
6709 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6710 `calc-symclip'.
68d87786 6711 (calc-modes-menu): Add item for twos complement mode.
887484c1 6712
5237d741 6713 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 6714
4cf1d7e3
CY
67152009-11-15 Chong Yidong <cyd@stupidchicken.com>
6716
6717 * register.el (jump-to-register, insert-register): Handle Semantic
6718 tags. From commented-out advice in semantic/senator.el.
6719
f8e65267
DN
67202009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6721
6616006b
DN
6722 * vc.el (vc-log-show-limit): New variable.
6723 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
6724 when using a prefix argument.
6725 (vc-print-log-internal): Add new argument LIMIT.
6726
6727 * vc-svn.el (vc-svn-print-log):
6728 * vc-mtn.el (vc-mtn-print-log):
6729 * vc-hg.el (vc-hg-print-log):
6730 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 6731 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
6732 non-optional.
6733
6734 * vc-sccs.el (vc-sccs-print-log):
6735 * vc-rcs.el (vc-rcs-print-log):
6736 * vc-git.el (vc-git-print-log):
6737 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6738 ignore it. Make the BUFFER argument non-optional
6739
f8e65267
DN
6740 * bindings.el (mode-line-buffer-identification): Do not purecopy.
6741
0566c4bc
CY
67422009-11-15 Chong Yidong <cyd@stupidchicken.com>
6743
7cce3c91
CY
6744 * dired.el (dired-mode-map): Move encryption items to "Operate"
6745 menu (Bug#4703).
6746
d7063de9
CY
6747 * strokes.el (strokes-update-window-configuration): Make strokes
6748 buffer current before erasing (Bug#4906).
6749
0566c4bc
CY
6750 * cedet/semantic/idle.el (semantic-idle-summary-mode)
6751 (semantic-idle-summary-mode): Define using define-minor-mode
6752 instead of define-semantic-idle-service.
6753 (semantic-idle-summary-mode): New function.
6754 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
6755 that mouse motion does not reset the echo area.
6756
0fc10137
JL
67572009-11-15 Juri Linkov <juri@jurta.org>
6758
6759 * simple.el (set-mark-default-inactive): Add :type, :group
6760 and :version. (Bug#4876)
6761
f5fce4ec
MA
67622009-11-15 Michael Albinus <michael.albinus@gmx.de>
6763
6764 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6765 (archive-unique-fname): ... here. (Bug#4929)
6766
8d720a00
SM
67672009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6768
589888fe
SM
6769 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6770 with a real fix.
6771
8d720a00
SM
6772 * novice.el (disabled-command-function): Add useful args.
6773 Setup the help buffer so that [back] works.
6774 Remove redundant call to help-mode.
6775 (disabled-command-function): Use `case'.
6776 (en/disable-command): New function extracted from enable-command.
6777 (enable-command, disable-command): Use it.
6778
a61344d6
GM
67792009-11-14 Glenn Morris <rgm@gnu.org>
6780
497f0cdd
GM
6781 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6782 constants. (Bug#4913)
6783
a61344d6
GM
6784 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6785
d501801e
GM
67862009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
6787
6788 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6789 defined in C that have no doc-strings. (Bug#1063)
6790
5af27ac2
GM
67912009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
6792
6793 * cus-edit.el (data, files):
6794 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
6795
aec5395b
CY
67962009-11-14 Chong Yidong <cyd@stupidchicken.com>
6797
e7791447
CY
6798 * simple.el (shell-command): Doc fix (Bug#4891).
6799
aec5395b
CY
6800 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6801
7a41cd7f
GM
68022009-11-14 Glenn Morris <rgm@gnu.org>
6803
c3583c94
GM
6804 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6805 statements for vc-diff, emerge-quit, and rmail-cease-edit.
6806 If they are already loaded, eval-after-load will do the right thing.
6807
73900d1f
GM
6808 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6809 compiling.
6810
0028351d
GM
6811 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6812
f6714ede
GM
6813 * simple.el (x-selection-owner-p): Declare.
6814 (read-mail-command): Use custom radio type rather than choice.
6815 (completion-no-auto-exit): Doc fix.
6816
7a41cd7f 6817 * custom.el (defgroup):
5af27ac2 6818 * epg-config.el (epg): Doc fixes.
7a41cd7f 6819
2d0659ec
DN
68202009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6821
6822 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6823 * international/ccl.el (define-ccl-program): Do not purecopy the
6824 docstring, defconst does it anyway.
6825
7fdbcd83
SM
68262009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6827
d499c5b9
SM
6828 * add-log.el (add-change-log-entry): Avoid displaying the changelog
6829 a second time.
6830
7fdbcd83
SM
6831 * x-dnd.el (x-dnd-maybe-call-test-function):
6832 * window.el (split-window-vertically):
6833 * whitespace.el (whitespace-help-on):
6834 * vc-rcs.el (vc-rcs-consult-headers):
6835 * userlock.el (ask-user-about-lock-help)
6836 (ask-user-about-supersession-help):
6837 * type-break.el (type-break-force-mode-line-update):
6838 * time-stamp.el (time-stamp-conv-warn):
6839 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 6840 (te-sentinel, terminal-emulator):
7fdbcd83
SM
6841 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6842 (term-write-input-ring, term-check-source, term-start-output-log):
6843 (term-display-buffer-line, term-dynamic-list-completions):
6844 (term-ansi-make-term, serial-term):
6845 * subr.el (selective-display):
6846 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6847 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6848 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6849 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6850 (speedbar-remove-localized-speedbar-support)
6851 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6852 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6853 (speedbar-buffers-line-directory):
6854 * simple.el (shell-command-on-region, append-to-buffer)
6855 (prepend-to-buffer):
6856 * shadowfile.el (shadow-save-todo-file):
6857 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6858 (scroll-bar-maybe-set-window-start):
6859 * sb-image.el (speedbar-image-dump):
6860 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6861 (load-save-place-alist-from-file):
6862 * ps-samp.el (ps-print-message-from-summary):
6863 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6864 (ps-background-image, ps-begin-job, ps-do-despool):
6865 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6866 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6867 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6868 (pr-call-process, pr-file-list, pr-interface-save):
6869 * novice.el (disabled-command-function)
6870 (enable-command, disable-command):
6871 * mouse.el (mouse-buffer-menu-alist):
6872 * mouse-copy.el (mouse-kill-preserving-secondary):
6873 * macros.el (kbd-macro-query):
6874 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6875 * informat.el (batch-info-validate):
6876 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6877 * hippie-exp.el (try-expand-dabbrev-visible):
6878 * help-mode.el (help-make-xrefs):
6879 * help-fns.el (describe-variable):
6880 * generic-x.el (bat-generic-mode-run-as-comint):
6881 * finder.el (finder-mouse-select):
6882 * find-dired.el (find-dired-sentinel):
6883 * filesets.el (filesets-file-close):
6884 * files.el (list-directory):
6885 * faces.el (list-faces-display, describe-face):
6886 * facemenu.el (list-colors-display):
6887 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6888 * epg.el (epg--process-filter, epg-cancel):
6889 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6890 (epa--read-signature-type):
6891 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6892 (emerge-file-names):
6893 * ehelp.el (electric-helpify):
6894 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6895 * ediff-vers.el (rcs-ediff-view-revision):
6896 * ediff-util.el (ediff-setup):
6897 * ediff-mult.el (ediff-append-custom-diff):
6898 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6899 (ediff-wordify):
6900 * echistory.el (Electric-command-history-redo-expression):
6901 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6902 * disp-table.el (describe-display-table):
6903 * dired.el (dired-find-buffer-nocreate):
6904 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6905 * dabbrev.el (dabbrev--same-major-mode-p):
6906 * chistory.el (list-command-history):
6907 * apropos.el (apropos-documentation):
6908 * allout.el (allout-obtain-passphrase):
6909 (allout-copy-exposed-to-buffer):
6910 (allout-verify-passphrase): Use with-current-buffer.
6911
2ccbc060
GM
69122009-11-13 Glenn Morris <rgm@gnu.org>
6913
6914 * Makefile.in (ELCFILES): Regenerate.
6915
b172ed20
MA
69162009-11-13 Michael Albinus <michael.albinus@gmx.de>
6917
7fdbcd83
SM
6918 * net/dbus.el (dbus-registered-objects-table): Rename from
6919 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
6920 (dbus-unregister-object): Unregister also properties.
6921 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6922 Use a timeout of 500 msec, in order to not block.
6923 (dbus-register-property, dbus-property-handler): New defuns.
6924
e96d62cd
SM
69252009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6926
6927 * simple.el (minibuffer-default-add-completions): Drop deprecated
6928 4th arg.
6929
14bd267d
EZ
69302009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
6931
e96d62cd
SM
6932 * textmodes/artist.el (artist-mouse-choose-operation):
6933 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 6934 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
6935 (artist-compute-up-event-key): New function.
6936 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6937
bf89fd7b
KH
69382009-11-13 Kenichi Handa <handa@m17n.org>
6939
6940 * language/japan-util.el: Make sure that the value of jisx0208
6941 property is jisx0208 character.
6942
f70b8925
DN
69432009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
6944
6945 * international/mule.el (auto-coding-regexp-alist): Only purecopy
6946 car or each item, not the whole list.
6947
4d93a9e0
SM
69482009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6949
6950 * minibuffer.el (minibuffer-completion-help):
6951 Use minibuffer-hide-completions.
6952
05404988
SM
69532009-11-12 Per Starbäck <per@starback.se> (tiny change)
6954
6955 * dired.el (dired-save-positions, dired-restore-positions): New funs.
6956 (dired-revert): Use them (bug#4880).
6957
5297bc10
DN
69582009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6959
6960 * tooltip.el (tooltip-frame-parameters): Undo previous change.
6961
e2685eb7
JL
69622009-11-12 Juri Linkov <juri@jurta.org>
6963
6964 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6965 New functions.
6966 (find-file-literally-at-point): Alias of `ffap-literally'.
6967
76410c3e
DN
69682009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6969
6d341a2a
DN
6970 * textmodes/ispell.el (ispell-skip-region-alist):
6971 * textmodes/css-mode.el (auto-mode-alist):
6972 * progmodes/compile.el (auto-mode-alist):
6973 * international/mule.el (ctext-non-standard-encodings-alist)
6974 (ctext-non-standard-encodings-regexp):
6975 * simple.el (shell-command-switch, text-read-only):
6976 * replace.el (occur-mode-map):
6977 * paths.el (rmail-file-name):
6978 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6979 * find-file.el (ff-special-constructs):
6980 * files.el (file-name-handler-alist):
6981 * composite.el: Purecopy strings.
6982
76410c3e
DN
6983 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6984
aaa448c9
DN
69852009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6986
6987 * widget.el (define-widget): Purecopy the docstring.
6988 * international/mule-cmds.el (charset): Do not purecopy the
6989 docstring here, define-widget does it.
6990
6991 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6992 * textmodes/bibtex-style.el (auto-mode-alist):
6993 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6994 * progmodes/compile.el (compile-command):
6995 * language/korea-util.el (default-korean-keyboard):
6996 * international/mule-conf.el (file-coding-system-alist):
6997 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6998 * tooltip.el (tooltip-frame-parameters):
6999 * newcomment.el (comment-end, comment-padding):
7000 * dired.el (dired-trivial-filenames):
7001 * comint.el (comint-file-name-prefix): Purecopy initial values.
7002
bbe650fd
MA
70032009-11-11 Michael Albinus <michael.albinus@gmx.de>
7004
7005 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
7006 (tramp-advice-minibuffer-electric-tilde): Unload advices via
7007 `tramp-unload'.
7008 (tramp-advice-make-auto-save-file-name)
7009 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
7010 after removing the advice.
7011
6bdad9ae
DN
70122009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
7013
2f7f4bee
DN
7014 * progmodes/grep.el (grep-regexp-alist):
7015 * international/mule-cmds.el (iso-2022-control-alist):
7016 * emacs-lisp/timer.el (timer-duration-words):
7017 * subr.el (version-separator, version-regexp-alist):
7018 * minibuffer.el (completion-styles-alist):
7019 * faces.el (face-attribute-name-alist, list-faces-sample-text):
7020 Change defvars to defconsts.
7021
a042de45
DN
7022 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
7023 * loadup.el ("international/mule-conf"): Load the byte compiled version.
7024 * international/mule-conf.el: Allow to be byte compiled.
7025
3b6acc72
DN
7026 * international/mule.el (define-charset): Purecopy props.
7027 (load-with-code-conversion): Purecopy doc string and file name.
7028 (put-charset-property): Purecopy strings.
7029 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
7030
1c2efdfb 7031 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
7032 (define-char-code-property): Correctly purecopy the table.
7033
62591911
DN
7034 * international/ccl.el (define-ccl-program): Purecopy the docstring.
7035
8b908da6
DN
7036 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
7037
ff917d63
DN
7038 * subr.el (add-hook): Purecopy strings.
7039 (eval-after-load): Purecopy load-history-regexp and the form.
7040
af89cf77
DN
7041 * custom.el (custom-declare-group): Purecopy load-file-name.
7042
a3c20c83 7043 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
7044 * net/eudc.el (eudc-tools-menu):
7045 * international/mule-cmds.el (set-coding-system-map)
7046 (mule-menu-keymap):
7047 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7048 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
7049 * replace.el (occur-mode-map):
7050 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 7051 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
7052 (menu-bar-custom-menu, menu-bar-showhide-menu)
7053 (menu-bar-options-menu, menu-bar-tools-menu)
7054 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
7055 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
7056 (menu-bar-help-menu):
7057 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
7058 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
7059
6bdad9ae
DN
7060 * term/x-win.el (x-gtk-stock-map):
7061 * progmodes/vera-mode.el (auto-mode-alist):
7062 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7063 (inferior-lisp-program, inferior-lisp-load-command):
7064 * progmodes/hideshow.el (hs-special-modes-alist):
7065 * progmodes/gud.el (same-window-regexps):
7066 * progmodes/grep.el (grep-program, find-program, xargs-program):
7067 * net/telnet.el (same-window-regexps):
7068 * net/rlogin.el (same-window-regexps):
7069 * language/ethiopic.el (font-ccl-encoder-alist):
7070 * vc-sccs.el (vc-sccs-master-templates):
7071 * vc-rcs.el (vc-rcs-master-templates):
7072 * subr.el (cl-assertion-failed):
7073 * simple.el (next-error-overlay-arrow-position):
7074 * lpr.el (lpr-command):
7075 * locate.el (locate-ls-subdir-switches):
7076 * info.el (same-window-regexps, info)
7077 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7078 * image-mode.el (image-mode, auto-mode-alist):
7079 * hippie-exp.el (hippie-expand-ignore-buffers):
7080 * format.el (format-alist):
7081 * find-dired.el (find-ls-subdir-switches, find-grep-options)
7082 (find-name-arg):
7083 * facemenu.el (facemenu-keybindings):
7084 * dired.el (dired-listing-switches, dired-chown-program):
7085 * diff.el (diff-switches, diff-command):
7086 * cus-edit.el (same-window-regexps):
7087 * bindings.el (mode-line-mule-info)
7088 (mode-line-buffer-identification): Purecopy strings.
7089
e0987650
JL
70902009-11-11 Juri Linkov <juri@jurta.org>
7091
3570691b 7092 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
7093 Tell the byte-compiler about dired-get-filename.
7094 (shell-command): In Dired mode, get filename from the current line
7095 as the default value.
7096
b16ff465
GM
70972009-11-10 Glenn Morris <rgm@gnu.org>
7098
e8a11b22
GM
7099 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
7100 * calendar/holidays.el, progmodes/cperl-mode.el:
7101 Update x-popup-menu declarations.
7102
b16ff465
GM
7103 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
7104 (list-load-path-shadows): Use dolist.
7105 (list-load-path-shadows): Use with-current-buffer.
7106
032c3399
JL
71072009-11-10 Juri Linkov <juri@jurta.org>
7108
7109 * minibuffer.el (read-file-name): Support a list of default values
7110 in `default-filename'. Use the first file name where only one
7111 element is required. Doc fix.
7112
8fb1629f
MA
71132009-11-09 Michael Albinus <michael.albinus@gmx.de>
7114
7115 * net/dbus.el (dbus-unregister-object): Release service, if no
7116 other method is registered for it.
7117
a51203ee 71182009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
7119
7120 * bookmark.el (bookmark-completing-read): Sort bookmark names if
7121 bookmark-sort-flag is non-nil (Bug#4653).
7122
9bf7dc8a
CY
71232009-11-08 Chong Yidong <cyd@stupidchicken.com>
7124
7125 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
7126 the progress reporter entirely.
7127
15207e74
CY
7128 * emulation/cua-base.el: Add CUA property to some CC mode commands
7129 (Bug#4100).
7130
8bf7ed70
KR
71312009-11-08 Kevin Ryde <user42@zip.com.au>
7132
7133 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 7134 at end of sentence (Bug#4818).
8bf7ed70 7135
951802d0
CY
71362009-11-08 Jared Finder <jfinder@crypticstudios.com>
7137
7138 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7139 Handle "see declaration of" MSFT statements (Bug#4100).
7140
e8244310
MA
71412009-11-08 Michael Albinus <michael.albinus@gmx.de>
7142
7143 * net/tramp.el (tramp-advice-make-auto-save-file-name)
7144 (tramp-advice-file-expand-wildcards): Unload via
7145 `ad-remove-advice'.
7146
7147 * net/trampver.el: Update release number.
7148
a51203ee 71492009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
7150
7151 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
7152 `ad-do-it'.
7153
a51203ee 71542009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
7155
7156 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
7157 in order to keep context in SELinux.
7158
bedd8a58
CY
71592009-11-08 Chong Yidong <cyd@stupidchicken.com>
7160
7161 * dired-aux.el (dired-query): Place cursor in echo area and allow
7162 C-g.
7163
7164 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
7165 menu item if not on a directory (Bug#4701).
7166
0484d600
MA
71672009-11-07 Michael Albinus <michael.albinus@gmx.de>
7168
7169 Sync with Tramp 2.1.17.
7170
7171 * net/tramp.el (tramp-handle-copy-directory): Don't use
7172 `file-remote-p' (due to compatibility).
7173
7174 * net/tramp-compat.el (tramp-compat-copy-directory)
7175 (tramp-compat-delete-directory): New defuns.
7176
7177 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7178 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
7179 `tramp-compat-delete-directory'.
7180
7181 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 7182 (tramp-smb-handle-delete-directory): Use
0484d600
MA
7183 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
7184
7185 * net/trampver.el: Update release number.
7186
b42b2189
CY
71872009-11-07 Chong Yidong <cyd@stupidchicken.com>
7188
6960d7b9
CY
7189 * tar-mode.el (tar-copy): Call write-region on the right buffer
7190 (Bug#4857).
7191
b42b2189
CY
7192 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
7193 by hand, if necessary (Bug#4878).
7194
0ad57dfd
CY
71952009-11-06 Chong Yidong <cyd@stupidchicken.com>
7196
d19e23ae
CY
7197 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
7198 align size column (Bug#4839).
7199
0ad57dfd
CY
7200 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
7201 statement.
7202
0b7f397c
DN
72032009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
7204
7205 * progmodes/ld-script.el (auto-mode-alist):
7206 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
7207
7208 * cus-face.el (custom-declare-face): Purecopy face spec.
7209
495bd5ca
KH
72102009-11-06 Kenichi Handa <handa@m17n.org>
7211
7212 * international/uni-bidi.el: Re-generated.
7213 * international/uni-category.el: Re-generated.
7214 * international/uni-combining.el: Re-generated.
7215 * international/uni-mirrored.el: Re-generated.
7216
1e8780b1
DN
72172009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
7218
7219 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
7220 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
7221 (tex-start-options, slitex-run-command, latex-run-command)
7222 (tex-run-command, tex-directory):
7223 * textmodes/ispell.el (ispell-html-skip-alists)
7224 (ispell-tex-skip-alists, ispell-tex-skip-alists):
7225 * textmodes/fill.el (adaptive-fill-first-line-regexp):
7226 (adaptive-fill-regexp):
7227 * textmodes/dns-mode.el (auto-mode-alist):
7228 * progmodes/python.el (interpreter-mode-alist):
7229 * progmodes/etags.el (tags-compression-info-list):
7230 * progmodes/etags.el (tags-file-name):
7231 * net/browse-url.el (browse-url-galeon-program)
7232 (browse-url-firefox-program):
7233 * mail/sendmail.el (mail-signature-file)
7234 (mail-citation-prefix-regexp):
7235 * international/mule-conf.el (eight-bit):
7236 * international/latexenc.el (latex-inputenc-coding-alist):
7237 * international/fontset.el (x-pixel-size-width-font-regexp):
7238 * emacs-lisp/warnings.el (warning-type-format):
7239 * emacs-lisp/trace.el (trace-buffer):
7240 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
7241 (emacs-lisp-mode-map):
7242 * calendar/holidays.el (holiday-solar-holidays)
7243 (holiday-bahai-holidays, holiday-islamic-holidays)
7244 (holiday-christian-holidays, holiday-hebrew-holidays)
7245 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
7246 (hebrew-holidays-1, holiday-oriental-holidays)
7247 (holiday-general-holidays):
7248 * x-dnd.el (x-dnd-known-types):
7249 * tool-bar.el (tool-bar):
7250 * startup.el (site-run-file):
7251 * shell.el (shell-dumb-shell-regexp):
7252 * rfn-eshadow.el (file-name-shadow-tty-properties)
7253 (file-name-shadow-properties):
7254 * paths.el (remote-shell-program, news-directory):
7255 * mouse.el ([C-down-mouse-3]):
7256 * menu-bar.el (menu-bar-tools-menu):
7257 * jka-cmpr-hook.el (jka-compr-load-suffixes)
7258 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
7259 (jka-compr-compression-info-list):
7260 * isearch.el (search-whitespace-regexp):
7261 * image-file.el (image-file-name-extensions):
7262 * find-dired.el (find-ls-option):
7263 * files.el (directory-listing-before-filename-regexp)
7264 (directory-free-space-args, insert-directory-program)
7265 (list-directory-brief-switches, magic-fallback-mode-alist)
7266 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
7267 (automount-dir-prefix):
7268 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
7269 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
7270 (face-font-registry-alternatives, face-font-registry-alternatives)
7271 (face-font-family-alternatives):
7272 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
7273 (facemenu-foreground-menu, facemenu-face-menu):
7274 * epa-hook.el (epa-file-name-regexp):
7275 * dnd.el (dnd-protocol-alist):
7276 * textmodes/rst.el (auto-mode-alist):
a51203ee 7277 * button.el (default-button): Purecopy strings.
1e8780b1 7278
0adae11f
GM
72792009-11-06 Glenn Morris <rgm@gnu.org>
7280
7281 * Makefile.in (ELCFILES): Update.
7282
2adaf057
SM
72832009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
7284
8f72f03c
SM
7285 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
7286 * emacs-lisp/levents.el: Move to obsolete/levents.el.
7287
2adaf057
SM
7288 * nxml/xsd-regexp.el (xsdre-gen-categories):
7289 * nxml/xmltok.el (xmltok-parse-entity):
7290 * nxml/rng-parse.el (rng-parse-validate-file):
7291 * nxml/rng-maint.el (rng-format-manual)
7292 (rng-manual-output-force-new-line):
7293 * nxml/rng-loc.el (rng-save-schema-location-1):
7294 * nxml/rng-cmpct.el (rng-c-parse-file):
7295 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
7296 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
7297
14862301
SM
72982009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
7299
bf0b361c 7300 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
7301 Remove extra save-excursions and make-variable-buffer-local's.
7302 Suggested by Stefan Monnier.
7303
7304 (verilog-getopt-file, verilog-module-inside-filename-p)
7305 (verilog-set-define): Merge GNU 1.35 and repair changes from
7306 switching to using with-current-buffer.
7307
7308 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
7309 being treated as a number and confusing AUTORESET.
7310 Reported by Dan Dever.
7311
7312 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
7313 Add verilog-auto-ignore-concat to fix backward compatibility with
7314 older verilog-modes. Reported by Dan Katz.
7315
7316 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
7317 containing closing anchors "...$".
7318
7319 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
7320 Reported by Wade Smith.
7321
48c2d18a 7322 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
7323
73242009-11-05 Michael McNamara <mac@mail.brushroad.com>
7325
bf0b361c
JB
7326 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
7327 for labels.
14862301
SM
7328
7329 (verilog-label-re, verilog-calc-1): Support proper indent of named
7330 asserts.
7331
7332 (verilog-backward-token, verilog-basic-complete-re)
7333 (verilog-beg-of-statement, verilog-indent-re): Support proper
7334 indent of the assert statement at the beginning of a block of text.
7335
7336 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
7337 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
7338 tokens as begins.
7339
4f8f657f
GM
73402009-11-05 Glenn Morris <rgm@gnu.org>
7341
775adc51
GM
7342 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
7343 Emacs 19. (Bug#1531)
7344 (byte-compile-fix-header): Update for the above change.
7345 Drop test for epoch::version.
7346
4ad6a5e7 7347 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
7348 * cus-dep.el (custom-make-dependencies):
7349 * finder.el (finder-compile-keywords):
7350 Use autoload-rubric's feature argument.
4ad6a5e7 7351
4f8f657f
GM
7352 * calendar/diary-lib.el (top-level): Make load behave more like require.
7353
881e4184
GM
7354 * vc-git.el (vc-git-stash-map): Move definition before use.
7355
ba214964 73562009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 7357
b6f8ba09
DN
7358 * custom.el (custom-declare-group): Purecopy standard-value.
7359 (custom-declare-group): Purecopy custom-prefix.
7360
7fdbcd83
SM
7361 * international/mule.el (load-with-code-conversion):
7362 Call do-after-load-evaluation unconditionally.
eb6f577b 7363
f6195dfb
DN
7364 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
7365
56f14120
SM
73662009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7367
7368 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
7369
e5c89ce9
GM
73702009-11-04 Glenn Morris <rgm@gnu.org>
7371
7372 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
7373 (byte-compile-compatibility): Remove option.
7374 (byte-compile-close-variables, byte-compile-fix-header)
7375 (byte-compile-insert-header, byte-compile-output-docform)
7376 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
7377 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
7378 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
7379 (byte-compile-insert, byte-compile-defun):
7380 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
7381 (byte-defop-compiler19): Remove.
7382 Without byte-compile-compatibility, the 'emacs19-opcode property is not
7383 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 7384
e24f42ab
JL
73852009-11-04 Juri Linkov <juri@jurta.org>
7386
7387 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
7388 (menu-bar-options-menu): Don't quote the `prop' arg of
7389 `menu-bar-make-mm-toggle'.
7390
d3d5f4f5
JB
73912009-11-04 Juanma Barranquero <lekktu@gmail.com>
7392
7393 * calendar/calendar.el (cal-loaddefs):
7394 * calendar/diary-lib.el (diary-loaddefs):
7395 * calendar/holidays.el (hol-loaddefs):
7396 * eshell/esh-module.el (esh-groups): Load rather than require.
7397
6e39d3b2
SM
73982009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7399
e96d62cd
SM
7400 * calendar/todo-mode.el (todo-add-category): Don't hardcode
7401 point-min==1.
7e83e8b4
SM
7402 (todo-top-priorities): Only display-buffer when called interactively.
7403 (todo-item-start): Don't save excursion point.
7404 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
7405 (todo-insert-item-here, todo-file-item, todo-remove-item):
7406 Adjust uses of todo-item-start and todo-item-end.
7407
fae4e5b9
SM
7408 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
7409 (autoload-rubric): Don't use any more.
7410 * cedet/semantic/fw.el (semantic/loaddefs):
7411 * cedet/srecode.el (srecode/loaddefs):
7412 * cedet/ede.el (ede/loaddefs): Load rather than require.
a51203ee
JB
7413 * cedet/ede/cpp-root.el:
7414 * cedet/ede/emacs.el:
7415 * cedet/ede/files.el:
7416 * cedet/ede/linux.el:
7417 * cedet/ede/locate.el:
7418 * cedet/ede/make.el:
7419 * cedet/ede/shell.el:
7420 * cedet/ede/speedbar.el:
7421 * cedet/ede/system.el:
7422 * cedet/ede/util.el:
7423 * cedet/semantic/analyze.el:
7424 * cedet/semantic/bovine.el:
7425 * cedet/semantic/complete.el:
7426 * cedet/semantic/ctxt.el:
7427 * cedet/semantic/db-file.el:
7428 * cedet/semantic/db-find.el:
7429 * cedet/semantic/db-global.el:
7430 * cedet/semantic/db-mode.el:
7431 * cedet/semantic/db-typecache.el:
7432 * cedet/semantic/db.el:
7433 * cedet/semantic/debug.el:
7434 * cedet/semantic/dep.el:
7435 * cedet/semantic/doc.el:
7436 * cedet/semantic/edit.el:
7437 * cedet/semantic/find.el:
7438 * cedet/semantic/format.el:
7439 * cedet/semantic/html.el:
7440 * cedet/semantic/ia-sb.el:
7441 * cedet/semantic/ia.el:
7442 * cedet/semantic/idle.el:
7443 * cedet/semantic/lex-spp.el:
7444 * cedet/semantic/lex.el:
7445 * cedet/semantic/mru-bookmark.el:
7446 * cedet/semantic/scope.el:
7447 * cedet/semantic/senator.el:
7448 * cedet/semantic/sort.el:
7449 * cedet/semantic/symref.el:
7450 * cedet/semantic/tag-file.el:
7451 * cedet/semantic/tag-ls.el:
7452 * cedet/semantic/tag-write.el:
7453 * cedet/semantic/tag.el:
7454 * cedet/semantic/util-modes.el:
7455 * cedet/semantic/analyze/complete.el:
7456 * cedet/semantic/analyze/refs.el:
7457 * cedet/semantic/bovine/c.el:
7458 * cedet/semantic/bovine/gcc.el:
7459 * cedet/semantic/bovine/make.el:
7460 * cedet/semantic/bovine/scm.el:
7461 * cedet/semantic/decorate/include.el:
7462 * cedet/semantic/decorate/mode.el:
7463 * cedet/semantic/symref/cscope.el:
7464 * cedet/semantic/symref/global.el:
7465 * cedet/semantic/symref/grep.el:
7466 * cedet/semantic/symref/idutils.el:
7467 * cedet/semantic/symref/list.el:
7468 * cedet/semantic/wisent/java-tags.el:
7469 * cedet/semantic/wisent/javascript.el:
7470 * cedet/srecode/compile.el:
7471 * cedet/srecode/cpp.el:
7472 * cedet/srecode/document.el:
7473 * cedet/srecode/el.el:
7474 * cedet/srecode/expandproto.el:
7475 * cedet/srecode/getset.el:
7476 * cedet/srecode/insert.el:
7477 * cedet/srecode/java.el:
7478 * cedet/srecode/map.el:
7479 * cedet/srecode/mode.el:
7480 * cedet/srecode/template.el:
7481 * cedet/srecode/texi.el: Remove the file-local setting of
fae4e5b9
SM
7482 generated-autoload-feature.
7483
6e39d3b2
SM
7484 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
7485 and only put a prop if it is non-nil.
7486
c9753fb4
JL
74872009-11-03 Juri Linkov <juri@jurta.org>
7488
7489 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
7490 (menu-bar-options-menu): Fix list quoting (Bug#4429).
7491
7492 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
7493 and "Menu" to make top-level menu item visually one unit (like
7494 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
7495 multi-word menu items). Fix :help string for quit-window.
7496
db04f33f
GM
74972009-11-03 Glenn Morris <rgm@gnu.org>
7498
df8fff6c
GM
7499 * cedet/mode-local.el (with-mode-local): Doc fix.
7500
2aea6521
GM
7501 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7502 (byte-compile-file-form-define-abbrev-table)
7503 (byte-compile-file-form-custom-declare-variable)
7504 (byte-compile-variable-ref, byte-compile-defvar):
7505 Whether or not a warning is enabled should only affect whether we issue
7506 the warning, not whether or not we collect the relevant data.
7507 Eg warnings can be turned on and off throughout the course of a file.
7508
db04f33f
GM
7509 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
7510 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
7511
937e6a56
SM
75122009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7513
7514 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
7515 * play/mpuz.el (mpuz-create-buffer):
7516 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
7517 (lm-print-y,s,noise, lm-print-w0, lm-init):
7518 * play/gomoku.el (gomoku-prompt-for-move):
7519 * play/fortune.el (fortune-in-buffer):
7520 * play/dissociate.el (dissociated-press):
7521 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 7522 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
7523 * mail/supercite.el (sc-eref-show):
7524 * mail/smtpmail.el (smtpmail-send-it):
7525 * mail/rmailsum.el (rmail-summary-next-labeled-message)
7526 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
7527 (rmail-summary-undelete-many, rmail-summary-rmail-update)
7528 (rmail-summary-goto-msg, rmail-summary-expunge)
7529 (rmail-summary-get-new-mail, rmail-summary-search-backward)
7530 (rmail-summary-add-label, rmail-summary-output-menu)
7531 (rmail-summary-output-body):
7532 * mail/rfc822.el (rfc822-addresses):
7533 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
7534 * mail/mailpost.el (post-mail-send-it):
7535 * mail/hashcash.el (hashcash-generate-payment):
7536 * mail/feedmail.el (feedmail-run-the-queue)
7537 (feedmail-queue-send-edit-prompt-help-first)
7538 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
7539 (feedmail-deduce-address-list):
7540 * eshell/esh-ext.el (eshell-remote-command):
7541 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
7542 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
7543 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
7544 (viper-save-string-in-file, viper-valid-marker):
7545 * emulation/viper-keym.el (viper-toggle-key):
7546 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
7547 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
7548 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
7549 * emulation/viper-cmd.el (viper-exec-form-in-vi)
7550 (viper-exec-form-in-emacs, viper-brac-function):
7551 * emulation/viper.el (viper-delocalize-var):
7552 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
7553 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
7554 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
7555 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
7556 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
7557 * emulation/edt.el (edt-electric-helpify):
7558 * emulation/cua-rect.el (cua--rectangle-aux-replace):
7559 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
7560 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
7561 (cua-indent-to-global-mark-column):
7562 * calendar/diary-lib.el (calendar-mark-1):
7563 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
7564 Use with-current-buffer.
7565 * emulation/viper.el (viper-delocalize-var): Use dolist.
7566
5b955562
CY
75672009-11-03 Chong Yidong <cyd@stupidchicken.com>
7568
7569 * comint.el (comint-replace-by-expanded-history-before-point):
7570 Replace !! with the previous input string literally (Bug#1795).
7571
6292c599
JB
75722009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
7573
7574 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
7575 to be made up of whitespace.
7576
8368c14e
CY
75772009-11-02 Chong Yidong <cyd@stupidchicken.com>
7578
7579 * minibuffer.el (read-file-name): Don't use file dialogs for
7580 remote directories (Bug#99).
7581
6f750f0d
CY
75822009-11-01 Chong Yidong <cyd@stupidchicken.com>
7583
7584 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
7585
97ab3f47
AS
75862009-11-01 Andreas Schwab <schwab@linux-m68k.org>
7587
7588 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
7589 instead of deleting the window or frame.
7590
673c1168
CY
75912009-10-31 Chong Yidong <cyd@stupidchicken.com>
7592
7593 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
7594 Support face colors.
7595
937e6a56
SM
7596 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
7597 New function. Support face colors (Bug#1168).
673c1168
CY
7598 (tex-common-initialization): Use it.
7599
7600 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
7601 mode allows it (Bug#1168).
7602
c9349f0a
CY
76032009-10-31 Juri Linkov <juri@jurta.org>
7604
7605 * facemenu.el (list-colors-display): Don't mark buffer as
7606 modified (Bug#3948).
7607
ebf5c4f5
CY
76082009-10-31 Chong Yidong <cyd@stupidchicken.com>
7609
5c2dce75
CY
7610 * international/mule-diag.el (list-character-sets-1): Minor
7611 message fix (Bug#3526).
7612
26581f0e
CY
7613 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
7614 face property (Bug#4834).
7615 (etags-list-tags, etags-tags-apropos-additional)
7616 (etags-tags-apropos, tags-select-tags-table): Add follow-link
7617 property.
7618
ebf5c4f5
CY
7619 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
7620 items.
7621
7622 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
7623 items.
7624
7625 * cedet/ede.el (ede-minor-mode):
7626 * cedet/semantic.el (semantic-mode): Toggle menu separators.
7627
9a529312
SM
76282009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7629
7630 * textmodes/two-column.el (2C-split):
7631 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
7632 * textmodes/tex-mode.el (tex-set-buffer-directory):
7633 * textmodes/spell.el (spell-region, spell-string):
7634 * textmodes/reftex.el (reftex-erase-buffer):
7635 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
7636 * textmodes/reftex-toc.el (reftex-toc-promote-action):
7637 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
7638 (reftex-select-item):
7639 * textmodes/reftex-ref.el (reftex-label-info-update)
7640 (reftex-offer-label-menu):
7641 * textmodes/reftex-index.el (reftex-index-change-entry)
7642 (reftex-index-phrases-info):
7643 * textmodes/reftex-global.el (reftex-create-tags-file)
7644 (reftex-save-all-document-buffers, reftex-ensure-write-access):
7645 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
7646 (reftex-view-crossref-from-bibtex):
7647 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
7648 (reftex-extract-bib-entries-from-thebibliography)
7649 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
7650 * textmodes/refbib.el (r2b-capitalize-title):
7651 (r2b-convert-buffer, r2b-help):
7652 * textmodes/page-ext.el (pages-directory)
7653 (pages-directory-goto-with-mouse):
7654 * textmodes/bibtex.el (bibtex-validate-globally):
7655 * textmodes/bib-mode.el (bib-capitalize-title):
7656 * textmodes/artist.el (artist-clear-buffer, artist-system):
7657 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
7658 (local-set-scheme-interaction-buffer, xscheme-process-filter)
7659 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
7660 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
7661 (xscheme-send-control-g-interrupt, xscheme-start-process)
7662 (xscheme-process-sentinel, xscheme-cd):
7663 * progmodes/verilog-mode.el (verilog-read-always-signals)
7664 (verilog-set-define, verilog-getopt-file)
7665 (verilog-module-inside-filename-p):
7666 * progmodes/sh-script.el:
7667 * progmodes/python.el (python-pdbtrack-get-source-buffer)
7668 (python-pdbtrack-grub-for-buffer, python-execute-file):
7669 * progmodes/octave-inf.el (inferior-octave):
7670 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7671 (idlwave-shell-compile-helper-routines, idlwave-set-local)
7672 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
7673 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
7674 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
7675 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
7676 (idlwave-shell-filter, idlwave-shell-examine-highlight)
7677 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
7678 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
7679 (idlwave-shell-examine-display, idlwave-shell-run-region)
7680 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
7681 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
7682 * progmodes/idlw-help.el (idlwave-help-get-special-help)
7683 (idlwave-help-get-help-buffer):
7684 * progmodes/gud.el (gud-basic-call, gud-find-class)
7685 (gud-tooltip-activate-mouse-motions-if-enabled):
7686 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7687 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
7688 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
7689 (ebrowse-tags-next-file):
7690 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
7691 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
7692 (ebnf-eps-finish-and-write):
7693 * progmodes/cpp.el (cpp-edit-save):
7694 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
7695 * progmodes/cc-defs.el (c-emacs-features):
7696 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
7697 (antlr-directory-dependencies):
7698 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
7699 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
7700 (ada-find-any-references, ada-make-filename-from-adaname)
7701 (ada-make-body-gnatstub):
7702 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 7703 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
7704 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
7705 * net/rcirc.el (rcirc-debug):
7706 * net/newst-treeview.el (newsticker--treeview-list-add-item)
7707 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
7708 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
7709 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 7710 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
7711 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
7712 (newsticker--treeview-list-clear-highlight)
7713 (newsticker--treeview-list-update-highlight)
7714 (newsticker--treeview-list-highlight-start)
7715 (newsticker--treeview-tree-update-highlight)
7716 (newsticker--treeview-get-selected-item)
7717 (newsticker-treeview-mark-list-items-old)
7718 (newsticker--treeview-set-current-node):
7719 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7720 * net/newst-backend.el (newsticker--get-news-by-funcall)
7721 (newsticker--get-news-by-wget, newsticker--image-get)
7722 (newsticker--image-sentinel):
7723 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
7724 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
7725 (eudc-ph-close-session):
7726 * net/eudc.el (eudc-save-options):
7727 * language/thai-word.el (thai-update-word-table):
7728 * language/japan-util.el (japanese-string-conversion):
7729 * international/titdic-cnv.el (tsang-quick-converter)
7730 (ziranma-converter, ctlau-converter):
7731 * international/mule-cmds.el (describe-language-environment):
7732 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
7733 (skkdic-convert-postfix, skkdic-convert-prefix):
7734 (skkdic-convert-okuri-nasi, skkdic-convert):
7735 * emacs-lisp/re-builder.el (reb-update-overlays):
7736 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
7737 * emacs-lisp/gulp.el (gulp-send-requests):
7738 * emacs-lisp/find-gc.el (trace-call-tree):
7739 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7740 (eieio-describe-generic):
7741 * emacs-lisp/eieio-base.el (eieio-persistent-read):
7742 * emacs-lisp/edebug.el (edebug-outside-excursion):
7743 * emacs-lisp/debug.el (debugger-make-xrefs):
7744 * emacs-lisp/cust-print.el (custom-prin1-to-string):
7745 * emacs-lisp/chart.el (chart-new-buffer):
7746 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7747 Use with-current-buffer.
7748 * textmodes/artist.el (artist-system): Don't call
7749 copy-sequence on a fresh string.
7750 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7751
d566f228
GM
77522009-10-31 Stephen Berman <stephen.berman@gmx.net>
7753
7754 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 7755 is no item to edit. (Bug#4820)
d566f228 7756 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 7757 buffer. (Bug#4820)
d566f228 7758
f3628edd
GM
77592009-10-31 Glenn Morris <rgm@gnu.org>
7760
5cf3709c
GM
7761 * net/ange-ftp.el (top-level): Don't require dired when compiling.
7762 (comint-last-output-start, comint-last-input-start)
7763 (comint-last-input-end): Don't defvar when compiling.
7764 (ange-ftp-process-file): Use bound-and-true-p.
7765
4c814fd2
GM
7766 * pcmpl-rpm.el (top-level): Move provide statement to end.
7767 (pcmpl-rpm): Remove unused custom group.
7768
113b8dcc
GM
7769 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7770
31c615e4
GM
7771 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7772
416d3588
GM
7773 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7774 (byte-compile-warnings): Add `constants' as an option.
7775 (byte-compile-callargs-warn, byte-compile-arglist-warn)
7776 (display-call-tree): Update for byte-compile-fdefinition possibly
7777 returning `(macro lambda ...)'. (Bug#4778)
7778 (byte-compile-variable-ref, byte-compile-setq-default):
7779 Respect `constants' member of byte-compile-warnings.
7780
8aedfd3b
GM
7781 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
7782 Use mapc rather than mapcar because the return value is never used.
7783
f3628edd
GM
7784 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
7785 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
7786 * cedet/semantic/html.el:
7787 Suppress harmless warnings about setting up semantic-imenu (not
7788 part of Emacs) variables.
7789
00f71f39
SM
77902009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7791
7792 * vc-bzr.el (vc-bzr-revision-keywords): New var.
7793 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7794 to "submit:".
7795
4fa4a838
SM
7796 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
7797 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
7798 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
7799 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
7800 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
7801 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
7802 (semantic-analyzer-debug-global-symbol)
7803 (semantic-analyzer-debug-missing-innertype)
7804 (semantic-analyzer-debug-insert-include-summary):
7805 * cedet/semantic/util.el (semantic-file-tag-table):
7806 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
7807 (semantic-recursive-find-nonterminal-by-name):
7808 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
7809 * cedet/semantic/tag-file.el (semantic-prototype-file):
7810 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
7811 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
7812 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
7813 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
7814 (semantic-idle-summary-maybe-highlight):
7815 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
7816 (semantic-ia-sb-tag-info):
7817 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
7818 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
7819 * cedet/semantic/ede-grammar.el (project-compile-target):
7820 (ede-proj-makefile-insert-variables):
7821 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
7822 (semantic-debug-set-source-location, semantic-debug-interface-layout)
7823 (semantic-debug-mode, semantic-debug):
7824 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
7825 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
7826 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
7827 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
7828 (semanticdb-find-translate-path-includes--internal)
7829 (semanticdb-reset-log, semanticdb-find-log-activity):
7830 * cedet/semantic/db-file.el (object-write):
7831 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
7832 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
7833 (semanticdb-create-ebrowse-database):
7834 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
7835 * cedet/semantic/complete.el (semantic-displayor-focus-request)
7836 (semantic-collector-calculate-completions-raw)
7837 (semantic-complete-read-tag-analyzer):
7838 * cedet/semantic/analyze.el (semantic-analyze-pulse):
7839 * cedet/ede/util.el (ede-update-version-in-source):
7840 * cedet/ede/proj.el (project-delete-target):
7841 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
7842 (ede-proj-flush-autoconf):
7843 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
7844 (ede-proj-configure-synchronize):
7845 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
7846 * cedet/ede/linux.el (ede-linux-version):
7847 * cedet/ede/emacs.el (ede-emacs-version):
7848 * cedet/ede/dired.el (ede-dired-add-to-target):
7849 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
7850 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
7851 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
7852 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
7853 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
7854 (cedet-idutils-version-check):
7855 * cedet/cedet-global.el (cedet-gnu-global-call):
7856 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
7857 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
7858 * cedet/cedet-cscope.el (cedet-cscope-call)
7859 (cedet-cscope-expand-filename, cedet-cscope-version-check):
7860 Use with-current-buffer.
7861 * cedet/ede.el (ede-make-project-local-variable)
7862 (ede-set-project-variables, ede-set): Use dolist.
7863
ca0a881a
DN
78642009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7865
7866 * textmodes/ispell.el (ispell-skip-region-alist):
7867 * international/mule-conf.el (eight-bit):
7868 * international/fontset.el (font-encoding-alist):
7869 * startup.el (pure-space-overflow-message):
7870 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7871 * paths.el (gnus-nntp-service, rmail-spool-directory)
7872 (term-file-prefix):
7873 * files.el (save-some-buffers-action-alist):
7874 * cmuscheme.el (same-window-buffer-names):
7875 * ielm.el (same-window-buffer-names):
7876 * shell.el (same-window-buffer-names):
7877 * mail/sendmail.el (same-window-buffer-names):
7878 * progmodes/inf-lisp.el (same-window-buffer-names):
7879 * bindings.el (mode-line-client)
7880 (mode-line-column-line-number-mode-map):
7881 * language/tibetan.el (tibetan-precomposition-rule-regexp)
7882 (tibetan-precomposed-regexp): Purecopy string arguments.
7883
b861e45e
SM
78842009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7885
6df9b6d7
SM
7886 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7887 (calcDigit-nondigit):
7888 * calc/calc-yank.el (calc-copy-to-buffer):
7889 * calc/calc-units.el (calc-invalidate-units-table):
7890 * calc/calc-trail.el (calc-trail-yank):
7891 * calc/calc-store.el (calc-insert-variables):
7892 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7893 * calc/calc-prog.el (calc-read-parse-table):
7894 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7895 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7896 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7897 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7898 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7899 (calc-graph-name, calc-graph-find-command, calc-graph-view)
7900 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7901 * calc/calc-ext.el (calc-realign):
7902 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7903 (calc-embedded-finish-edit, calc-embedded-make-info)
7904 (calc-embedded-finish-command, calc-embedded-stack-change):
7905 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7906
5a916e35
SM
7907 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
7908 (overload-docstring-extension): Use that info.
7909 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
7910 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
7911 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
7912 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
7913 (semantic-nonterminal-full-name): Add the new `when' info.
7914 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
7915 `assert'.
7916
70f44c65
SM
7917 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7918 shell-dynamic-complete-filename in preference to
7919 comint-dynamic-complete-filename.
7920
b861e45e
SM
7921 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7922 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7923 Don't consider whether the display supports colors.
7924 (bookmark-import-new-list): Use dolist.
7925 (bookmark-bmenu-mode-map): Move initialization into declaration.
7926 (bookmark-bmenu-list): Use dolist, simplify.
7927 (bookmark-show-all-annotations): Use save-selected-window and dolist.
7928 (menu-bar-final-items): Use push.
7929
8549241d 79302009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
7931
7932 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7933 it works on remote files.
7934 (vc-hg-diff): Don't pass any `--cwd' argument.
7935
30644573
KR
79362009-10-27 Kevin Ryde <user42@zip.com.au>
7937
cc63d28f
SM
7938 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7939 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
7940 (Further to Bug#3921).
7941
9be01a63
MA
79422009-10-27 Michael Albinus <michael.albinus@gmx.de>
7943
7944 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7945 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7946 calling `tramp-imap-put-file'. Add file size to the call.
7947 (tramp-imap-get-file-entries): Compute also user name, file size,
7948 and date.
7949 (tramp-imap-handle-insert-directory): Insert uid and gid.
7950 (tramp-imap-handle-file-attributes): Transform uid and gid
7951 according to `id-format'.
7952 (tramp-imap-put-file): New optional parameter SIZE. Encode file
7953 size in header X-Size.
7954
41849bf9
JB
79552009-10-26 Juanma Barranquero <lekktu@gmail.com>
7956
7957 * simple.el (transpose-subr): Give clearer error when the mark
7958 is not set. (Bug#4807)
7959
293c24f9
MA
79602009-10-26 Michael Albinus <michael.albinus@gmx.de>
7961
cc63d28f
SM
7962 * net/tramp.el (tramp-perl-file-truename): New defconst.
7963 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 7964 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
7965 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7966 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 7967
cc63d28f
SM
7968 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7969 Ignore `dired-call-process'.
293c24f9
MA
7970 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7971
79722009-10-26 Julian Scheid <julians37@gmail.com>
7973
cc63d28f 7974 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
7975 (tramp-get-remote-readlink): New defun.
7976 (tramp-handle-file-truename): Use it.
7977 (tramp-handle-file-exists-p): Check file-attributes cache, assume
7978 file exists if cache value present.
48c2d18a 7979 (tramp-check-cached-permissions): New defun.
293c24f9
MA
7980 (tramp-handle-file-readable-p): Use it.
7981 (tramp-handle-file-writable-p): Likewise.
7982 (tramp-handle-file-executable-p): Likewise.
7983 (tramp-handle-file-name-all-completions): Try using Perl to get
7984 partial completions. When perl not available, combine `cd' and
7985 `ls' into single remote operation and use shell expansion to get
7986 partial remote directory contents. Set `file-exists-p' cache for
7987 directory and any files returned by ls. Change cache handling to
7988 support partial directory contents. Use error message emitted by
7989 remote `cd' or Perl code for local tramp-error.
7990 (tramp-do-copy-or-rename-file-directly): Avoid separate
7991 tramp-send-command-and-check call.
cc63d28f
SM
7992 (tramp-handle-process-file): Merge three remote ops into one.
7993 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
7994 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7995 file-attributes shows uid/gid to be set already.
7996
a7610c52
DN
79972009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7998
7999 * textmodes/tex-mode.el (tex-dvi-view-command)
8000 (tex-show-queue-command, tex-open-quote):
8001 * progmodes/ruby-mode.el (auto-mode-alist)
8002 (interpreter-mode-alist): Purecopy strings.
8003
8004 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
8005
8006 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
8007 string for the hook, keymap and abbrev table.
8008
8009 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
8010
8011 * x-dnd.el (x-dnd-xdnd-to-action):
8012 * startup.el (fancy-startup-text, fancy-about-text): Change to
8013 defconst from defvar.
8014
8015 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
8016
8017 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
8018 Purecopy initialization strings.
8019
8020 * mail/sendmail.el (mail-header-separator)
8021 (mail-personal-alias-file):
8022 * mail/rmail.el (rmail-default-dont-reply-to-names)
8023 (rmail-ignored-headers, rmail-retry-ignored-headers)
8024 (rmail-highlighted-headers, rmail-secondary-file-directory)
8025 (rmail-secondary-file-regexp):
8026 * files.el (null-device, file-name-invalid-regexp)
8027 (locate-dominating-stop-dir-regexp)
cc63d28f 8028 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
8029 (interpreter-mode-alist): Use mapcar instead of mapc.
8030
8031 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
8032
8033 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
8034 (completion-ignored-extensions):
8035 (debug-ignored-errors): Purecopy strings.
8036
4fcc3d32
SM
80372009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8038
0667de21
SM
8039 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
8040 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
8041 (pcomplete--here): Use push.
8042
4fcc3d32
SM
8043 * subr.el (all-completions): Declare the 4th arg obsolete.
8044
955ef430
SM
80452009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8046
2d085307
SM
8047 * pcomplete.el (pcomplete-unquote-argument-function): New var.
8048 (pcomplete-unquote-argument): New function.
8049 (pcomplete--common-suffix): Always pay attention to case.
8050 (pcomplete--table-subvert): Quote and unquote the text.
8051 (pcomplete--common-quoted-suffix): New function.
8052 (pcomplete-std-complete): Use it and pcomplete-begin.
8053
955ef430
SM
8054 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
8055 we're inside a dedicated or minibuffer window.
8056
4fcc3d32
SM
80572009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8058
8059 * cedet/semantic/fw.el (semantic-alias-obsolete)
8060 (semantic-varalias-obsolete): Make the `when' arg mandatory.
8061 (define-mode-overload-implementation):
8062 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
8063 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
8064 * cedet/semantic/util.el (semantic-file-token-stream)
8065 (semantic-something-to-stream):
8066 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
8067 (semantic-expand-nonterminal):
8068 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
8069 (semantic-find-dependency, semantic-find-nonterminal)
8070 (semantic-find-dependency):
8071 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
8072 (semantic-flex-text, semantic-flex-make-keyword-table)
8073 (semantic-flex-keyword-p, semantic-flex-keyword-put)
8074 (semantic-flex-keyword-get, semantic-flex-map-keywords)
8075 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
8076 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
8077 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
8078 (semantic-after-idle-scheduler-reparse-hooks):
8079 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
8080 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
8081 * cedet/semantic.el (semantic-toplevel-bovine-table)
8082 (semantic-toplevel-bovine-cache)
8083 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
8084 (semantic-init-mode-hooks, semantic-init-db-hooks)
8085 (semantic-bovination-working-type): Provide the `when' arg.
8086
7c85c02b
KF
80872009-10-24 Karl Fogel <kfogel@red-bean.com>
8088
8089 * bookmark.el: Update documentation, especially documentation
8090 of `bookmark-alist' and of the bookmark file format.
8091 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
8092
3e8ae8a6
CY
80932009-10-24 Chong Yidong <cyd@stupidchicken.com>
8094
3e425845
CY
8095 * mail/emacsbug.el (report-emacs-bug): Clarify that the
8096 keybindings apply to the mail buffer (Bug#4003). Shrink help
8097 window to buffer.
8098
cdd47d48
CY
8099 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8100 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
8101 (whitespace-toggle-options, global-whitespace-toggle-options):
8102 Doc fix (Bug#3660).
cdd47d48 8103
ba07c9ad
CY
8104 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
8105 of xmltok-start before the end tag was inserted (Bug#2840).
8106
3e8ae8a6
CY
8107 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
8108 patterns that are preceded by an open-paren (Bug#1320).
8109
ab276820
CY
81102009-10-24 Sven Joachim <svenjoac@gmx.de>
8111
8112 * files.el (delete-directory): Delete symlinks to directories with
8113 delete-file (Bug#4739).
8114
86f1602f
CY
81152009-10-24 Chong Yidong <cyd@stupidchicken.com>
8116
8117 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
8118 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
8119 argument to make-obsolete.
8120
8121 * cedet/semantic/fw.el (semantic-alias-obsolete)
8122 (semantic-varalias-obsolete): Add optional WHEN argument.
8123
905a9ed3
DN
81242009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
8125
a9a2a6db
DN
8126 * vc.el (vc-backend-for-registration): Rename from
8127 vc-get-backend-for-registration. Update callers.
8128
cc63d28f
SM
8129 * international/mule-cmds.el (set-language-info-alist):
8130 Purecopy lang-env.
905a9ed3
DN
8131 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
8132 (charset): Purecopy the name.
8133 (define-char-code-property): Purecopy string arguments.
8134
8135 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8136 Purecopy string arguments.
8137
8138 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8139 * ediff-hook.el (menu-bar-ediff-menu):
8140 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
8141 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
8142
d270305a
GM
81432009-10-24 Glenn Morris <rgm@gnu.org>
8144
6c74d523 8145 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
8146 * term.el (term-dynamic-list-completions): Use choose-completion rather
8147 than obsolete alias mouse-choose-completion.
8148
ae732337
GM
8149 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
8150 file-cache-choose-completion.
8151 (file-cache-choose-completion): Handle an optional event argument.
8152 (file-cache-mouse-choose-completion): Make it an obsolete alias.
8153
cc63d28f
SM
8154 * progmodes/octave-mod.el (octave-complete-symbol):
8155 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 8156
9847dc91
GM
8157 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
8158 use.
8159
e8f2a5d5
GM
8160 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
8161 compiler.
8162
d270305a
GM
8163 * vc-hooks.el (vc-responsible-backend): Fix declaration.
8164
c6432f1e
SM
81652009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8166
8167 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
8168 Ignore `pred' now that we receive one.
8169 Handle test-completion specially.
8170
6ab196f9
DN
81712009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
8172
8173 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 8174 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
8175 REGISTER ...
8176 (vc-get-backend-for-registration): ... here. New function.
8177 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
8178 of vc-responsible-backend, pass the file name instead of the
8179 directory name.
8180
48feed59
SM
81812009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8182
8183 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
8184 New funs.
8185 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
8186 (pcomplete-comint-setup): Don't modify a global var via
8187 accidental side-effects.
8188 (pcomplete-shell-setup): Adjust call accordingly.
8189 (pcomplete-parse-comint-arguments): Use push.
8190
00006066
CY
81912009-10-23 Chong Yidong <cyd@stupidchicken.com>
8192
36bfa3af
CY
8193 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8194 Allow uncapitalized info node names (Bug#3921).
8195
00006066
CY
8196 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
8197 to the DEBUG file (Bug#3781).
8198
aa311d6e
CY
81992009-10-23 Jari Aalto <jari.aalto@cante.net>
8200
8201 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
8202 dictionary entry (Bug#4579).
8203
b88f2d0a
MA
82042009-10-23 Michael Albinus <michael.albinus@gmx.de>
8205
8206 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
8207 from `rfn-eshadow-update-overlay-hook' when unloading.
8208 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
8209 "rsyncc". Adjust doc string.
48c2d18a 8210 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
8211 (tramp-handle-insert-file-contents, tramp-handle-write-region):
8212 Keep temporary file when indicated by method ("rsync" and
8213 "rsyncc").
8214 (tramp-handle-write-region): Handle APPEND.
8215 (tramp-delete-temp-file-function): New defun. Added to
8216 `kill-buffer-hook'.
8217
1becddbb
JB
82182009-10-23 Juanma Barranquero <lekktu@gmail.com>
8219
8220 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
8221
8f43cbf3
DN
82222009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
8223
8224 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
8225 (color-name-rgb-alist, tty-standard-colors)
8226 (tty-color-mode-alist): Change to defconst.
8227
8228 * simple.el (mark-inactive): Purecopy message.
8229
8230 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
8231 (global-map, yank-menu):
8232 * textmodes/ispell.el (ispell-menu-map):
8233 * net/eudc.el (eudc-tools-menu):
8234 * international/mule-cmds.el (describe-language-environment-map)
8235 (setup-language-environment-map, set-coding-system-map)
8236 (mule-menu-keymap):
8237 * vc-hooks.el (vc-menu-entry, vc-menu-map):
8238 * replace.el (occur-mode-map):
8239 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
8240
1d228a31
JB
82412009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
8242
8243 * calc/calc.el (math-read-number, math-read-number-simple): Use
8244 `save-match-data'.
8245
3b067af1
SM
82462009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
8247
28a90c44
SM
8248 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
8249 rather than fiddling with global-map bindings, since it should only
8250 affect per-terminal settings.
8251 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
8252
a452eee8
SM
8253 * minibuffer.el (completion-table-with-terminator): Allow to specify
8254 the terminator-regexp.
8255
ab14d7d5
SM
8256 * simple.el (switch-to-completions): Look for *Completions* in other
8257 frames as well.
8258
3b067af1
SM
8259 * pcomplete.el: Allow the use of completion-tables.
8260 (pcomplete-std-complete): New command.
8261 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
8262 (pcomplete--here): Use a function for `form' rather than an expression,
8263 so it can be byte-compiled.
8264 (pcomplete-here, pcomplete-here*): Adjust accordingly.
8265 Add edebug declaration.
8266 (pcomplete-show-completions): Remove unused var `curbuf'.
8267 (pcomplete-do-complete, pcomplete-stub):
1becddbb 8268 Don't assume `completions' is a list of strings any more.
3b067af1 8269
5480359e
JB
82702009-10-22 Juanma Barranquero <lekktu@gmail.com>
8271
8272 * find-dired.el (find-name-arg): Fix typo in docstring.
8273
3170b794
SM
82742009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
8275
48c23a25
SM
8276 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
8277 (pcmpl-linux-fs-types): Same, and update to new modules layout.
8278
56b14058
SM
8279 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
8280 pcomplete-entries.
8281
3170b794
SM
8282 * comint.el (comint-read-input-ring, comint-write-input-ring)
8283 (comint-substitute-in-file-name)
8284 (comint-dynamic-complete-as-filename)
8285 (comint-dynamic-simple-complete)
8286 (comint-dynamic-list-filename-completions)
8287 (comint-dynamic-list-completions)
8288 (comint-redirect-results-list-from-process): Minor simplifications.
8289
2affef34
KR
82902009-10-21 Kevin Ryde <user42@zip.com.au>
8291
3170b794
SM
8292 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8293 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 8294 the first form. And insert a blank line after ";;; Code" since
d8194864 8295 that's usual style. (Bug#4612)
2affef34 8296
e7b94bbb
KR
8297 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
8298
528c56e2
SM
82992009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8300
8301 * minibuffer.el (completion-table-with-terminator): Properly implement
8302 boundaries, in case `terminator' appears in the suffix.
8303 (completion--embedded-envvar-table): Don't return boundaries if
8304 there's no valid completion. Simplify.
8305 (completion-file-name-table): New completion table extracted from
8306 completion--file-name-table.
8307 (completion--file-name-table): Use it.
8308 (read-file-name-predicate): Declare obsolete.
8309 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
8310 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
8311 completion-file-name-table, and use the `pred' argument.
8312 * files.el (locate-file-completion-table): Use the `pred' arg rather
8313 than read-file-name-predicate.
8314 (abbreviate-file-name): Use \` rather than ^ for BOS.
8315
f9ed9b4f
DN
83162009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
8317
8318 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
8319 vc-responsible-backend to register, it causes problems.
8320
5f2022a3
SM
83212009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8322
8323 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
8324
8d106ea0
CY
83252009-10-21 Eric Ludlam <zappo@gnu.org>
8326
8327 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
8328 (semantic-c-debug-mode-init-pch): New functions.
8329 (semantic-c-debug-mode-init-last-mode): New var.
8330 (semantic-c-parse-lexical-token): Use them.
8331
8332 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
8333 When extracting the argument list, limit only by point-max.
8334
fc754ea1
MA
83352009-10-21 Michael Albinus <michael.albinus@gmx.de>
8336
8337 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
8338 (tramp-smb-handle-file-attributes): Use it.
8339 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
8340 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
8341 `mapcar'. Use `tramp-smb-get-stat-capability'.
8342 Add `dired-filename' text properties.
fc754ea1
MA
8343 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
8344 (tramp-smb-maybe-open-connection): Simplify check for smbclient
8345 version.
8346
79bd5ba1
SM
83472009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8348
8349 * subr.el (read-key-delay): Reduce to 0.01.
8350 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
8351 (bug#4751).
8352
3c13704d
SM
83532009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8354
554efd10
SM
8355 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
8356
c2a37b78
SM
8357 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
8358 (Info-menu): Remove unused vars `last' and `completions'.
8359 (Info-index-nodes): Remove unused var `node'.
8360
3c13704d
SM
8361 * info.el (Info-complete-menu-item): Use complete-with-action.
8362
d1e4c403
DN
83632009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
8364
8365 Make vc-annotate work through copies and renames.
3c13704d
SM
8366 * vc-annotate.el (vc-annotate-extract-revision-at-line):
8367 Return the file name too.
d1e4c403
DN
8368 (vc-annotate-revision-at-line)
8369 (vc-annotate-find-revision-at-line)
8370 (vc-annotate-revision-previous-to-line)
8371 (vc-annotate-show-log-revision-at-line): Update to get the file
8372 name from vc-annotate-extract-revision-at-line.
8373 (vc-annotate-show-diff-revision-at-line-internal): Change the
8374 argument to mean whether to show a file diff or not. Get the file
8375 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
8376 (vc-annotate-show-diff-revision-at-line):
8377 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
8378 (vc-annotate-warp-revision): Add an optional file argument.
8379
8380 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
8381 (vc-git-annotate-extract-revision-at-line): Also return the file
8382 name if found.
8383
8384 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
8385 command. Remove unused code.
8386 (vc-hg-annotate-re): Update to match --follow output.
8387 (vc-hg-annotate-extract-revision-at-line): Also return the file
8388 name if found.
8389
8390 * vc.el: Update annotate-extract-revision-at-line documentation.
8391
b0b0ef98
KR
83922009-10-18 Kevin Ryde <user42@zip.com.au>
8393
8394 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
8395 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
8396
a9e7f03d
KR
8397 * net/browse-url.el (browse-url): Identify alist with "consp and
8398 not functionp" and let all other things go down the `apply' leg,
8399 as suggested by Stefan. (Further to bug#4531.)
8400
7346a407
CY
84012009-10-18 Chong Yidong <cyd@stupidchicken.com>
8402
8403 * minibuffer.el (read-file-name): Check for repeat before putting
8404 a default argument in file-name-history (Bug#4657).
8405
8406 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
8407 read syntax (Bug#4737).
8408
3c13704d 8409 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 8410
1da94541
CY
84112009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8412
8413 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
8414 (html-tag-alist, html-tag-help): Add descriptions for undocumented
8415 entries and make note of obsolete tags.
8416
2b93080a
SM
84172009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8418
8419 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
8420
18b5ffb5
GM
84212009-10-18 Glenn Morris <rgm@gnu.org>
8422
8423 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
8424 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 8425 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
8426 now, and in any case the file header format has changed.
8427
c2e161b2
GM
84282009-10-17 Glenn Morris <rgm@gnu.org>
8429
8430 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
8431 (flyspell-get-word, flyspell-large-region)
8432 (flyspell-auto-correct-previous-word): Doc/error message fixes.
8433
a1eb44f5
CY
84342009-10-17 Chong Yidong <cyd@stupidchicken.com>
8435
8436 * Makefile.in (ELCFILES): Add ede/shell.
8437
4418646e
DN
84382009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
8439
8440 * term/common-win.el (x-colors): Purecopy it.
8441
4062011e
SM
84422009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8443
8444 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
8445 permissive for when the buffer is empty.
8446 (tar-header-block-tokenize): Decode the username and groupname.
8447 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
8448
67d3ffe4
CY
84492009-10-17 Chong Yidong <cyd@stupidchicken.com>
8450
8451 * cedet/srecode/srt.el:
8452 * cedet/srecode/compile.el:
8453 * cedet/semantic/mru-bookmark.el:
8454 * cedet/semantic/debug.el:
8455 * cedet/semantic/complete.el:
8456 * cedet/semantic/analyze.el: Require CL when compiling.
8457
84582009-10-17 Eric Ludlam <zappo@gnu.org>
8459
8460 * cedet/semantic/scope.el
8461 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
8462 tmpscope so that the regular scope will continue to work.
8463
4062011e
SM
8464 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
8465 Use semantic-idle-summary-highlight-face as the highlighting.
67d3ffe4
CY
8466
8467 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
8468 contains multibyte characters, choose first applicable coding
8469 system automatically.
8470
8471 * cedet/ede/project-am.el (project-run-target): New method.
8472 (project-run-target): New method.
8473
8474 * cedet/ede.el (ede-target): Add run target menu item.
8475 (ede-project, ede-minor-keymap): Add ede-run-target binding.
8476 (ede-run-target): New function.
8477 (ede-target::project-run-target): New method.
8478
8479 * cedet/ede/proj.el (project-run-target): New method.
8480
8481 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
8482 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
8483 Add :rules.
8484 (ede-proj-target-makefile-shared-object): Only libtool compilers
8485 now available. Add linkers for libtool.
8486 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
8487 (ede-proj-makefile-target-name): Always use .la extension.
8488
8489 * cedet/ede/proj-prog.el (project-run-target): New method.
8490
4062011e 8491 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
67d3ffe4
CY
8492 (ede-g++-linker): Change Change link lines.
8493
4062011e
SM
8494 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
8495 When searching for old variables, go to the end of the buffer and
67d3ffe4
CY
8496 search backward from there.
8497 (ede-proj-makefile-automake-insert-subdirs)
8498 (ede-proj-makefile-automake-insert-extradist): New methods.
8499 (ede-proj-makefile-create): Use them.
8500
8501 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
8502 Force FILE to expand to the current target. Use file-exists-p to
8503 check that it exists.
8504
8505 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4062011e
SM
8506 (ede-linux-load): Wrap dir in file-name-as-directory.
8507 Set :version slot.
67d3ffe4
CY
8508
8509 * cedet/ede/files.el (ede-get-locator-object): When enabling
8510 locate, do so on "top".
8511
8512 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
8513 file-name-as-directory during compare.
4062011e
SM
8514 (ede-emacs-version): Return Emacs/XEmacs differentiator.
8515 Get version number from different places. Don't call egrep.
67d3ffe4
CY
8516 (ede-emacs-load): Set :version slot. Call file-name-as-directory
8517 to set the directory.
8518
8519 * cedet/ede/shell.el: New file.
8520
8521 * cedet/inversion.el (inversion-decoders): Allow for stray . in
8522 alpha/beta variants.
8523
2df48a87
SM
85242009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8525
8526 * international/mule-cmds.el (select-safe-coding-system): If the file
8527 has a coding cookie, use it regardless of any other setting (bug#4712).
8528
fd7dd48c
GM
85292009-10-17 Glenn Morris <rgm@gnu.org>
8530
547776f9
GM
8531 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
8532 All errors should have messages.
8533
3ee0b477 8534 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
8535 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
8536
2550e4b1
GM
8537 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
8538 (dired-keep-marker-copy, dired-keep-marker-hardlink)
8539 (dired-keep-marker-symlink, dired-dwim-target)
8540 (dired-copy-preserve-time): Do not autoload these defcustoms.
8541
fd7dd48c
GM
8542 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
8543 messages from messing up the file coding. (Bug#4623)
8544
f3e3a990
GM
85452009-10-17 Jari Aalto <jari.aalto@cante.net>
8546
8547 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
8548 if no match is found for the current dictionary. (Bug#4578)
8549
8550 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
8551 optional, since that is how it is documented, and this is often called
8552 with a nil argument. (Bug#4577)
8553 (flyspell-external-point-words, flyspell-auto-correct-word)
8554 (flyspell-correct-word-before-point, flyspell-word-search-forward)
8555 (flyspell-word-search-backward): Remove nil argument in calls to
8556 flyspell-get-word, since it is not needed now.
8557
85582009-10-17 Ulrich Mueller <ulm@gentoo.org>
8559
1becddbb 8560 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 8561
b61374ab
GM
85622009-10-16 Glenn Morris <rgm@gnu.org>
8563
8564 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
8565
412707c2
SM
85662009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
8567
8568 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
8569 (ange-ftp-file-size): New function.
8570 (ange-ftp-file-attributes): Use it.
8571
0c6f436e
MA
85722009-10-16 Michael Albinus <michael.albinus@gmx.de>
8573
8574 * net/tramp-smb.el (tramp-smb-version): New defvar.
8575 (tramp-smb-maybe-open-connection): Use it, in order to avoid
8576 repeated checks.
8577
850bfd04
GM
85782009-10-16 Glenn Morris <rgm@gnu.org>
8579
8580 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
8581 Maybe copy some custom properties from old to new name. (Bug#4706)
8582
f3ed9aca
JB
85832009-10-16 Juanma Barranquero <lekktu@gmail.com>
8584
8585 * subr.el (error, sit-for, start-process-shell-command)
8586 (start-file-process-shell-command): Set the calling convention
8587 after the function definition.
8588
fd6c5134
SM
85892009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8590
8591 * subr.el (error, sit-for, start-process-shell-command)
8592 (start-file-process-shell-command): Use the new
8593 set-advertised-calling-convention feature.
8594
73874eb7
KH
85952009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
8596
fd6c5134
SM
8597 * international/ucs-normalize.el (ucs-normalize-version):
8598 Change to 1.2.
8599 (check-range): Adjust for Unicode 5.2.
73874eb7 8600
03fb33cf
JL
86012009-10-15 Juri Linkov <juri@jurta.org>
8602
8603 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
8604 to the `menu-item' format.
8605
4260b402
MA
86062009-10-15 Michael Albinus <michael.albinus@gmx.de>
8607
8608 * net/tramp.el (tramp-replace-environment-variables): Do not fail
8609 if the environment variable does not exist.
8610
8611 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8612 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
8613 parameter.
8614 (tramp-smb-handle-add-name-to-file)
8615 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8616 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8617 (tramp-smb-handle-file-attributes)
8618 (tramp-smb-do-file-attributes-with-stat)
8619 (tramp-smb-handle-file-local-copy)
8620 (tramp-smb-handle-insert-directory)
8621 (tramp-smb-handle-make-directory)
8622 (tramp-smb-handle-make-directory-internal)
8623 (tramp-smb-handle-make-symbolic-link)
8624 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
8625 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
8626 (tramp-smb-maybe-open-connection): Apply the changed parameters.
8627 (tramp-smb-read-file-entry): Read Disk names in compressed format.
8628 Handle long file names.
8629 (tramp-smb-get-cifs-capabilities): Check, whether the connection
8630 process is running.
8631 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
8632 Read share names with "-g" option.
8633
d7a0fd6f
GM
86342009-10-15 Ryan Yeske <rcyeske@gmail.com>
8635
8636 * net/rcirc.el (rcirc-view-log-file): New command.
8637 (rcirc-track-minor-mode-map): Remove C-c ` binding.
8638 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
8639 specified.
8640
0b44494a
GM
86412009-10-15 Glenn Morris <rgm@gnu.org>
8642
af9fb32f
GM
8643 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
8644 from the second command-line argument.
8645 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
8646 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
8647 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
8648 w32-batch-update-autoloads.
8649 * emacs-lisp/autoload.el (autoload-make-program): New variable.
8650 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
8651
0b44494a
GM
8652 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
8653 the headers cannot be located. Simplify, subtracting superflous
8654 save-excursions.
8655
d5e63715
SM
86562009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
8657
8658 Replace completion-base-size by completion-base-position to fix bugs
8659 such as (bug#4699).
8660 * simple.el (completion-base-position): New var.
8661 (completion-base-size): Mark as obsolete.
8662 (choose-completion): Make it work for mouse events as well.
8663 Pass the new base-position to choose-completion-string.
8664 (choose-completion-guess-base-position): New function, extracted from
8665 choose-completion-delete-max-match.
8666 (choose-completion-delete-max-match): Use it. Make obsolete.
8667 (choose-completion-string): Use the new base-position info.
8668 (completion-root-regexp): Delete.
8669 (completion-setup-function): Preserve completion-base-position.
8670 Eliminate obsolete base-size manipulation.
8671 * minibuffer.el (display-completion-list): Don't mess with base-size.
8672 (minibuffer-completion-help): Set completion-base-position instead.
8673 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
8674 choose-completion.
8675 * textmodes/bibtex.el (bibtex-complete):
8676 * emacs-lisp/crm.el (crm--choose-completion-string):
8677 Adjust to new calling convention.
8678 * complete.el (partial-completion-mode): Use minibufferp to avoid
8679 bumping into incompatible change to choose-completion-string-functions.
8680 * ido.el (ido-choose-completion-string): Make its calling convention
8681 more permissive.
8682 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
8683 base-size manipulation.
8684 (comint-dynamic-list-input-ring): Use dotimes and push.
8685 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
8686 fundamental-mode. Use `or'.
8687
92f8bfc7
JL
86882009-10-14 Juri Linkov <juri@jurta.org>
8689
8690 * misearch.el (multi-isearch-next-buffer-from-list)
8691 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
8692
e78e280d
SM
86932009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8694
384ca163
SM
8695 * Makefile.in (compile-onefile): Load `bytecomp' rather than
8696 `bytecomp.el'.
8697
681e0e7c
SM
8698 * minibuffer.el (completion-pcm--merge-completions): Make sure the
8699 string we return is all made up of text from the completions rather
8700 than part from the completions and part from the input (bug#4219).
8701
e78e280d
SM
8702 * ido.el (ido-everywhere): Use define-minor-mode.
8703
8704 * buff-menu.el (list-buffers, ctl-x-map):
8705 Mark the entry points with ;;;###autoload cookies.
8706
b4e813ca
DN
87072009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
8708
52964e54
DN
8709 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
8710 correctly in the detached head case.
8711 (vc-git-print-log): Remove unused binding.
8712
b4e813ca
DN
8713 * vc.el (vc-responsible-backend): When a directory is passed for
8714 for registration create a VC repository if no backend is
8715 responsible for the directory argument.
8716 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
8717
8718 * vc.el: Move comments about RCS and SCCS ...
8719 * vc-rcs.el:
8720 * vc-sccs.el: ... here, respectively.
8721
40ba9882
SM
87222009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8723
8724 * minibuffer.el (completion--file-name-table): Return nil if there's
8725 no file completion, even if substitute-in-file-name changed
8726 the string (bug#4708).
8727
04e0f59b
JL
87282009-10-13 Juri Linkov <juri@jurta.org>
8729
8730 * files-x.el (read-file-local-variable-value): Don't filter out
8731 minor modes from mode name completion (bug#4664).
8732
314c8e25
JB
87332009-10-13 Juanma Barranquero <lekktu@gmail.com>
8734
8735 * international/mule-cmds.el (ucs-names): Remove exclusion of
8736 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
8737
5c9b7d36
KH
87382009-10-13 Kenichi Handa <handa@m17n.org>
8739
8740 * international/uni-name.el: Regenerated.
8741
1e7a80f2
JB
87422009-10-13 Juanma Barranquero <lekktu@gmail.com>
8743
8744 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
8745 should be automatically buffer-local, but isn't.)
8746
cd29f88b
SS
87472009-10-12 Sam Steingold <sds@gnu.org>
8748
8749 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 8750 timestamps if the buffer has been visited before.
0cd16af4
SS
8751 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
8752 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 8753
37493a98
GM
87542009-10-12 Glenn Morris <rgm@gnu.org>
8755
8756 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
8757 Let-bind `size'.
8758
3b56b1e6
JB
87592009-10-12 Juanma Barranquero <lekktu@gmail.com>
8760
7422a4bb
JB
8761 * proced.el (proced-unload-function): New function.
8762
fa72d075
JB
8763 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
8764 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
8765 Doc fix.
8766
3b56b1e6
JB
8767 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
8768
4d9b4323
JL
87692009-10-11 Juri Linkov <juri@jurta.org>
8770
8771 * files-x.el (read-file-local-variable-value):
8772 Provide default value only for bound variables (bug#4664).
8773
f6f7e059
MA
87742009-10-11 Michael Albinus <michael.albinus@gmx.de>
8775
8776 * net/tramp.el (tramp-local-host-p): Function shall return nil for
8777 connection methods like smb.
8778
8779 * net/tramp-cache.el (tramp-flush-connection-property): The hash
8780 can be empty.
8781
8782 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8783 (tramp-smb-file-name-handler-alist): Add handlers for
8784 `add-name-to-file', `make-symbolic-link'.
8785 (tramp-smb-handle-add-name-to-file)
2992485f 8786 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
8787 (tramp-smb-handle-make-symbolic-link)
8788 (tramp-smb-get-cifs-capabilities): New defuns.
8789 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8790 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8791 (tramp-smb-handle-file-local-copy)
8792 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
8793 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8794 The file name syntax depends on cifs capabilities.
8795 (tramp-smb-handle-file-attributes):
8796 Call `tramp-smb-do-file-attributes-with-stat' if possible.
8797 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
8798 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 8799
67868d26
CY
88002009-10-11 Chong Yidong <cyd@stupidchicken.com>
8801
8802 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
8803 (eieio-defclass): Apply deftype handler and setf-method properties
8804 directly.
8805 (eieio-add-new-slot): Avoid union function from cl library.
8806 (eieio--typep): New function.
8807 (eieio-perform-slot-validation): Use it.
8808
6d6a5b7e
KF
88092009-10-10 Karl Fogel <kfogel@red-bean.com>
8810
3b56b1e6 8811 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
8812 Update documentation to refer to the variables documented in r1.135.
8813 (Bug#4188)
8814
67b70de9
KF
88152009-10-10 Karl Fogel <kfogel@red-bean.com>
8816
8817 * bookmark.el (Info-suffix-list): Remove this unused variable.
8818 (bookmark-current-point): Remove this obsolete variable.
8819 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
8820 Adjust for removal of bookmark-current-point.
8821
8822 (bookmarks-already-loaded, bookmark-current-buffer)
8823 (bookmark-yank-point): Document. (Bug#4188)
8824
58ae51ae
GM
88252009-10-10 Glenn Morris <rgm@gnu.org>
8826
4619ff5e
GM
8827 * frame.el (frame-height): Doc fix.
8828
58ae51ae
GM
8829 * calendar/calendar.el (calendar-split-width-threshold): New option.
8830 (calendar-basic-setup): Use calendar-split-width-threshold.
8831
3b56b1e6 88322009-10-10 Sascha Wilde <wilde@sha-bang.de>
d751f122 8833
3b56b1e6
JB
8834 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
8835 Use .la for Automake.
d751f122 8836
fa63f49c
CY
88372009-10-09 Chong Yidong <cyd@stupidchicken.com>
8838
3b56b1e6
JB
8839 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
8840 Use "autoreconf -i". Suggested by Andreas Schwab.
fa63f49c 8841
d364386c
JB
88422009-10-09 Juanma Barranquero <lekktu@gmail.com>
8843
8844 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
8845 Ideographic Supplement" range (U+1F200..U+1F2FF).
8846
33e97a28
KF
88472009-10-09 Karl Fogel <kfogel@red-bean.com>
8848
02d0f051 8849 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 8850 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
8851
88522009-10-09 Karl Fogel <kfogel@red-bean.com>
8853
d364386c 8854 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
8855 (bookmark-bmenu-execute-deletions): Don't save here, as
8856 bookmark-delete will now do so if necessary.
d364386c 8857 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
8858 (Bug#4348)
8859
9656d87b
GM
88602009-10-09 Glenn Morris <rgm@gnu.org>
8861
8862 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
8863
e6227f06
KF
88642009-10-09 Karl Fogel <kfogel@red-bean.com>
8865
8866 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
8867 (bookmark-jump-other-window): Just invoke bookmark-jump with new
8868 argument now, so the two function's behaviors will match. (Bug#3645)
8869
35c7e413
CY
88702009-10-08 Chong Yidong <cyd@stupidchicken.com>
8871
4f54db4b
CY
8872 * cedet/ede/proj.el (project-make-dist, project-compile-project):
8873 Fix filename test.
35c7e413
CY
8874 (ede-proj-dist-makefile): Use expand-file-name instead of concat
8875 to expand file names.
8876
288f783b
MA
88772009-10-08 Michael Albinus <michael.albinus@gmx.de>
8878
8879 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 8880 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 8881 Apply `save-match-data'.
288f783b
MA
8882
8883 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
8884 case both directories are remote.
8885 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 8886 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 8887
c2a81032
CY
88882009-10-08 Chong Yidong <cyd@stupidchicken.com>
8889
a6b98754
CY
8890 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
8891 (ede-proj-target-makefile-objectcode): Use it.
8892
c2a81032 8893 * cedet/ede/source.el (ede-want-any-source-files-p)
e78e280d
SM
8894 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
8895 Return search result. This error was introduced while merging.
c2a81032 8896
872a1ea4
JB
88972009-10-07 Juanma Barranquero <lekktu@gmail.com>
8898
8899 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
8900
ab2baced
GM
89012009-10-07 Glenn Morris <rgm@gnu.org>
8902
e78e280d
SM
8903 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
8904 of concat.
ab2baced 8905
5c4634c1
SM
89062009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8907
8908 * files-x.el (read-file-local-variable): Include some
8909 non-user-variables in the completion table (bug#4664).
8910
c2dc9732
MA
89112009-10-07 Michael Albinus <michael.albinus@gmx.de>
8912
8913 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
8914 message.
8915
8916 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8917 (tramp-smb-file-name-handler-alist): Add handler for
8918 `copy-directory', `expand-file-name', `set-file-modes'.
8919 (tramp-smb-handle-copy-directory)
8920 (tramp-smb-handle-expand-file-name)
8921 (tramp-smb-handle-set-file-modes): New defuns.
8922 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
8923 (tramp-smb-handle-file-attributes): Simplify check for retrieving
8924 entry.
8925 (tramp-smb-handle-insert-directory): Don't flush the cache.
8926 (tramp-smb-maybe-open-connection): Check for samba client and
8927 server versions.
8928
11be40a6
EZ
89292009-10-07 Eli Zaretskii <eliz@gnu.org>
8930
8931 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
8932 to not error out of search for "^lisp=" fails.
8933
8c4afe20
JB
89342009-10-07 Juanma Barranquero <lekktu@gmail.com>
8935
8936 * makefile.w32-in (WINS_UPDATES): New macro.
8937 (custom-deps, finder-data, autoloads): Use it.
8938
429a1506
GM
89392009-10-07 Glenn Morris <rgm@gnu.org>
8940
ee2e93e2
GM
8941 * Makefile.in (autoloads): Revert previous change.
8942 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
8943 the list of preloaded files passed on the command-line, get
8944 it from src/Makefile.
8945
429a1506
GM
8946 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
8947 show the original buffer rather than a random one.
8948
a51203ee 89492009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
8950
8951 * help.el (describe-no-warranty): Place point in a slightly better
8952 position in the GPLv3 text.
8953
f58f7520
SS
89542009-10-06 Sam Steingold <sds@gnu.org>
8955
8956 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8957 the comm attribute is present before calling regexp-quote.
8958
bde79dc0
JB
89592009-10-06 Juanma Barranquero <lekktu@gmail.com>
8960
8961 * play/animate.el (animate-string): For good effect, make sure
8962 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8963
8964 * play/animate.el (animate-sequence, animate-birthday-present):
8965 * misc.el (butterfly): Don't set `indent-tabs-mode'.
8966
25ab0302
GM
89672009-10-06 Glenn Morris <rgm@gnu.org>
8968
73fe714a
GM
8969 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8970
3405d98c
GM
8971 * emacs-lisp/autoload.el (autoload-excludes): New variable.
8972 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8973 (batch-update-autoloads): Process a string value of autoload-excludes,
8974 set during the build process.
8975 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
8976
9fb2cdc5
GM
8977 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8978 inside with-parsed... macro so that `v' is defined.
8979
7938ab41
GM
8980 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8981 * progmodes/fortran.el (fortran-end-of-block)
8982 (fortran-beginning-of-block):
8983 Also push mark in the macro case.
8984
eaf9b564
GM
8985 * emerge.el (emerge-show-file-name):
8986 * calc/calc.el (calc-quit):
8987 * calc/calc-misc.el (calc-big-or-small):
8988 * calc/calc-graph.el (calc-graph-view):
8989 * calc/calc-ext.el (calc-reset):
8990 * calendar/calendar.el (calendar-basic-setup):
8991 Use window-full-height-p.
8992
25ab0302
GM
8993 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8994 header we don't understand, don't insert another. (Bug#4624)
8995 If changing mime charset, insert the new one in the right place.
8996
00169eb6
GM
89972009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
8998
8999 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
9000 (cal-tex-cursor-month): Correctly increment the end date for diary and
9001 holiday listing. (Bug#4626)
9002
82882188
SM
90032009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9004
40ba9882 9005 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
9006 a symbol.
9007
a8f316ca
JB
90082009-10-05 Juanma Barranquero <lekktu@gmail.com>
9009
9010 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
9011 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
9012 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
9013 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
9014
9015 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
9016 (eieio-default-superclass): Reflow docstrings.
9017 (this, class-option-assoc, defclass, eieio-class-un-autoload)
9018 (eieio-unbind-method-implementations, defmethod)
9019 (eieio-validate-slot-value, eieio-validate-class-slot-value)
9020 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
9021 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
9022 (eieio-slot-originating-class-p, eieio-slot-name-index)
9023 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
9024 (constructor, initialize-instance, no-next-method, object-print)
9025 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
9026 Fix typos in docstrings.
9027 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
9028 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
9029 (next-method-p): Doc fixes.
9030 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
9031 Fix typos in error messages.
9032 (eieio-defmethod): Fix typo in description of generic method.
9033
9034 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
9035 (eieio-persistent-save-interactive, slot-missing):
9036 Fix typos in docstrings.
9037 (eieio-instance-inheritor-slot-boundp): Doc fix.
9038
9039 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
9040 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
9041
9042 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
9043 (eieio-custom-object-apply-reset):
9044 Fix typos in docstrings and error messages.
9045
9046 * emacs-lisp/eieio-datadebug.el (data-debug-show):
9047 Fix typo in docstring.
9048
9049 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
9050 (eieio-browse-tree): Doc fix.
9051 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
9052 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
9053 Fix typos in docstrings.
9054
9055 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
9056 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
9057 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
9058 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
9059 Reflow docstrings.
9060
c66b7ac0
DN
90612009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
9062
4a827e0a 9063 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
9064 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
9065 Set log-view-vc-backend so that diff can work.
4a827e0a 9066
c66b7ac0
DN
9067 * log-view.el (log-view-diff): Use vc-diff-internal instead of
9068 vc-version-diff.
9069 (vc-diff-internal): Autoload this instead of vc-version-diff.
9070
1902a98c
EZ
90712009-10-05 Eli Zaretskii <eliz@gnu.org>
9072
a7a8618b
EZ
9073 * simple.el (eval-expression): Doc fix.
9074
1902a98c
EZ
9075 * progmodes/cwarn.el (cwarn-mode): Doc fix.
9076
0e1f2ee6
MA
90772009-10-05 Michael Albinus <michael.albinus@gmx.de>
9078
9079 * files.el (directory-files-no-dot-files-regexp): New defconst.
9080 (delete-directory): Use it.
9081 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
9082
263c02ef 9083 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
9084 (tramp-methods): Add recursive option to `tramp-copy-args'.
9085 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 9086 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 9087 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
9088 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9089 Add handler for `copy-directory'.
9090 (tramp-handle-copy-directory): New defun.
9091 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
9092 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
9093 Optimize sent command.
263c02ef 9094
72aa7df4
SM
90952009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9096
4a34f065
SM
9097 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
9098 window if necessary.
9099
72aa7df4
SM
9100 * calendar/calendar.el (calendar-basic-setup): Don't call
9101 switch-to-buffer in a dedicated window.
9102
5feb1ba7
KF
91032009-10-05 Karl Fogel <kfogel@red-bean.com>
9104
9105 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 9106 don't do anything related to relocating, just return nil.
5feb1ba7
KF
9107 (bookmark-error-no-filename): New error.
9108 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
9109 bookmark has no file. Don't even attempt to handle things that
9110 are not files; the whole point of custom handlers is to keep that
9111 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
9112 (bookmark-file-or-variation-thereof): Remove now-unused function.
9113 (bookmark-location): Doc string fix.
9114 (Bug#4250)
9115
1bd49952
KF
91162009-10-04 Karl Fogel <kfogel@red-bean.com>
9117
9118 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
9119 don't use a file dialog, because they usually don't know how to read
9120 a directory target from the user. (Bug#4230)
9121 Also, make sure the prompt can display directories as well as files.
9122
825382c0
KF
91232009-10-04 Karl Fogel <kfogel@red-bean.com>
9124
9125 * bookmark.el (bookmark-set, bookmark-buffer-name):
9126 Improve doc strings. (Bug#1193)
9127
13901bcb
KF
91282009-10-04 Karl Fogel <kfogel@red-bean.com>
9129
4a34f065
SM
9130 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
9131 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
9132 (bookmark-get-annotation, bookmark-set-annotation)
9133 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
9134 (bookmark-set-position, bookmark-get-front-context-string)
9135 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
9136 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
9137 (bookmark-jump-other-window, bookmark-handle-bookmark)
9138 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
9139 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
9140 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
9141 Improve doc strings to say whether bookmark can be a string or
9142 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
9143 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
9144 (bookmark-default-annotation-text, bookmark-yank-word)
9145 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
9146 (bookmark-import-new-list, bookmark-maybe-rename)
9147 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9148 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 9149 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 9150 add a FIXME comment about how the function may be pointless.
13901bcb 9151 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
9152 parameter name, to clarify that this takes a bookmark record
9153 not a bookmark name.
13901bcb 9154 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 9155 and improve the doc string a bit.
13901bcb
KF
9156 (Bug#4188)
9157
5c1b3e94
KF
91582009-10-04 Karl Fogel <kfogel@red-bean.com>
9159
9160 * bookmark.el (bookmark-alist): Document the new `handler' element
9161 in the param alist.
9162 (bookmark-make-record-function): Adjust documentation for above.
9163 (Bug#4193)
9164
8559076d
KF
91652009-10-04 Karl Fogel <kfogel@red-bean.com>
9166
9167 * info.el (Info-bookmark-make-record): Document this function.
9168 (Info-bookmark-jump): Document with a doc string, not just a comment.
9169 (Bug#4203)
9170
82481502
CY
91712009-10-04 Chong Yidong <cyd@stupidchicken.com>
9172
4a34f065 9173 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
82481502
CY
9174 (semantic-new-buffer-fcn): Call parser setup functions here.
9175 (semantic-mode): Don't call parser setup functions here, it's done
9176 in semantic-new-buffer-fcn now.
d436f538 9177 (semantic-mode): Parse all existing buffers when enabled.
82481502 9178
4a34f065
SM
9179 * cedet/srecode/compile.el (srecode-compile-file):
9180 Call semantic-new-buffer-fcn if the buffer has not been parsed.
82481502 9181
2e7eba60
CY
91822009-10-04 Chong Yidong <cyd@stupidchicken.com>
9183
d91485a9
CY
9184 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
9185
9186 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
9187 (proj-comp-insert-variable-once): New macro, renamed from
9188 ede-pmake-insert-variable-once in ede/pmake.edl.
9189 (ede-proj-makefile-insert-variables): Use it.
2e7eba60 9190
b4583b8c
MA
91912009-10-04 Michael Albinus <michael.albinus@gmx.de>
9192
9193 * files.el (copy-directory): New defun.
9194
9195 * dired-aux.el (dired-copy-file-recursive): Use it.
9196
04075952
JB
91972009-10-04 Juanma Barranquero <lekktu@gmail.com>
9198
9199 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9200 (makefile-end-of-command):
9201 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9202 (semantic-end-of-context): Fix previous change. Doc fixes.
9203
131ae8f2
JB
92042009-10-04 Juanma Barranquero <lekktu@gmail.com>
9205
a30e71ae
JB
9206 * files-x.el (modify-dir-local-variable)
9207 (copy-dir-locals-to-file-locals-prop-line):
9208 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9209 (makefile-end-of-command):
9210 * cedet/semantic/lex.el (semantic-lex-token):
9211 * cedet/semantic/analyze/fcn.el
9212 (semantic-analyze-dereference-metatype-1):
9213 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
9214 (semantic-lex-cpp-undef):
9215 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
9216 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9217 (semantic-end-of-context): Fix typos in docstrings.
9218
131ae8f2
JB
9219 * recentf.el (recentf-unload-function): New function.
9220
0fd9cb9c
CY
92212009-10-04 Chong Yidong <cyd@stupidchicken.com>
9222
a30e71ae 9223 * cedet/ede.el (ede-project-placeholder-cache-file):
0fd9cb9c
CY
9224 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
9225 * cedet/srecode/map.el (srecode-map-save-file):
a30e71ae 9226 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
0fd9cb9c 9227
ccafbf06
GM
92282009-10-04 Glenn Morris <rgm@gnu.org>
9229
9230 * window.el (window-full-height-p): Add doc string.
9231
02c6f098
GM
92322009-10-04 Martin Rudalics <rudalics@gmx.at>
9233
9234 * window.el (window-full-height-p): New function. (Bug#4543)
9235
e6e267fc
CY
92362009-10-03 Chong Yidong <cyd@stupidchicken.com>
9237
a70bfe61
CY
9238 * cedet/srecode/insert.el: Require srecode/args.
9239
9240 * cedet/srecode/args.el: Require srecode/dictionary instead of
9241 srecode/insert.
9242
e6e267fc
CY
9243 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
9244
9245 * files.el (auto-mode-alist): Add .srt and Project.ede.
9246
4a34f065
SM
9247 * cedet/semantic.el (semantic-mode):
9248 Handle srecode-template-mode-hook as well.
0b8cafba 9249 (semantic-mode): Use js-mode-hook for Javascript hook.
e6e267fc
CY
9250
9251 * cedet/srecode/template.el: Remove hook variable.
9252
9253 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
9254
9255 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
9256 projects exist.
8b440f71
CY
9257 (ede-project-placeholder-cache-file): Default to a file in
9258 user-emacs-directory.
e6e267fc
CY
9259
9260 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
9261 templates in data-directory.
4a34f065 9262 (srecode-map-save-file): Default to a file in user-emacs-directory.
e6e267fc
CY
9263
9264 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
9265 directory.
9266
92672009-09-30 Eric Ludlam <zappo@gnu.org>
9268
131ae8f2
JB
9269 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
9270 Doc fix.
e6e267fc
CY
9271
9272 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
9273 Only insert each variable once.
9274
9275 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
9276 (ede-pmake-insert-variable-shared): Use it.
9277
9278 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
9279 for lexical table iff table is nil.
9280
ed6b0195
DN
92812009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
9282
9283 * vc.el: Remove commented out code.
9284 (vc-derived-from-dir-mode): Remove, unused.
9285 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
9286
1b8d1cc7
MA
92872009-10-03 Michael Albinus <michael.albinus@gmx.de>
9288
4a34f065
SM
9289 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9290 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
9291 there could be recursive loading when `default-directory' is a
9292 remote file name. (Bug#4614)
9293
ac3c593c
GM
92942009-10-03 Glenn Morris <rgm@gnu.org>
9295
686ea556
GM
9296 * calendar/calendar.el (calendar-basic-setup): Handle the case where
9297 the frame is wide.
9298 (calendar-generate-window): Test for shrinkability rather than width.
9299
619392fc
GM
9300 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
9301 declaration, currently false.
9302
ac3c593c
GM
9303 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
9304 reusing existing buffers, in case we happen to visit two files with the
9305 same basename. (Bug#4593)
9306
573709fd
EZ
93072009-10-02 Eli Zaretskii <eliz@gnu.org>
9308
4a34f065 9309 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
9310 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
9311 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
9312 subdirs of cedet as well.
8f885d01 9313 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 9314
8d6c1239
SM
93152009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9316
9317 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
9318 Obey advertised-signature-table.
9319
9320 * help-fns.el (help-function-arglist): Don't check
9321 advertised-signature-table.
9322 (describe-function-1): Do it here instead so it also applies to subrs.
9323
c4861de0
MA
93242009-10-02 Michael Albinus <michael.albinus@gmx.de>
9325
9326 * simple.el (start-file-process): Say in the doc-string, that file
9327 handlers might not support pty association, if PROGRAM is nil.
9328
9329 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
9330 HOST and USER are strings. They are nil, when there are
9331 incomplete entries in ~/.netrc, for example.
9332 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
9333 root directory ("device busy" error otherwise).
9334
8d6c1239
SM
9335 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
9336 Flush file properties of created directory.
c4861de0 9337
d2bda74f
EZ
93382009-10-02 Eli Zaretskii <eliz@gnu.org>
9339
9340 * makefile.w32-in (WINS_BASIC): Remove cedet.
9341 (WINS_CEDET): Add cedet.
9342 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
9343
895d1904
GM
93442009-10-02 Kevin Ryde <user42@zip.com.au>
9345
9346 * net/browse-url.el (browse-url): Pass any symbol in
9347 browse-url-browser-function to `apply', since if you've mistakenly put
9348 an unbound symbol then the error is clearer. (Bug#4531)
9349
32226619
JB
93502009-10-02 Juanma Barranquero <lekktu@gmail.com>
9351
9352 * allout.el (allout-init, allout-back-to-current-heading)
9353 (allout-beginning-of-current-entry, allout-ascend-to-depth)
9354 (allout-ascend, allout-up-current-level, allout-end-of-level)
9355 (allout-previous-visible-heading, allout-forward-current-level)
9356 (allout-backward-current-level, allout-show-children):
9357 * apropos.el (apropos-describe-plist):
9358 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
9359 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
9360 * completion.el (add-completion, add-permanent-completion):
9361 * descr-text.el (describe-text-category, describe-char):
9362 * desktop.el (desktop-lazy-abort):
9363 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
9364 * dired.el (dired-build-subdir-alist):
9365 * ediff.el (ediff-version):
9366 * elide-head.el (elide-head, elide-head-show):
9367 * emerge.el (emerge-version):
9368 * env.el (getenv):
9369 * face-remap.el (variable-pitch-mode):
9370 * faces.el (describe-face):
9371 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
9372 (dired-at-point):
9373 * files.el (find-file-existing, auto-save-mode):
9374 * font-lock.el (font-lock-fontify-buffer):
9375 * help-fns.el (describe-function, describe-variable)
9376 (describe-syntax, describe-categories):
9377 * help.el (view-lossage, describe-bindings, describe-key)
9378 (describe-mode):
9379 * hexl.el (hexl-current-address):
9380 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
9381 * info.el (Info-goto-emacs-key-command-node):
9382 * log-edit.el (log-edit-insert-cvs-template)
9383 (log-edit-insert-cvs-rcstemplate):
9384 * menu-bar.el (menu-bar-mode):
9385 * mouse.el (mouse-appearance-menu):
9386 * newcomment.el (comment-indent-new-line):
9387 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
9388 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 9389 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
9390 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
9391 * recentf.el (recentf-mode):
9392 * savehist.el (savehist-mode, savehist-save):
9393 * shadowfile.el (shadow-copy-files):
9394 * simple.el (kill-ring-save, next-line, previous-line)
9395 (normal-erase-is-backspace-mode):
9396 * strokes.el (strokes-update-window-configuration)
9397 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
9398 (strokes-xpm-for-stroke):
9399 * time.el (emacs-uptime, emacs-init-time):
9400 * tutorial.el (tutorial--describe-nonstandard-key)
9401 (tutorial--detailed-help):
9402 * type-break.el (type-break-mode)
9403 (type-break-mode-line-message-mode, type-break-query-mode)
9404 (type-break-guesstimate-keystroke-threshold):
9405 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
9406 * version.el (emacs-version):
9407 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
9408 * winner.el (winner-mode):
9409 * calendar/timeclock.el (timeclock-in, timeclock-out)
9410 (timeclock-status-string, timeclock-change)
9411 (timeclock-workday-remaining-string)
9412 (timeclock-workday-elapsed-string)
9413 (timeclock-when-to-leave-string):
9414 * calendar/todo-mode.el (todo-add-category):
9415 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
9416 * emacs-lisp/autoload.el (update-file-autoloads):
9417 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
9418 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
9419 (checkdoc-message-text, checkdoc-defun):
9420 * emacs-lisp/debug.el (debugger-list-functions):
9421 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9422 * emacs-lisp/eieio-opt.el (eieio-describe-class)
9423 (eieio-describe-generic):
9424 * emacs-lisp/lisp-mnt.el (lm-synopsis):
9425 * emacs-lisp/shadow.el (list-load-path-shadows):
9426 * emulation/cua-base.el (cua-mode):
9427 * emulation/edt.el (edt-set-scroll-margins):
9428 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
9429 (tpu-toggle-regexp, tpu-toggle-search-direction)
9430 (tpu-toggle-rectangle, tpu-toggle-control-keys):
9431 * emulation/tpu-extras.el (tpu-set-scroll-margins):
9432 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9433 (viper-set-parsing-style-toggling-macro)
9434 (viper-set-emacs-state-searchstyle-macros):
9435 * emulation/viper.el (viper-set-hooks):
9436 * eshell/esh-mode.el (eshell-truncate-buffer):
9437 * international/mule-cmds.el (prefer-coding-system)
9438 (describe-input-method, describe-language-environment):
9439 * international/mule-diag.el (list-character-sets)
9440 (describe-character-set, describe-coding-system)
9441 (describe-fontset, list-fontsets, list-input-methods):
9442 * mail/sendmail.el (mail-signature):
9443 * net/ange-ftp.el (ange-ftp-copy-file):
9444 * net/browse-url.el (browse-url):
9445 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
9446 * net/quickurl.el (quickurl-add-url):
9447 * net/rcirc.el (names, topic):
9448 * net/xesam.el (xesam-mode):
9449 * play/5x5.el (5x5-new-game):
9450 * play/yow.el (apropos-zippy):
9451 * progmodes/ada-mode.el (ada-mode-version):
9452 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
9453 (f90-end-of-block)
9454 (f90-beginning-of-block):
9455 * progmodes/fortran.el (fortran-end-of-block)
9456 (fortran-beginning-of-block):
9457 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
9458 * progmodes/python.el (python-describe-symbol, python-shell):
9459 * term/ns-win.el (ns-print-buffer):
9460 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
9461 * textmodes/flyspell.el (flyspell-mode-on):
9462 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
9463 (pages-directory-for-addresses):
9464 * textmodes/table.el (table-recognize-cell)
9465 (table-query-dimension, table-generate-source)
9466 (table-insert-sequence, table--warn-incompatibility):
9467 * textmodes/tex-mode.el (tex-validate-buffer):
9468 * textmodes/texinfmt.el (texinfmt-version)
9469 (texinfo-format-buffer):
9470 Use `called-interactively-p' instead of `interactive-p'.
9471
12a3c28c
JB
94722009-10-02 Juanma Barranquero <lekktu@gmail.com>
9473
9474 * image-mode.el (image-toggle-display):
9475 * emacs-lisp/elp.el (elp-instrument-function):
9476 * emacs-lisp/advice.el (ad-make-advised-definition):
9477 * emacs-lisp/easy-mmode.el (define-minor-mode):
9478 * net/browse-url.el (browse-url-maybe-new-window):
9479 * progmodes/sh-script.el (sh-learn-buffer-indent):
9480 Pass new argument 'any to `called-interactively-p'.
9481
171fda8a
JB
94822009-10-01 Juanma Barranquero <lekktu@gmail.com>
9483
171fda8a
JB
9484 * international/uni-bidi.el:
9485 * international/uni-category.el:
9486 * international/uni-combining.el:
9487 * international/uni-comment.el:
9488 * international/uni-decimal.el:
9c3c9fdf 9489 * international/uni-decomposition.el:
171fda8a
JB
9490 * international/uni-digit.el:
9491 * international/uni-lowercase.el:
9492 * international/uni-mirrored.el:
9493 * international/uni-name.el:
9494 * international/uni-numeric.el:
9495 * international/uni-old-name.el:
9496 * international/uni-titlecase.el:
9497 * international/uni-uppercase.el:
9498 Regenerate from Unicode 5.2.0 data.
9499
dcb9734a
GM
95002009-10-01 Glenn Morris <rgm@gnu.org>
9501
9502 * Makefile.in (ELCFILES): Regenerate.
9503
ced10a4c
SM
95042009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9505
9d28c33e
SM
9506 * subr.el (interactive-p): Mark obsolete.
9507 (called-interactively-p): Make the optional-ness of `kind' obsolete.
9508 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
9509 advertised-signature-table for subroutines as well.
9510
ced10a4c
SM
9511 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
9512 (set-advertised-calling-convention): New function.
9513 (make-obsolete, define-obsolete-function-alias)
9514 (make-obsolete-variable, define-obsolete-variable-alias):
9515 Make the optional-ness of `when' obsolete.
9516 (define-obsolete-face-alias): Make `when' non-optional.
9517 * help-fns.el (help-function-arglist):
9518 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
9519 Use advertised-signature-table.
9520
cc3dda16
MA
95212009-10-01 Michael Albinus <michael.albinus@gmx.de>
9522
9523 * files.el (delete-directory): New defun. The original function
9524 in fileio.c has been renamed to `delete-directory-internal'.
9525
9526 * dired.el (dired-delete-file): Call `delete-directory' with
9527 RECURSIVE parameter.
9528
5ce6e4f4 9529 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
9530 parameter RECURSIVE. Implementation is missing.
9531
9532 * net/tramp.el (tramp-handle-make-directory): Flush upper
9533 directory's file properties.
ced10a4c 9534 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
9535 (tramp-handle-dired-recursive-delete-directory): Flush directory
9536 properties after the remove command only.
9537
ced10a4c
SM
9538 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
9539 Handle optional parameter RECURSIVE.
cc3dda16 9540
ced10a4c
SM
9541 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
9542 Handle optional parameter RECURSIVE.
cc3dda16
MA
9543
9544 * net/tramp-smb.el (tramp-smb-errors): Add error message for
9545 connection timeout.
9546 (tramp-smb-handle-delete-directory): Handle optional parameter
9547 RECURSIVE.
9548
cf885595
SM
95492009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9550
e3a6b82f
SM
9551 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
9552 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
9553 (byte-compile-defmacro): Use backquotes.
9554
7201bfbb
SM
9555 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
9556
cf885595
SM
9557 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
9558 has no associated file.
9559 (vc-resynch-buffer): Use vc-dir-buffers.
9560
a4d2c321
GM
95612009-10-01 Glenn Morris <rgm@gnu.org>
9562
9ffe3f52
GM
9563 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
9564 (chart-file-count):
9565 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
9566 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
9567 * emacs-lisp/eieio-opt.el (eieio-describe-class):
9568 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
9569 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
9570 (eieio-copy-parents-into-subclass, make-instance, class-children)
9571 (eieio-generic-form):
bd2afec2
GM
9572 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
9573 * cedet/cedet-idutils.el (cedet-idutils-search)
9574 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
9575 (cedet-idutils-version-check):
9576 * cedet/cedet.el (cedet-version):
9577 * cedet/data-debug.el (data-debug-insert-overlay-button)
9578 (data-debug-insert-overlay-list-button)
9579 (data-debug-insert-buffer-button)
9580 (data-debug-insert-buffer-list-button)
9581 (data-debug-insert-process-button, data-debug-insert-ring-button)
9582 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
9583 (data-debug-insert-stuff-vector-button)
9584 (data-debug-insert-symbol-button, data-debug-insert-string)
9585 (data-debug-insert-number, data-debug-insert-lambda-expression)
9586 (data-debug-insert-nil, data-debug-insert-simple-thing)
9587 (data-debug-insert-custom, data-debug-edebug-expr):
9588 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
9589 (global-ede-mode-map, ede-new, ede-debug-target)
9590 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
9591 * cedet/semantic.el (semantic-minimum-working-buffer-size)
9592 (semantic-fetch-tags, semantic-submode-list)
9593 (semantic-default-submodes):
a785b776
GM
9594 * cedet/ede/source.el (ede-source-match):
9595 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
9596 (project-am-package-info):
9597 * cedet/ede/proj.el (ede-proj-target, project-new-target):
9598 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
9599 * cedet/ede/proj-comp.el (ede-current-build-list):
9600 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
9601 * cedet/ede/files.el (ede-toplevel-project-or-nil):
9602 * cedet/ede/cpp-root.el (initialize-instance):
9603 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
9604 (autoconf-parameter-strip, autoconf-insert-new-macro):
9bf6c65c
GM
9605 * cedet/semantic/wisent.el (wisent-lex-eoi):
9606 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
9607 (semantic-show-parser-state-mode):
9608 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
9609 * cedet/semantic/tag.el (semantic-tag-new-variable)
9610 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
9611 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
9612 (semantic--tag-deep-copy-tag-list)
9613 (semantic-tag-components-with-overlays-default):
9614 * cedet/semantic/symref.el (semantic-symref-find-text):
9615 * cedet/semantic/senator.el (senator-yank-tag)
9616 (senator-transpose-tags-up):
9617 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
9618 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
9619 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
9620 * cedet/semantic/lex.el (semantic-lex-comment-regex)
9621 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
9622 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
9623 * cedet/semantic/lex-spp.el
9624 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
9625 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
9626 * cedet/semantic/idle.el
9627 (semantic-idle-summary-current-symbol-info-brutish)
9628 (semantic-idle-summary-current-symbol-info-default):
9629 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
9630 (semantic--grammar-macro-compl-dict):
9631 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
9632 * cedet/semantic/format.el (semantic-format-tag-custom-list)
9633 (semantic-format-tag-canonical-name-default):
9634 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
9635 (semantic-find-tags-for-completion)
9636 (semantic-find-tags-by-scope-protection-default)
9637 (semantic-deep-find-tags-for-completion):
9638 * cedet/semantic/edit.el
9639 (semantic-edits-incremental-reparse-failed-hook)
9640 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
9641 (semantic-edits-splice-remove, semantic-edits-splice-replace):
9642 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
9643 * cedet/semantic/dep.el (semantic-dependency-include-path):
9644 * cedet/semantic/db.el (semanticdb-default-find-index-class)
9645 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
9646 (semanticdb-project-roots):
9647 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
9648 (semanticdb-find-adebug-insert-scanned-tag-cons)
9649 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
9650 (semanticdb-brute-deep-find-tags-for-completion):
9651 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
9652 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
9653 (semantic-end-of-context-default)
9654 (semantic-ctxt-current-function-default)
9655 (semantic-ctxt-scoped-types-default):
9656 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
9657 (semantic-complete-inline-tag-engine)
9658 (semantic-complete-inline-custom-type)
9659 (semantic-complete-read-tag-analyzer):
9660 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
9661 (semantic-chart-database-size):
9662 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
9663 (semantic-analyze-current-context):
9664 * cedet/semantic/symref/list.el (semantic-symref)
9665 (semantic-symref-hide-buffer, semantic-symref-symbol):
9666 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
9667 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
9668 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
9669 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
9670 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
9671 (semantic-c-dereference-template):
9672 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
9673 (semantic--analyze-refs-full-lookup-with-parents)
9674 (semantic--analyze-refs-full-lookup-simple):
9675 * cedet/semantic/analyze/complete.el
9676 (semantic-analyze-possible-completions):
2f10955c
GM
9677 * cedet/srecode/table.el (srecode-mode-table-new):
9678 * cedet/srecode/srt.el (srecode-read-variable-name):
9679 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
9680 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
9681 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
9682 * cedet/srecode/map.el (srecode-current-map):
9683 * cedet/srecode/insert.el (srecode-insert)
9684 (srecode-insert-variable-secondname-handler, srecode-insert-method)
9685 (srecode-template-inserter-point-override)
9686 (srecode-insert-include-lookup):
9687 * cedet/srecode/getset.el (srecode-auto-choose-class):
9688 * cedet/srecode/extract.el (srecode-inserter-extract):
9689 * cedet/srecode/document.el
9690 (srecode-document-autocomment-return-last-alist)
9691 (srecode-document-autocomment-param-type-alist)
9692 (srecode-document-insert-function-comment)
9693 (srecode-document-insert-variable-one-line-comment)
9694 (srecode-document-function-name-comment):
9695 * cedet/srecode/dictionary.el (srecode-create-dictionary)
9696 (srecode-compound-toString):
9697 * cedet/srecode/compile.el (srecode-flush-active-templates):
9698 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
bd2afec2
GM
9699 Doc/message fixes.
9700
9515cdcc
GM
9701 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
9702 match-data. (Bug#4555).
9703
57b0083a
GM
9704 * cedet/semantic/bovine/gcc.el
9705 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
9706 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
9707
a4d2c321
GM
9708 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
9709 rather than parsing it as a regexp. This relaxes the layout
9710 requirements and makes errors easier to detect.
9711 (check-declare-verify): Check file is regular.
9712 (check-declare-directory): Doc fix.
9713 * subr.el (declare-function): Doc fix.
9714
b15c31c7
GM
9715 * ibuffer.el (ibuffer-format-qualifier):
9716 * isearch.el (hi-lock-regexp-okay):
9717 * calc/calc.el (math-zerop):
9718 * mail/uce.el (rmail-msgbeg, rmail-msgend):
9719 * term/w32-win.el (setup-default-fontset, set-fontset-font):
9720 Remove unused declarations.
9721
0376249d
JB
97222009-10-01 Juanma Barranquero <lekktu@gmail.com>
9723
9724 * cedet/semantic/wisent/javat-wy.el
9725 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
9726
9a589407
JB
97272009-09-30 Juanma Barranquero <lekktu@gmail.com>
9728
9729 * cedet/srecode/expandproto.el: Fix provide statement.
9730
722ff82f
CY
97312009-09-30 Eric Ludlam <zappo@gnu.org>
9732
cf885595 9733 * emacs-lisp/eieio.el (boolean-p): Delete.
722ff82f
CY
9734
97352009-09-30 Sascha Wilde <wilde@sha-bang.de>
9736
9737 * cedet/ede/srecode.el: Fix provide statement.
9738
1fc28a2c
GM
97392009-09-30 Glenn Morris <rgm@gnu.org>
9740
8240628d 9741 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7ec19ac4 9742 * cedet/ede/proj-aux.el (ede-aux-source):
a1f1d102
GM
9743 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
9744 (ede-misc-source):
d16d4acd
GM
9745 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
9746 (semantic-mrub-switch-tags): Fix doc typos.
9747
40f9bf94
GM
9748 * cedet/semantic/db-global.el (data-debug-new-buffer)
9749 (data-debug-insert-thing): Remove unneeded declarations (one broken).
9750 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
9751
494f4fc7
GM
9752 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
9753
cf885595
SM
9754 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
9755 use of CL function `remove-if-not'.
1fc28a2c
GM
9756
9757 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
9758
494f4fc7
GM
9759 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
9760 filename is not a string.
9761
561580e9
CY
97622009-09-29 Chong Yidong <cyd@stupidchicken.com>
9763
9764 * files.el (safe-local-eval-forms): Fix typo.
9765
dcbbecd4
SM
97662009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9767
9768 * vc-hooks.el (vc-dir-buffers): New var.
9769 (vc-state-refresh): New function.
9770 (vc-state): Use it.
9771 (vc-after-save): Always ask the backend to recompute the new state.
9772 Always call vc-dir if necessary, using vc-dir-buffers.
9773 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
9774 Use vc-dir-buffers.
9775 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
9776 (vc-dir-prepare-status-buffer, vc-dir-update)
9777 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
9778 Don't call expand-file-name on default-directory.
9779
d88444f2
JB
97802009-09-29 Juanma Barranquero <lekktu@gmail.com>
9781
9782 * speedbar.el (speedbar-item-delete):
9783 * calc/calc-prog.el (calc-kbd-if):
9784 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
9785
9786 * epa.el (epa-key-list-mode-map):
9787 * hi-lock.el (hi-lock-menu): Fix typos in menus.
9788
9789 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
9790 (hs-show-hook): Fix typo in docstring.
9791
5da62d41
GM
97922009-09-29 Glenn Morris <rgm@gnu.org>
9793
d037e45a
GM
9794 * cedet/semantic/symref/idutils.el:
9795 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
9796
ae715515
GM
9797 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
9798
9799 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
9800 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
9801 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
9802 Mark declarations not understood by check-declare.
9803
8360fce0
GM
9804 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
9805 file-name-nondirectory call preventing location of cedet files.
9806 (check-declare-verify): Use literal search rather than re-search.
ae715515 9807 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
9808
9809 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9810 Use tramp-compat-file-attributes rather than nonexistent
9811 tramp-compat-handle-file-attributes.
9812
5da62d41
GM
9813 * Makefile.in (lisptagsfiles4): New.
9814 (AUTOGENEL): Add cedet loaddefs files.
9815 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
9816 (update-elclist, compile-always, backup-compiled-files)
9817 (bootstrap-clean): Add yet another directory level.
9818 (update-elclist): Use LC_COLLATE rather than COLLATE.
9819 (ELCFILES): Update, via `make update-elclist'.
9820
48267264
JB
98212009-09-29 Juanma Barranquero <lekktu@gmail.com>
9822
9823 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
9824 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
9825 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
9826
2c4cd0b0
AS
98272009-09-28 Andreas Schwab <schwab@linux-m68k.org>
9828
9829 * Makefile.in (lisptagsfiles3): Define.
5da62d41 9830 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
9831 (update-elclist): Add third directory level to look for elc files.
9832 (compile-always): Likewise.
9833 (backup-compiled-files): Likewise.
9834 (bootstrap-clean): Likewise.
9835 (ELCFILES): Update.
9836
a2533e47
CY
98372009-09-28 Chong Yidong <cyd@stupidchicken.com>
9838
9839 * Makefile.in (ELCFILES): Add CEDET files.
9840
b90caf50 98412009-09-28 Eric Ludlam <zappo@gnu.org>
a2095e2e 9842
b90caf50 9843 CEDET (development tools) package merged.
a2095e2e 9844
b90caf50
CY
9845 * cedet/*.el:
9846 * cedet/ede/*.el:
9847 * cedet/semantic/*.el:
9848 * cedet/srecode/*.el: New files.
a2095e2e 9849
eefbedb1
MA
98502009-09-28 Michael Albinus <michael.albinus@gmx.de>
9851
9852 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
9853
9854 * net/tramp.el (top): Require tramp-imap.
9855
9856 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9857 Use `tramp-compat-handle-file-attributes'.
9858
98592009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9860
9861 * net/tramp-imap.el: New package.
9862
66635e2f 98632009-09-28 Eric Ludlam <zappo@gnu.org>
6dd12ef2
CY
9864
9865 * emacs-lisp/chart.el:
9866 * emacs-lisp/eieio-base.el:
9867 * emacs-lisp/eieio-comp.el:
9868 * emacs-lisp/eieio-custom.el:
e608e7be 9869 * emacs-lisp/eieio-datadebug.el:
6dd12ef2
CY
9870 * emacs-lisp/eieio-opt.el:
9871 * emacs-lisp/eieio-speedbar.el:
9872 * emacs-lisp/eieio.el: New files.
9873
666fd2cc
CY
9874 * cedet/cedet-cscope.el:
9875 * cedet/cedet-files.el:
9876 * cedet/cedet-global.el:
9877 * cedet/cedet-idutils.el:
9878 * cedet/data-debug.el:
9879 * cedet/inversion.el:
7b232be9 9880 * cedet/mode-local.el:
666fd2cc
CY
9881 * cedet/pulse.el: New files.
9882
748e3d67
VJL
98832009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9884
9885 * whitespace.el (whitespace-trailing-regexp)
9886 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
9887 Fix doc string.
9888
15120dec
CY
98892009-09-27 Chong Yidong <cyd@stupidchicken.com>
9890
9891 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
9892 menu.
9893
9894 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
9895 menu-bar-ediff-menu.
9896
9897 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
9898 define-overloadable-function.
9899
9900 * progmodes/autoconf.el: Provide autoconf as well, so that this
9901 file can be `require'd.
9902
9903 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
9904
9905 * emacs-lisp/autoload.el (generated-autoload-feature)
9906 (generated-autoload-load-name): New vars.
9907 (autoload-rubric, autoload-generate-file-autoloads): Use them.
9908 (make-autoload): Recognize define-overloadable-function and
9909 defclass forms (for EIEIO).
9910
9911 * Makefile.in (update-subdirs): Exclude cedet directory.
9912
135abf91
AR
99132009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9914
1becddbb 9915 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
9916
9917 * faces.el: Default light-background background for region face to
9918 ns_selection_color under NS.
9919
3d994264
TZ
99202009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
9921
9922 * net/imap-hash.el: New library, see NEWS.
9923
9924 * Makefile.in (ELCFILES): Add imap-hash.el.
9925
ce9a0ccb
SM
99262009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
9927
9928 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
9929 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
9930 * help-macro.el (make-help-screen): Avoid using an ambiguous function
9931 definition where the docstring could be taken for the return value.
9932
a92cdd49
GM
99332009-09-26 Glenn Morris <rgm@gnu.org>
9934
9935 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
9936 Add option to only show images below a certain size.
9937 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
9938 save-excursion calls.
9939
416ac2f1
EZ
99402009-09-26 Eli Zaretskii <eliz@gnu.org>
9941
9942 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
9943 subdirectories) and eieio.
9944
d9a13f68
AM
99452009-09-26 Alan Mackenzie <acm@muc.de>
9946
9c3c9fdf 9947 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 9948 buggy bracketing. (Bug#4289)
d9a13f68
AM
9949
9950 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 9951 character constants (as case labels). (Bug#4289)
d9a13f68 9952
182b3bec
CY
99532009-09-25 Juri Linkov <juri@jurta.org>
9954
9955 * files.el (safe-local-eval-forms): Allow time-stamp in
9956 before-save-hook (Bug#4554).
9957
8f75f2da
JB
99582009-09-25 Drew Adams <drew.adams@oracle.com>
9959
9960 * menu-bar.el (list-buffers-directory): Doc fix.
9961
8390fb80
SM
99622009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
9963
9964 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
9965 Try and avoid copying twice the same paragraph.
9966 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
9967 Remove save-excursion.
9968 (log-edit-changelog-entry): Do it here instead.
9969
11ee8d90
JB
99702009-09-25 Juanma Barranquero <lekktu@gmail.com>
9971
027b1942
JB
9972 * bs.el (bs--get-file-name): Use `list-buffers-directory'
9973 when available, instead of hardcoding mode names. Doc fix.
9974
11ee8d90
JB
9975 * menu-bar.el (list-buffers-directory): Add docstring.
9976 Make automatically buffer-local.
9977
9978 * dired.el (dired-mode):
9979 * files.el (cd-absolute):
9980 * pcvs.el (cvs-temp-buffer):
9981 * pcvs-util.el (cvs-get-buffer-create):
9982 * shell.el (shell-mode):
9983 * vc-dir.el (vc-dir-mode):
9984 Don't make `list-buffers-directory' buffer local.
9985
21289c5d
CY
99862009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
9987
8390fb80
SM
9988 * comint.el (comint-exec, comint-run, make-comint):
9989 Doc fixes (Bug#4542).
21289c5d 9990
e8652dd9
GM
99912009-09-25 Glenn Morris <rgm@gnu.org>
9992
9993 * mail/rmailmm.el (rmail-mime): New custom group.
9994 Move all defcustoms in this file into this group.
9995 (rmail-mime-media-type-handlers-alist): Revert previous change.
9996 (rmail-mime-show-images): New option.
9997 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
9998 references to it, since it wasn't actually used for anything.
9999 (rmail-mime-insert-image): New function.
10000 (rmail-mime-image): Use rmail-mime-insert-image.
10001 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
10002 obey the value of `rmail-mime-show-images' option. Print the size of
10003 attachments.
e8652dd9 10004
fb652bb5
JB
100052009-09-25 David Engster <deng@randomsample.de>
10006
10007 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
10008
32a9841c
VJL
100092009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10010
10011 * whitespace.el: Does not highlight trailing spaces While point is
10012 at end of line. Does not highligt spaces at beginning of buffer
10013 while point is at beginning of buffer. Does not highlight spaces
10014 at end of buffer while point is at end of buffer. (Bug#4177)
10015 New version 12.0.
10016 (whitespace-display-mappings): Adjust initialization.
10017 (whitespace-point, whitespace-font-lock-refontify): New vars.
10018 (whitespace-color-on, whitespace-color-off): Adjust code.
10019 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10020 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
10021 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
10022
e477ca84
CY
100232009-09-24 Chong Yidong <cyd@stupidchicken.com>
10024
10025 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
10026
10027 * textmodes/sgml-mode.el: Remove xml-mode alias.
10028
10029 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 10030 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 10031
68712602
AM
100322009-09-24 Alan Mackenzie <acm@muc.de>
10033
10034 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
10035 c-forward-conditionals, but it doesn't move point and doesn't set
10036 the mark.
10037 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
10038 (c-down-conditional-with-else, c-backward-conditional)
10039 (c-forward-conditional): Refactor to use c-scan-conditionals.
10040
1659ada0
JB
100412009-09-24 Juanma Barranquero <lekktu@gmail.com>
10042
10043 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
10044 (help-default-arg-highlight): Remove.
10045 (help-highlight-arg): New function.
10046 (help-do-arg-highlight): Use it.
10047 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
10048
b3f01e46
SM
100492009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10050
10051 * term.el (term-set-scroll-region, term-handle-ansi-escape):
10052 Undo last change, which didn't fix the problem and introduced others.
10053
107ef54a
NR
100542009-09-24 Nick Roberts <nickrob@snap.net.nz>
10055
10056 * progmodes/gdb-mi.el: Don't require speedbar.
10057 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
10058
ffa1fed6
GM
100592009-09-24 Glenn Morris <rgm@gnu.org>
10060
2157a2be
GM
10061 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
10062
6125167c
GM
10063 * term/ns-win.el (ns-reg-to-script): Define for compiler.
10064
ffa1fed6
GM
10065 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
10066 there is no newline after the final mime boundary. (Bug#4539)
10067 Move markers on insertion so that any buttons inserted don't end up in
10068 the next part of a multipart message.
2e9075d3
GM
10069 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
10070 (rmail-mime-bulk-handler): Optionally handle images.
10071 (rmail-mime-image): New button action.
10072 (rmail-mime-image-handler): New function.
10073 (rmail-mime-mode): New mode.
10074 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 10075
4a814992
SM
100762009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10077
075518b5
SM
10078 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
10079 than just dropping elements from it (bug#4504).
10080
8ad2defc
SM
10081 * term.el (term-set-scroll-region): Don't move cursor any more.
10082 (term-handle-ansi-escape): Call term-goto here instead.
10083 Suggested by Ivan Kanis <apple@kanis.eu>.
10084
4a814992
SM
10085 * term.el: Require CL.
10086 (term-ansi-reset): New function.
10087 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
10088 (term-handle-colors-array): Simplify.
10089
5a0c3f56
JB
100902009-09-24 Juanma Barranquero <lekktu@gmail.com>
10091
10092 * allout.el (allout-overlay-interior-modification-handler)
10093 (allout-obtain-passphrase):
10094 * epa-file.el (epa-file-write-region):
10095 * ps-print.el (ps-begin-job):
10096 * vc-hooks.el (vc-toggle-read-only):
10097 * vc-rcs.el (vc-rcs-rollback):
10098 * vc-sccs.el (vc-sccs-rollback):
10099 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
10100 (vc-version-diff, vc-revert, vc-rollback):
10101 * wdired.el (wdired-check-kill-buffer):
10102 * emacs-lisp/authors.el (authors):
10103 * net/socks.el (socks-open-connection):
10104 * net/zeroconf.el (zeroconf-service-add-hook):
10105 * obsolete/vc-mcvs.el (vc-mcvs-register):
10106 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
10107 (gdb-select-frame):
10108 * progmodes/grep.el (lgrep, rgrep):
10109 * progmodes/idlw-help.el (idlwave-help-check-locations)
10110 (idlwave-help-html-link, idlwave-help-assistant-open-link):
10111 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10112 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
10113 (reftex-toc-rename-label): Fix typos in error messages.
10114
10115 * dired-aux.el (dired-do-shell-command): Reflow docstring.
10116 (dired-copy-how-to-fn): Doc fix.
10117 (dired-files-attributes, dired-read-shell-command):
10118 Fix typos in docstrings.
10119
10120 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
10121 (dired-x-find-file-other-window): Reflow docstrings.
10122 (dired-omit-marker-char, dired-read-shell-command)
10123 (dired-x-submit-report): Fix typos in docstrings.
10124
10125 * shell.el (shell-mode-hook):
10126 * view.el (View-scroll-line-forward):
10127 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
10128 Fix typos in docstrings.
10129
10130 * net/dig.el (dig-invoke): Fix typo in docstring.
10131 (query-dig): Reflow docstring.
10132
10133 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
10134 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
10135 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
10136 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
10137 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
10138 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
10139 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
10140 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
10141 (idlwave-completion-map, idlwave-current-indent)
10142 (idlwave-custom-ampersand-surround, idlwave-customize)
10143 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
10144 (idlwave-define-abbrev, idlwave-determine-class-special)
10145 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
10146 (idlwave-end-block-reg, idlwave-end-of-statement)
10147 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
10148 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
10149 (idlwave-explicit-class-listed, idlwave-file-header)
10150 (idlwave-fill-paragraph, idlwave-find-class-definition)
10151 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
10152 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
10153 (idlwave-in-quote, idlwave-indent-action-table)
10154 (idlwave-indent-expand-table, idlwave-indent-line)
10155 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
10156 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
10157 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
10158 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
10159 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
10160 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
10161 (idlwave-outlawed-buffers, idlwave-popup-select)
10162 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
10163 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
10164 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
10165 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
10166 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
10167 (idlwave-statement-type, idlwave-struct-skip)
10168 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
10169 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
10170 (idlwave-what-module-find-class): Fix typos in docstrings.
10171 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
10172 (idlwave-calculate-cont-indent, idlwave-expand-equal)
10173 (idlwave-find-module, idlwave-find-structure-definition)
10174 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
10175 (idlwave-list-load-path-shadows, idlwave-next-statement)
10176 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
10177 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
10178 (idlwave-template): Reflow docstrings.
10179
10180 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
10181 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
10182 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
10183 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
10184 (idlwave-shell-display-line, idlwave-shell-display-wframe)
10185 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
10186 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
10187 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
10188 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
10189 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
10190 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
10191 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
10192 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
10193 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
10194 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
10195 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
10196 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
10197 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
10198 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
10199 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
10200 Fix typos in docstrings.
10201 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
10202 (idlwave-shell-hide-output, idlwave-shell-mode)
10203 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
10204 Reflow docstrings.
10205
10206 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
10207
62136c5d
SM
102082009-09-24 Ivan Kanis <apple@kanis.eu>
10209
10210 * term.el (term-bold-attribute): New var.
10211 (term-handle-colors-array): Use it.
10212
9c1a45ed
NR
102132009-09-23 Nick Roberts <nickrob@snap.net.nz>
10214
10215 * progmodes/gdb-mi.el (gdb-version): New variable.
10216 (gdb-non-stop-handler): Set gdb-version.
10217 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
10218 Condition "--thread" option on gdb-version.
10219 (gdb-invalidate-threads): Remove unused argument.
10220
03304f31
SM
102212009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10222
10223 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
10224 to looking-back to avoid ridiculous slow down in large files (bug#4511).
10225
4f02f0c9
GM
102262009-09-23 Glenn Morris <rgm@gnu.org>
10227
10228 * mail/rmail.el (rmail-reply): Don't try to add a References header when
10229 replying to mail without References or Message-Id. (Bug#4525)
10230
a3b4b363
AR
102312009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
10232
10233 * term/ns-win.el (ns-reg-to-script): New variable.
10234
7bda18cc
DU
102352009-09-23 Daiki Ueno <ueno@unixuser.org>
10236
10237 * epg.el (epg-wait-for-status): Preserve existing 'error results.
10238
72169e55
SS
102392009-09-22 Sam Steingold <sds@gnu.org>
10240
10241 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
10242 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
10243 to 1 because hg returns status 1 when nothing is found.
0aa4f295 10244 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 10245
905b7d38
SM
102462009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10247
b0459dec
SM
10248 * textmodes/fill.el: Convert to utf-8 encoding.
10249 (fill-french-nobreak-p): Remove redundant » and « inherited from our
10250 pre-unicode days.
10251
905b7d38
SM
10252 * add-log.el (change-log-fill-forward-paragraph): New function.
10253 (change-log-mode): Use it so fill-region DTRT.
10254 Set fill-indent-according-to-mode here rather than in
10255 change-log-fill-paragraph.
10256 (change-log-fill-paragraph): Remove.
10257
baa7f3de
JB
102582009-09-22 Juanma Barranquero <lekktu@gmail.com>
10259
10260 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
10261 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
10262
a8d789f0
GM
102632009-09-22 Glenn Morris <rgm@gnu.org>
10264
daedbbc2
GM
10265 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
10266 the scroll-bar scroll the calendar window rather than the buffer.
10267
d8899a74
GM
10268 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
10269 commands that move point (as opposed to scrolling).
10270
a8d789f0
GM
10271 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
10272
10273 * emacs-lisp/elint.el (elint): New custom group.
10274 (elint-log-buffer): Make it a defcustom.
10275 (elint-scan-preloaded, elint-ignored-warnings)
10276 (elint-directory-skip-re): New options.
10277 (elint-builtin-variables): Doc fix.
10278 (elint-preloaded-env): New variable.
10279 (elint-unknown-builtin-args): Add an entry for encode-time.
10280 (elint-extra-errors): Make it a variable rather than a constant.
10281 (elint-preloaded-skip-re): New constant.
10282 (elint-directory): Skip files matching elint-directory-skip-re.
10283 (elint-features): New variable, local to linted buffers.
10284 (elint-update-env): Initialize elint-features. Possibly add
10285 elint-preloaded-env to the buffer's environment.
10286 (elint-get-top-forms): Bind elint-current-pos, for log messages.
10287 Skip quoted forms.
10288 (elint-init-form): New function, extracted from elint-init-env.
10289 Make non-list forms a warning rather than an error.
10290 Add the mode-map for define-derived-mode. Handle define-minor-mode,
10291 easy-menu-define, put that adds an error-condition, and provide.
10292 When requiring cl, also require cl-macs. Really require cl, to handle
10293 some cl macros. Store required libraries in the list elint-features,
10294 so as not to re-load them. Treat cc-require like require.
10295 (elint-init-env): Call elint-init-form to do the work.
10296 Handle eval-and-compile and such like.
10297 (elint-add-required-env): Do not clear messages.
10298 (elint-special-forms): Add handlers for function, defalias, if, when,
10299 unless, and, or.
10300 (elint-form): Add optional argument to ignore elint-special-forms,
10301 useful to prevent recursive calls from handlers. Doc fix.
10302 Respect elint-ignored-warnings.
10303 (elint-form): Respect elint-ignored-warnings.
10304 (elint-bound-variable, elint-bound-function): New variables.
10305 (elint-unbound-variable): Respect elint-bound-variable.
10306 (elint-get-args): Respect elint-bound-function.
10307 (elint-check-cond-form): Add some simple handling for (f)boundp and
10308 featurep tests.
10309 (elint-check-defalias-form): New handler.
10310 (elint-check-let-form): Make an empty let a warning rather than an
10311 error.
10312 (elint-check-setq-form): Make an empty setq a warning rather than an
10313 error. Respect elint-ignored-warnings.
10314 (elint-check-defvar-form): Accept null doc-strings.
10315 (elint-check-conditional-form): New handler. Does some simple-minded
10316 checking of featurep and (f)boundp tests.
10317 (elint-put-function-args): New function.
10318 (elint-initialize): Use elint-scan-doc-file rather than
10319 elint-find-builtin-variables. Use elint-put-function-args.
10320 Possibly scan preloaded-file-list.
10321 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
10322 extend to handle functions as well.
10323
245be23c
JB
103242009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
10325
10326 * linum.el (linum-delete-overlays, linum-update-window):
10327 Do not modify the right margin. (Bug#3971)
10328
91fdbd6f
CY
103292009-09-21 Chong Yidong <cyd@stupidchicken.com>
10330
10331 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
10332 nxml-mode instead of xml-mode.
10333
7589d38e
JB
103342009-09-21 Kevin Ryde <user42@zip.com.au>
10335
10336 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
10337
5ac42715
SM
103382009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10339
10340 * net/dig.el (dig-mode): Use define-derived-mode.
10341
09c01323
DN
103422009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
10343
4096c5f2
DN
10344 * vc-dispatcher.el (vc-do-command): Return the process object in
10345 the asynchronous case. Use when instead of if. Do not run
5480359e 10346 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 10347
0e172cc2
DN
10348 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
10349 properties to the stash strings.
10350 (vc-git-stash-list): Return a list of strings.
10351 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
10352 (vc-git-stash-show-at-point): New functions.
10353 (vc-git-stash-map): New keymap.
10354
03304f31
SM
10355 * register.el (ctl-x-r-map): Define the keys here instead of
10356 using autoload.
09c01323 10357
03304f31 103582009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
10359
10360 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
10361 list, to workaround performance problem (bug#4485).
10362
2f5fc4d7
NR
103632009-09-20 Nick Roberts <nickrob@snap.net.nz>
10364
10365 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
10366
b0f5fd2e
DU
103672009-09-20 Daiki Ueno <ueno@unixuser.org>
10368
10369 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
10370 Document that this option is not recommended to use.
10371
f3445fab
GM
103722009-09-19 Glenn Morris <rgm@gnu.org>
10373
547c6921
GM
10374 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
10375 variable `var'.
10376
f3445fab
GM
10377 * calc/calc-alg.el (var):
10378 * calc/calcalg2.el (var): Define for compiler.
10379
946c009b
CY
103802009-09-19 Chong Yidong <cyd@stupidchicken.com>
10381
e3f36d03
SM
10382 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
10383 Doc fix (Bug#3932).
e2045997 10384
24aedbca
CY
10385 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
10386
327dd27a
CY
10387 * time-stamp.el (time-stamp-month-dd-yyyy)
10388 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
10389 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
10390 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
10391 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
10392 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 10393
946c009b
CY
10394 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
10395 indent buffer only if called interactively (Bug#4452).
10396
3e70541a 103972009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 10398 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
10399
10400 This fixes bug#4197 (merged to bug#865, though not identical).
10401 * server.el (server-auth-dir): Add docstring note about FAT32.
10402 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
10403 but warn against using them.
10404
9b94c32e
NR
104052009-09-19 Nick Roberts <nickrob@snap.net.nz>
10406
10407 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
10408 older GDB where there is no has_more field.
10409
66590684
GM
104102009-09-19 Glenn Morris <rgm@gnu.org>
10411
10412 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10413
9a1337f9
CY
104142009-09-18 Chong Yidong <cyd@stupidchicken.com>
10415
10416 * files.el (auto-mode-alist): Change default for XML files to nXML
10417 mode (Bug#4169).
10418
d7554167
JB
104192009-09-18 Juanma Barranquero <lekktu@gmail.com>
10420
10421 * server.el (server-ensure-safe-dir): Pass 'integer
10422 to `file-attributes', as suggested.
10423
35a3f9a4
SM
104242009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
10425
10426 * dired-aux.el (dired-query-alist): Remove spurious backslash.
10427 (dired-query): Use read-key.
10428
044f9b05
AR
104292009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
10430
10431 * cus-start.el (ns-use-qd-smoothing): Remove.
10432
6188ea49
GM
104332009-09-18 Glenn Morris <rgm@gnu.org>
10434
08cf18e4
GM
10435 * allout.el (top-level): Remove unnecessary progn.
10436
07eae5c5
GM
10437 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
10438
6726c25e
GM
10439 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
10440 definition of abbrev table.
10441
3f527154 10442 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
10443 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
10444 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
10445 * net/newst-backend.el (newsticker--cache-read-feed):
10446 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
10447 condition-case handlers.
10448
ccb4c30c
NR
104492009-09-18 Nick Roberts <nickrob@snap.net.nz>
10450
10451 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
10452 (gdb-var-list): Add an element for has_more field.
10453 (gdb-non-stop-handler): Enable pretty printing for STL containers.
10454 (gdb-var-create-handler, gdb-var-list-children-handler-1)
10455 (gdb-var-update-handler-1): Parse output of dynamic variable
10456 objects (STL containers).
10457 (gdb-var-delete-1): Pass var1 as an explicit second argument.
10458 (gdb-get-field): Delete alias. Use bindat-get-field directly.
10459
10460 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
10461 gdb-var-list.
10462 (gud-speedbar-buttons): Make node expandable if expression "has more"
10463 children.
10464
8686ac71
JB
104652009-09-17 Juanma Barranquero <lekktu@gmail.com>
10466
10467 * startup.el (emacs-quick-startup): Remove variable and all uses.
10468 (command-line): Set `inhibit-x-resources' instead.
10469 (command-line-1): Use `inhibit-x-resources' instead.
10470
a69c67e8
CY
104712009-09-17 Chong Yidong <cyd@stupidchicken.com>
10472
10473 * subr.el: Fix last change to avoid using the `unless' macro,
10474 which breaks bootstrapping.
10475
354f0faf
SM
104762009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10477
10478 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
10479 extended definitions, in case we reload subr.el after having
10480 loaded CL.
10481 (eval-next-after-load): Mark as obsolete.
10482
98b9bf40
JL
104832009-09-17 Juri Linkov <juri@jurta.org>
10484
10485 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
10486 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
10487 (menu-bar-showhide-menu, menu-bar-tools-menu)
10488 (menu-bar-describe-menu, menu-bar-help-menu)
10489 (minibuffer-local-completion-map, minibuffer-local-map):
10490 Fix list quoting.
10491
28fab7b5
GM
104922009-09-17 Glenn Morris <rgm@gnu.org>
10493
88d5190c
GM
10494 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
10495 arguments, whether or not it has a handler.
10496
74f24ba7
GM
10497 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
10498
28fab7b5
GM
10499 * simple.el (hard-newline): Give it a doc-string.
10500
a8106aec
GM
10501 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10502 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 10503
76251ad7
DN
105042009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
10505
72033dbe
DN
10506 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
10507 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
10508 (menu-bar-options-menu, menu-bar-showhide-menu)
10509 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
10510 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
10511 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
10512 (menu-bar-options-menu, menu-bar-tools-menu)
10513 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
10514 (menu-bar-help-menu):
10515 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
10516 string arguments.
10517
76251ad7
DN
10518 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
10519 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
10520 calls for the menu names and :help.
10521
97b952b7
SM
105222009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10523
10524 * mouse.el (minor-mode-menu-from-indicator): Pay attention
10525 to :minor-mode-function (bug#4455).
10526
8f38189e
SM
105272009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10528
d2fd733e
SM
10529 * startup.el (command-line): Initialize the window-system after
10530 processing the command-line.
10531
8f38189e
SM
10532 * textmodes/page.el (what-page): Make sure we don't inf-loop if
10533 page-delimiter matches the empty string.
10534
77564fa4
GM
105352009-09-16 Glenn Morris <rgm@gnu.org>
10536
10537 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
10538 byte-compile-not-obsolete-var. It's a list now.
10539 (byte-compile-not-obsolete-funcs): New variable.
10540 (byte-compile-warn-obsolete): Don't warn about functions if they are in
10541 byte-compile-not-obsolete-funcs.
10542 (byte-compile-variable-ref, byte-compile-defvar): Update for
10543 byte-compile-not-obsolete-vars name-change and list nature.
10544 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
10545 and variables behind (f)boundp tests.
10546 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
10547
79d316d3
DN
105482009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
10549
10550 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
10551
8fed6934
SM
105522009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10553
10554 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
10555 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
10556 Don't autoload.
10557
4078fd57
SE
105582009-09-15 Stephen Eglen <stephen@gnu.org>
10559
10560 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 10561 the virtual-buffers, use the name of the buffer specified by
4078fd57 10562 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 10563 problem if the target and the symlink had different names.)
4078fd57 10564
838ff458
SM
105652009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10566
b3c7c12d
SM
10567 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
10568
13dc2bc2
SM
10569 * desktop.el (desktop-path): Check user-emacs-directory.
10570
49fec531
SM
10571 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
10572
0e328d37
SM
10573 * loadup.el: Use after-load-functions to GC after loading each file.
10574 Remove the explicit GC calls that used to be sprinkled around.
10575
838ff458
SM
10576 * subr.el (after-load-functions): New hook.
10577 (do-after-load-evaluation): Run it. Use string-match-p to detect
10578 `obsolete' packages, rather than painfully extracting the relevant
10579 directory name.
10580
a62f564f
GM
105812009-09-15 Glenn Morris <rgm@gnu.org>
10582
10583 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
10584 free variable `doc'.
10585
10586 * dired.el (dired-mode-map): Add menu entry for async shell command.
10587
10588 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
10589 variables, also consider the .elc files, since the .el files are
10590 normally gzipped (subsequent code locates the .el.gz from the .elc).
10591
10592 * calc/calc-prog.el (arglist): Define for compiler.
10593
10594 * calendar/diary-lib.el (diary-display-function): Change the default to
10595 fancy display.
10596 (body): Define for compiler.
10597
10598 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
10599 (byte-compile-file-form, byte-compile-lambda)
10600 (byte-compile-top-level-body, byte-compile-form)
10601 (byte-compile-variable-ref, byte-compile-setq)
10602 (byte-compile-setq-default, byte-compile-body)
10603 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
10604 (batch-byte-compile): Give some more local variables with common names
10605 a "bytecomp-" prefix to avoid masking warnings about free variables.
10606
cd05fe7f
GM
10607 * startup.el (command-line-1): Give local variables with common names a
10608 distinguishing prefix, so as not to hide free variable warnings during
10609 bootstrap.
10610
a62f564f
GM
10611 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
10612 clever and add a suffix to make a unique name, just let the user decide
10613 whether or not to overwrite it. If the input is a directory, write the
10614 default filename to that directory. (Bug#4388)
10615 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
10616 is a filename-as-a-directory.
10617
fbc88440
SM
106182009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10619
10620 * textmodes/page.el (what-page): Don't move to beginning of line.
10621 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
10622
60308853
DN
106232009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
10624
10625 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
10626
32ba3abc
DN
106272009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
10628
9cd39aff
DN
10629 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
10630 * help.el (help-for-help-internal): Add purecopy calls for text.
10631
32ba3abc
DN
10632 * vc.el (top): print-log method now takes an optional SHORTLOG
10633 argument. Add a new method: root.
32ba3abc
DN
10634 (vc-root-diff, vc-print-root-log): New functions.
10635 (vc-log-short-style): New variable.
10636 (vc-print-log-internal): Add support for showing short logs.
10637
10638 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
10639 vc-print-root-log and vc-print-root-diff.
10640
10641 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
10642 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
10643 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
10644 short logs.
10645
10646 * vc-cvs.el (vc-cvs-print-log):
10647 * vc-mtn.el (vc-mtn-print-log):
10648 * vc-rcs.el (vc-rcs-print-log):
10649 * vc-sccs.el (vc-sccs-print-log):
10650 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
10651 that is ignored for now.
10652
837b0e99
DN
10653 * vc-mtn.el (vc-mtn-annotate-command):
10654 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
10655
31cd2dd4
SM
106562009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10657
10658 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
10659 to function-key-map, and give them ascii-character property.
10660 * term/x-win.el (x-alternatives-map):
10661 * term/ns-win.el (ns-alternatives-map):
10662 * term/internal.el (msdos-key-remapping-map):
10663 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
10664
d62e5bf2
GM
106652009-09-14 Glenn Morris <rgm@gnu.org>
10666
10667 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
10668 temp-buffers (2009-09-12).
10669
7d0105e5
SM
106702009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10671
10672 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
10673 the new read-key function.
10674
e17ed9ad
CY
106752009-09-13 Chong Yidong <cyd@stupidchicken.com>
10676
10677 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
10678 is defined (Bug#4405).
10679
1fc26e29
CY
106802009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
10681
10682 * recentf.el (recentf-cleanup): Use a hash table to find
10683 duplicates (Bug#4407).
10684
61dc96a2 106852009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
10686
10687 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
10688 kp-0 to ascii equivalents (Bug#4325).
10689
42c3a9e3
CY
106902009-09-13 Chong Yidong <cyd@stupidchicken.com>
10691
1f5c1626
CY
10692 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
10693
42c3a9e3 10694 * eshell/em-hist.el:
31cd2dd4
SM
10695 * eshell/em-dirs.el (eshell-complete-user-reference):
10696 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
10697
106982009-09-13 Leo <sdl.web@gmail.com> (tiny change)
10699
10700 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
10701 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
10702 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
10703 * eshell/em-hist.el (eshell-history-file-name):
10704 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 10705
1e2b6acf
GM
107062009-09-13 Glenn Morris <rgm@gnu.org>
10707
10708 * ediff-merg.el (ediff-do-merge):
10709 * filesets.el (filesets-run-cmd):
10710 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
10711 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
10712 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
10713 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
10714 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
10715 Replace empty `let's with `progn'.
10716
adba8116
SM
107172009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10718
10719 * mail/sendmail.el (send-mail-function):
10720 * tooltip.el (tooltip-mode):
10721 * simple.el (transient-mark-mode):
10722 * rfn-eshadow.el (file-name-shadow-mode):
10723 * frame.el (blink-cursor-mode):
10724 * font-core.el (global-font-lock-mode):
10725 * files.el (temporary-file-directory)
10726 (small-temporary-file-directory, auto-save-file-name-transforms):
10727 * epa-hook.el (auto-encryption-mode):
10728 * composite.el (global-auto-composition-mode):
10729 Use custom-initialize-delay.
10730 * startup.el (command-line): Don't explicitly call
10731 custom-reevaluate-setting for all the above vars.
10732 * custom.el (custom-initialize-safe-set)
10733 (custom-initialize-safe-default): Delete.
10734
0a4afea9
SM
107352009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10736
9f94990d
SM
10737 * term/x-win.el (x-initialize-window-system):
10738 * term/w32-win.el (w32-initialize-window-system):
10739 * term/ns-win.el (ns-initialize-window-system): Don't call
10740 mouse-wheel-mode since it's enabled globally by default already.
10741
0a4afea9
SM
10742 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
10743 actually define the variable, but only silences the byte-compiler.
10744 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
10745 before looking it up.
10746 (mouse-wheel-scroll-amount): Also reset the bindings if this value
10747 is changed.
10748
bf01513f
GM
107492009-09-12 Glenn Morris <rgm@gnu.org>
10750
10751 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
10752 1000.
10753 (elint-add-required-env): Don't beep on error.
10754 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
10755 (elint-init-env): Skip non-list forms.
10756 (elint-log): Handle unknown file positions.
bf01513f 10757
d85889e4
DU
107582009-09-12 Daiki Ueno <ueno@unixuser.org>
10759
10760 * epg.el (epg-make-context): Add autoload cookie.
10761 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
10762 (epg-decrypt-string, epg-start-verify, epg-verify-file)
10763 (epg-verify-string, epg-start-sign, epg-sign-file)
10764 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
10765 (epg-encrypt-string, epg-start-export-keys)
10766 (epg-export-keys-to-file, epg-export-keys-to-string)
10767 (epg-start-import-keys, epg-import-keys-from-file)
10768 (epg-import-keys-from-string, epg-start-receive-keys)
10769 (epg-receive-keys, epg-import-keys-from-server)
10770 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
10771 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
10772 (epg-generate-key-from-file, epg-generate-key-from-string):
10773 Remove autoload cookie.
d85889e4 10774
8f825ee6
EZ
107752009-09-12 Eli Zaretskii <eliz@gnu.org>
10776
36b434ee
EZ
10777 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
10778 reevaluation of trash-directory.
10779
8f825ee6
EZ
10780 * mwheel.el: Fix last change.
10781 (mouse-wheel-mode): New defvar.
10782 (mouse-wheel-mode): Remove autoload cookie.
10783
5766c380
SM
107842009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10785
ab5c0fcd
SM
10786 * mwheel.el (mwheel-installed-bindings): New var.
10787 (mouse-wheel-mode): Use it, so as to make sure we really remove all
10788 the bindings we set last time. Use custom-initialize-delay.
10789 * loadup.el: Load mwheel after term/*-win.el.
10790 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
10791 and mouse-wheel-up-event now that their first evaluation is done
10792 sufficiently late to be correct.
10793
45448e64
SM
10794 * startup.el (tutorial-directory): Make it a defcustom.
10795 Use custom-initialize-delay rather than eval-at-startup to set it.
10796 * image.el (image-load-path): Make it a defcustom.
10797 Use custom-initialize-delay rather than eval-at-startup to set it.
10798 * subr.el (eval-at-startup): Remove.
10799 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
10800
5766c380
SM
10801 * subr.el (do-after-load-evaluation): Warn the user after loading an
10802 obsolete package.
10803
d6549da4
GM
108042009-09-12 Glenn Morris <rgm@gnu.org>
10805
10806 * proced.el (proced-mark-alt): Remove alias.
10807 (proced-mode-map): Remove proced-mark-alt.
10808
10809 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
10810 Elint file and directory. Remove initialization entry.
10811
10812 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
10813 commands.
10814 (elint-current-buffer): Set mode-line-process.
10815 (elint-init-env): Handle define-derived-mode.
10816 Fix declare-function with unspecified arglist. Guard against odd
10817 defalias statements (eg iso-insert's 8859-1-map).
10818 (elint-add-required-env): Use a temp buffer.
10819 (elint-form): Just print the function/macro name, not the whole form.
10820 Return env unchanged if we fail to parse a macro.
10821 (elint-forms): Guard against parse errors.
10822 (elint-output): New function, to handle batch mode.
10823 (elint-log-message): Add optional argument. Use elint-output.
10824 (elint-set-mode-line): New function.
10825
30194d4d
CY
108262009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
10827
10828 * emacs-lisp/elp.el (elp-not-profilable): Add more
10829 functions (Bug#4233).
10830
a035f9b0
CY
108312009-09-12 Chong Yidong <cyd@stupidchicken.com>
10832
10833 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
10834 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
10835
dad61164
NR
108362009-09-11 Nick Roberts <nickrob@snap.net.nz>
10837
10838 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
10839 (gdb-var-list-children): Use json parsing.
10840
9c3c9fdf 108412009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
10842
10843 * progmodes/js.el (js--proper-indentation): Handle the case where
10844 char-before is null. Reported by Deniz Dogan.
10845
b4587710
JB
108462009-09-11 Juanma Barranquero <lekktu@gmail.com>
10847
10848 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
10849
13890796
DU
108502009-09-11 Daiki Ueno <ueno@unixuser.org>
10851
10852 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
10853 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 10854 (epg-context-set-passphrase-callback)
97d4bdba 10855 (epg-context-set-progress-callback): Add description about
b18508dd 10856 callback function.
13890796 10857
2efb64a8
SM
108582009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10859
790d0270
SM
10860 * custom.el (custom-delayed-init-variables): New var.
10861 (custom-initialize-delay): New function.
10862 * startup.el (command-line): "Re"evaluate all vars in
10863 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
10864 explicitly any more.
10865 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
10866 to avoid creating a ~/.emacs.d at build-time (bug#4347).
10867
10868 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 10869
ac243a40
NR
108702009-09-11 Nick Roberts <nickrob@snap.net.nz>
10871
10872 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
10873 (gdb-var-update-handler): Use json parsing.
10874
657bc6fc
JB
108752009-09-11 Juanma Barranquero <lekktu@gmail.com>
10876
10877 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
10878 decode annotated text, regardless of language environment. (Bug#2741)
10879
b6fe8102
SM
108802009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10881
10882 * Makefile.in (autoloads): Make rmail.el writable as well.
10883
5cc443fe
GM
108842009-09-11 Glenn Morris <rgm@gnu.org>
10885
5515c54e
GM
10886 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
10887 loaddefs.el.
10888 * dired.el: Regenerate with extracted autoloads.
10889 * Makefile.in (autoloads): Make dired.el writable.
10890
15067158
GM
10891 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
10892 * ibuffer.el: Regenerate with extracted autoloads.
10893 * Makefile.in (autoloads): Make ibuffer.el writable.
10894
d35d0238
GM
10895 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
10896 * version.el (emacs-copyright, emacs-major-version)
10897 (emacs-minor-version): Reformat doc-strings for make-docfile.
10898
5cc443fe
GM
10899 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
10900 functions and variables, since they must be stuff specific to some other
10901 platform.
10902 (apropos-print): Make mouse-click message less specific about button.
10903
10904 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
10905 that records where a macro was defined.
10906 * help-fns.el (describe-function-1): Mention if a function has a
10907 compiler-macro.
10908 * help-mode.el (help-function-cmacro): New button.
10909
10910 * locate.el (top-level): Always require dired.
10911 (locate-mode-map): Initialize inside the defvar.
10912
10913 * net/ange-ftp.el (dired-compress-file): Declare.
10914 (ange-ftp-dired-compress-file): Add doc string.
10915
10916 * term/ns-win.el (x-display-name, x-setup-function-keys):
10917 Unify doc-strings with X versions.
10918
8cb95edf
SM
109192009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10920
726a4d09
SM
10921 * emulation/crisp.el (crisp-mode-map): Move initialization
10922 into declaration.
10923 (crisp-mode): Use define-minor-mode.
10924
8cb95edf
SM
10925 * progmodes/xscheme.el (xscheme-evaluation-commands):
10926 Put a :advertised-binding property rather than using
10927 advertised-xscheme-send-previous-expression.
10928 (advertised-xscheme-send-previous-expression): Declare obsolete.
10929 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
10930 `advertised-undo'.
10931 (crisp-mode): Add corresponding bindings to
10932 undo's :advertised-binding instead.
10933 * dired.el (dired-mode-map): Put a :advertised-binding property rather
10934 than using dired-advertised-find-file.
10935 (dired-advertised-find-file):
10936 * simple.el (advertised-undo):
10937 * wid-edit.el (advertised-widget-backward): Declare obsolete.
10938 (widget-keymap): Put a :advertised-binding property rather
10939 than using advertised-widget-backward.
10940 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
10941 than using advertised-undo.
10942 * tutorial.el (tutorial--default-keys): Adjust accordingly.
10943
07db5857
SS
109442009-09-10 Simon South <ssouth@slowcomputing.org>
10945
10946 * progmodes/delphi.el (delphi-tab): Indent region when Transient
10947 Mark mode is enabled and region is active; otherwise indent or
10948 insert TAB as usual.
10949 (delphi-mode): Update description of TAB-key binding.
10950
50d4ba39
SM
109512009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
10952
10953 * subr.el (define-key-rebound-commands): Mark obsolete.
10954 * startup.el (precompute-menubar-bindings): Remove.
10955 (normal-top-level): Remove obsolete code that tried to precompute
10956 menubar bindings.
10957 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
10958 define-key-rebound-commands and precompute-menubar-bindings.
10959
ffa894db
KY
109602009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10961
10962 * net/imap.el (imap-interactive-login): Better messages.
10963 (imap-open): Fix bug with renamed buffer on reconnect.
10964 (imap-authenticate): Add buffer-local imap-last-authenticator variable
10965 for easier debugging and cleaner code. On successful (guessed based on
10966 server capabilities) secondary authentication, set imap-state
10967 correctly.
10968 (imap-last-authenticator): Define imap-last-authenticator as a variable
10969 to avoid warnings.
10970
9477096c
GM
109712009-09-10 Glenn Morris <rgm@gnu.org>
10972
10973 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
10974
10975 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
10976 (byte-compile-file-form-autoload): Don't warn about unknown functions
10977 where the autoload statement comes after the use.
10978 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
10979 that any handlers inside the body (eg require) are in turn respected.
10980
10981 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
10982 effects.
10983
10984 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
10985 and syntax and abbrev tables basic docs, if they don't have any.
10986
10987 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
10988
10989 * international/mule-cmds.el (top-level): Require cl when compiling.
10990 (view-hello-file): Use default-value rather than
10991 default-enable-multibyte-characters.
10992
10993 * progmodes/fortran.el: Move all safe and risky properties into the
10994 defcustoms.
10995
10996 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
10997 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
10998 * mail/undigest.el:
10999 Put autoloads in rmail.el rather than loaddefs.el.
11000 * mail/rmail.el: Regenerate with extracted autoloads.
11001
11002 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
11003 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
11004
9f16c547
NR
110052009-09-10 Nick Roberts <nickrob@snap.net.nz>
11006
11007 Reported in thread for Bug#4375.
11008 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
11009 "-data-evaluate-expression" instead of print.
11010 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
11011 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
11012 (gdb): Revert 2009-08-11 change. User should detach inferior
11013 manually.
9f16c547
NR
11014
11015 Remove the word "separate" from IO functions as inferior
11016 output is now never displayed in the GUD buffer.
11017
50405cd0
JB
110182009-09-10 Juanma Barranquero <lekktu@gmail.com>
11019
11020 * startup.el (command-line-normalize-file-name): On Windows and
11021 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
11022
7ae62430
JL
110232009-09-10 Juri Linkov <juri@jurta.org>
11024
11025 * isearch.el (isearch-text-char-description): Propertize escape
11026 character sequences with the `escape-glyph' face. (Bug#4344)
11027
11028 * simple.el (shell-command): Set asynchronous process filter to
11029 `comint-output-filter'. (Bug#4343)
11030
11031 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
11032 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
11033 the list. Move "asm" to the bottom.
11034 (grep-find-ignored-directories): Add `choice' with nil value
11035 to empty the list easily.
11036 (grep-find-ignored-files): New option.
11037 (grep-files-history): Set to nil by default instead of '("ch" "el").
11038 (grep-compute-defaults): Add "<X>" to `grep-template'.
11039 (grep-read-files): Bind new local variables `default-alias' and
11040 `default-extension'. Use a list of default values for the file prompt.
11041 (lgrep): Add `--exclude=' command line options composed from
11042 `grep-find-ignored-files'.
11043 (rgrep): Add `-name' command line options composed from
11044 `grep-find-ignored-files'. (Bug#4301)
11045
cd875252
SM
110462009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11047
11048 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
11049 (bug#4368).
11050
cdce0b33
KY
110512009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11052
11053 * calendar/time-date.el (autoload):
11054 Expand define-obsolete-function-alias into defalias and make-obsolete
11055 for old Emacsen that Gnus supports.
11056 (with-no-warnings): Define it for old Emacsen.
11057 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11058 is available.
11059 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11060 float-time is available; suppress compile warning for time-to-seconds.
11061
110622009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
11063
11064 * net/imap.el (imap-message-map): Docstring fix.
11065
2b2eb431
GM
110662009-09-09 Glenn Morris <rgm@gnu.org>
11067
11068 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
11069 line numbers too. (Bug#4374)
11070
83a5aac5
SM
110712009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11072
755e0210
SM
11073 * smerge-mode.el (smerge-remove-props, smerge-refine):
11074 Use with-silent-modifications (bug#4342).
11075
83a5aac5
SM
11076 * subr.el (with-silent-modifications): New macro.
11077
79f01fa7
JB
110782009-09-07 Juanma Barranquero <lekktu@gmail.com>
11079
11080 * files.el (top-level): Require `cl' when compiling.
11081
448ecec3
GM
110822009-09-07 Glenn Morris <rgm@gnu.org>
11083
11084 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
11085
8f09a02f
GM
11086 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
11087 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
11088
76ff67bf
NR
110892009-09-06 Nick Roberts <nickrob@snap.net.nz>
11090
11091 * vc-git.el (vc-git-annotate-command): Use separator to parse
11092 arguments correctly.
11093
943c8b75
EZ
110942009-09-06 Eli Zaretskii <eliz@gnu.org>
11095
11096 * proced.el (proced-mode): Doc fix.
11097
680db9ac
MA
110982009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
11099
11100 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
11101 lstat fails.
11102 (tramp-do-file-attributes-with-ls): Check for file existence at
11103 remote end.
11104 (tramp-do-file-attributes-with-stat): Likewise.
11105 (tramp-convert-file-attributes): Return nil when attr is nil.
11106
3f12e5bd
GM
111072009-09-05 Glenn Morris <rgm@gnu.org>
11108
c8dc27bf
GM
11109 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
11110 properties to this button.
11111 (diary-fancy-display): Don't extend the button to the final newline.
11112 (diary-fancy-display-mode): Continue to define "q" as a local key.
11113
cca065d8
GM
11114 * calendar/cal-china.el (holiday-chinese): Make it slightly more
11115 efficient.
11116
cddaedb6
GM
11117 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
11118
3f12e5bd
GM
11119 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
11120 (byte-compile-dest-file-function): New option.
11121 (byte-compile-dest-file): Doc fix.
11122 Obey byte-compile-dest-file-function.
11123 (byte-compile-cl-file-p): New function.
11124 (byte-compile-eval): Only suppress noruntime warnings about cl functions
11125 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
11126 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
11127 than for file being previously loaded.
11128 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
11129 (byte-compile-file-form-require): Handle the case where requiring a file
11130 indirectly causes CL to be loaded.
11131
049a231b
KF
111322009-09-05 Karl Fogel <kfogel@red-bean.com>
11133
11134 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
11135 before killing the old buffer, since by the time `kill-buffer' is
11136 run so many buffer variables have been set to nil that it may not
11137 behave as expected. (Bug#4061)
11138
ef7ef2a0
KF
111392009-09-05 Karl Fogel <kfogel@red-bean.com>
11140
11141 * files.el (find-alternate-file): If the old buffer is modified
11142 and visiting a file, behave similarly to `kill-buffer' when
11143 killing it, thus reverting to the pre-1.878 behavior; see
11144 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
11145 for discussion. Also, consult `buffer-file-name' as a variable
11146 not as a function, for consistency with the rest of the code.
11147
73d854cd
MA
111482009-09-04 Michael Albinus <michael.albinus@gmx.de>
11149
11150 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
11151 also when adding a new directory.
11152
11153 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
11154 defun.
11155
df120481
SM
111562009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
11157
11158 * files.el (locate-file-completion-table): Make it provide boundary
11159 information, so partial-completion works better.
11160
c0bc6d79
SM
111612009-09-04 Leo <sdl.web@gmail.com> (tiny change)
11162
11163 * mail/footnote.el (Footnote-text-under-cursor):
11164 Check footnote-text-marker-alist before using it (bug#4324).
11165
f76a9756
GM
111662009-09-04 Glenn Morris <rgm@gnu.org>
11167
67d110f1
GM
11168 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
11169 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
11170 * play/solitaire.el, play/tetris.el:
11171 Remove leading * from defcustom and defface docs.
11172
b42d4989
GM
11173 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
11174 necessary.
11175 (diary-fancy-overriding-map): New variable.
11176 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
11177 Use view-mode.
11178
f76a9756
GM
11179 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
11180 goto-line.
11181
e605eeeb
GM
111822009-09-03 Glenn Morris <rgm@gnu.org>
11183
597e2240
GM
11184 * arc-mode.el (archive-mode):
11185 * dos-fns.el (set-default-process-coding-system):
11186 * man.el (Man-getpage-in-background):
11187 * menu-bar.el (menu-bar-describe-menu):
11188 * server.el (server-process-filter):
11189 * startup.el (command-line):
11190 * tar-mode.el (tar-header-block-tokenize, tar-extract):
11191 * w32-fns.el (set-default-process-coding-system):
11192 * x-dnd.el (x-dnd-handle-file-name):
11193 * international/mule-cmds.el (mule-menu-keymap)
11194 (set-default-coding-systems, language-info-alist, set-language-info)
11195 (set-language-environment, standard-display-european-internal)
11196 (set-locale-environment):
11197 * international/mule-diag.el (mule-diag):
11198 * mail/emacsbug.el (report-emacs-bug):
11199 * mail/rmail.el (rmail-mode):
11200 * mail/sendmail.el (mail-setup):
11201 Use default-value rather than default-enable-multibyte-characters.
11202
f38184aa
GM
11203 * progmodes/f90.el: Move all safe properties into the defcustoms.
11204 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
11205
e605eeeb
GM
11206 * calendar/appt.el (appt-check):
11207 * calendar/diary-lib.el (diary-set-header, diary-live-p)
11208 (diary-check-diary-file, diary-list-entries)
11209 (diary-include-other-diary-files, diary-simple-display)
11210 (diary-fancy-display, diary-print-entries)
11211 (diary-mark-included-diary-files, diary-make-entry):
11212 Don't call substitute-in-file-name on diary-file.
11213
734db384 112142009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 11215 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
11216
11217 * mail/footnote.el (footnote-prefix): Make it a defcustom.
11218 (footnote-mode-map): Move initialization into the declaration.
11219 (footnote-minor-mode-map): Define it rather than changing global-map.
11220 (footnote-mode): Use define-minor-mode.
11221
e5aa47f9
MA
112222009-09-02 Michael Albinus <michael.albinus@gmx.de>
11223
11224 * net/tramp.el (tramp-handle-file-attributes-with-ls)
11225 (tramp-do-file-attributes-with-perl)
11226 (tramp-do-file-attributes-with-stat): Rename from
11227 `tramp-handle-file-attributes-with-*'.
11228 (tramp-handle-file-attributes): Use them.
11229 (tramp-do-directory-files-and-attributes-with-perl)
11230 (tramp-do-directory-files-and-attributes-with-stat): Rename from
11231 `tramp-handle-directory-files-and-attributes-with-*'.
11232 (tramp-handle-directory-files-and-attributes): Use them.
11233 (tramp-method-out-of-band-p): Additional parameter SIZE.
11234 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
11235 (tramp-handle-write-region): Use it.
734db384 11236 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
11237 (tramp-handle-vc-registered): Check, whether the first run did
11238 return files to be tested.
11239 (tramp-advice-make-auto-save-file-name): Do not call directly
11240 `tramp-handle-make-auto-save-file-name', because this would bypass
11241 the locking mechanism.
11242
734db384 11243 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
11244 (file-remote-p, process-file, start-file-process, set-file-times)
11245 (tramp-compat-file-attributes): Compatibility functions shall not
11246 call directly `tramp-handle-*', because this would bypass the
11247 locking mechanism.
11248 (tramp-compat-number-sequence): New defun.
11249
6e2ca895
GM
112502009-09-02 Glenn Morris <rgm@gnu.org>
11251
697c7714
GM
11252 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
11253 alias for float-time.
11254 (time-to-number-of-days): In Emacs, use float-time.
11255 * net/newst-backend.el (time-add): Suppress warnings from compat
11256 function.
11257 * time.el (emacs-uptime, emacs-init-time):
11258 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
11259 Use float-time rather than time-to-seconds.
11260
6e2ca895
GM
11261 * minibuffer.el (completion-initials-expand): Fix typo.
11262
11263 * faces.el (modeline, modeline-inactive, modeline-highlight)
11264 (modeline-buffer-id):
11265 * info.el (info-menu-5): Mark these face aliases as obsolete.
11266
ed17efec
NR
112672009-09-01 Nick Roberts <nickrob@snap.net.nz>
11268
11269 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
11270 space ...
11271 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
11272 no "--thread" option.
11273 (gdb-stopped): Don't print "Switched to thread" message when it is
11274 unchanged.
11275
fcb68f70
SM
112762009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11277
11278 * minibuffer.el (completion-try-completion)
11279 (completion-all-completions): Remove ill-defined (and
11280 mistakenly installed and luckily never used nor documented)
11281 `completion-styles' property.
11282 (completion-initials-expand, completion-initials-all-completions)
11283 (completion-initials-try-completion): New functions.
11284 (completion-styles-alist): Add doc to each entry.
11285 Add new `initials' entry.
11286
83318a6d
NR
112872009-09-01 Nick Roberts <nickrob@snap.net.nz>
11288
11289 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
11290 MI command -var-evaluate-expression.
11291 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
11292 and tweak for case of string child.
734db384 11293 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 11294
d63eb0e7
GM
112952009-09-01 Glenn Morris <rgm@gnu.org>
11296
c4f6e489
GM
11297 * add-log.el (change-log-date-face, change-log-name-face)
11298 (change-log-email-face, change-log-file-face, change-log-list-face)
11299 (change-log-conditionals-face, change-log-function-face)
11300 (change-log-acknowledgement-face):
11301 * cus-edit.el (custom-invalid-face, custom-rogue-face)
11302 (custom-modified-face, custom-set-face, custom-changed-face)
11303 (custom-saved-face, custom-button-face, custom-button-pressed-face)
11304 (custom-documentation-face, custom-state-face, custom-comment-face)
11305 (custom-comment-tag-face, custom-variable-tag-face)
11306 (custom-variable-button-face, custom-face-tag-face)
11307 (custom-group-tag-face-1, custom-group-tag-face):
11308 * diff-mode.el (diff-header-face, diff-file-header-face)
11309 (diff-index-face, diff-hunk-header-face, diff-removed-face)
11310 (diff-added-face, diff-changed-face, diff-function-face)
11311 (diff-context-face, diff-nonexistent-face):
11312 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
11313 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
11314 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11315 (Info-title-4-face):
11316 * isearch.el (isearch-lazy-highlight-face):
11317 * log-view.el (log-view-file-face, log-view-message-face):
11318 * paren.el (show-paren-match-face, show-paren-mismatch-face):
11319 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11320 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11321 (cvs-msg-face):
11322 * smerge-mode.el (smerge-mine-face, smerge-other-face)
11323 (smerge-base-face, smerge-markers-face):
11324 * wid-edit.el (widget-documentation-face, widget-button-face)
11325 (widget-field-face, widget-single-line-field-face)
11326 (widget-inactive-face, widget-button-pressed-face):
11327 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
11328 (woman-addition-face):
2fb1ec93
GM
11329 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
11330 (eshell-ls-executable-face, eshell-ls-readonly-face)
11331 (eshell-ls-unreadable-face, eshell-ls-special-face)
11332 (eshell-ls-missing-face, eshell-ls-archive-face)
11333 (eshell-ls-backup-face, eshell-ls-product-face)
11334 (eshell-ls-clutter-face):
11335 * eshell/em-prompt.el (eshell-prompt-face):
11336 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 11337 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
11338 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
11339 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
11340 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
11341 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
11342 (antlr-font-lock-literal-face):
c4f6e489
GM
11343 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11344 (ebrowse-root-class-face, ebrowse-file-name-face)
11345 (ebrowse-default-face, ebrowse-member-attribute-face)
11346 (ebrowse-member-class-face, ebrowse-progress-face):
11347 * progmodes/make-mode.el (makefile-space-face):
11348 * progmodes/sh-script.el (sh-heredoc-face):
11349 * textmodes/flyspell.el (flyspell-incorrect-face)
11350 (flyspell-duplicate-face):
11351 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 11352 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
11353 Mark face aliases with "-face" suffix as obsolete.
11354
d80619fa
GM
11355 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
11356 compiler.
11357
5f68c1b7
GM
11358 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
11359 (eudc-bob-sound-menu): Use defvar rather than defconst, since
11360 easy-menu-define wants to modify these.
11361
11362 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
11363
11364 * net/browse-url.el (browse-url-file-url):
11365 * term/internal.el (dos-codepage-setup):
11366 Use default-value rather than default-enable-multibyte-characters.
11367
d80619fa 11368 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
11369 * progmodes/flymake.el (flymake-highlight-line)
11370 (flymake-goto-file-and-line, flymake-goto-line):
11371 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
11372 (gdb-goto-breakpoint):
11373 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11374 * progmodes/python.el (python-find-function)
11375 (python-pdbtrack-track-stack-file):
11376 * progmodes/verilog-mode.el (verilog-surelint-off):
11377 * term/ns-win.el (ns-open-file-select-line):
11378 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
11379 Use forward-line rather than goto-line.
11380
d63eb0e7
GM
11381 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
11382 * textmodes/reftex-index.el (reftex-display-index):
11383 * textmodes/reftex-ref.el (reftex-offer-label-menu):
11384 * textmodes/reftex-toc.el (reftex-toc):
11385 Remove unnecessary bindings of default-major-mode (all are followed by
11386 major-mode check and possible mode switch).
11387
0afad278
NR
113882009-08-31 Nick Roberts <nickrob@snap.net.nz>
11389
11390 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
11391 Handle watchpoints (bug#4282).
11392 (def-gdb-thread-buffer-command): Enable thread to be selected by
11393 clicking without selecting threads buffer first.
11394 (gdb-current-context-command): Use selected frame so that "up",
11395 "down" etc work in the GUD buffer.
11396 (gdb-update): Find selected frame before rendering stack buffer.
11397 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
11398
4e135dd2
SM
113992009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11400
11401 * progmodes/sym-comp.el (displayed-completions): Remove.
11402 (symbol-complete): Use minibuffer-complete.
11403
e61eba34
GM
114042009-08-31 Glenn Morris <rgm@gnu.org>
11405
11406 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
11407
734db384
SM
11408 * apropos.el (apropos-symbols-internal):
11409 Handle (obsolete) face aliases.
e61eba34
GM
11410
11411 * faces.el (describe-face): Adjust the output format to be more like
11412 describe-variable, and to mention (obsolete) face aliases.
11413 Adjust the whitespace so that help-setup-xref works.
11414
11415 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
11416 * calendar/diary-lib.el (diary-button-face):
11417 Mark these face aliases as obsolete.
11418
11419 * calendar/calendar.el (calendar-today): Doc fix.
11420
4cf71456
NR
114212009-08-31 Nick Roberts <nickrob@snap.net.nz>
11422
11423 * progmodes/gdb-mi.el (gdb-control-all-threads)
11424 (gdb-control-current-thread): Force tool bar update.
11425 (gdb-non-stop-handler): New function.
11426 (gdb-init-1): Use it to test if non-stop mode is supported.
11427 Remove unused gdbmi buffer type.
11428
e61eba34 114292009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
11430
11431 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 11432 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 11433
4324f7ca
NR
114342009-08-30 Nick Roberts <nickrob@snap.net.nz>
11435
11436 * comint.el (comint-exec-1): Check command is non-null first.
11437 Part of gdb-mi.el change (2009-08-28).
11438
a1bf889a
SM
114392009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11440
11441 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
11442
060c08b5
JB
114432009-08-30 Juanma Barranquero <lekktu@gmail.com>
11444
11445 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
11446 instead of `dolist' to avoid a recursive require when bootstrapping.
11447
ab22be48
SM
114482009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11449
73ebf88f
SM
11450 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
11451
80629cfc
SM
11452 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
11453
206d0387 11454 * net/imap.el (imap-send-command): Simplify.
734db384 11455 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 11456
844f7784
SM
11457 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
11458
5ca4661e
SM
11459 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
11460 with constant argument.
11461
c61dc887
SM
11462 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
11463
7eb73deb
SM
11464 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
11465
5fe443de
SM
11466 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
11467 Change default, since most of our files don't have a history.
11468 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
11469 the user.
11470
6444d64a
SM
11471 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11472 Add comint-run.
11473
5cb16bfc
SM
11474 * calc/calc.el: Improve commenting convention.
11475 (calc-digit-map, toplevel): Simplify.
11476
0aeb71a7
SM
11477 * comint.el (comint-insert-input): Be careful to only set point if we
11478 don't delegate to some other command.
11479
9a9af856
SM
11480 * proced.el (proced-signal-list): Make it an alist.
11481 (proced-grammar-alist): Capitalize names.
11482 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
11483 Disable undo manually and make it read-only.
11484 Use completion-annotate-function.
11485
ab22be48
SM
11486 * minibuffer.el (minibuffer-message): If the current buffer is not
11487 a minibuffer, insert the message in the echo area rather than at the
11488 end of the buffer.
11489 (completion-annotate-function): New variable.
11490 (minibuffer-completion-help): Use it.
11491 (completion--embedded-envvar-table): Environment vars are
11492 always case-sensitive.
11493
4a948dbf
GM
114942009-08-30 Glenn Morris <rgm@gnu.org>
11495
11496 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
11497 from fortran-current-defun.
11498 (fortran-beginning-of-subprogram): Be more precise about finding the
11499 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
11500 (fortran-end-of-subprogram): Simplify.
11501 (fortran-current-defun): Use fortran-start-prog-re.
11502
486cf3b8
JB
115032009-08-29 Juanma Barranquero <lekktu@gmail.com>
11504
11505 * subr.el (do-after-load-evaluation): Simplify.
11506
db167d28
DN
115072009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
11508
11509 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
11510
11511 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
11512 (vc-rcs-print-log): Use it.
11513
11514 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
11515
efbc652a
SM
115162009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11517
2aa0e5bf
SM
11518 * paths.el (abbrev-file-name): Move to abbrev.el.
11519 * abbrev.el (abbrev-file-name): Move from paths.el.
11520 Obey user-emacs-directory.
11521 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
11522 user-emacs-directory.
11523 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
11524 abbrev-file-name and calc-settings-file any more.
11525 * startup.el (command-line): Recompute abbrev-file-name and
11526 abbreviated-home-dir.
11527 (normal-no-mouse-startup-screen): Improve the generic code and get rid
11528 of the special code for when C-h bindings haven't been changed.
11529 (display-startup-echo-area-message): Use with-current-buffer.
11530 (command-line-1): Use a list of strings, rather than a list of lists
11531 of strings for longopts.
11532
51da8fe2
SM
11533 * files.el (get-free-disk-space): Use / for default-directory.
11534
0c3cc4dd
SM
11535 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
11536 Use with-current-buffer.
11537
d988dbf6
SM
11538 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
11539 Recognize immutable variables like most-positive-fixnum.
11540 (byte-compile-setq-default): Check and warn if trying to assign
11541 to an immutable variable, or a non-variable.
11542
efbc652a
SM
11543 * progmodes/cc-vars.el (c-comment-continuation-stars):
11544 * progmodes/cc-engine.el (c-looking-at-bos):
11545 * progmodes/cc-cmds.el (c-toggle-auto-state)
11546 (c-forward-into-nomenclature, c-backward-into-nomenclature)
11547 (c-comment-line-break-function): Add version of obsolescence.
11548
d30a05d1
JL
115492009-08-28 Juri Linkov <juri@jurta.org>
11550
11551 * files.el (magic-fallback-mode-alist): Add ZIP magic number
11552 associated with `archive-mode'.
11553
11554 * image.el (image-type-header-regexps): Use only JPEG magic number
11555 to determine JPEG images, and don't use `image-jpeg-p' because
11556 Emacs can display non-JFIF non-Exif JPEG images.
11557
1e8eecea
JB
115582009-08-28 Juanma Barranquero <lekktu@gmail.com>
11559
11560 * arc-mode.el (archive-mode):
11561 * emacs-lisp/re-builder.el (re-builder-unload-function):
11562 Protect against the default value of `major-mode' being nil.
11563
dd4fbf56
JB
115642009-08-28 Juanma Barranquero <lekktu@gmail.com>
11565
11566 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
11567 Fix typos in docstrings.
11568
11569 * progmodes/js.el (js--macro-decl-re): Doc fix.
11570 (js--plain-method-re, js--split-name): Refloc docstring.
11571 (js--class-styles, js--make-merged-item, js--splice-into-items):
11572 Fix typos in docstrings; reflow docstrings.
11573 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
11574 (js--variable-decl-matcher, js--inside-pitem-p)
11575 (js--parse-state-at-point, js--get-all-known-symbols)
11576 (js--symbol-history, js-find-symbol, js--js-references)
11577 (js--moz-interactor, js--js-encode-value, js--read-tab):
11578 Fix typos in docstrings.
11579
72f16325
SM
115802009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11581
14acf2f5
SM
11582 * textmodes/reftex.el (reftex-get-file-buffer-force):
11583 * progmodes/verilog-mode.el (verilog-batch-execute-func):
11584 * emulation/viper.el (viper-go-away, viper-set-hooks):
11585 * emacs-lisp/re-builder.el (re-builder-unload-function):
11586 * emacs-lisp/bytecomp.el (byte-compile-file):
11587 * ses.el (ses-unload-function):
11588 * hexl.el (hexl-find-file):
11589 * files.el (normal-mode):
11590 * ehelp.el (with-electric-help):
11591 * autoinsert.el (auto-insert-alist):
11592 * arc-mode.el (archive-mode):
11593 Use (default-value 'major-mode) instead of default-major-mode.
11594
72f16325
SM
11595 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
11596 * international/mule.el (load-with-code-conversion):
11597 * emacs-lisp/debug.el (debug):
11598 * ediff-vers.el (ediff-rcs-get-output-buffer):
11599 * dired.el (dired-internal-noselect): Don't let-bind
11600 default-major-mode around code that doesn't use it.
11601 E.g. buffer creation via get-buffer-create doesn't use it.
11602
aa485f7c
MA
116032009-08-28 Michael Albinus <michael.albinus@gmx.de>
11604
11605 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
11606 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
11607 when writing the temp file. Otherwise, epa-file gets confused.
11608 (tramp-register-file-name-handlers): Make it a defun. Move also
11609 `epa-file-handler' to the front of `file-name-handler-alist'.
11610
116112009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11612
11613 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
11614 start right after a ^M.
11615 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
11616 (tramp-completion-file-name-regexp-separate)
11617 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
11618 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
11619 Don't modify last-coding-system-used by accident.
aa485f7c
MA
11620 (tramp-completion-file-name-handler): Apply the checks here,
11621 instead during registration.
48c2d18a 11622 (tramp-register-file-name-handlers): Renamed from
aa485f7c
MA
11623 `tramp-register-file-name-handler'. Register both
11624 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 11625 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 11626
3f0c2b92
NR
116272009-08-28 Nick Roberts <nickrob@snap.net.nz>
11628
72f16325
SM
11629 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
11630 Remove variable ...
3f0c2b92
NR
11631 (gdb-init-1, gdb-display-separate-io-buffer)
11632 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
11633 references to it.
11634 (gdb-inferior-io-mode): Use make-comint-in-buffer.
11635 (gdb-inferior-filter): Use comint-output-filter to stop
11636 echoing and remove ^M characters.
11637
705e5bd9
SM
116382009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11639
009fdc2e
SM
11640 * emulation/viper-init.el (viper-restore-cursor-type):
11641 * emulation/cua-base.el (cua--update-indications):
11642 Replace default-cursor-type with (default-value 'cursor-type).
11643
b56a5ae0
SM
11644 * mail/sendmail.el (mail-recover-1):
11645 * international/mule-diag.el (describe-current-coding-system-briefly)
11646 (describe-current-coding-system):
11647 * international/mule-cmds.el (select-safe-coding-system)
11648 (select-message-coding-system)
11649 (set-language-environment-coding-systems, set-locale-environment):
11650 * hexl.el (hexl-insert-multibyte-char):
11651 * dos-w32.el (find-buffer-file-type-coding-system):
11652 * simple.el (what-cursor-position):
11653 Replace uses of default-buffer-file-coding-system
11654 with (default-value 'buffer-file-coding-system).
11655
de70529f
SM
11656 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
11657 Replace uses of default-cursor-in-non-selected-windows
11658 with (default-value 'cursor-in-non-selected-windows).
11659 Use with-current-buffer.
11660
705e5bd9
SM
11661 * mail/feedmail.el: Use CL macros.
11662 (feedmail-run-the-queue, feedmail-send-it-immediately):
11663 * dos-w32.el (find-buffer-file-type): Replace uses of
11664 default-buffer-file-type with (default-value 'buffer-file-type).
11665
4d985ac2
GM
116662009-08-28 Glenn Morris <rgm@gnu.org>
11667
11668 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
11669 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
11670 Use default-value of major-mode rather than default-major-mode.
11671
17c15b81
SM
116722009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11673
3a68ab06
SM
11674 * Makefile.in (update-elcfiles): Report left over elc files.
11675
9421bdd1
SM
11676 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
11677 expand-file-name and with-current-buffer.
11678 (mail-get-names, mail-directory): Use with-current-buffer.
11679
17c15b81
SM
11680 * vc.el (vc-read-revision): New function.
11681 (vc-version-diff, vc-merge): Use it.
11682
ba83a64e
SS
116832009-08-27 Sam Steingold <sds@gnu.org>
11684
11685 * simple.el (kill-do-not-save-duplicates): New user option.
11686 (kill-new): When it is non-nil, and the new string is the same as
11687 the latest kill, set replace to t to avoid duplicates in kill-ring.
11688
be3e598a 116892009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
11690
11691 * net/tramp.el (tramp-handle-process-file): Do not flush all
11692 caches when `process-file-side-effects' is set.
11693 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
11694 instead of `tramp-find-file-exists-command'.
11695 Unset `process-file-side-effects'.
d5b5c94a
MA
11696
116972009-08-27 Michael Albinus <michael.albinus@gmx.de>
11698
11699 * net/tramp.el (tramp-methods): New method "rsyncc".
11700 (top): Add completion function for "rsyncc".
11701 (tramp-message-show-message): New defvar.
11702 (tramp-message, tramp-error): Use it.
11703 (tramp-do-copy-or-rename-file-directly): Extend check for direct
11704 remote copying.
11705 (tramp-do-copy-or-rename-file-out-of-band): Handle new
11706 `tramp-methods' entry `copy-env' of "rsyncc".
11707 (tramp-vc-registered-read-file-names): New defconst.
11708 (tramp-vc-registered-file-names): New defvar.
11709 (tramp-handle-vc-registered): Implement optimization strategy.
11710 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
11711 (tramp-vc-file-name-handler): New defun.
11712 (tramp-get-ls-command, tramp-get-test-command)
11713 (tramp-get-file-exists-command, tramp-get-remote-ln)
11714 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 11715 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
11716
11717 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
11718 (tramp-cache-inhibit-cache): Extend doc string. It allows also
11719 timestamps.
11720 (tramp-get-file-property): Check for timestamps in
11721 `tramp-cache-inhibit-cache'.
11722 (tramp-set-file-property): Write timestamp.
11723
1339cf20
KH
117242009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11725
11726 * language/japan-util.el (japanese-symbol-table): Add entries for
11727 cp932-2-byte.
11728
11729 * international/characters.el: Add category `j' to cp932-2-byte.
11730
726e3f1d
KH
117312009-08-27 Kenichi Handa <handa@m17n.org>
11732
11733 * international/fontset.el (build-default-fontset-data): New macro.
11734 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 11735 tibetan, ethiopic, and ipa.
726e3f1d 11736
4e3b4528
SM
117372009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11738
11739 * cus-start.el (default-major-mode): Customize `major-mode' instead.
11740 (enable-multibyte-characters): Not customizable any more.
11741
11742 * subr.el (default-mode-line-format, default-header-line-format)
11743 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
11744 (default-direction-reversed, default-truncate-lines)
11745 (default-left-margin, default-tab-width, default-case-fold-search)
11746 (default-left-margin-width, default-right-margin-width)
11747 (default-left-fringe-width, default-right-fringe-width)
11748 (default-fringes-outside-margins, default-scroll-bar-width)
11749 (default-vertical-scroll-bar, default-indicate-empty-lines)
11750 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
11751 (default-fringe-cursor-alist, default-scroll-up-aggressively)
11752 (default-scroll-down-aggressively, default-fill-column)
11753 (default-cursor-type, default-buffer-file-type)
11754 (default-cursor-in-non-selected-windows)
11755 (default-buffer-file-coding-system, default-major-mode)
11756 (default-enable-multibyte-characters): Mark as obsolete.
11757
b3cca6a6
DN
117582009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
11759
652cc1a2
DN
11760 * vc-dir.el (vc-dir-update): Remove debug helper.
11761
b3cca6a6
DN
11762 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
11763
4ed8c7aa
SS
117642009-08-26 Sam Steingold <sds@gnu.org>
11765
11766 * simple.el (save-interprogram-paste-before-kill): New user option.
11767 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
11768 save the interprogram-paste into kill-ring before overriding it
11769 with the Emacs kill.
11770
3b64d86b
DN
117712009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
11772
11773 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
11774 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
11775 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
11776 and move to vc-rcs.el.
11777 (vc-default-next-revision): Rename to vc-rcs-next-revision and
11778 move to vc-rcs.el.
11779 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
11780 (vc-rcs-update-changelog): Remove.
11781 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
11782 and move to vc-rcs.el.
11783
11784 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
11785 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
11786 renaming.
11787 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 11788 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
11789 vc.el, renamed to be RCS specific.
11790
72f16325
SM
11791 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
11792 New functions.
11793 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
11794
11795 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
11796 New functions.
11797
636a36a0
SM
117982009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11799
11800 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
11801
239b3340
DN
118022009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
11803
b91f0762 11804 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
11805 (vc-git-stash, vc-git-stash-show): New functions.
11806 (vc-git-extra-menu-map): Bind them.
b91f0762 11807
b8e54362
DN
11808 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
11809 directory correctly in case the item is a directory itself.
11810
239b3340
DN
11811 * vc.el: Document the desired behavior for reverted files in the
11812 `added' state.
dc810649
DN
11813 (vc-default-prettify-state-info): Remove function, unused.
11814
11815 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 11816
e49c0179
GM
118172009-08-26 Glenn Morris <rgm@gnu.org>
11818
11819 * bindings.el (standard-mode-line-format): Reposition dashes in
11820 which-func entry. (Bug#4217)
11821
3029e594
GM
11822 * files.el (enable-local-variables, enable-local-eval)
11823 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
11824 the defcustoms.
11825 (auto-mode-alist, ignored-local-variables)
11826 (save-some-buffers-action-alist): Move risky declarations to the
11827 definitions.
11828 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
11829 (font-lock-defaults, format-alist, imenu--index-alist)
11830 (imenu-generic-expression, input-method-alist, minor-mode-alist)
11831 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
11832 (mode-line-modified, mode-line-mule-info, mode-line-position)
11833 (mode-line-process, mode-line-remote, outline-level)
11834 (parse-time-rules, rmail-output-file-alist)
11835 (special-display-buffer-names, vc-mode):
11836 Move risky declarations to the relevant files.
72f16325
SM
11837 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
11838 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
11839 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
11840 * font-core.el (font-lock-defaults):
11841 * format.el (format-alist):
11842 * vc-hooks.el (vc-mode):
11843 * window.el (special-display-buffer-names):
11844 * international/mule-cmds.el (input-method-alist):
11845 Define riskiness here (dumped file) rather than in files.el.
11846 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
11847 * imenu.el (imenu-generic-expression, imenu--index-alist):
11848 * outline.el (outline-level):
11849 * time.el (display-time-string):
11850 * calendar/parse-time.el (parse-time-rules):
11851 * mail/rmailout.el (rmail-output-file-alist):
11852 Autoload riskiness here, rather than placing in files.el.
11853
8476cfaf
SM
118542009-08-26 Andreas Schwab <schwab@linux-m68k.org>
11855
11856 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
11857
0b35b48e
MA
118582009-08-25 Michael Albinus <michael.albinus@gmx.de>
11859
11860 * simple.el (process-file-side-effects): New defvar.
11861
11862 * dired-aux.el (dired-show-file-type):
11863 * vc.el (vc-diff-internal):
11864 * vc-arch.el (vc-arch-diff):
11865 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
11866 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
11867 * vc-git.el (vc-git-registered, vc-git-working-revision)
11868 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
11869 (vc-git--empty-db-p):
11870 * vc-hooks.el (vc-user-login-name):
11871 * vc-svn.el (vc-svn-registered, vc-svn-state)
11872 (vc-svn-dir-extra-headers, vc-svn-find-revision):
11873 * progmodes/grep.el (grep-probe): Let-bind
11874 `process-file-side-effects' with nil.
11875
11876 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
11877
11878 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
11879 daemon. Replace ping by checking for running service for bluez
11880 and zeroconf. (Bug#4239)
11881
d54cc599
GM
118822009-08-25 Kevin Ryde <user42@zip.com.au>
11883
11884 * net/dig.el (dig): Add autoload cookie.
11885
7bfd055d
GM
118862009-08-25 Glenn Morris <rgm@gnu.org>
11887
bac9c66c
GM
11888 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
11889 load-history for absolute file-names.
11890 (byte-compile-file-form-require): Warn about use of the cl package.
11891
7bfd055d
GM
11892 * format.el (format-alist): Doc fix.
11893
5ac1f9e0
GM
11894 * play/bubbles.el (top-level): Don't require cl at run-time.
11895
af62aa88
GM
11896 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
11897 run-time cl).
11898
71e036af
DD
118992009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
11900
11901 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
11902 from cl package.
11903 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
11904
42110eaf
JB
119052009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
11906
11907 * calc/calc-alg.el (math-trig-rewrite)
11908 (math-hyperbolic-trig-rewrite): New functions.
11909 (calc-simplify): Simplify trig functions when asked.
11910
88421f3e
SM
119112009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11912
11913 * diff-mode.el (diff-find-source-location): Avoid goto-line.
11914
dbd9624e
KH
119152009-08-24 Kenichi Handa <handa@m17n.org>
11916
11917 * language/ind-util.el (mapthread): Delete it.
11918 (combinatorial): New function.
11919 (indian--puthash-cv): Use combinatorial instead of mapthread.
11920
9b89e3ee
GM
119212009-08-22 Kevin Ryde <user42@zip.com.au>
11922
11923 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
11924 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
11925 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
11926 Clarify docstring that the value is strings not symbols.
11927 (checkdoc-list-of-strings-p): New function.
11928
e6ce8c42
GM
119292009-08-22 Glenn Morris <rgm@gnu.org>
11930
2ddf2ea6 11931 * files.el (auto-mode-alist):
a3374680
GM
11932 * hippie-exp.el (he-concat-directory-file-name):
11933 * lpr.el (lpr-windows-system, printer-name):
11934 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
11935 * ps-print.el (ps-windows-system):
11936 * startup.el (command-line):
11937 * emulation/viper-ex.el (viper-glob-function):
11938 * international/mule-cmds.el (set-language-environment-coding-systems):
11939 * net/ange-ftp.el (ange-ftp-write-region):
11940 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 11941 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
11942 unisoft-unix, vax-vms, win32, w32.
11943
977955fa
GM
11944 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
11945 given name if the pattern is not more specific.
11946
b4deec2e
GM
11947 * calendar/lunar.el (lunar-phase-names): New option.
11948 (lunar-phase): Doc fix.
11949 (lunar-cycles-per-year): New constant.
11950 (lunar-index): New function.
11951 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
11952 (lunar-phase-name): Use lunar-phase-names.
11953 (calendar-lunar-phases): Use format.
11954 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
11955
47e83968
GM
11956 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
11957 Copy imenu-example--name-and-position function here for own use.
11958 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
11959
e6ce8c42
GM
11960 * bs.el (bs--redisplay):
11961 * cus-edit.el (custom-redraw):
11962 * ibuffer.el (ibuffer-bury-buffer):
11963 * server.el (server-goto-line-column):
11964 * startup.el (command-line-1):
11965 * strokes.el (strokes-xpm-for-stroke):
11966 * term.el (term-display-buffer-line):
11967 * view.el (View-goto-line):
11968 * calc/calc.el (calc-do, calc-trail-buffer):
11969 * play/gamegrid.el (gamegrid-add-score-insecure):
11970 * progmodes/ada-mode.el (ada-compile-goto-error):
11971 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
11972 (ebrowse-select-1st-to-9nth):
47e83968 11973 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
11974 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
11975 * progmodes/gud.el (gud-display-line):
11976 (idlwave-shell-display-line):
11977 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
11978 * progmodes/make-mode.el (makefile-browser-toggle):
11979 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
11980 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
11981 * textmodes/picture.el (picture-draw-rectangle):
11982 * textmodes/reftex-index.el (reftex-index-goto-letter):
11983 (reftex-select-jump-to-previous):
11984 * textmodes/reftex-sel.el (reftex-find-start-point)
11985 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
11986 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
11987 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
11988 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11989 * textmodes/two-column.el (2C-associated-buffer):
11990 Use forward-line rather than goto-line.
11991
11992 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
11993 goto-line.
11994
4b18bdb3
GM
11995 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
11996 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
11997 (quick-check-list-to-regexp): Declare.
e6ce8c42 11998
72f16325
SM
11999 * progmodes/make-mode.el (makefile-browser-insert-selection):
12000 Use goto-char rather than goto-line.
e6ce8c42
GM
12001
12002 * progmodes/prolog.el (compilation-error-regexp-alist)
12003 (compilation-forget-errors): Declare.
12004
32a2cf25
JL
120052009-08-22 Juri Linkov <juri@jurta.org>
12006
12007 * progmodes/grep.el (lgrep, rgrep): At the beginning
12008 set `dir' to `default-directory' unless `dir' is a non-nil
12009 readable directory. (Bug#4052)
12010 (lgrep, rgrep): Change a weird way to report an error
12011 from using `read-string' to using `error'.
12012 Instead of using interactive arguments in the function body,
12013 add new argument `confirm'.
12014
5443c9b7
SM
120152009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
12016
cb5b40ee
SM
12017 * textmodes/remember.el (remember-buffer):
12018 * progmodes/cperl-mode.el (cperl-vc-header-alist):
12019 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
12020 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
12021 * net/newst-treeview.el (newsticker-groups-filename):
12022 * net/newst-backend.el (newsticker-cache-filename):
12023 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
12024 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
12025 (speedbar-add-ignored-path-regexp, speedbar-line-path)
12026 (speedbar-buffers-line-path, speedbar-path-line)
12027 (speedbar-buffers-line-path):
12028 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
12029 (epg-sign-keys):
12030 * epa.el (epa-display-verify-result):
12031 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
12032
d6261cc1
GM
120332009-08-21 Glenn Morris <rgm@gnu.org>
12034
3e1ea342
GM
12035 * progmodes/js.el (inferior-moz-process): Fix declaration.
12036
ce86eeb5
GM
12037 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
12038
fff28970
GM
12039 * obsolete/rnewspost.el (news-mail-reply):
12040 Use goto-char rather than goto-line.
12041
d93e053b
GM
12042 * term/ns-win.el (ns-open-file-select-line):
12043 Use line-beginning-position rather than goto-line.
12044
d5d105e8
GM
12045 * apropos.el (apropos-command):
12046 * ehelp.el (electric-helpify):
12047 * printing.el (pr-show-setup):
12048 * strokes.el (strokes-help):
12049 * tutorial.el (tutorial--describe-nonstandard-key)
12050 (tutorial--detailed-help):
12051 * woman.el (woman-mini-help, woman-display-extended-fonts):
12052 * calc/calc-help.el (calc-describe-key):
12053 * emulation/edt.el (edt-electric-helpify):
12054 * international/mule-diag.el (mule-diag):
12055 * play/yow.el (apropos-zippy):
12056 * progmodes/python.el (python-describe-symbol):
12057 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
12058 * textmodes/table.el (*table--cell-describe-mode)
12059 (*table--cell-describe-bindings):
12060 Use help-print-return-message rather than the now obsolete alias.
12061
a8ab722f 12062 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
12063 (calendar-cursor-to-visible-date):
12064 * play/5x5.el (5x5-position-cursor):
12065 * play/decipher.el (decipher):
12066 * play/gomoku.el (gomoku-goto-xy):
12067 * play/landmark.el (lm-goto-xy):
12068 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
12069 (mpuz-paint-digit):
12070 Use forward-line, not goto-line.
a8ab722f 12071
d6261cc1
GM
12072 * mail/rmail.el (rmail-obsolete): Delete custom group.
12073 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
12074 (rmail-remote-password, rmail-remote-password-required):
12075 Remove unneeded :set-after and :set properties.
12076
9e846523
MA
120772009-08-21 Michael Albinus <michael.albinus@gmx.de>
12078
12079 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
12080
bbe1f502
DN
120812009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
12082
bcc5db24
DN
12083 * loadup.el: Remove leftover macos code.
12084
bbe1f502
DN
12085 * vc-git.el (vc-git-annotate-command): Run asynchronously.
12086 Explicitly pass the date format to git blame so that user local
12087 so that the output format can be parsed.
12088
6fd2d19a
MA
120892009-08-20 Michael Albinus <michael.albinus@gmx.de>
12090
12091 * net/dbus.el (top): Don't check for (getenv
12092 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
12093
31764e15
SM
120942009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
12095
12096 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 12097 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 12098
28930e39
SM
120992009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12100
4fd15622 12101 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 12102 Bug#3287
4fd15622 12103
b3d8e4a0
SM
12104 * help.el (help-print-return-message): Rename from
12105 print-help-return-message.
12106
c9829c70
SM
12107 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
12108 cvs-mode-map parent hack.
12109 (log-view-mode): Derive from special-mode.
12110
b932657b
SM
12111 * linum.el (linum-mode): window-size-change-functions is redundant.
12112 Adapt to new window-configuration-change-hook behavior.
12113 (linum-after-size, linum-after-config): Remove.
12114
1b700bca
SM
12115 * imenu.el (imenu-example--name-and-position)
12116 (imenu-example--lisp-extract-index-name)
12117 (imenu-example--create-lisp-index, imenu-example--create-c-index):
12118 Mark as obsolete.
12119
28930e39
SM
12120 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
12121 (inferior-prolog-mode): Use it.
12122 (inferior-prolog-load-file): Reset list of errors.
12123
c9af0b68
KH
121242009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12125
12126 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
12127
12128 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
12129
720c7cd6
MA
121302009-08-19 Michael Albinus <michael.albinus@gmx.de>
12131
12132 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
12133 is running already.
12134
03a74b84
SM
121352009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12136
12137 * subr.el (listify-key-sequence-1): Use normal syntax since those
12138 integers are nowadays always represented by the same (positive) number
12139 on all platforms.
12140 (read-key-empty-map): New const.
12141 (read-key-delay): New var.
12142 (read-key): New function.
12143 (force-mode-line-update): Use with-current-buffer.
12144 (locate-user-emacs-file): Don't forget to abbreviate the file name.
12145 (start-process-shell-command, start-file-process-shell-command):
12146 Discourage the use of command-args.
12147
f43e88d4
GM
121482009-08-19 Glenn Morris <rgm@gnu.org>
12149
12150 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
12151
890429cc
SM
121522009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12153
85be9ec4
SM
12154 * simple.el (choose-completion-string): Don't rely on
12155 minibuffer-completing-file-name and ad-hoc checks to decide whether
12156 to continue completion or not.
12157
890429cc
SM
12158 * minibuffer.el (minibuffer-hide-completions): New function.
12159 (completion--do-completion): Use it.
12160 (completions-annotations): New face.
12161 (completion--insert-strings): Use it.
12162 (completion-pcm--delim-wild-regex): Add docstring.
12163 (completion-pcm--string->pattern): Add support for 0-width delimiters
12164 in completion-pcm--delim-wild-regex.
12165
265d4549
SM
121662009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
12167
d440b941
SM
12168 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
12169 Remove unused var `buffer-modified-p'.
12170
265d4549
SM
12171 * minibuffer.el (completion--do-completion): Move point for the #b001
12172 case as well (bug#4176).
12173 (minibuffer-complete, minibuffer-complete-word): Don't move point.
12174
ba6f7d86
MA
121752009-08-18 Michael Albinus <michael.albinus@gmx.de>
12176
12177 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
12178 and :session buses.
12179
98819490
KH
121802009-08-18 Kenichi Handa <handa@m17n.org>
12181
265d4549
SM
12182 * international/ucs-normalize.el (ucs-normalize-version):
12183 Change to 1.1.
58627cf0
KH
12184 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
12185 (utf-8-hfs): Make it perform normalization on encoding too.
12186
98819490
KH
12187 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
12188 (sentence-end-without-space): Delete duplicated chars.
12189 (sentence-end-base): Likewise.
e739cc85
KH
12190
12191 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
12192 (html-mode): Delete duplicated chars from sentence-end-base.
12193
12194 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
12195 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 12196
645b9326
CY
121972009-08-17 Chong Yidong <cyd@stupidchicken.com>
12198
12199 * files.el (hack-one-local-variable): If the mode function is for
12200 a minor mode, pass it an argument (Bug#4148).
12201
56c195af
MA
122022009-08-17 Michael Albinus <michael.albinus@gmx.de>
12203
12204 * net/tramp.el (tramp-register-completion-file-name-handler):
12205 Check also for (member 'partial-completion completion-styles).
12206
7a55c78b
CY
122072009-08-16 Chong Yidong <cyd@stupidchicken.com>
12208
12209 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
12210 abbrev (Bug#3943).
12211
be3e598a 122122009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
12213
12214 * progmodes/cperl-mode.el: Merge upstream 6.2.
12215 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
12216 (cperl-forward-re): Check cperl-brace-recursing.
12217 (cperl-highlight-charclass): New function.
12218 (cperl-find-pods-heres): Use it.
31cd2dd4 12219 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 12220 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 12221 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
12222 (cperl-beautify-level): Don't process entire regexp.
12223 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
12224 calling man.
12225 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
12226 (cperl-init-faces): Build a list in the normal way.
12227
81b1f9c9
CY
122282009-08-16 Chong Yidong <cyd@stupidchicken.com>
12229
12230 * calendar/parse-time.el (parse-time-string-chars): Save match
12231 data.
12232
c3732cb8
SM
122332009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
12234
55659495
SM
12235 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
12236 (sql-product): Use it.
12237 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
12238 (sql-set-product): Add completion.
12239 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
12240 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
12241 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
12242 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
12243 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
12244 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
12245 (sql-highlight-db2-keywords): Remove.
12246 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
12247 (sql-highlight-product): Use derived-mode-p.
12248 (sql-set-sqli-buffer): Use with-current-buffer.
12249 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
12250 Simplify.
12251
1ae79427
SM
12252 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
12253
c3732cb8
SM
12254 * term.el: Fix commenting convention, turn comments into docstrings.
12255
f24b8bf3
CY
122562009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
12257
12258 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
12259
7b6fefac 122602009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 12261
1200ac26 12262 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
12263 character classes, to handle non-ascii characters (Bug#3190).
12264
122652009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 12266
1abbe4e5
CY
12267 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
12268 another heredoc if the user adds another < (Bug#3226).
12269
c3732cb8
SM
12270 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12271 Don't initialize based on window-system (Bug#4124).
19261da4 12272
daad00fc
CY
12273 * facemenu.el (facemenu-read-color): Use a completion function
12274 that accepts any defined color, such as RGB triplets (Bug#3677).
12275
e1bdde78
CY
12276 * files.el (get-free-disk-space): Change fallback default
12277 directory to /. Expand DIR argument before switching to fallback.
12278 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
12279
9d73a99e
CY
122802009-08-15 Chong Yidong <cyd@stupidchicken.com>
12281
12282 * files.el (load-library): Doc fix.
12283
68b962d4 122842009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 12285
953e0c1a 12286 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 12287 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 12288 incremental search string.
9d73a99e 12289
c3732cb8 12290 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 12291 XEmacs.
9d73a99e 12292
c3732cb8
SM
12293 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
12294 (ediff-merge-region-is-non-clash)
12295 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 12296 Also check if the job is really a merge job.
9d73a99e 12297
c3732cb8 12298 * ediff.el (ediff-current-file): New function.
9d73a99e 12299
2e330adc
CY
123002009-08-15 Chong Yidong <cyd@stupidchicken.com>
12301
12302 * progmodes/js.el: Edit docstrings throughout to follow Emacs
12303 conventions.
c3732cb8 12304 (js-insert-and-indent): Delete function.
2e330adc
CY
12305 (js-mode-map): Don't bind keys to js-insert-and-indent.
12306 (js-beginning-of-defun): Rename from js--beginning-of-defun.
12307 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 12308 (js-auto-indent-flag): Delete variable.
2e330adc 12309
17b5d0f7
CY
123102009-08-14 Chong Yidong <cyd@stupidchicken.com>
12311
c3732cb8
SM
12312 * progmodes/js.el: Remove proclaim statement.
12313 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 12314
ba2d8894
CY
12315 * files.el (auto-mode-alist): Use js-mode for .js files.
12316
c3732cb8 12317 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
12318
12319 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
12320
12321 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
12322
c3732cb8 12323 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
12324
123252009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 12326 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
12327
12328 * progmodes/js.el: New file.
12329
b6377f1d
MH
123302009-08-14 Mark A. Hershberger <mah@everybody.org>
12331
12332 * timezone.el (timezone-parse-date): Add ability to understand ISO
12333 basic format (minimal separators) dates in addition to the
12334 already-supported extended format dates.
12335
bc0eef46
EZ
123362009-08-14 Eli Zaretskii <eliz@gnu.org>
12337
4e021e65
EZ
12338 * international/ucs-normalize.el: Add a `coding' file variable.
12339
bc0eef46
EZ
12340 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
12341
53dab179
SS
123422009-08-14 Sam Steingold <sds@gnu.org>
12343
6801c38a 12344 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 12345
6c58c39c
CY
123462009-08-13 Chong Yidong <cyd@stupidchicken.com>
12347
12348 * faces.el (help-argument-name): Define it here instead of
12349 help-fns.el, because in daemon mode help-fns.el may be loaded when
12350 faces are still uninitialized (Bug#1078).
12351
12352 * help-fns.el (help-argument-name): Move defface to faces.el.
12353
c7baf7e9
NR
123542009-08-13 Nick Roberts <nickrob@snap.net.nz>
12355
12356 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
12357 create buffer with a pty but no process so that GDB can make the
12358 inferior the controlling process.
12359
9c40e995 123602009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
12361
12362 * international/ucs-normalize.el: New file.
12363
8cdba32b
RS
123642009-08-13 Richard Stallman <rms@gnu.org>
12365
5c950923
RS
12366 * mail/rmail.el (rmail-get-attr-names):
12367 Accept an attribute header that is too short.
12368
76e1e40b
RS
12369 * mail/rmail.el (rmail-forget-messages):
12370 Ignore nil elt in rmail-message-vector. Use dotimes.
12371
1fc01b08
RS
12372 * progmodes/compile.el (compilation-goto-locus):
12373 Use next-error-move-function.
12374
8cdba32b
RS
12375 * simple.el (next-error-move-function): New variable.
12376
99910cf4
JL
123772009-08-12 Juri Linkov <juri@jurta.org>
12378
12379 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
12380 always non-nil. (Bug#4052)
12381
12382 * replace.el (read-regexp): Return empty string when
12383 `default-value' is nil.
12384 (keep-lines-read-args): Don't use empty string as the
12385 default value for `read-regexp'. (Bug#2495)
12386
fc5bdf6c
JL
123872009-08-12 Juri Linkov <juri@jurta.org>
12388
12389 * international/mule-cmds.el (ucs-insert): Change arguments
12390 from `arg' to `character', `count', `inherit' to be the same
12391 as in `insert-char'. Doc fix. (Bug#4039)
12392
12393 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
12394
77748848
JL
123952009-08-12 Juri Linkov <juri@jurta.org>
12396
12397 * files-x.el: New file.
12398
12399 * files.el: Move code that deals with adding/deleting
12400 file/directory-local variables to files-x.el.
12401
12402 * Makefile.in (ELCFILES): Add files-x.elc.
12403
c8a44c4e
DD
124042009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
12405
27a9fd5a
DD
12406 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
12407 to use `goto-line'.
12408 (gdb-place-breakpoints, gdb-get-location): Rewritten without
12409 `goto-line'.
12410 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 12411 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 12412 threads list.
107ef54a 12413 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
12414 (gdb-starting): Moved -data-list-register-names...
12415 (gdb-stopped): ...here so it's sent when first thread stops.
12416 (gdb-registers-handler-custom): Do nothing if register names are
12417 unknown yet.
27a9fd5a 12418
c8a44c4e
DD
12419 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
12420 from `gdb-mi.el' to avoid extra tangling.
12421
12422 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 12423 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
12424 (gdb-update-gud-running): No extra fuss for updating frame number.
12425
dfd4e693
SM
124262009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
12427
51c4341f
SM
12428 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
12429 (describe-language-environment-map, setup-language-environment-map)
12430 (set-coding-system-map): Move initialization into declaration.
12431 (set-language-info-alist): Last arg to define-key-after can be skipped.
12432
12433 * international/quail.el (quail-completion-1): Simplify.
12434 (quail-define-rules): Use slightly more compact code.
12435 (quail-insert-decode-map): Propertize keys, compact columns.
12436
dfd4e693
SM
12437 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12438 Add goto-line.
12439
83326559
MB
124402009-08-10 Miles Bader <miles@gnu.org>
12441
12442 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
12443 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
12444 (js2-instance-member, js2-private-member, js2-private-function-call)
12445 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
12446 (js2-magic-paren, js2-external-variable):
12447 Remove "-face" suffix from face names.
12448 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
12449 (js2-highlight-undeclared-vars, js2-peek-token)
12450 (js2-parse-function-params, js2-mode-show-errors)
12451 (js2-mode-show-warnings, js2-make-magic-delimiter)
12452 (js2-mode-highlight-magic-parens): Update to use new face names.
12453
8e754ea2
MA
124542009-08-09 Michael Albinus <michael.albinus@gmx.de>
12455
12456 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
12457 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
12458
1c292fc7
CY
124592009-08-09 Chong Yidong <cyd@stupidchicken.com>
12460
18d433a7
CY
12461 * subr.el: Provide hashtable-print-readable.
12462
1c292fc7
CY
12463 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
12464 hs-c-like-adjust-block-beginning.
12465 (hs-hide-block-at-point): Stop hiding at the beginning of
12466 hs-block-end-regexp (Bug#700).
12467
2db0ae07
DD
124682009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
12469
12470 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
12471 a macro.
12472 (gdb-registers-handler-custom): Do not fail when register names
12473 are unavailable.
12474
fe4740a6
DD
124752009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
12476
12477 * progmodes/gdb-mi.el (gdb-control-all-threads)
12478 (gdb-control-current-thread): Interactive setters for
12479 `gdb-gud-control-all-threads' to use in menu.
12480 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 12481 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
12482 gud/thread.xpm and gud/all.xpm.
12483
ce299d55
CY
124842009-08-08 Yoni Rabkin <yoni@rabkins.net>
12485
12486 * net/net-utils.el (net-utils-font-lock-keywords): New var.
12487 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
12488 (net-utils-mode): New mode for viewing diagnostic network output.
12489 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
12490 (net-utils-run-simple): New function.
12491 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 12492
7c4654ad
DD
124932009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
12494
12495 * progmodes/gdb-mi.el (gdb-read-memory-custom)
12496 (gdb-memory-set-address, def-gdb-set-positive-number)
12497 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
12498 after changing settings.
12499 (gdb-invalidate-disassembly): Update when first shown.
12500 (gdb-edit-locals-value): Fixed.
12501 (gdb-registers-handler-custom): Print registers in right order and
12502 allow changing register values (only for current thread yet).
9cbac26b
DD
12503 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
12504 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
12505 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
12506 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
12507 info in mode name.
12508 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 12509
0f25a277
EZ
125102009-08-08 Eli Zaretskii <eliz@gnu.org>
12511
12512 * mail/rmail.el (rmail-add-mbox-headers)
12513 (rmail-set-message-counters-counter): Search for
12514 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
12515
b971be60
GM
125162009-08-08 Glenn Morris <rgm@gnu.org>
12517
12518 * Makefile.in (ELCFILES): Update.
12519
a35d3ad8
EZ
125202009-08-07 Eli Zaretskii <eliz@gnu.org>
12521
60c2df40
EZ
12522 * mail/sendmail.el (mail-yank-original): Set
12523 buffer-file-coding-system from the one used by the message whose
12524 text is yanked.
12525
8b0bcc2e
EZ
12526 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
12527 to "windows" when "pgnuplot" is used.
12528 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
12529 call accept-process-output if "pgnuplot" is used.
12530 (calc-graph-init): Don't send -display and -geometry to
12531 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
12532 running "pgnuplot -V" with shell-command-to-string.
12533
12534 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
12535 the default.
12536
125372009-08-07 Eli Zaretskii <eliz@gnu.org>
12538
12539 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
12540 org/org-latex.elc.
12541
3bca7ca5
DN
125422009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
12543
3c53763c
DN
12544 * vc-dispatcher.el (vc-resynch-window): Update comment.
12545
3bca7ca5
DN
12546 * term.el (term-handle-ansi-escape): Add comments with the
12547 terminfo capabilities implemented.
12548
7b217360
DD
125492009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
12550
12551 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
12552 (gdb-var-create-handler): Rewritten using JSON parser.
12553 (gdb-propertize-header): Moved earlier.
12554 (gdb-set-header): Removed to avoid duplication.
12555 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
12556 Refresh disassembly buffers only after threads list have been
12557 update.
12558 (gdb-threads-header, gdb-registers-header): Per-buffer header line
12559 variables.
12560
b4d84ecf
JL
125612009-08-04 Juri Linkov <juri@jurta.org>
12562
12563 * files.el: Commands to add/delete file/directory-local variables.
12564 (read-file-local-variable, read-file-local-variable-value)
12565 (read-file-local-variable-mode, modify-file-local-variable)
12566 (modify-file-local-variable-prop-line)
12567 (modify-dir-local-variable): New functions.
12568 (add-file-local-variable, delete-file-local-variable)
12569 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
12570 (add-dir-local-variable, delete-dir-local-variable)
12571 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
12572 (copy-dir-locals-to-file-locals-prop-line): New commands.
12573
42da39c1
CY
125742009-08-04 Chong Yidong <cyd@stupidchicken.com>
12575
12576 * abbrev.el (insert-abbrev-table-description): Prettify output.
12577 Suggested by Karl Chen.
12578
98bf8494
DD
125792009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
12580
78b9fb28 12581 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 12582 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
12583 (gdb-overlay-arrow-position, gdb-thread-position)
12584 (gdb-disassembly-position): Declare variables.
12585 (gdb-wait-for-pending): Function now.
12586 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
12587 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
12588 compilation goes smoothly.
12589 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
12590 (gdb-non-stop-setting): New customization setting which replaces
12591 `gdb-non-stop' so changing it doesn't break active GDB session.
12592 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
12593 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
12594 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
12595 (gdb-show-threads-by-default): New customization options.
12596 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
12597 routines.
12598 (gdb-get-buffer-create): Send buffers update signal when they are
12599 created.
12600 (gdb-invalidate-locals, gdb-invalidate-registers)
12601 (gdb-invalidate-breakpoints)
12602 (gdb-invalidate-threads, gdb-invalidate-disassembly)
12603 (gdb-invalidate-memory): Accept update signal.
12604 (gdb-current-context-command): Use --frame option.
12605 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
12606 Implement `gdb-frame-number' selection logic.
12607 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
12608 whether to show GUD toolbar buttons.
12609 (gdb-thread-exited): Unselect current thread when it exits.
12610 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
12611 (gdb-mark-line): Routine which sets overlay arrow or inverses
12612 video on fringeless displays.
12613 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
12614 to build aligned columns of data in GDB buffers and set text
12615 properties line-by-line.
12616 (gdb-invalidate-breakpoints)
12617 (gdb-breakpoints-list-handler-custom)
12618 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
12619 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
12620 (gdb-registers-handler-custom): Align data columns.
12621 (gdb-locals-handler-custom): Now prints data like in variable
12622 declarations.
12623 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
12624 Removed confusing buttons.
12625 (gdb-invalidate-threads): Append --frame.
12626 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
12627 between breakpoints/threads buffers.
12628 (gdb-set-window-buffer): Now can ignore dedicated windows.
12629 (gdb-propertize-header): Use `gdb-set-window-buffer'.
12630 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
12631 (def-gdb-thread-buffer-gud-command): Replaces
12632 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
12633 for fine thread control.
12634 (gdb-preempt-existing-or-display-buffer): New function used to
12635 display bound buffers without breaking window layout.
12636 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
12637 (gdb-select-frame): New version of `gdb-frames-select' which now
12638 sets `gdb-frame-number' so commands may use --frame option instead
12639 of inner debugger state.
12640 (gdb-frame-handler): Do not set `gdb-frame-number'.
12641 (gdb-threads-mode-map): Select threads with mouse.
12642
12643 * progmodes/gud.el (gdb-gud-context-call): Declare function to
12644 avoid compilation warning.
12645 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
12646 `gdb-show-stop-p`.
12647
566f3909
DD
12648 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
12649 Argument `key' renamed to `buffer-type'.
12650 (gdb-current-context-buffer-name): Do not add thread info to
12651 buffer name when no thread is selected.
12652 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
12653 command (bug 3794).
12654 (gdb-thread-selected): Handle `=thread-selected' notification.
12655 (gdb-wait-for-pending): New macro to deal with congestion problems.
12656 (gdb-breakpoints-list-handler-custom): Don't fail on pending
12657 breakpoints.
7b6fefac
JB
12658 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
12659 This fixes problem similar to one described in bug 3947.
566f3909
DD
12660 (gud-menu-map): More menu items.
12661 (gdb-init-1): Reset `gdb-thread-number' to nil.
12662
4a31122c
DD
12663 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
12664 non-stop settings.
12665
12666 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
12667 (gdb-current-context-command): Do not append --thread if
12668 `gdb-thread-number' is nil.
12669 (gdb-running-threads-count, gdb-stopped-threads-count): New
12670 variables.
12671 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
12672 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
12673 customization options.
12674 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
12675 GUD commands.
7b6fefac 12676 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
12677 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
12678 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
12679 set `gdb-thread-number' and update `gud-running' properly.
12680 (gdb-running): Update threads list when new threads appear.
12681 (gdb-stopped): Support non-stop operation and new thread switching
12682 logic.
12683 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
12684 (gdb-json-partial-output): New set of JSON routines.
12685 (def-gdb-auto-update-trigger): New `signal-list' optional
12686 argument.
12687 (gdb-thread-list-handler-custom): Update `gud-running',
12688 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
12689 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
12690 (gdb-continue-thread, gdb-step-thread): New commands for fine
12691 thread execution control.
12692 (gud-menu-map): New menu items to switch non-stop options.
12693 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 12694 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
12695
12696 * progmodes/gdb-mi.el (gdb-rules-name-maker)
12697 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
12698 gdb-buffer-rules.
12699 (def-gdb-auto-update-handler): New nopreserve optional argument.
12700 (gdb-stack-list-frames-custom): Print stack from top to bottom.
12701
12702 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
12703 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
12704 (gdb-parent-mode): New mode to derive other GDB modes from.
12705 (gdb-display-disassembly-for-thread)
12706 (gdb-frame-disassembly-for-thread): New commands for threads
12707 buffer.
12708
12709 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
12710 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
12711 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
12712 (gdb-update): We now store all GDB buffers in a list so that they
12713 can be updated by traversing a list instead of calling invalidate
7b6fefac 12714 triggers explicitly.
a5c9f540
DD
12715 (def-gdb-trigger-and-handler): New macro to define trigger-handler
12716 pair for GDB buffer.
12717 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
12718 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
12719 handle pending triggers.
12720 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
12721 (def-gdb-thread-buffer-simple-command)
12722 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
12723 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
12724 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
12725 New commands which show buffers bound to thread.
e7086683 12726 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 12727
7b6fefac
JB
12728 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
12729 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
12730 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
12731 to (gud-comint-buffer) in *-buffer-name functions
12732 because (gdb-get-target-string) already does that.
12733 (gdb-locals-handler-custom, gdb-registers-handler-custom)
12734 (gdb-changed-registers-handler): Rewritten without regexps.
12735
ba214964 12736 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
12737 (gdb-thread-number): New variable.
12738 (gdb-current-context-command): New macro which adds --thread
12739 option to command.
7b6fefac 12740 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 12741 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 12742 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
12743 (gdb-select-thread): New command which selects current thread.
12744 (gdb-invalidate-frames, gdb-invalidate-locals)
12745 (gdb-invalidate-registers): Use --thread option.
20f12ed8 12746
2ac33804
MA
127472009-08-04 Michael Albinus <michael.albinus@gmx.de>
12748
12749 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 12750 robust. (Bug#3977)
2ac33804
MA
12751 (tramp-handle-insert-file-contents): `unwind-protect' must be
12752 inside `with-parsed-tramp-file-name'.
12753
12754 * net/tramp-gvfs.el (top): Remove superfluous message when loading
12755 fails.
12756
39d0296f
NR
127572009-08-03 Nick Roberts <nickrob@snap.net.nz>
12758
12759 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
12760 directory if CLASSPATH is not set.
12761
adcbca53
MA
127622009-08-03 Michael Albinus <michael.albinus@gmx.de>
12763
7b6fefac
JB
12764 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
12765 New defconst.
7ef849b6 12766 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 12767
30924b0b
CY
127682009-08-02 Kevin Ryde <user42@zip.com.au>
12769
7b6fefac
JB
12770 * net/newst-backend.el (newsticker--raw-url-list-defaults):
12771 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 12772
b6ce92f1
CY
127732009-08-02 Chong Yidong <cyd@stupidchicken.com>
12774
d977a092
CY
12775 * select.el (x-set-selection): Doc fix (Bug#4021).
12776
12777 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
12778
b6ce92f1
CY
12779 * help-fns.el (describe-variable): Treat list return values from
12780 dir-locals-find-file properly (Bug#4005).
12781
7b6fefac 127822009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
12783
12784 * net/tramp.el (tramp-debug-message): Print also microseconds.
12785
127862009-08-02 Michael Albinus <michael.albinus@gmx.de>
12787
12788 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
12789 or END is non-nil.
12790 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
12791 (tramp-get-debug-buffer): Change `outline-regexp' according to new
12792 format.
12793
5ce6e4f4 12794 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
12795 (tramp-get-file-property): Use it.
12796
12797 * autorevert.el (auto-revert-handler): Allow
12798 `auto-revert-tail-mode' for remote files.
12799
2aafe808
JR
128002009-08-02 Jason Rumney <jasonr@gnu.org>
12801
12802 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 12803 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 12804
e094097c
CY
128052009-08-02 Chong Yidong <cyd@stupidchicken.com>
12806
12807 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
12808 (font-lock-variable-name-face, font-lock-constant-face): Darken
12809 the colors for light backgrounds.
12810
de94f281
EZ
128112009-08-01 Eli Zaretskii <eliz@gnu.org>
12812
12813 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
12814 month names. (Bug#3987)
12815
54b99340
CY
128162009-07-31 Chong Yidong <cyd@stupidchicken.com>
12817
12818 * simple.el (line-move-finish): Pass whole number to
12819 line-move-to-column.
34be836c 12820 (line-move-visual): Perform hscroll to the recorded position.
54b99340 12821
38216c30
JB
128222009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
12823
12824 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
12825
c779896d
CY
128262009-07-29 Alan Mackenzie <acm@muc.de>
12827
12828 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
12829
592ccae0
DD
128302009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
12831
35edc6c6
DD
12832 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
12833 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 12834
5a9e3ab7
JB
128352009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
12836
12837 * calc/calc.el (calc-mode-map): Add keybinding for
12838 `calc-transpose-lines'.
12839
7b6fefac 128402009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
12841
12842 * calc/calc-misc.el (calc-transpose-lines): New function.
12843
905fb90e
MA
128442009-07-28 Michael Albinus <michael.albinus@gmx.de>
12845
12846 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
12847 Simplify check for out-of-band methods.
12848 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
12849 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
12850
76e14464
DN
128512009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
12852
12853 * vc-git.el (vc-git-checkin): Fix typo.
12854
6088b51f 128552009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
12856
12857 * progmodes/js2-mode.el: New file.
12858
b85157fe
NR
128592009-07-28 Nick Roberts <nickrob@snap.net.nz>
12860
12861 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
12862 (gud-menu-map): Adjust tooltip accordingly.
12863
d43c2b06
DN
128642009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12865
1c0f0c3b
DN
12866 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
12867 (vc-bzr-log-view-mode): Adjust log-view-file-re.
12868
d43c2b06
DN
12869 * add-log.el (change-log-mode-map): Add a menu.
12870
3dec5c36
MA
128712009-07-27 Michael Albinus <michael.albinus@gmx.de>
12872
12873 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
12874 function returns nil.
12875 (dbus-handle-event): Handle special return value :ignore.
12876 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
12877
5704140c
CY
128782009-07-26 Chong Yidong <cyd@stupidchicken.com>
12879
12880 * view.el (view-mode-enable): Don't define Helper-return-blurb if
12881 it's not needed.
12882
3077d1f6
EZ
128832009-07-25 Eli Zaretskii <eliz@gnu.org>
12884
12885 Fix Bug#3888:
12886
12887 * w32-vars.el (x-select-enable-clipboard): Doc fix.
12888
12889 * term/pc-win.el (x-display-name, x-colors)
12890 (x-select-enable-clipboard, x-select-text): Doc fix.
12891
12892 * term/common-win.el (x-display-name, x-colors): Doc fix.
12893
12894 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
12895 (xw-defined-colors): Doc fix.
12896
12897 * w32-fns.el (x-select-text, x-setup-function-keys)
12898 (x-get-selection, x-set-selection): Doc fix.
12899
12900 * term/x-win.el (x-select-text, x-setup-function-keys)
12901 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
12902
12903 * select.el (x-set-selection): Doc fix.
12904
51768bc8
MA
129052009-07-25 Michael Albinus <michael.albinus@gmx.de>
12906
12907 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
12908 instead of "IsNSSSupportAvailable". Avahi ought to work also when
12909 "IsNSSSupportAvailable" method is not available. Reported by
12910 Steve Youngs <steve@sxemacs.org>.
12911
b11c2874
KH
129122009-07-24 Kenichi Handa <handa@m17n.org>
12913
12914 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 12915 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
12916 (build-unicode-category-table): Fix range checks.
12917
ba83b7b6
DN
129182009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
12919
12920 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
12921 the buffer we try to sync is current when calling
12922 vc-resynch-buffer.
12923
12924 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
12925 not show up to date files.
12926
7a8ae964
GM
129272009-07-24 Glenn Morris <rgm@gnu.org>
12928
12929 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
12930 Add autoload cookies. If necessary, initialize.
12931 (elint-log): Handle non-file buffers.
12932 (elint-initialize): Add optional argument to reinitialize.
12933 (elint-find-builtin-variables): Save excursion.
12934
a707eb05
DN
129352009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
12936
12937 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12938 for Lint.
12939
0a2ddfa6
DN
129402009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12941
d6a62b0d
DN
12942 * vc.el (vc-print-log-internal): New function, split out from ...
12943 (vc-print-log): ... here.
10b5dcad 12944 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 12945
0a2ddfa6
DN
12946 * vc-git.el (vc-git-add-signoff): New variable.
12947 (vc-git-checkin): Use it.
12948 (vc-git-toggle-signoff): New function.
12949 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
12950 (vc-git--run-command-string): Accept a nil FILE argument.
12951 (vc-git-stash-list): New function.
12952 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 12953
589a99f2
GM
129542009-07-23 Glenn Morris <rgm@gnu.org>
12955
12956 * help-fns.el (describe-variable): Describe ignored and risky local
12957 variables in a similar way to that in which we describe safe ones.
12958
12959 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
12960 (byte-compile-output-file-form, byte-compile-output-docform)
12961 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
12962 Give some more local variables with common names a "bytecomp-" prefix,
12963 so as not to shadow things during compilation.
12964 * emacs-lisp/cl-macs.el (load-time-value)
12965 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
12966 `outbuffer' to `bytecomp-outbuffer'.
12967
12968 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
12969 since the next two variables cover them automatically now.
12970 (elint-builtin-variables, elint-autoloaded-variables): New.
12971 (elint-unknown-builtin-args): Remove all members, since they can be
12972 parsed automatically now.
12973 (elint-extra-errors): New.
12974 (elint-env-add-env, elint-env-add-macro): Use cadr.
12975 (elint-current-buffer): Use or. Change final message.
12976 (elint-get-top-forms): Use line-end-position.
12977 (elint-init-env): Use cadr. Handle autoload, declare-function,
12978 and defalias.
12979 (elint-add-required-env): Doc fix. Use or. Standardize error.
12980 (regexp-assoc): Remove unused function.
12981 (elint-top-form): Set elint-current-pos, to record the start of the
12982 top-level form, for compilation-mode.
12983 (elint-form): Trap errors in macro expansion. Use dolist.
12984 (elint-unbound-variable): Use elint-builtin-variables and
12985 elint-autoloaded-variables.
12986 (elint-get-args): Use cadr, or.
12987 (elint-check-cond-form): Use dolist, cadr.
12988 (elint-check-condition-case-form): Doc fix. Use cadr.
12989 Use elint-extra-errors.
12990 (elint-log): New function.
12991 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
12992 Distinguish errors and warnings.
12993 (elint-log-message): Use with-current-buffer. Inhibit read-only.
12994 Use a bytecomp-style format.
12995 (elint-clear-log): Preserve default-directory. Inhibit read-only.
12996 (elint-get-log-buffer): Use compilation mode. Disable undo.
12997 Don't truncate lines.
12998 (elint-initialize): Set builtin and autoloaded variable lists.
12999 Only process elint-unknown-builtin-args if non-nil.
13000 (elint-find-builtin-variables, elint-find-autoloaded-variables):
13001 New functions.
13002 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
13003
855b42a2
GM
130042009-07-22 Kevin Ryde <user42@zip.com.au>
13005
13006 * net/newst-backend.el (newsticker--parse-atom-1.0)
13007 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
13008 (newsticker--parse-rss-1.0):
13009 * progmodes/idlwave.el (idlwave-mode):
13010 * progmodes/idlw-shell.el (idlwave-shell-mode):
13011 * progmodes/vera-mode.el (vera-mode):
13012 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
13013 * progmodes/vhdl-mode.el (vhdl-mode):
13014 * textmodes/table.el (table-generate-source)
13015 (table--warn-incompatibility):
13016 Hyperlink urls in docstrings with URL `...'.
13017
fd413a37
GM
130182009-07-22 Glenn Morris <rgm@gnu.org>
13019
cb711556
GM
13020 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
13021 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
13022 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
13023 Remove leading * from defcustom docs.
13024
fd413a37
GM
13025 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
13026
13027 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
13028 defcustom doc.
13029 (list-load-path-shadows): Optionally, just return shadows as a string.
13030
13031 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
13032
a4f69701
CY
130332009-07-21 Chong Yidong <cyd@stupidchicken.com>
13034
13035 * mail/rmailedit.el (rmail-edit-mode): Use
13036 auto-save-include-big-deletions.
13037
13038 * mail/rmail.el (rmail-variables): Use
13039 auto-save-include-big-deletions.
13040
13041 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
13042 changes.
13043
ec06459c
JB
130442009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
13045
13046 * calc/calc.el (calc-undo-length): New variable.
13047 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
13048
b41b0976
RS
130492009-07-21 Richard Stallman <rms@gnu.org>
13050
13051 * files.el (auto-save-mode): Handle buffer-save-size = -2
13052 for toggling mode.
13053
4ed32706
GM
130542009-07-21 Glenn Morris <rgm@gnu.org>
13055
531b1264
GM
13056 * textmodes/ispell.el (ispell-looking-back): Update declaration.
13057
55d27f41
GM
13058 * calendar/todo-mode.el (calendar-current-date): Update declaration.
13059
02df3f4d
GM
13060 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
13061 silence compiler. Instead...
13062 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
13063 (ps-print-ensure-fontified): Update for above function name changes.
13064
fdd8417e
GM
13065 * printing.el (pr-mh-get-msg-num, pr-mh-show)
13066 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
13067 silence compiler. Instead...
13068 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
13069 (mh-show-buffer): Only define for compiler.
13070 (pr-mh-current-message): Update for above function name changes.
13071
4ed32706
GM
13072 * files.el (abort-if-file-too-large): Explicitly pass `filename'
13073 as an argument.
13074 (find-file-noselect, insert-file-1): Update for above change.
13075
13076 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
13077
13078 * mail/mailclient.el (mailclient-send-it): Fix message.
13079
13080 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
13081 (edebug-eval): Check cl-debug-env is bound.
13082 (print-level, print-circle): Don't redefine built-in variables.
13083
13084 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
13085 (custom-print-vectors): Remove old comments from doc.
13086
13087 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
13088 (emerge-version): Make the variable an obsolete alias for the
13089 emacs-version variable. Make the function obsolete.
13090 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
13091 Emerge options, rather than merging in into the main Options menu.
13092 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
13093 and auto advance modes. Disable edit/fast items when not relevant.
13094
86812144
CY
130952009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
13096
13097 * term/vt420.el (terminal-init-vt420): Fix typo.
13098
6bb90094
SS
130992009-07-20 Sam Steingold <sds@gnu.org>
13100
13101 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
13102 variable (removed from compile.el on 2004-03-11).
13103
42e0a725
CY
131042009-07-20 Chong Yidong <cyd@stupidchicken.com>
13105
13106 * files.el (hack-local-variables-filter): Fix last change.
13107
2ee20f24
JL
131082009-07-19 Juri Linkov <juri@jurta.org>
13109
13110 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
13111 (dir-local-variables-alist): New buffer-local variable.
13112 (hack-local-variables-filter): If variable is not dir-local,
13113 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
13114 because file-local overrides dir-local.
3570691b 13115 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
13116 Remove obsolete declaration.
13117 (hack-dir-local-variables): Add dir-local variable/value pair to
13118 `dir-local-variables-alist' and remove duplicates. Doc fix.
13119
13120 * help-fns.el (describe-variable): Add information about
13121 file-local and dir-local variables.
13122
89bf83cd
CY
131232009-07-19 Chong Yidong <cyd@stupidchicken.com>
13124
13125 * files.el (hack-local-variables-filter): Rewrite.
13126
1a8d3541
GM
131272009-07-19 Glenn Morris <rgm@gnu.org>
13128
d9e8a018
GM
13129 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
13130 Silence compiler by only defining on XEmacs.
13131
da332cfb
GM
13132 * international/mule.el (auto-coding-regexp-alist): Only match
13133 BABYL... at the start of buffer, not of lines. (Bug#3790)
13134
1a8d3541
GM
13135 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
13136 non-calendar buffers (Bug#3862). Restore "not on a date" message.
13137 (cal-menu-context-mouse-menu): Doc fix.
13138
13139 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
13140
13141 * simple.el (mail-user-agent): Doc fix. Set :version tag.
13142
d842b103
JL
131432009-07-18 Juri Linkov <juri@jurta.org>
13144
13145 * info.el: Virtual Info keyword finder.
3570691b 13146 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
13147 (Info-finder-file): New variable.
13148 (Info-finder-find-file): New function.
13149 (finder-known-keywords, finder-package-info)
13150 (find-library-name, lm-commentary): Use defvar and
13151 declare-function to silence compiler warnings.
13152 (Info-finder-find-node): New function.
13153 (info-finder): New command.
13154
13155 * subr.el (process-kill-buffer-query-function): New function.
13156 (add-hook)<kill-buffer-query-functions>: Add hook
13157 `process-kill-buffer-query-function'.
13158
10d37df7
AM
131592009-07-18 Alan Mackenzie <acm@muc.de>
13160
7b6fefac 13161 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
13162 (c-postprocess-file-styles): Give invocation of `c-set-style'
13163 DONT-OVERRIDE parameter of t. Already set style variables will
13164 thus not be overridden by style settings given by `c-file-syle'.
13165
13166 * files.el (hack-local-variables-filter): Remove entries with
13167 duplicate keys from `file-local-variables-alist'.
13168
102e1a41
EZ
131692009-07-18 Eli Zaretskii <eliz@gnu.org>
13170
13171 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
13172 x-set-selection if display-selections-p returns nil for the
13173 current frame.
13174
16f2e9fc
CY
131752009-07-18 Chong Yidong <cyd@stupidchicken.com>
13176
13177 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
13178
f22693fc
EZ
131792009-07-18 Eli Zaretskii <eliz@gnu.org>
13180
a6c2c80c
EZ
13181 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
13182 Accept nil in addition to a regexp.
13183 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
13184 Accept nil in addition to a regexp.
13185 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
13186 buffers that have an associated file. Handle nil values of
13187 desktop-buffers-not-to-save and desktop-files-not-to-save.
13188 (Bug#3833)
13189
f22693fc
EZ
13190 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13191 (x-disown-selection-internal): New functions.
13192
e456379a
NR
131932009-07-18 Nick Roberts <nickrob@snap.net.nz>
13194
13195 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
13196 warning.
13197 (gdb-breakpoints-header): Move forward to avoid compiler warning.
13198 (gdb-make-header-line-mouse-map): Remove duplicate definition.
13199
0013b70f
CY
132002009-07-18 David De La Harpe Golden <david@harpegolden.net>
13201
13202 * simple.el (set-mark): Revert last change.
13203
0855c2ca
CY
132042009-07-17 Tassilo Horn <tassilo@member.fsf.org>
13205
13206 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
13207 rendering of pngs is not possible instead of messaging a long
13208 description.
13209
3f5c9cad
CY
132102009-07-17 David De La Harpe Golden <david@harpegolden.net>
13211
13212 * w32-fns.el (x-selection-owner-p): New function.
13213
13214 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
13215 (mouse-yank-at-click, mouse-yank-primary): If
13216 select-active-regions is non-nil, deactivate the mark before
13217 insertion.
3f5c9cad
CY
13218
13219 * simple.el (deactivate-mark, set-mark): Only save selection if we
13220 own it.
13221
1fc87f9b
KH
132222009-07-17 Kenichi Handa <handa@m17n.org>
13223
13224 * case-table.el (describe-buffer-case-table): Fix for the case
13225 that KEY is a cons.
13226
d56fdcd2
DN
132272009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
13228
13229 * vc-rcs.el (vc-rcs-find-file-hook):
13230 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
13231
bede3e9f
MA
132322009-07-16 Michael Albinus <michael.albinus@gmx.de>
13233
13234 * net/tramp.el (tramp-wait-for-output): Handle the case when
13235 commands do not return a newline but a null byte before the shell
13236 prompt. (Bug#3858)
13237
7653ca1d
YM
132382009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13239
13240 * term/ns-win.el (ns-set-alpha): Don't declare.
13241 (ns-set-background-alpha): Remove function.
13242
ed2a52e9
SM
132432009-07-16 Kevin Ryde <user42@zip.com.au>
13244
13245 * emacs-lisp/copyright.el (copyright-update): Save match-data across
13246 y-or-n-p, for safety.
13247
7a907299
RS
132482009-07-16 Richard Stallman <rms@gnu.org>
13249
13250 * files.el (auto-save-mode): If buffer-saved-size is -2,
13251 don't clobber it.
13252
13253 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
13254 (rmail-retry-ignored-headers): Add more uninteresting fields.
13255
c0db3477
CY
132562009-07-15 Jari Aalto <jari.aalto@cante.net>
13257
13258 * net/rcirc.el (rcirc): Use history variables.
13259 (rcirc-server-name-history, rcirc-nick-name-history)
13260 (rcirc-server-port-history): New variables.
13261
6c875452
KH
132622009-07-15 Kenichi Handa <handa@m17n.org>
13263
bf974dc9
KH
13264 * international/mule-cmds.el (set-language-environment-charset):
13265 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
13266 ignore them.
13267
6c875452
KH
13268 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
13269 Delete unibyte-display.
13270
2066b4fe
CY
132712009-07-15 Chong Yidong <cyd@stupidchicken.com>
13272
13273 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
13274
f9be2e35
CY
132752009-07-15 Chong Yidong <cyd@stupidchicken.com>
13276
13277 * simple.el (deactivate-mark): Optional argument FORCE.
13278 (set-mark): Use deactivate-mark.
13279
13280 * info.el (Info-search): No need to check transient-mark-mode
13281 before calling deactivate-mark.
13282
13283 * select.el (x-set-selection): Doc fix.
13284 (x-valid-simple-selection-p): Allow buffer values.
13285 (xselect--selection-bounds): Handle buffer values. Suggested by
13286 David De La Harpe Golden.
13287
13288 * mouse.el (mouse-set-region, mouse-drag-track): Call
13289 copy-region-as-kill before setting the mark, to let
13290 select-active-regions work.
13291
be3e598a 132922009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
13293
13294 * simple.el (deactivate-mark): If select-active-regions is
13295 non-nil, copy the selection data into a string.
13296 (activate-mark): If select-active-regions is non-nil, set the
13297 selection to the current buffer.
13298 (set-mark): Update selection if select-active-regions is non-nil.
13299
13300 * select.el (x-valid-simple-selection-p): Allow buffer values.
13301
cbd61418
SM
133022009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
13303
13304 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
13305 and more featureful message-mode.
13306
f470187f
CY
133072009-07-14 Chong Yidong <cyd@stupidchicken.com>
13308
13309 * select.el (x-set-selection): Doc fix.
13310 (x-valid-simple-selection-p): Disallow selection data consisting
13311 of a list or cons of integers, since that is not used.
13312 (xselect--selection-bounds, xselect--int-to-cons): New functions.
13313 (xselect-convert-to-string, xselect-convert-to-length)
13314 (xselect-convert-to-filename, xselect-convert-to-charpos)
13315 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
13316
bfc99364
DD
133172009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
13318
13319 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
13320 output in -break-info command (Emacs bug #3794).
13321
e32721f5
GM
133222009-07-14 Glenn Morris <rgm@gnu.org>
13323
1e46f9e4
GM
13324 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
13325 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
13326 (edebug-print-length, edebug-print-level, edebug-print-circle)
13327 (edebug-sit-for-seconds, edebug-view-outside)
13328 (edebug-bounce-point, edebug-set-global-break-condition)
13329 (edebug-Go-nonstop-mode, edebug-trace-mode)
13330 (edebug-Trace-fast-mode, edebug-continue-mode)
13331 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
13332 (edebug-visit-eval-list): Doc fixes.
13333
e32721f5
GM
13334 * subr.el (def-edebug-spec): Doc fix.
13335
66a85e76
KH
133362009-07-14 Kenichi Handa <handa@m17n.org>
13337
13338 * international/characters.el: Fix setting of category ?C.
13339
28571246
JD
133402009-07-13 Jan Djärv <jan.h.d@swipnet.se>
13341
7b6fefac 13342 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
13343 ns-popup-font-panel instead of generate-fontset-menu.
13344
5d74672c
EZ
133452009-07-12 Eli Zaretskii <eliz@gnu.org>
13346
7b6fefac 13347 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 13348
eb1727a4
CY
133492009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
13350
13351 * arc-mode.el (archive-find-type): Allow for a PK00 string before
13352 the PK\003\004 header (Bug#3770).
13353
208384c5
CY
133542009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
13355
13356 * pcomplete.el (pcomplete-comint-setup): Check for
13357 shell-dynamic-complete-filename too.
13358
774409a1
CY
133592009-07-11 Chong Yidong <cyd@stupidchicken.com>
13360
13361 * simple.el (temporary-goal-column): Change the value for
13362 line-move-visual to a cons cell.
13363 (line-move-visual): Record or set the window hscroll, if
13364 necessary (Bug#3494).
13365 (line-move-1): Handle cons value of temporary-goal-column.
13366
1639ee1d
KH
133672009-07-11 Kenichi Handa <handa@m17n.org>
13368
13369 * international/mule-diag.el (describe-character-set): Don't show
13370 width.
13371
2b1d2412
SS
133722009-07-10 Sam Steingold <sds@gnu.org>
13373
13374 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13375 Omake sometimes indents the errors it prints, so allow all
13376 regexps to start with spaces.
13377
ed3a5691
EZ
133782009-07-10 Eli Zaretskii <eliz@gnu.org>
13379
ed2a52e9
SM
13380 * cus-edit.el (customize-changed-options-previous-release):
13381 Bump value to 22.1. (Bug#3804)
ed3a5691 13382
49405d0e
SS
133832009-07-08 Sam Steingold <sds@gnu.org>
13384
13385 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
13386 to be a cons cell (test . ignored-directory) to selectively ignore
13387 some directories depending on the location of the search.
13388
93c3eb7c
MA
133892009-07-08 Michael Albinus <michael.albinus@gmx.de>
13390
13391 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
13392 remote user is root, on the local host.
13393 (tramp-local-host-p): Either the local user or the remote user
13394 must be root. (Bug#3771)
13395
6f2a8484
NR
133962009-07-08 Nick Roberts <nickrob@snap.net.nz>
13397
13398 * progmodes/gdb-mi.el (gdb): Remove description of
13399 gdb-use-separate-io-buffer.
69cb8d82 13400 (menu): Don't allow toggling of or enable
6f2a8484
NR
13401 gdb-use-separate-io-buffer from menubar.
13402
88d03607
CY
134032009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
13404
13405 * mail/unrmail.el (unrmail): Make sure the message ends with two
13406 newlines (Bug#3769).
13407
7ef5b8b2
GM
134082009-07-08 Glenn Morris <rgm@gnu.org>
13409
13410 * calendar/calendar.el (calendar-current-date): Rework previous change.
13411
3ce82f97
GM
134122009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
13413
13414 * calendar/calendar.el (calendar-current-date):
13415 Add an optional argument giving an offset from today.
13416
f35fc841
GM
134172009-07-08 Glenn Morris <rgm@gnu.org>
13418
13419 * tutorial.el (tutorial--describe-nonstandard-key):
13420 Adjust the message for when a key has been unbound.
13421 (help-with-tutorial): Hide the arch-tag.
13422
40149292
KH
134232009-07-08 Kenichi Handa <handa@m17n.org>
13424
69cb8d82
KH
13425 * international/fontset.el (setup-default-fontset): For each
13426 script, append (not set) font-specs.
13427
40149292
KH
13428 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
13429 docstring.
13430
ff0c4194
NR
134312009-07-08 Nick Roberts <nickrob@snap.net.nz>
13432
13433 * progmodes/gdb-mi.el (gdb-init-1): Move sending
13434 -data-list-register-names to ...
13435 (gdb-starting): ... here because GDB 7.0 requires execution to
13436 have started when using this MI command.
13437 (gdb-set-header): New function to distinguish select and
13438 unselected tabs in gdb buffers.
13439 (gdb-propertize-header): New macro that uses gdb-set-header.
13440 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 13441 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 13442
8954c675
CY
134432009-07-07 Chong Yidong <cyd@stupidchicken.com>
13444
13445 * Makefile.in (ELCFILES): Remove fadr.elc.
13446
0996385d
DD
134472009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
13448
dc6b4519
DD
13449 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
13450 may contain frame information, so `string-match' should be used.
13451 (gdb-update): Disassembly is invalidated through
13452 `gdb-get-selected-frame'.
13453 (gdb-pad-string): New function to pad string with spaces.
13454 (gdb-invalidate-disassembly): Invalidate only if the buffer
13455 exists.
13456 (gdb-disassembly-handler-custom): Column alignment.
13457 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
13458 placing new ones.
13459 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
13460 end of line, too.
13461 (gdb-frame-handler): Match convention to for disassembly buffer
13462 mode name.
17c1380b 13463 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
13464 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
13465 not highlight breakpoints without line information.
69a197a2 13466 (gdb-input): Add trailing newline to command.
dc6b4519 13467
14340b25
DD
13468 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
13469 buffer properly.
13470 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 13471 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
13472 now.
13473 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
13474 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
13475 to place breakpoints.
14340b25
DD
13476 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
13477 functions.
13478 (gdb-disassembly-handler-custom): Show overlay arrow.
13479 (gdb-disassembly-place-breakpoints): Show breakpoints in
13480 disassembly buffer.
13481 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 13482 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 13483 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 13484 in `gud-menu-map'.
14340b25 13485
38d4f316 13486 * fadr.el: Remove.
1f2a6224 13487
7b6fefac 13488 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 13489 (gdb-memory-address): New variable which holds top address of
7b6fefac 13490 memory page shown in memory buffer.
0996385d
DD
13491 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
13492 customization variables.
13493 New functions:
13494 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
13495 display the memory buffer.
13496 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
13497 buffer display parameters.
13498 (def-gdb-memory-format, gdb-memory-format-binary)
13499 (gdb-memory-format-octal, gdb-memory-format-unsigned)
13500 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
13501 Functions for setting memory buffer format.
13502 (gdb-memory-unit-word, gdb-memory-unit-halfword)
13503 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
13504 unit size used in memory buffer.
13505 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
13506 to next/previous page of memory buffer.
28d67a53 13507 Now using (bindat-get-field) instead of fadr functions.
0996385d 13508
9ba562d3
SS
135092009-07-07 Sam Steingold <sds@gnu.org>
13510
13511 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
13512 non-top-level files.
13513
a43977db
KH
135142009-07-07 Kenichi Handa <handa@m17n.org>
13515
13516 * international/mule-cmds.el (reset-language-environment): Put
13517 the highset priority to the charset iso-8859-1.
13518
d44d05e8
CY
135192009-07-06 Chong Yidong <cyd@stupidchicken.com>
13520
13521 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
13522 to the end of the line when locating the block (Bug#700).
13523
3e2fa353
MA
135242009-07-06 Michael Albinus <michael.albinus@gmx.de>
13525
13526 * net/tramp.el (tramp-handle-write-region): Flush file properties
13527 in case of short track.
13528
be3e598a 135292009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 13530
bf0b361c
JB
13531 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
13532 Coded custom representation of verilog error regular expressions
13533 to work with Emacs-22's new format.
d88782c3 13534 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 13535 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
13536 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
13537 error recognition into XEmacs.
13538 (verilog-error-regexp-add-emacs): Hook routine to install verilog
13539 error recognition into Emacs-22.
13540
25c6f63e
CY
135412009-07-06 Chong Yidong <cyd@stupidchicken.com>
13542
13543 * woman.el: Remove stand-alone closing parentheses.
13544 (woman-file-name, woman2-format-paragraphs)
13545 (woman-leave-blank-lines): Code cleanup.
13546 (woman-use-own-frame): Change default to nil.
13547 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
13548 defaults to inherit from default faces.
13549 (woman2-process-escapes): Consume the newline after a stand-alone
13550 filler character (Bug#3651).
13551
f176290e
GM
135522009-07-06 Glenn Morris <rgm@gnu.org>
13553
13554 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
13555 (top-level): Move provide to the end.
13556 (ffap): Remove defunct URL from custom group.
13557
13558 * subr.el (eval-after-load): Doc fix.
13559
7b6fefac 135602009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
13561
13562 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
13563 `calc-embedded-word' is called twice.
13564
4b8b1ec5
SM
135652009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13566
13567 * files.el (find-alternate-file-other-window, find-alternate-file):
13568 Obey confirm-nonexistent-file-or-buffer.
13569
d6ceb380
MA
135702009-07-05 Michael Albinus <michael.albinus@gmx.de>
13571
13572 * dired-aux.el (dired-show-file-type): Handle remote files.
13573
be3e598a 135742009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 13575
4b8b1ec5
SM
13576 * desktop.el (desktop-globals-to-save):
13577 Add file-name-history (Bug#2750).
c760f19e 13578
6d00ce04
CY
135792009-07-05 Chong Yidong <cyd@stupidchicken.com>
13580
4b8b1ec5 13581 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 13582
6ee21b07
JB
135832009-07-04 Johan Bockgård <bojohan@gnu.org>
13584
13585 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
13586 property on entire argument since this is what eshell-lisp-command
13587 expects.
13588
f0dbdc25
MA
135892009-07-03 Michael Albinus <michael.albinus@gmx.de>
13590
13591 * net/tramp-gvfs.el (tramp-gvfs-methods)
13592 (tramp-gvfs-zeroconf-domain)
13593 (tramp-bluez-discover-devices-timeout): Add version flag.
13594 (tramp-gvfs-handler-mounted-unmounted)
13595 (tramp-gvfs-connection-mounted-p): Polish handling of
13596 incompatibilities between GVFS 0.2 and 1.0.
13597
e044e4fc
JD
135982009-07-03 Jan Djärv <jan.h.d@swipnet.se>
13599
4b8b1ec5 13600 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 13601
2e9b968b
JB
136022009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
13603
bf0b361c 13604 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
13605 formatted correctly.
13606
baf1a55e
JL
136072009-07-02 Juri Linkov <juri@jurta.org>
13608
13609 * info.el: Virtual Info files and nodes.
13610 (Info-virtual-files, Info-virtual-nodes): New variables.
13611 (Info-current-node-virtual): New variable.
13612 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
13613 New functions.
13614 (Info-file-supports-index-cookies): Use Info-virtual-file-p
13615 to check for a virtual file instead of checking a fixed list
13616 of node names.
13617 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
13618 instead of ad-hoc processing of "dir" and (apropos history toc).
13619 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
13620 instead of ad-hoc processing of "dir" and (apropos history toc).
13621 Reread a file when moving from a virtual node.
13622 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
13623 (Info-directory-toc-nodes, Info-directory-find-file)
13624 (Info-directory-find-node): New functions.
13625 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
13626 (Info-history): Move part of code to
13627 `Info-history-find-node'.
13628 (Info-history-toc-nodes, Info-history-find-file)
13629 (Info-history-find-node): New functions.
13630 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
13631 (Info-toc): Move part of code to `Info-toc-find-node'.
13632 (Info-toc-find-node): New function.
4b8b1ec5 13633 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
13634 the current Info file name to references because now the node
13635 "*TOC*" belongs to the same Info manual.
4b8b1ec5 13636 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
13637 (Info-toc-nodes): Rename input argument `file' to `filename'.
13638 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
13639 instead of ad-hoc processing of ("dir" apropos history toc).
13640 (Info-index-nodes): Use Info-virtual-file-p
13641 to check for a virtual file instead of checking a fixed list
13642 of node names.
13643 (Info-index-node): Add check for `Info-current-node-virtual'.
13644 Raise `save-match-data' higher up the tree to contain
13645 `search-forward' too (bug fix).
13646 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
13647 (Info-virtual-index-nodes): New variable.
13648 (Info-virtual-index-find-node, Info-virtual-index): New functions.
13649 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
13650 (Info-apropos-file, Info-apropos-nodes): New variables.
13651 (Info-apropos-toc-nodes, Info-apropos-find-file)
13652 (Info-apropos-find-node, Info-apropos-matches): New functions.
13653 (info-apropos): Move part of code to `Info-apropos-find-node' and
13654 `Info-apropos-matches'.
13655 (Info-mode-map): Bind "I" to `Info-virtual-index'.
13656 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
13657 for a virtual file instead of checking a fixed list of node names.
13658
13659 * simple.el (async-shell-command): New command.
13660
13661 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
13662
13663 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
13664 instead of `mount-info'.
13665
d04bc496
MA
136662009-07-02 Michael Albinus <michael.albinus@gmx.de>
13667
13668 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 13669 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 13670
af0403e0
KH
136712009-07-02 Kenichi Handa <handa@m17n.org>
13672
13673 * international/mule.el (set-keyboard-coding-system): Force *-unix
13674 coding-system to avoid eol conversion.
13675
99278f8a
MA
136762009-07-01 Michael Albinus <michael.albinus@gmx.de>
13677
4b8b1ec5
SM
13678 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13679 Add handler for `process-file', `shell-command' and
99278f8a
MA
13680 `start-file-process'.
13681 (tramp-gvfs-handle-shell-command)
13682 (tramp-gvfs-handle-start-file-process)
13683 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 13684 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 13685
3f1c6666
JD
136862009-07-01 Jan Djärv <jan.h.d@swipnet.se>
13687
13688 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
13689
3f396bac
KH
136902009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
13691
13692 * language/korean.el (set-language-info-alist): Add korean-cp949,
13693 cp949 to spec.
13694
c1185193
KH
136952009-07-01 Kenichi Handa <handa@m17n.org>
13696
13697 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
13698
13699 * international/encoded-kb.el: Deleted.
13700
13701 * international/mule.el (set-keyboard-coding-system): Perform the
13702 necessary setup here instead of calling encoded-kbd-setup-display.
13703
3f150a60
GM
137042009-07-01 Glenn Morris <rgm@gnu.org>
13705
13706 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
13707
b0d5b05b
GM
137082009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
13709
13710 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
13711
4f4126e6
MA
137122009-06-30 Michael Albinus <michael.albinus@gmx.de>
13713
4b8b1ec5
SM
13714 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
13715 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 13716 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 13717
7ae3ea65 13718 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
13719 (top): Add a default for "synce" in `tramp-default-user-alist'.
13720 Add completion function for "synce" method.
13721 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
13722 (tramp-hal-interface-manager, tramp-hal-interface-device):
13723 New defconst.
13724 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
13725 (tramp-synce-list-devices, tramp-synce-parse-device-names):
13726 New defuns.
d6ceb380
MA
13727
13728 * net/trampver.el: Update release number.
7ae3ea65 13729
0ad6626b
KH
137302009-06-30 Kenichi Handa <handa@m17n.org>
13731
13732 * international/fontset.el (setup-default-fontset): Add CJK fonts
13733 for symbols and the other miscellaneous characters.
13734
4b8b1ec5
SM
13735 * language/korea-util.el (setup-korean-environment-internal):
13736 Make char-width-table suitable for Korean environments.
0ad6626b
KH
13737 (exit-korean-environment): Cancel above.
13738
13739 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
13740 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 13741 setup-function to make char-width-table suitable for respective
0ad6626b
KH
13742 environments, and an exit-function to cancel that.
13743
13744 * language/japan-util.el (setup-japanese-environment-internal):
13745 Call use-cjk-char-width-table with arg `ja_JP'.
13746
13747 * international/characters.el (cjk-char-width-table): Delete it.
13748 (cjk-char-width-table-list): New variable.
13749 (use-cjk-char-width-table): New arg local-name.
13750 (use-default-char-width-table): Fix for the case that Emacs is
13751 already using the default char-width-table.
13752
fd46e893
MA
137532009-06-29 Michael Albinus <michael.albinus@gmx.de>
13754
13755 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
13756 modes mandatory. (Bug#3712)
13757
b87d9f96
AM
137582009-06-29 Alan Mackenzie <acm@muc.de>
13759
13760 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 13761 correction between the visible width of TABs and their number of bytes.
b87d9f96 13762
2d25aa5a
CY
137632009-06-29 Chong Yidong <cyd@stupidchicken.com>
13764
13765 * server.el (server-buffer-done): Prevent kill-buffer from
13766 prompting by clearing the buffer modification flag (Bug#3696).
13767
a3a8b002
DN
137682009-06-28 Michael McNamara <mac@mail.brushroad.com>
13769
bf0b361c 13770 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 13771 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
13772 (verilog-basic-complete-re): Support localparam lineup.
13773 (verilog-beg-of-statement-1): Fix for robustness, unique case.
13774 (verilog-set-auto-endcomments): Fix for unique case, always_comb
13775 commenting.
13776 (verilog-leap-to-case-head): Now support *nested* unique &
13777 priority case statements.
13778 (verilog-auto-lineup): Make just declarations the default (as it
13779 had been).
4b8b1ec5 13780 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 13781 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 13782 select the various styles of automatic lineup.
a3a8b002
DN
13783 (verilog-error-regexp-alist): Rework to support the XEmacs style
13784 of error regular expressions from compilers, lint tools &
13785 simulators. Note that GNU Emacs has made it impossible for a mode
13786 to load such things.
13787 (electric-verilog-terminate-line, verilog-indent-declaration)
13788 (verilog-auto-wiure): Rework for radio button selection of
13789 auto-lineup selection of specification of auto lineup.
13790 (verilog-beg-of-statement-1): Redesign to support proper operation
13791 in additional code, based on testing with auto-lineup.
13792 (verilog-calculate-indent, assignments & declarations)
13793 (verilog-backward-token): Enhance to support auto-lineup of
13794 assignments & declarations.
13795 (verilog-in-directive-p, verilog-at-struct-p): New function for
13796 easy test of whether we are.
13797 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
13798 to support safe execution at almost anyline.
13799 (verilog-calc-1): Properly support indenting deep inside generate
13800 blocks.
48c2d18a 13801 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 13802 as it is redundant with font-lock-defaults.
a8f316ca 13803 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
13804 to avoid circular calls if syntax-ppss is a function (as is the
13805 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 13806 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
13807 (verilog-ovm-begin-re, verilog-ovm-end-re)
13808 (verilog-ovm-statement-re, verilog-leap-to-head)
13809 (verilog-backward-token): Add support for OVM macros. Some are
13810 complete statements, and others open and close scopes like begin
13811 and end.
13812 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
13813 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 13814 compilation issue.
48c2d18a 13815 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 13816 coverpoint, constraint and cross statements.
a3a8b002
DN
13817 (verilog-defun-level-list, verilog-generate-defun-level-list)
13818 (verilog-all-defun-level-list): Redo these specifications - it is
13819 too hard to support eval-when compile aggregation of lists also
13820 built at when-compile time.
13821 (verilog-defun-level-list): Place defconsts of variables used in
13822 building regular expressions which are built in eval-when-compile
13823 bodies in the same eval-when-compile body to facilitate compile
13824 without load.
13825 (verilog-beg-block-re-ordered): Support indenting
13826 virtual/protected tasks and functions.
7b6fefac 13827 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
13828 (verilog-backward-ws&directives, verilog-calc-1): Speed up
13829 indentation of some module items (generate items).
13830 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
13831 across virtual/protected tasks and functions.
13832
138332009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
13834
bf0b361c 13835 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 13836 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
13837 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
13838 in concatenations. Reported by Yishay Belkind.
13839 (verilog-auto-ascii-enum): Support one-hot state machines in
13840 AUTOASCIIENUM. Suggested by Lloyd Gomez.
13841 (verilog-auto-inst, verilog-auto-inst-port): Include interface
13842 modport in AUTOINST and add vl-modport for users. Reported by
13843 David Rogoff.
13844 (verilog-auto-inout-module, verilog-auto-inst)
13845 (verilog-decls-get-interfaces, verilog-insert-definition)
13846 (verilog-insert-one-definition, verilog-read-decls)
13847 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
13848 (verilog-sig-modport, verilog-signals-combine-bus)
13849 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
13850 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
13851 Suggested by David Rogoff.
13852 (verilog-repair-open-comma): Fix non-insertion of comma when
13853 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
13854 (verilog-make-width-expression): Simplify [A-1:0] expression
13855 widths to just {A{1'b0}}.
13856 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
13857 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
13858 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
13859 inputs/outputs or data type. Suggested by Vasu Kandadi.
13860 (next-error-last-buffer): Fix byte-compiler warning.
13861 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
13862 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 13863 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 13864 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
13865 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
13866 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 13867 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
13868 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
13869 causing use of <= assignments. Reported by Alex Reed.
13870 (verilog-read-decls): Fix triand, trior, wand, wor to be
13871 recognized by AUTOWIRE. Reported by Spencer Isaacson.
13872 (verilog-extended-complete-re): Support import "DPI-C" functions.
13873 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 13874 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
13875 (verilog-insert-date, verilog-insert-year)
13876 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
13877 Windows systems. Reported by Michael Potts.
13878 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 13879 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 13880 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 13881 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
13882 (verilog-read-decls): Fix detecting "parameter int" when using
13883 AUTOINSTPARAM. Reported by Bruce T.
13884 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 13885 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 13886 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
13887 verilog-goto-defun will work. Reported by Lawrence Butcher.
13888 (verilog-getopt): Expand environment variables in -f file
13889 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 13890 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
13891 when reading enumerations.
13892 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
13893 Suggested by Stephen Peltan.
4b8b1ec5 13894 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
13895 files. Reported by Steve Peltan.
13896
f7c0d931
CY
138972009-06-28 David De La Harpe Golden <david@harpegolden.net>
13898
13899 * files.el (trash-directory): Fix defcustom type.
13900
baf1a55e 139012009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
13902
13903 * help-fns.el (describe-function-1): Correctly locate adviced
13904 functions in hyperlink (Bug#2438).
13905
d63a01ef
CY
139062009-06-28 Chong Yidong <cyd@stupidchicken.com>
13907
13908 * files.el (trash-directory): Change default to nil.
13909 (move-file-to-trash): If trash-directory is nil and
13910 system-move-file-to-trash is unbound, perform freedesktop-style
13911 trashing.
13912
139132009-06-28 David De La Harpe Golden <david@harpegolden.net>
13914
13915 * files.el (move-file-to-trash): Add freedesktop trash
13916 support (Bug#973).
13917
fc2f6a26
GM
139182009-06-28 Glenn Morris <rgm@gnu.org>
13919
13920 * autorevert.el (global-auto-revert-non-file-buffers)
13921 (global-auto-revert-mode): Doc fixes.
13922
00242b07
JB
139232009-06-27 Johan Bockgård <bojohan@gnu.org>
13924
13925 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
13926
f5594f03
CY
139272009-06-27 Chong Yidong <cyd@stupidchicken.com>
13928
e8a2b2da
CY
13929 * faces.el (x-handle-named-frame-geometry): Ensure that we have
13930 opened an X connection before calling x-get-resource (Bug#3194).
13931
f5594f03
CY
13932 * play/doctor.el: Remove reference to obsolete website.
13933 (make-doctor-variables): Correct grammar mistake (Bug#2633).
13934
3c3bf6ce
DN
139352009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
13936
13937 Remove find-file-not-found-hook VC method. (Bug#2757)
13938 * vc-hooks.el (vc-file-not-found-hook)
13939 (vc-default-find-file-not-found-hook): Remove functions.
13940 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
13941 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
13942 * vc.el:
13943 * vc-hg.el:
13944 * vc-git.el: Do not mention find-file-not-found-hook VC method.
13945
e26a7bc0
AM
139462009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
13947
13948 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 13949 compatibility function for `looking-back'.
e26a7bc0 13950
4b8b1ec5 13951 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 13952 Use `ispell-looking-back'.
e26a7bc0 13953
d9848600
MA
139542009-06-24 Michael Albinus <michael.albinus@gmx.de>
13955
13956 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 13957 rather than `filename'.
d9848600 13958
05fbc4a9
MB
139592009-06-23 Miles Bader <miles@gnu.org>
13960
13961 * face-remap.el (text-scale-set): New function.
13962
f86ca715
GM
139632009-06-23 Glenn Morris <rgm@gnu.org>
13964
33e2c2e5
GM
13965 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
13966
f529f302
GM
13967 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
13968
34995333
GM
13969 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
13970
cc80ccee
GM
13971 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
13972
84cb770d
GM
13973 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
13974 Simplify Persian conditionals.
13975
d916c965
GM
13976 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
13977 variable `filename'.
13978
b6a44b27
GM
13979 * comint.el (comint-insert-input): Doc fix.
13980
f86ca715
GM
13981 * Makefile.in (ELCFILES): Fix typo in previous change.
13982
666e158e
MB
139832009-06-23 Miles Bader <miles@gnu.org>
13984
13985 * cus-start.el: Add entry for `recenter-redisplay'.
13986
be3e598a 139872009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
13988
13989 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
13990 Add an optional argument for the backend, use it instead of
13991 calling vc-backend.
4b8b1ec5
SM
13992 (vc-mode-line): Add an optional argument for the backend.
13993 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
13994 special handling for vc-state being a buffer to ...
13995
13996 * vc-rcs.el (vc-rcs-find-file-hook):
13997 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
13998
13999 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
14000 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
14001 vc-stay-local-p and vc-mode-line calls.
14002
14003 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
14004 (vc-cvs-diff, vc-cvs-annotate-command)
14005 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
14006 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
14007 vc-mode-line calls.
14008
14009 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
14010 direct comparison.
14011 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
14012 backend when calling vc-mode-line.
14013 (vc-register): Do not create a closure for calling the vc register
14014 function, call it directly.
14015
2764748c
DN
140162009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
14017
14018 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
14019 to make it obvious item can be clicked.
f5a0b281
DN
14020
14021 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
14022
d4a885b2
KH
140232009-06-23 Kenichi Handa <handa@m17n.org>
14024
14025 * language/korea-util.el (korean-key-bindings): Change the binding
14026 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
14027 same command.
14028
e3610693
MA
140292009-06-22 Michael Albinus <michael.albinus@gmx.de>
14030
14031 Sync with Tramp 2.1.16.
14032
14033 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
14034
14035 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
14036 when a loading of a package fails. Completion function for rsync
14037 is `tramp-completion-function-alist-ssh'.
14038 (all): Replace all calls of `split-string' and
14039 `tramp-split-string' by `tramp-compat-split-string'.
14040 (tramp-default-method): Use `tramp-compat-process-running-p'.
14041 (tramp-default-proxies-alist): Allow also Lisp forms.
14042 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 14043 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
14044 (tramp-domain-regexp): Allow also "-", "_" and ".".
14045 (tramp-end-of-output): Remove newlines, and add "$" at the end.
14046 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
14047 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
14048 (tramp-handle-directory-files-and-attributes-with-stat):
14049 Care about filenames with spaces, or starting with "-".
e3610693
MA
14050 (tramp-handle-dired-uncache): New defun.
14051 (tramp-handle-insert-directory): Don't flush the directory from
14052 cache, this is handled by `dired-uncache' now.
14053 (tramp-handle-insert-file-contents): Improve error handling.
14054 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14055 Quote `tramp-end-of-output'.
14056 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
14057 (tramp-check-for-regexp): Both echoes must be present, before removing.
14058 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
14059 (tramp-compute-multi-hops): Eval cons cells of
14060 `tramp-default-proxies-alist'.
14061 (tramp-maybe-open-connection): Use the same command pattern for
14062 first hop and further hops.
14063 (tramp-wait-for-output): Remove handling of newlines.
14064 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
14065 (tramp-split-string): Remove function. It is handled in
14066 tramp-compat now.
14067
4b8b1ec5
SM
14068 * net/tramp-cmds.el (tramp-bug):
14069 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
14070
14071 * net/tramp-compat.el (tramp-compat-split-string)
14072 (tramp-compat-process-running-p): New defuns.
14073
14074 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
14075 for `dired-uncache'.
14076
14077 * net/tramp-gvfs.el: New package.
14078
4b8b1ec5
SM
14079 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
14080 Add handler for `dired-uncache'.
e3610693
MA
14081 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
14082
14083 * net/trampver.el: Update release number. Make version check fit
14084 for SXEmacs 22.
14085
13a3f374
JM
140862009-06-22 Jim Meyering <meyering@redhat.com>
14087
e0a28a3b 14088 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
14089 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
14090 XZ is the successor to LZMA: <http://tukaani.org/xz/>
14091
5242671e 140922009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 14093 Nick Roberts <nickrob@snap.net.nz>
13a3f374 14094
e0a28a3b 14095 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
14096 repository (http://sphinx.net.ru/hg/gdb-mi/).
14097
3fde45af
GM
140982009-06-22 Glenn Morris <rgm@gnu.org>
14099
46253b34
GM
14100 * files.el (dir-locals-collect-mode-variables): Allow for any number of
14101 `mode' and `eval' entries. (Bug#3430)
14102
97e18192
GM
14103 * Makefile.in (ELCFILES): Add fadr.elc.
14104
731a00fb
GM
14105 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
14106 differing behavior of \n and ^ in strings. (Bug#3385)
14107
c66cd0ff
GM
14108 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
14109
3fde45af
GM
14110 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
14111 property.
14112 (lisp-indent-function): Make it a defcustom.
14113
db2241a0
NR
141142009-06-21 Nick Roberts <nickrob@snap.net.nz>
14115
14116 * progmodes/gdb-ui.el: Replace with ...
5242671e 14117 * progmodes/gdb-mi.el: ... this file.
db2241a0 14118 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
14119
141202009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
14121
db2241a0
NR
14122 * fadr.el: New file.
14123
38d4f316 14124See ChangeLog.14 for earlier changes.
e3d51b27
MR
14125
14126;; Local Variables:
14127;; coding: utf-8
e3d51b27
MR
14128;; End:
14129
4e5617ee 14130 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
14131
14132 This file is part of GNU Emacs.
14133
14134 GNU Emacs is free software: you can redistribute it and/or modify
14135 it under the terms of the GNU General Public License as published by
14136 the Free Software Foundation, either version 3 of the License, or
14137 (at your option) any later version.
14138
14139 GNU Emacs is distributed in the hope that it will be useful,
14140 but WITHOUT ANY WARRANTY; without even the implied warranty of
14141 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14142 GNU General Public License for more details.
14143
14144 You should have received a copy of the GNU General Public License
14145 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
14146
38d4f316 14147;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1