]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
ece74b3ca0243ca9be3bb6f4735788a14e87169b
[gnu-emacs] / lisp / ChangeLog
1 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 Split smie-indent-calculate into more manageable chunks.
4 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
5 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
6 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
7 (smie-indent-exps): Extract from smie-indent-calculate.
8 (smie-indent-functions): New var.
9 (smie-indent-functions): Use them.
10
11 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
12
13 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
14 (smie-indent-calculate): Simplify and cleanup.
15
16 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
17
18 * net/tramp-gvfs.el (top): Require url-util.
19 (tramp-gvfs-mount-point): Remove.
20 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
21 New defuns.
22 (with-tramp-dbus-call-method): Format trace message.
23 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
24 Implement backup call, when operation on local files fails.
25 Use progress reporter. Flush properties of changed files.
26 (tramp-gvfs-handle-make-directory): Make more traces.
27 (tramp-gvfs-url-file-name): Hexify file name in url.
28 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
29 into account for the resulting file name.
30 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
31 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
32 (tramp-gvfs-handler-mounted-unmounted)
33 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
34 attribute "default_location". Set "prefix" property.
35 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
36 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
37 exists. Raise an error, if not (due to a corresponding answer
38 "no" in interactive questions, for example).
39
40 22010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
41
42 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
43
44 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
45
46 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
47 right-*. (Bug#6265)
48
49 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
50
51 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
52 * vc-git.el (vc-git-compute-remote): New function.
53 (vc-git-log-outgoing): Use it instead of hard coding a value.
54 (vc-git-log-incoming): New function.
55
56 Improve state updating for VC tag commands.
57 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
58 to update the state of all buffers in the directory.
59
60 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
61
62 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
65 `file-directory-p' to the filename part rather than to the whole text.
66
67 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
68
69 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
70 (bug#6231).
71
72 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
73
74 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
75
76 2010-05-31 Drew Adams <drew.adams@oracle.com>
77
78 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
79
80 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
81
82 * subr.el (momentary-string-display): Just use read-event to read
83 the exit event (Bug#6238).
84
85 2010-05-30 Eli Zaretskii <eliz@gnu.org>
86
87 * international/mule.el (define-coding-system): Doc fix (bug#6313).
88
89 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
90
91 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
92 Suggested by Eli Zaretskii <eliz@gnu.org>.
93
94 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
95
96 * minibuffer.el (completion-file-name-table): Don't return a boundary
97 past the end of `string' (bug#6299).
98 (completion--file-name-table): Delegate to completion-file-name-table
99 for the `boundaries' case.
100
101 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
102
103 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
104 movement commands.
105
106 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
107 `path-separator', but maintain compatibility with Emacs 20.2.
108
109 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
110
111 * server.el (server-process-filter): Receive parent-id argument
112 from emacsclient.
113 (server-create-window-system-frame): New arg. Pass parent-id as
114 frame parameter.
115
116 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
117
118 * ansi-color.el: Delete unused escape sequences (Bug#6085).
119 (ansi-color-drop-regexp): New constant.
120 (ansi-color-apply, ansi-color-filter-region)
121 (ansi-color-apply-on-region): Delete unrecognized control
122 sequences.
123 (ansi-color-apply): Build string list before calling concat.
124
125 2010-05-29 Eli Zaretskii <eliz@gnu.org>
126
127 Bidi-sensitive word movement with arrow keys.
128 * subr.el (right-arrow-command, left-arrow-command): Move to
129 bindings.el.
130
131 * bindings.el (right-char, left-char): Move from subr.el and
132 rename from right-arrow-command and left-arrow-command.
133 (right-word, left-word): New functions.
134 (global-map) <right>: Bind to right-char.
135 (global-map) <left>: Bind to left-char.
136 (global-map) <C-right>: Bind to right-word.
137 (global-map) <C-left>: Bind to left-word.
138
139 * ls-lisp.el (ls-lisp-classify-file): New function.
140 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
141 (ls-lisp-classify): Call ls-lisp-classify-file.
142 (insert-directory): Remove blanks from switches.
143
144 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
145
146 * ansi-color.el: Delete unused escape sequences (Bug#6085).
147 (ansi-color-drop-regexp): New constant.
148 (ansi-color-apply, ansi-color-filter-region)
149 (ansi-color-apply-on-region): Delete unrecognized control sequences.
150 (ansi-color-apply): Build string list before calling concat.
151
152 2010-05-28 Juri Linkov <juri@jurta.org>
153
154 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
155 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
156 (Bug#5270)
157
158 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
159
160 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
161 to ignored backtrace functions.
162 (with-progress-reporter): Expand docstring.
163 (tramp-handle-delete-file): Implement TRASH argument.
164 (tramp-get-remote-trash): New defun.
165
166 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
167
168 * net/tramp-compat.el (tramp-compat-delete-file): Use
169 `symbol-value' for backward compatibility.
170
171 * net/tramp.el (tramp-handle-make-symbolic-link)
172 (tramp-handle-load)
173 (tramp-do-copy-or-rename-file-via-buffer)
174 (tramp-do-copy-or-rename-file-directly)
175 (tramp-do-copy-or-rename-file-out-of-band)
176 (tramp-handle-process-file, tramp-handle-call-process-region)
177 (tramp-handle-shell-command, tramp-handle-file-local-copy)
178 (tramp-handle-insert-file-contents, tramp-handle-write-region)
179 (tramp-delete-temp-file-function): Use `delete-file' instead
180 of `tramp-compat-delete-file'.
181
182 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
183 (tramp-fish-handle-make-symbolic-link)
184 (tramp-fish-handle-process-file): Use `delete-file' instead
185 of `tramp-compat-delete-file'.
186
187 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
188 `delete-file' instead of `tramp-compat-delete-file'.
189
190 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
191 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
192 `tramp-compat-delete-file'.
193
194 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
195 `delete-file' instead of `tramp-compat-delete-file'.
196
197 * net/tramp-smb.el (tramp-smb-handle-copy-file)
198 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
199 (tramp-smb-handle-write-region): Use `delete-file' instead of
200 `tramp-compat-delete-file'.
201 (tramp-smb-handle-delete-directory): Use 'trash as arg.
202
203 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
204
205 * dired.el (dired-delete-file): New arg TRASH.
206 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
207 (dired-do-flagged-delete, dired-do-delete): Use trash.
208
209 * speedbar.el (speedbar-item-delete): Allow trashing.
210
211 * files.el (delete-directory): New arg TRASH.
212
213 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
214 (ange-ftp-rename-remote-to-remote)
215 (ange-ftp-rename-local-to-remote)
216 (ange-ftp-rename-remote-to-local, ange-ftp-load)
217 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
218 `delete-file'.
219 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
220 allow trashing.
221
222 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
223 handle new TRASH arg of `delete-file'.
224
225 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
226 (tramp-handle-make-symbolic-link, tramp-handle-load)
227 (tramp-do-copy-or-rename-file-via-buffer)
228 (tramp-do-copy-or-rename-file-directly)
229 (tramp-do-copy-or-rename-file-out-of-band)
230 (tramp-handle-process-file, tramp-handle-call-process-region)
231 (tramp-handle-shell-command, tramp-handle-file-local-copy)
232 (tramp-handle-insert-file-contents, tramp-handle-write-region)
233 (tramp-delete-temp-file-function): Use null TRASH arg in
234 tramp-compat-delete-file call.
235
236 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
237 (tramp-fish-handle-delete-file)
238 (tramp-fish-handle-make-symbolic-link)
239 (tramp-fish-handle-process-file): Use null TRASH arg in
240 `tramp-compat-delete-file' call.
241
242 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
243 arg in `tramp-compat-delete-file' call.
244
245 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
246 (tramp-gvfs-handle-write-region): Use null TRASH arg in
247 `tramp-compat-delete-file' call.
248
249 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
250 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
251 `tramp-compat-delete-file' call.
252
253 * net/tramp-smb.el (tramp-smb-handle-copy-file)
254 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
255 (tramp-smb-handle-write-region): Use null TRASH arg in
256 tramp-compat-delete-file call.
257 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
258 (tramp-smb-handle-delete-file): Rename arg.
259
260 * diff.el (diff-sentinel):
261 * epg.el (epg--make-temp-file, epg-decrypt-string)
262 (epg-verify-string, epg-sign-string, epg-encrypt-string):
263 * jka-compr.el (jka-compr-partial-uncompress)
264 (jka-compr-call-process, jka-compr-write-region):
265 * server.el (server-sentinel): Remove optional arg from
266 delete-file, reverting 2010-05-03 change.
267
268 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
269
270 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
271 font-lock-constant-face, not obsolete font-lock-reference-face.
272
273 2010-05-27 Masatake YAMATO <yamato@redhat.com>
274
275 * htmlfontify.el (hfy-face-resolve-face): New function.
276 (hfy-face-to-style): Use it (Bug#6279).
277
278 2010-05-27 Kenichi Handa <handa@m17n.org>
279
280 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
281 element of GSTRING is nil.
282
283 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
284
285 * emacs-lisp/smie.el (smie-forward-token-function)
286 (smie-backward-token-function): New vars.
287 (smie-backward-sexp, smie-forward-sexp)
288 (smie-indent-hanging-p, smie-indent-calculate): Use them.
289 (smie-default-backward-token): Rename from smie-backward-token and
290 skip comments.
291 (smie-default-forward-token): Rename from smie-forward-token and
292 skip comments.
293 (smie-next-sexp): Handle nil results from next-token.
294 (smie-indent-calculate): Add a new case for special `fixindent' comments.
295
296 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
297
298 * progmodes/verilog-mode.el (verilog-type-font-keywords):
299 Use font-lock-constant-face, not obsolete font-lock-reference-face.
300
301 2010-05-27 Masatake YAMATO <yamato@redhat.com>
302
303 * htmlfontify.el (hfy-face-resolve-face): New function.
304 (hfy-face-to-style): Use it (Bug#6279).
305
306 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
307
308 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
309 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
310
311 2010-05-26 Glenn Morris <rgm@gnu.org>
312
313 * emulation/edt.el (edt-load-keys): Use locate-library.
314
315 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
316
317 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
318 (log-edit-changelog-entries): Doc fix.
319 (log-edit-changelog-insert-entries): Args changed.
320 Rename relative filenames in ChangeLog entries. Delete tabs.
321 (log-edit-insert-changelog-entries): Reorganize return value of
322 `log-edit-changelog-entries' to pass filenames to
323 log-edit-changelog-insert-entries.
324
325 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
326
327 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
328 `image-dired-dired-insert-marked-thumbs' to
329 `image-dired-dired-toggle-marked-thumbs'.
330
331 * image-dired.el: Require cl when compiling.
332 (image-dired-dired-toggle-marked-thumbs): Rename from
333 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
334 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
335 to 'no-dir. Skip files whose names don't match
336 `image-file-name-regexp'. When file has a thumbnail overlay,
337 delete it. (Bug#5270)
338
339 2010-05-25 Juri Linkov <juri@jurta.org>
340
341 * image-mode.el (image-mode): Add image-after-revert-hook to
342 after-revert-hook.
343 (image-after-revert-hook): New function. (Bug#5669)
344
345 2010-05-25 Juri Linkov <juri@jurta.org>
346
347 * image.el (image-animated-p): When delay between animated images
348 is 0, set it to 10 (0.1 sec). (Bug#6258)
349
350 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
351
352 * net/tramp.el (tramp-handle-insert-directory): Don't use
353 `forward-word', its default syntax could be changed.
354
355 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
356
357 * net/tramp.el (tramp-progress-reporter-update): New defun.
358 (with-progress-reporter): Use it.
359 (tramp-process-actions):
360 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
361 current message, in order to let progress reporter continue
362 afterwards. (Bug#6257)
363
364 2010-05-25 Glenn Morris <rgm@gnu.org>
365
366 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
367 Add :version.
368
369 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
370
371 * net/rcirc.el (rcirc-server-alist): Add :pass.
372 (rcirc-default-user-name): Change to "user".
373 (rcirc-default-full-name): Change to "unknown".
374 (rcirc-user-name-history): Add variable.
375 (rcirc): When prompting for connection paramaters, also prompt for
376 username and password.
377 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
378 value to server when connecting.
379
380 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
381
382 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
383 (smie-merge-prec2s): Pass the tables as separate args.
384 (smie-bnf-precedence-table): Adjust call accordingly.
385 (smie-prec2-levels): Set levels at the end.
386
387 Replace Lisp calls to delete-backward-char by delete-char.
388 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
389 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
390 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
391 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
392 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
393 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
394 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
395 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
396 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
397 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
398 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
399 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
400 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
401 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
402 delete-backward-char by calls to delete-char.
403
404 2010-05-25 Kenichi Handa <handa@m17n.org>
405
406 * language/hebrew.el (hebrew-shape-gstring): New function.
407 Register it in composition-function-table for all Hebrew combining
408 characters.
409
410 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
411
412 * epa.el (epa--select-keys): Don't explicitly delete the window since
413 that can fail (e.g. sole window in frame). Use dedication instead.
414
415 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
416
417 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
418
419 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
420
421 * subr.el (read-quoted-char): Resolve modifiers after key
422 remapping (bug#6212).
423
424 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
425
426 * image.el (image-refresh): Define as an alias for image-flush.
427
428 * image-mode.el (image-toggle-display-image): Caller changed.
429
430 2010-05-21 Juri Linkov <juri@jurta.org>
431
432 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
433 Remove "all" from grep-files-aliases. Split grep-files-aliases by
434 whitespace, call wildcard-to-regexp on substrings and concat them
435 with "\\|". (Bug#6114)
436
437 2010-05-21 Alan Mackenzie <acm@muc.de>
438
439 * progmodes/cc-engine.el (c-parse-state-get-strategy):
440 Replace parameter `here' with `here-' and `here-plus', which sandwich
441 any pertinent CPP construct.
442 (c-remove-stale-state-cache-backwards): Fix a bug which happens
443 when doing (c-parse-state) in a CPP construct: Exclude any "new"
444 CPP construct from taking part in the scanning.
445
446 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
447
448 * net/tramp.el (tramp-do-copy-or-rename-file)
449 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
450 Tune `with-progress-reporter' messages.
451 (tramp-handle-vc-registered):
452 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
453 (tramp-fish-handle-insert-file-contents)
454 (tramp-fish-maybe-open-connection):
455 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
456 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
457 (tramp-imap-handle-insert-file-contents)
458 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
459
460 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
461
462 * add-log.el (change-log-font-lock-keywords):
463 Highlight all authors in multi-author entries.
464
465 * smerge-mode.el (smerge-refine-ignore-whitespace)
466 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
467 Fix typos in docstrings.
468 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
469
470 2010-05-21 Glenn Morris <rgm@gnu.org>
471
472 * progmodes/fortran.el (fortran-mode):
473 * progmodes/f90.el (f90-mode): Derive from prog-mode.
474
475 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
476 having a relative path in src/Makefile.in.
477
478 2010-05-20 Kevin Ryde <user42@zip.com.au>
479
480 * help-mode.el (help-make-xrefs): For Info node links turn
481 newlines into spaces. Link node names with newlines are matched
482 by help-xref-info-regexp and buttonized, this change ensures they
483 can be followed successfully with RET. (Bug#6206)
484
485 2010-05-20 Juri Linkov <juri@jurta.org>
486
487 * locate.el (locate): Use pop-to-buffer instead of
488 switch-to-buffer-other-window. (Bug#6204)
489
490 2010-05-20 Juri Linkov <juri@jurta.org>
491
492 * replace.el (replace-highlight): Fix lazy-highlighting
493 for `M-s w str M-% str RET'.
494
495 2009-12-15 Masatake YAMATO <yamato@redhat.com>
496
497 * isearch.el (isearch-yank-word-or-char): Pull next subword
498 when `subword-mode' is activated. (Bug#6220)
499
500 2010-05-20 Mark A. Hershberger <mah@everybody.org>
501
502 * isearch.el (isearch-update-post-hook): New hook.
503 (isearch-update): Use the new hook. (Bug#6225)
504
505 2010-05-20 Juri Linkov <juri@jurta.org>
506
507 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
508 [f1], [help], and (char-to-string help-char) instead of "\C-h".
509 (Bug#6222)
510
511 2010-05-20 Juri Linkov <juri@jurta.org>
512
513 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
514 (Bug#6223)
515
516 2010-05-20 Juri Linkov <juri@jurta.org>
517
518 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
519 FILE-NAME to read from the minibuffer when called interactively
520 with prefix argument instead of using buffer-file-name.
521 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
522
523 * dired.el: Update autoloads.
524
525 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
526
527 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
528 nxml-finish-element, for consistency with SGML mode.
529
530 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
531 octave-close-block.
532
533 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
534
535 * composite.el: Require cl when compiling.
536 (reference-point-alist, compose-gstring-for-graphic)
537 (compose-gstring-for-terminal): Fix typos in docstrings.
538
539 2010-05-19 Juri Linkov <juri@jurta.org>
540
541 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
542 set-window-parameter.
543
544 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
545
546 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
547 where appropriate.
548 (tramp-maybe-open-connection): Use it.
549
550 2010-05-19 Eli Zaretskii <eliz@gnu.org>
551
552 * simple.el (move-end-of-line): Make sure we are at line beginning
553 before backing up to end of previous line.
554
555 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
556
557 * password-cache.el (password-cache-remove): Fix docstring.
558
559 * net/secrets.el: Autoload the widget functions.
560 (secrets-search-items, secrets-create-item)
561 (secrets-get-attributes, secrets-expand-item): Attributes will be
562 stored on the password database without leading ":", as all other
563 clients do as well.
564 (secrets-mode): Fix docstring.
565 (secrets-show-secrets): Provide it as autoloaded command only when
566 D-Bus support is available. Check existence of Secret Service API.
567
568 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
569
570 * indent.el (indent-region): Deactivate region (bug#6200).
571
572 2010-05-19 Glenn Morris <rgm@gnu.org>
573
574 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
575
576 2010-05-19 Kenichi Handa <handa@m17n.org>
577
578 * composite.el: Register compose-gstring-for-graphic in
579 composition-function-table only for combining characters (Mn, Mc, Me).
580
581 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
582
583 * calc/calc-trail.el (calc-trail-isearch-forward)
584 (calc-trail-isearch-backward): Ensure that the new window
585 point is set correctly.
586
587 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
588
589 * subr.el (read-quoted-char): Resolve modifiers after key
590 remapping (bug#6212).
591
592 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
593
594 Add visualization code for secrets.
595 * net/secrets.el (secrets-mode): New major mode.
596 (secrets-show-secrets, secrets-show-collections)
597 (secrets-expand-collection, secrets-expand-item)
598 (secrets-tree-widget-after-toggle-function)
599 (secrets-tree-widget-show-password): New defuns.
600
601 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
602
603 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
604 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
605 handled in smie-next-sexp.
606 (smie-indent-calculate): Provide a starting indentation (so the
607 recursion is well-founded ;-).
608
609 Fix handling of non-associative equal levels.
610 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
611 when it's not needed.
612 (smie-op-left, smie-op-right): New functions.
613 (smie-next-sexp): New function, extracted from smie-backward-sexp.
614 Better handle equal levels to distinguish the associative case from
615 the "multi-keyword construct" case.
616 (smie-backward-sexp, smie-forward-sexp): Use it.
617
618 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
619
620 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
621
622 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
623 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
624
625 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
626
627 Provide a simple generic indentation engine and use it for Prolog.
628 * emacs-lisp/smie.el: New file.
629 * progmodes/prolog.el (prolog-smie-op-levels)
630 (prolog-smie-indent-rules): New var.
631 (prolog-mode-variables): Use them to configure SMIE.
632 (prolog-indent-line, prolog-indent-level): Remove.
633
634 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
635
636 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
637 order before computing the averages.
638
639 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
640
641 * calc/calc-vec.el (calc-histogram):
642 (calcFunc-histogram): Allow vectors as inputs.
643 (math-vector-avg): New function.
644
645 * calc/calc-ext.el (math-group-float): Have the number of digits
646 being grouped depend on the radix (Bug#6189).
647
648 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
649
650 * version.el (emacs-copyright, emacs-version): Don't define here,
651 now that emacs.c defines it.
652
653 2010-05-15 Eli Zaretskii <eliz@gnu.org>
654
655 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
656 "Describe Language Environment" menu item.
657
658 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
659
660 Bidi-sensitive movement with arrow keys.
661 * subr.el (right-arrow-command, left-arrow-command): New functions.
662
663 * bindings.el (global-map): Bind them to right and left arrow keys.
664
665 Don't override standard definition of convert-standard-filename.
666 * files.el (convert-standard-filename): Call
667 w32-convert-standard-filename and dos-convert-standard-filename on
668 the corresponding systems.
669
670 * w32-fns.el (w32-convert-standard-filename): Rename from
671 convert-standard-filename. Doc fix.
672
673 * dos-fns.el (dos-convert-standard-filename): Doc fix.
674 (convert-standard-filename): Don't defalias.
675 (register-name-alist, make-register, register-value)
676 (set-register-value, intdos): Obsolete aliases for the
677 corresponding dos-* functions and variables.
678 (dos-intdos): Add a doc string.
679
680 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
681
682 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
683 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
684 (math-compose-tex-func):
685 * calc/calccomp.el (math-compose-expr):
686 * calc/calc-ext.el (math-format-flat-expr-fancy):
687 * calc/calc-store.el (calc-read-var-name):
688 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
689
690 * calc/calc.el (var-π, var-φ, var-γ): New variables.
691 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
692 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
693 (math-standard-units): Add units.
694
695 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
696
697 * progmodes/asm-mode.el (asm-mode):
698 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
699
700 * pcomplete.el (pcomplete-completions-at-point): New function,
701 extracted from pcomplete-std-complete.
702 (pcomplete-std-complete): Use it.
703
704 2010-05-15 Glenn Morris <rgm@gnu.org>
705
706 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
707 Remove references to CVS, RCS and Old directories.
708
709 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
710
711 * calc/calc-bin.el (math-format-twos-complement): Group digits when
712 appropriate.
713
714 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
715
716 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
717 (sh-mode-syntax-table): Give it a default value instead.
718 (sh-header-marker): Make buffer-local.
719 (sh-mode): Move make-local-variable to the corresponding setq.
720 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
721 Use complete-with-action.
722
723 * simple.el (prog-mode): New (abstract) major mode.
724 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
725 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
726
727 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
728
729 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
730 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
731 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
732 (sql-make-alternate-buffer-name, sql-placeholders-filter)
733 (sql-escape-newlines-filter, sql-input-sender)
734 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
735
736 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
737
738 Add TeX open-block and close-block keybindings to SGML, and vice versa.
739
740 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
741 latex-open-block and C-c / to latex-close-block.
742
743 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
744 and C-c C-e to sgml-close-tag.
745
746 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
747
748 * net/tramp.el (with-progress-reporter): Create reporter object
749 only when the message would be displayed. Handle nested calls.
750 (tramp-handle-load, tramp-handle-file-local-copy)
751 (tramp-handle-insert-file-contents, tramp-handle-write-region)
752 (tramp-maybe-send-script, tramp-find-shell):
753 Use `with-progress-reporter'.
754 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
755 Fix message text.
756
757 * net/tramp-smb.el (tramp-smb-handle-copy-file)
758 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
759 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
760 Use `with-progress-reporter'.
761
762 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
763
764 * ispell.el (ispell-init-process): Do not kill ispell process
765 everytime when spellchecking from the minibuffer (bug#6143).
766
767 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
768
769 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
770
771 * dos-fns.el: Add "dos-" prefix for namespace control.
772 (convert-standard-filename): Define as alias for
773 dos-convert-standard-filename but only if applicable.
774
775 2010-05-12 Alan Mackenzie <acm@muc.de>
776
777 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
778 Push the mark at the start of these functions when appropriate.
779
780 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
781
782 * minibuffer.el (completion-cycle-threshold): New custom var.
783 (completion--do-completion): Use it.
784 (minibuffer-complete): Use cycling if appropriate.
785
786 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
787
788 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
789 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
790
791 2010-05-11 Juri Linkov <juri@jurta.org>
792
793 * scroll-all.el (scroll-all-check-to-scroll):
794 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
795
796 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
797
798 * iimage.el (iimage-mode-map): Move initialization into declaration.
799 (iimage-mode-buffer): Use with-silent-modifications.
800 Simplify calling convention. Adjust callers.
801 (iimage-mode): Don't run hook redundantly.
802
803 * minibuffer.el (completion-pcm--pattern->regex):
804 Fix last change (bug#6160).
805
806 2010-05-10 Juri Linkov <juri@jurta.org>
807
808 Remove nodes visited during Isearch from the Info history.
809 * info.el (Info-isearch-initial-history)
810 (Info-isearch-initial-history-list): New variables.
811 (Info-isearch-start): Record initial values of
812 Info-isearch-initial-history and Info-isearch-initial-history-list.
813 Add Info-isearch-end to isearch-mode-end-hook.
814 (Info-isearch-end): New function.
815
816 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
817
818 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
819 format string, in order to work around a bug in pdksh.
820 Reported by Gilles Pion <gpion@lfdj.com>.
821 (tramp-handle-verify-visited-file-modtime): Do not send a command
822 when the connection is not established.
823 (tramp-handle-set-file-times): Simplify the check for utc.
824
825 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
826
827 Fix use of `filter-buffer-substring' (rework previous change).
828 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
829 (cua-repeat-replace-region):
830 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
831 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
832 (cua-cut-region-to-global-mark): Use it.
833
834 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
835
836 * progmodes/sql.el: Version 2.1.
837 (sql-product-alist): Redesign structure of product info.
838 (sql-product, sql-user, sql-server, sql-database): Safe variables.
839 (sql-port, sql-port-history): New variables.
840 (sql-interactive-product): New variable.
841 (sql-send-terminator): New variable.
842 (sql-imenu-generic-expression): Add "Types" imenu entry.
843 (sql-oracle-login-params, sql-sqlite-login-params)
844 (sql-mysql-login-params, sql-solid-login-params)
845 (sql-sybase-login-params, sql-informix-login-params)
846 (sql-ingres-login-params, sql-ms-login-params)
847 (sql-postgres-login-params, sql-interbase-login-params)
848 (sql-db2-login-params, sql-linter-login-params)
849 (sql-oracle-scan-on): New variables.
850 (sql-mode-map): Add C-c C-i to start interactive mode.
851 (sql-mode-menu): Update existing menu entries.
852 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
853 (sql-mode-oracle-font-lock-keywords)
854 (sql-mode-postgres-font-lock-keywords)
855 (sql-mode-ms-font-lock-keywords)
856 (sql-mode-sybase-font-lock-keywords)
857 (sql-mode-informix-font-lock-keywords)
858 (sql-mode-interbase-font-lock-keywords)
859 (sql-mode-ingres-font-lock-keywords)
860 (sql-mode-solid-font-lock-keywords)
861 (sql-mode-mysql-font-lock-keywords)
862 (sql-mode-sqlite-font-lock-keywords)
863 (sql-mode-db2-font-lock-keywords)
864 (sql-mode-linter-font-lock-keywords): Update initialization to
865 reduce run-time complexity.
866 (sql-add-product, sql-del-product): New functions.
867 (sql-set-product-feature, sql-get-product-feature): New functions.
868 (sql-product-font-lock): Update product API.
869 (sql-add-product-keywords): New function.
870 (sql-highlight-product): Update product API.
871 (sql-help-list-products): New function.
872 (sql-help): Dynamically lists free and non-free products.
873 (sql-get-login): Correct bug in handling history and added
874 prompt for port.
875 (sql-copy-column): Copy without properties.
876 (sqli-input-sender): Apply filters to SQLi input.
877 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
878 Implement as a filter.
879 (sql-escape-newlines-filter): Implement as a filter.
880 (sql-remove-tabs-filter): New function.
881 (sql-send-magic-terminator): New function.
882 (sql-send-string): Implement magic terminator.
883 (sql-send-region): Use `sql-send-string'.
884 (sql-interactive-mode): Use product API.
885 (sql-product-interactive): Use product API.
886 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
887 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
888 (sql-db2, sql-linter): Use `sql-product-interactive'.
889 (sql-connect): New function.
890 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
891 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
892 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
893 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
894 Use `sql-connect'.
895
896 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
897
898 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
899 New custom variable.
900 (completion-pcm--string->pattern): Use it.
901 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
902 Make it handle any symbol as `any'.
903 (completion-pcm--merge-completions): Extract common suffix for the new
904 `prefix' symbol as well.
905 (completion-substring--all-completions): Use the new `prefix' symbol.
906
907 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
908
909 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
910 not bound.
911 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
912 (tramp-compat-funcall): New defmacro.
913 (tramp-compat-line-beginning-position)
914 (tramp-compat-line-end-position)
915 (tramp-compat-temporary-file-directory)
916 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
917 (tramp-compat-copy-file, tramp-compat-copy-directory)
918 (tramp-compat-delete-file, tramp-compat-delete-directory)
919 (tramp-compat-number-sequence, tramp-compat-process-running-p)
920 * net/tramp.el (top, with-progress-reporter)
921 (tramp-rfn-eshadow-setup-minibuffer)
922 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
923 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
924 (tramp-completion-mode-p, tramp-check-for-regexp)
925 (tramp-open-connection-setup-interactive-shell)
926 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
927 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
928 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
929 * net/tramp-cmds.el (tramp-cleanup-all-connections)
930 (tramp-reporter-dump-variable, tramp-load-report-modules)
931 (tramp-append-tramp-buffers)
932 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
933
934 * net/tramp-imap.el (top): Autoload `epg-make-context'.
935
936 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
937
938 * progmodes/compile.el (compilation-buffer-modtime): Rename from
939 buffer-modtime. Adjust users.
940
941 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
942
943 * international/mule.el (auto-coding-alist): Only purecopy
944 car of each item, not the whole list (Bug#6083).
945
946 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
947
948 * progmodes/js.el (js-mode): Make paragraph variables local before
949 calling c-setup-paragraph-variables (Bug#6071).
950
951 2010-05-08 Eli Zaretskii <eliz@gnu.org>
952
953 * composite.el (compose-region, reference-point-alist): Fix typos
954 in the doc strings.
955
956 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
957
958 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
959 gnuplot's "set" command.
960
961 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
962
963 * abbrev.el (last-abbrev-text): Doc fix.
964 (abbrev-prefix-mark): Don't escape parenthesis.
965
966 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
967
968 * composite.el (find-composition): Doc fix.
969
970 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
971
972 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
973 (sql-oracle-program, sql-sqlite-options)
974 (sql-query-placeholders-and-send): Doc fixes.
975 (sql-set-product, sql-interactive-mode): Reflow docstrings.
976 (sql-imenu-generic-expression, sql-buffer)
977 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
978 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
979 (sql-mode-sybase-font-lock-keywords)
980 (sql-mode-informix-font-lock-keywords)
981 (sql-mode-interbase-font-lock-keywords)
982 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
983 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
984 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
985 (sql-product-feature, sql-highlight-product)
986 (comint-line-beginning-position, sql-rename-buffer)
987 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
988 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
989 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
990 Fix typos in docstrings.
991
992 2010-05-08 Juri Linkov <juri@jurta.org>
993
994 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
995 property instead of `invisible' and `after-string' (bug#5998).
996
997 2010-05-08 Juri Linkov <juri@jurta.org>
998
999 * image-mode.el (image-mode-as-text): Fix typo in docstring.
1000
1001 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
1002
1003 * filecache.el (file-cache-add-directory-list)
1004 (file-cache-add-directory-recursively): Fix typos in docstrings.
1005
1006 2010-05-08 Kenichi Handa <handa@m17n.org>
1007
1008 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1009 (gujarati-composable-pattern): Fix typo.
1010
1011 2010-05-08 Kenichi Handa <handa@m17n.org>
1012
1013 * language/indian.el (oriya-composable-pattern)
1014 (tamil-composable-pattern, malayalam-composable-pattern):
1015 Add two-part vowels to "v" (vowel sign).
1016
1017 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
1018
1019 * files.el (copy-directory): Handle symlinks (Bug#5982).
1020
1021 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
1022
1023 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1024 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
1025 (Bug#5846).
1026
1027 2010-05-08 Glenn Morris <rgm@gnu.org>
1028
1029 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1030
1031 * minibuffer.el (completion-at-point): Doc fix.
1032
1033 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * electric.el (Electric-command-loop): Minor tweak.
1036
1037 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
1038 better with dedicated windows.
1039
1040 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1041
1042 * Version 23.2 released.
1043
1044 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
1045 Stefan Monnier <monnier@iro.umontreal.ca>
1046
1047 Highlight vendor specific properties.
1048 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
1049 (css-proprietary-property): New face.
1050 (css-font-lock-keywords): Use them.
1051
1052 2010-05-07 Eli Zaretskii <eliz@gnu.org>
1053
1054 * cus-start.el (all): Add native condition for tool-bar-* symbols.
1055
1056 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1057
1058 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
1059 * files.el (auto-mode-alist): Remove redundant entries.
1060
1061 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
1062 * simple.el (auto-save-mode): Move from files.el.
1063 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
1064
1065 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
1066
1067 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
1068
1069 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1070
1071 * mail/binhex.el (binhex-decode-region-internal)
1072 * mail/uudecode.el (uudecode-decode-region-internal)
1073 * net/dns.el (dns-read-string-name, dns-write, dns-read)
1074 (dns-read-type, dns-query)
1075 * pgg-parse.el (pgg-parse-armor)
1076 * pgg.el (pgg-verify-region)
1077 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
1078 XEmacs.
1079
1080 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
1081
1082 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
1083
1084 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
1085
1086 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
1087 * emulation/cua-base.el (cua-repeat-replace-region):
1088 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1089 (cua-cut-region-to-global-mark):
1090 Remove text properties with `set-text-properties'.
1091
1092 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
1093
1094 * net/tramp.el (top, with-progress-reporter):
1095 Use `symbol-function' inside `funcall'.
1096
1097 * net/tramp-compat.el (tramp-compat-file-attributes)
1098 (tramp-compat-delete-file, tramp-compat-delete-directory):
1099 Handle only `wrong-number-of-arguments' error.
1100
1101 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
1102 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
1103 inside `funcall'.
1104
1105 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1106
1107 * minibuffer.el (completion--sreverse, completion--common-suffix):
1108 New functions.
1109 (completion-pcm--merge-completions): Extract common suffix when safe.
1110
1111 * emacs-lisp/easy-mmode.el (define-minor-mode):
1112 Make :variable more flexible.
1113 * files.el (auto-save-mode): Use it to define using define-minor-mode.
1114
1115 2010-05-05 Juri Linkov <juri@jurta.org>
1116
1117 Add `slow' and `history' tags to the desktop data.
1118
1119 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
1120 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
1121 (Info-finder-find-node): Require `finder.el' to be able
1122 to restore node from the desktop.
1123 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
1124 data `Info-history' and `slow' tag in the assoc list.
1125 (Info-restore-desktop-buffer): Don't restore nodes with the
1126 `slow' tag. Restore `Info-history'.
1127
1128 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
1129
1130 Add FORCE argument to `delete-file'.
1131
1132 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
1133 forcing to delete the temporary file.
1134 (ange-ftp-delete-file): Add FORCE arg.
1135 (ange-ftp-rename-remote-to-remote)
1136 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
1137 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
1138 Force file deletion.
1139
1140 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
1141
1142 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
1143 (tramp-handle-make-symbolic-link, tramp-handle-load)
1144 (tramp-do-copy-or-rename-file-via-buffer)
1145 (tramp-do-copy-or-rename-file-directly)
1146 (tramp-do-copy-or-rename-file-out-of-band)
1147 (tramp-handle-process-file, tramp-handle-call-process-region)
1148 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1149 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1150 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
1151
1152 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
1153 (tramp-fish-handle-make-symbolic-link)
1154 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
1155
1156 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1157 Use `tramp-compat-delete-file'.
1158
1159 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
1160 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
1161
1162 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
1163 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
1164
1165 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
1166 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
1167 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
1168 `tramp-compat-delete-file'.
1169
1170 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1171
1172 Minor cleanups.
1173 * subr.el (add-minor-mode): Use push.
1174 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
1175 * emulation/edt.el (edt-select-mode): Simplify.
1176
1177 Use define-minor-mode in more cases.
1178 * term/tvi970.el (tvi970-set-keypad-mode):
1179 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1180 (normal-erase-is-backspace-mode):
1181 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
1182 (set-scroll-bar-mode-1): (Re)move to its sole caller.
1183 (get-scroll-bar-mode): New function.
1184 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
1185
1186 Use define-minor-mode for less obvious cases.
1187 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
1188 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
1189 * international/iso-ascii.el (iso-ascii-mode):
1190 * frame.el (auto-raise-mode, auto-lower-mode):
1191 * composite.el (global-auto-composition-mode): Use define-minor-mode.
1192
1193 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
1194
1195 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
1196 in order to see error messages for failed logins.
1197
1198 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
1199
1200 * diff.el (diff-sentinel):
1201
1202 * epg.el (epg--make-temp-file, epg-decrypt-string)
1203 (epg-verify-string, epg-sign-string, epg-encrypt-string):
1204
1205 * jka-compr.el (jka-compr-partial-uncompress)
1206 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
1207
1208 * server.el (server-sentinel): Use delete-file's new FORCE arg
1209 (Bug#6070).
1210
1211 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1212
1213 Use define-minor-mode where applicable.
1214 * view.el (view-mode):
1215 * type-break.el (type-break-query-mode)
1216 (type-break-mode-line-message-mode):
1217 * textmodes/reftex.el (reftex-mode):
1218 * term/vt100.el (vt100-wide-mode):
1219 * tar-mode.el (tar-subfile-mode):
1220 * savehist.el (savehist-mode):
1221 * ibuf-ext.el (ibuffer-auto-mode):
1222 * composite.el (auto-composition-mode):
1223 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1224 Use define-minor-mode.
1225 (vhdl-mode): Use static mode-line format.
1226 (vhdl-mode-line-update): Delete.
1227 (vhdl-create-mode-menu, vhdl-activate-customizations)
1228 (vhdl-hs-minor-mode): Don't bother calling it.
1229
1230 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1231
1232 * simple.el (with-wrapper-hook): Move.
1233 (buffer-substring-filters): Mark obsolete.
1234 (filter-buffer-substring-functions): New variable.
1235 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
1236
1237 Use a mode-line spec rather than a static string in Semantic.
1238 * cedet/semantic/util-modes.el:
1239 (semantic-minor-modes-format): New var to replace...
1240 (semantic-minor-modes-status): Remove.
1241 (semantic-mode-line-update): Construct a mode-line spec rather than
1242 a static string so that mouse buttons can be used on individual minor
1243 modes and so that semantic-mode-line-update only needs to be called
1244 when global settings are changed.
1245 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
1246 Call semantic-mode-line-update.
1247 (semantic-toggle-minor-mode-globally): Don't assume mode is on
1248 minor-mode-alist, check semantic-minor-mode-alist as well.
1249 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
1250 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
1251 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
1252 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1253 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1254 (define-semantic-idle-service, semantic-idle-summary-mode):
1255 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
1256 Don't call semantic-mode-line-update any more.
1257
1258 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1259
1260 Use define-minor-mode in CEDET where applicable.
1261
1262 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
1263 Use define-minor-mode.
1264
1265 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
1266 Remove unused arg `keymap' and code redundant with define-minor-mode.
1267 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
1268 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
1269 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
1270 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
1271 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
1272 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
1273 Use define-minor-mode.
1274 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
1275 (semantic-show-unmatched-syntax-mode-setup)
1276 (semantic-show-parser-state-mode-setup)
1277 (semantic-highlight-func-mode-setup): Inline into sole caller.
1278
1279 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1280 (semantic-mru-bookmark-mode): Use define-minor-mode.
1281 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
1282
1283 * cedet/semantic/idle.el (define-semantic-idle-service):
1284 Use define-minor-mode and inline setup function into its sole caller.
1285 (semantic-idle-scheduler-mode-setup)
1286 (semantic-idle-summary-mode-setup): Inline into sole caller.
1287 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
1288 Use define-minor-mode.
1289
1290 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
1291 (semantic-decoration-mode): Use define-minor-mode.
1292 (semantic-decoration-mode-setup): Inline into sole caller.
1293
1294 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
1295 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
1296 (ede-dired-add-to-target): Use dolist.
1297
1298 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1299 Michael Albinus <michael.albinus@gmx.de>
1300
1301 Implement compression for inline methods.
1302
1303 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1304 (tramp-copy-size-limit): Allow also nil.
1305 (tramp-inline-compress-commands): New defconst.
1306 (tramp-find-inline-compress, tramp-get-inline-compress)
1307 (tramp-get-inline-coding): New defuns.
1308 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1309 replaced by `tramp-get-inline-coding'.
1310 (tramp-handle-file-local-copy, tramp-handle-write-region)
1311 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1312
1313 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1314
1315 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
1316 Remove unused functions.
1317
1318 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
1319 Set find-tag-default-function as a variable rather than a property.
1320
1321 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
1322 * progmodes/etags.el (tags-completion-at-point-function):
1323 Remove left over interactive spec. Add autoloading stub.
1324 (complete-tag): Use tags-completion-at-point-function.
1325
1326 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
1327
1328 * minibuffer.el (tags-completion-at-point-function): Fix return value.
1329
1330 2010-04-30 Eli Zaretskii <eliz@gnu.org>
1331
1332 * composite.el (compose-region, reference-point-alist): Fix typos
1333 in the doc strings.
1334
1335 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
1336
1337 * ido.el (ido-init-completion-maps): Remove C-v binding.
1338 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
1339
1340 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
1341
1342 * minibuffer.el (tags-completion-at-point-function): New function.
1343 (completion-at-point-functions): Use it.
1344
1345 * cedet/semantic.el (semantic-completion-at-point-function): New function.
1346 (semantic-mode): Use semantic-completion-at-point-function for
1347 completion-at-point-functions instead.
1348
1349 * progmodes/etags.el (complete-tag): Revert last change.
1350
1351 2010-04-29 Alan Mackenzie <acm@muc.de>
1352
1353 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
1354 off-by-one error (in end of macro position).
1355
1356 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1357
1358 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
1359 firefox is absent. Don't autoload.
1360 (browse-url-galeon-program): Don't autoload.
1361
1362 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
1363
1364 * bindings.el (complete-symbol): Move into minibuffer.el.
1365
1366 * minibuffer.el (complete-tag): Move from etags.el. If tags
1367 completion cannot be performed, return nil instead of signalling
1368 an error.
1369 (completion-at-point): Make it an alias for complete-symbol.
1370 (complete-symbol): Move from bindings.el, and replace with the
1371 body of completion-at-point.
1372
1373 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
1374
1375 * cedet/semantic.el (semantic-mode): When enabled, add
1376 semantic-ia-complete-symbol to completion-at-point-functions.
1377
1378 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
1379 if Semantic is not active.
1380
1381 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
1382
1383 * net/tramp.el (tramp-remote-selinux-p): New defun.
1384 (tramp-handle-file-selinux-context)
1385 (tramp-handle-set-file-selinux-context): Use it.
1386
1387 2010-04-28 Sam Steingold <sds@gnu.org>
1388
1389 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1390 `safe-local-variable' if the value is a string or a symbol with
1391 the property `bug-reference-url-format'.
1392
1393 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
1394
1395 * progmodes/bug-reference.el (bug-reference-url-format): Revert
1396 2010-04-27 change due to security risk.
1397
1398 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1399
1400 Make it possible to locally disable a globally enabled mode.
1401 * simple.el (fundamental-mode): Run fundamental-mode-hook.
1402 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
1403 rather than kill-all-local-variables so it runs fundamental-mode-hook.
1404 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1405 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
1406 that subsequent hooks get a chance to disable it.
1407
1408 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1409
1410 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1411 Avoid re-enabling a minor mode after the user turned the minor mode
1412 off if MODE-enable-in-buffers is run twice (typically once from
1413 fundamental-mode's after-change-major-mode-hook and a second time from
1414 run-mode-hook's own after-change-major-mode-hook).
1415
1416 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
1417
1418 2010-04-27 Sam Steingold <sds@gnu.org>
1419
1420 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1421 `safe-local-variable' if the value is a string or a function, as
1422 documented and implemented on 2010-04-02.
1423
1424 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
1425
1426 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
1427 when method is 'kill.
1428
1429 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1430
1431 * ispell.el (ispell-init-process): Fix personal dictionary condition
1432 in default directory check.
1433 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
1434 Kill ispell process when killing its associated buffer.
1435
1436 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
1437
1438 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
1439 but we aren't using it.
1440
1441 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
1442
1443 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
1444 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
1445
1446 2010-04-24 Glenn Morris <rgm@gnu.org>
1447
1448 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
1449 Ignore VCS-ignore files, and deleted nextstep preferences files.
1450 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
1451 (authors-ambiguous-files): New list.
1452 (authors-valid-file-names): Add some deleted files.
1453 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
1454 (authors-disambiguate-file-name): New function. (Bug#5501)
1455 (authors-canonical-file-name): Doc fix.
1456 Don't warn about obsolete files.
1457 (authors-canonical-file-name, authors-scan-el):
1458 Use authors-disambiguate-file-name.
1459
1460 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1461 Add autoload cookies.
1462 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
1463 (generated-autoload-file): Set file-local value to "htmlfontify.el".
1464 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
1465 They have definitions / compiler macros in cl.el.
1466 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1467 Replace manual autoloads with generated ones.
1468 (htmlfontify-unload-rgb-file): Remove autoload.
1469 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
1470
1471 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1472
1473 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
1474 (byte-compile-setq-default): Optimize for the
1475 single-var case and don't call byte-compile-form in this case to avoid
1476 inf-loop with byte-compile-set-default.
1477
1478 * progmodes/compile.el (compilation-start): Abbreviate default directory.
1479
1480 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
1481
1482 Implement SELINUX backends.
1483
1484 * net/tramp.el (tramp-file-name-handler-alist):
1485 Add `file-selinux-context' and `set-file-selinux-context'.
1486 (tramp-handle-file-selinux-context)
1487 (tramp-handle-set-file-selinux-context): New defuns.
1488 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1489 Handle PRESERVE-SELINUX-CONTEXT.
1490
1491 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1492 Add `file-selinux-context' and `set-file-selinux-context'.
1493 (tramp-gvfs-handle-file-selinux-context)
1494 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1495 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1496
1497 * net/ange-ftp.el (ange-ftp-copy-file):
1498 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1499 * net/tramp-imap.el (tramp-imap-handle-copy-file):
1500 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1501 Add PRESERVE-SELINUX-CONTEXT.
1502
1503 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
1504
1505 Synchronize with Tramp repository.
1506
1507 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
1508 (tramp-action-process-alive, tramp-action-out-of-band)
1509 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1510 (tramp-exists-file-name-handler): Fix docstring.
1511 (with-progress-reporter): New defmacro.
1512 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
1513 (tramp-maybe-open-connection): Use it.
1514
1515 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
1516
1517 Detect ssh 'ControlMaster' argument automatically in some cases.
1518
1519 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1520 (tramp-default-method): Use it.
1521
1522 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
1523
1524 * net/tramp.el (tramp-handle-copy-file): Add new optional
1525 parameter `preserve-selinux-context'.
1526 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
1527
1528 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
1529
1530 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
1531 Ensure, that non remote files are still checked. Oops.
1532
1533 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
1534
1535 Fix Bug#5840.
1536
1537 * icomplete.el (icomplete-completions): Use `non-essential'.
1538
1539 * net/tramp.el (tramp-connectable-p): New defun.
1540 (tramp-handle-expand-file-name)
1541 (tramp-completion-handle-file-name-all-completions)
1542 (tramp-completion-handle-file-name-completion): Use it.
1543
1544 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1545
1546 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
1547
1548 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1549
1550 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
1551
1552 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
1553
1554 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
1555 is present.
1556
1557 * info.el (info-tool-bar-map): Add labels.
1558
1559 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
1560
1561 * cus-edit.el (custom-commands): Add labels for tool bar.
1562 (custom-buffer-create-internal, Custom-mode): Adjust for
1563 labels in custom-commands.
1564
1565 * dynamic-setting.el: Renamed from font-setting.el.
1566
1567 2010-04-21 John Wiegley <jwiegley@gmail.com>
1568
1569 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
1570 toggles the use of virtual buffers.
1571 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
1572 value.
1573 (ido-toggle-virtual-buffers): New function.
1574
1575 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
1576
1577 Use `define-derived-mode'; fix window selection; doc fixes.
1578 * play/tetris.el (tetris, tetris-update-speed-function)
1579 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
1580 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
1581 (tetris-rotate-next, tetris-end-game, tetris-start-game)
1582 (tetris-pause-game): Fix typos in docstrings.
1583 (tetris-mode-map, tetris-null-map):
1584 Move initialization into declaration.
1585 (tetris-mode): Define with `define-derived-mode';
1586 set show-trailing-whitespace to nil.
1587 (tetris): Prefer window already displaying the "*Tetris*" buffer.
1588
1589 2010-04-21 Karel Klíč <kklic@redhat.com>
1590
1591 * files.el (backup-buffer): Handle SELinux context, and return it
1592 if a backup was made by renaming.
1593 (backup-buffer-copy): Set SELinux context to the target file.
1594 (basic-save-buffer): Set SELinux context of the newly written file.
1595 (basic-save-buffer-1): Now it also returns any SELinux context.
1596 (basic-save-buffer-2): Set SELinux context of the newly created file,
1597 and return it.
1598 * net/tramp.el (tramp-file-name-for-operation):
1599 Add file-selinux-context.
1600
1601 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1602
1603 Make the log-edit comments use RFC822 format throughout.
1604
1605 * vc.el (vc-checkin, vc-modify-change-comment):
1606 Adjust to new vc-start/finish-logentry.
1607 (vc-find-conflicted-file): New command.
1608 (vc-transfer-file): Adjust to new vc-checkin.
1609 (vc-next-action): Improve scoping.
1610
1611 * vc-hg.el (vc-hg-log-edit-mode): Remove.
1612 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
1613
1614 * vc-git.el (vc-git-log-edit-mode): Remove.
1615 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
1616 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1617
1618 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
1619 (vc-start-logentry): Remove argument `extra'.
1620 (vc-finish-logentry): Remove extra args.
1621
1622 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
1623 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
1624 (vc-bzr-conflicted-files): New function.
1625
1626 * log-edit.el (log-edit-extra-flags)
1627 (log-edit-before-checkin-process): Remove.
1628 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
1629 (log-edit-headers-alist): New var.
1630 (log-edit-header-contents-regexp): New const.
1631 (log-edit-match-to-eoh): New function.
1632 (log-edit-font-lock-keywords): Use them.
1633 (log-edit): Insert a "Summary:" header as default.
1634 (log-edit-mode): Mark font-lock rules as case-insensitive.
1635 (log-edit-done): Cleanup headers.
1636 (log-view-process-buffer): Remove.
1637 (log-edit-extract-headers): New function to replace it.
1638
1639 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
1640
1641 * subr.el (default-direction-reversed): Remove obsolescence info.
1642
1643 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1644
1645 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
1646 windows/frames.
1647
1648 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
1649 I.e. include text after point in the completion region.
1650 Also, return nil when we're not after/in a symbol.
1651
1652 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
1653 default enable-multibyte-characters.
1654
1655 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1656
1657 * international/mule.el: Help the user choose a valid coding-system.
1658 (read-buffer-file-coding-system): New function.
1659 (set-buffer-file-coding-system): Use it. Prompt the user if the
1660 coding-system cannot encode all the chars.
1661
1662 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
1663 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
1664 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
1665 Don't use *vc-bzr-shelve*.
1666
1667 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
1668
1669 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
1670 Don't destroy list before using it.
1671
1672 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
1673
1674 Fix the version number for added files.
1675 * vc-hg.el (vc-hg-working-revision): Check if the file is
1676 registered after hg parent fails (Bug#5961).
1677
1678 2010-04-19 Glenn Morris <rgm@gnu.org>
1679
1680 * htmlfontify.el (htmlfontify-buffer)
1681 (htmlfontify-copy-and-link-dir): Autoload entry points.
1682
1683 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
1684
1685 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1686 name relative to the project root (Bug#5960).
1687
1688 2010-04-19 Glenn Morris <rgm@gnu.org>
1689
1690 * vc-git.el (vc-git-print-log): Doc fix.
1691
1692 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
1693
1694 * ido.el (ido-file-internal): Fix 2009-12-02 change.
1695
1696 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
1697
1698 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1699 default settings (Bug#5928).
1700
1701 2010-04-19 Glenn Morris <rgm@gnu.org>
1702
1703 * progmodes/fortran.el (fortran-match-and-skip-declaration):
1704 New function.
1705 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
1706
1707 2010-04-19 Kenichi Handa <handa@m17n.org>
1708
1709 * language/indian.el (malayalam-composable-pattern): Fix previous
1710 change (add U+0D4D "SIGN VIRAMA").
1711 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1712 (tamil-composable-pattern): Fix typo in the regexp.
1713 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1714 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1715 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1716
1717 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
1718
1719 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1720 paragraph-separate (Bug#5821).
1721
1722 2010-04-19 Juri Linkov <juri@jurta.org>
1723
1724 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1725
1726 * info.el (Info-find-node-2): Comment out code that skips
1727 breadcrumbs line.
1728 (Info-mouse-follow-link): New command.
1729 (Info-link-keymap): New keymap.
1730 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1731 Return a string with links instead of inserting breadcrumbs
1732 to the Info buffer.
1733 (Info-fontify-node): Comment out code that inserts breadcrumbs.
1734 Instead of putting the `invisible' text property over the Info
1735 header, make an overlay over the Info header with the `invisible'
1736 property and `after-string' set to the string returned by
1737 `Info-breadcrumbs'.
1738
1739 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
1740
1741 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1742 Reported by monkey@sandpframing.com.
1743
1744 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1745
1746 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
1747 (tmm-get-keymap): Add key-binding shortcuts now that they're not
1748 available in the "keyseq cache" any more.
1749
1750 * custom.el (defcustom): Add edebug spec.
1751
1752 2010-04-18 Juri Linkov <juri@jurta.org>
1753
1754 Test for special mode-class in view-buffer instead of view-file (bug#5513).
1755
1756 * view.el (view-file, view-buffer): Move test for special mode-class
1757 from view-file to view-buffer.
1758
1759 * tar-mode.el (tar-extract): Turn if's into one cond
1760 like in arc-mode.el.
1761
1762 2010-04-18 Juri Linkov <juri@jurta.org>
1763
1764 Add 7z archive format support (bug#5475).
1765
1766 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
1767 (archive-7z-extract): New defcustom.
1768 (archive-find-type): Add magic string for 7z.
1769 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
1770 If `stderr-file' is non-nil, use `(t stderr-file)' for the
1771 `buffer' arg of `call-process'.
1772 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
1773 call the function `archive-7z-extract' with the variable
1774 `archive-7z-extract' let-bound to `archive-zip-extract'.
1775 (archive-7z-summarize, archive-7z-extract): New functions.
1776
1777 * international/mule.el (auto-coding-alist):
1778 * files.el (auto-mode-alist): Add 7z file extension.
1779
1780 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1781
1782 * loadup.el: Setup hash-cons for pure data.
1783
1784 Fix duplicate entries in cedet's loaddefs.el files.
1785 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
1786 Should make most file-local generated-autoload-file unnecessary.
1787 (print-readably): Silence warnings.
1788 (autoload-find-destination): Take load-name as an arg to make sure
1789 it's the same as the one that will be in the file.
1790 (autoload-generate-file-autoloads): Adjust to above changes.
1791 Try to make the dataflow a bit simpler.
1792
1793 * cvs-status.el (cvs-refontify): Remove unused.
1794
1795 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
1796
1797 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
1798
1799 * calc-bin.el (calc-radix): Have the "O" option turn on
1800 twos-complement mode.
1801
1802 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
1803
1804 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
1805 Add `calc-option-prefix-help' to calc-help autoloads.
1806 (calc-inverse): Add "Option" to message, as appropriate.
1807 (calc-hyperbolic): Add "Option" to message, as appropriate.
1808 (calc-option, calc-is-option): New functions.
1809
1810 * calc-help.el (calc-full-help): Add `calc-option-help'.
1811 (calc-option-prefix-help): New function.
1812
1813 * calc-misc.el (calc-help): Add "Option" entry.
1814
1815 * calc.el (calc-local-var-list): Add `calc-option-flag'.
1816 (calc-option-flag): New variable.
1817 (calc-do): Set `calc-option-flag to nil.
1818 (calc-set-mode-line): Add "Opt " as appropriate.
1819
1820 2010-04-16 Juri Linkov <juri@jurta.org>
1821
1822 Move scrolling commands from simple.el to window.el
1823 because their primitives are implemented in window.c.
1824
1825 * simple.el (scroll-error-top-bottom)
1826 (scroll-up-command, scroll-down-command, scroll-up-line)
1827 (scroll-down-line, scroll-other-window-down)
1828 (beginning-of-buffer-other-window, end-of-buffer-other-window):
1829 * window.el (scroll-error-top-bottom)
1830 (scroll-up-command, scroll-down-command, scroll-up-line)
1831 (scroll-down-line, scroll-other-window-down)
1832 (beginning-of-buffer-other-window, end-of-buffer-other-window):
1833 Move from simple.el to window.el because their primitives are
1834 implemented in window.c.
1835
1836 2010-04-16 Juri Linkov <juri@jurta.org>
1837
1838 * isearch.el (isearch-lookup-scroll-key): Check both
1839 `isearch-scroll' and `scroll-command' properties.
1840 (scroll-up, scroll-down): Remove `isearch-scroll' property.
1841
1842 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
1843
1844 * simple.el (scroll-up-command, scroll-down-command)
1845 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
1846
1847 2010-04-15 Juri Linkov <juri@jurta.org>
1848
1849 * simple.el (scroll-up-command, scroll-down-command)
1850 (scroll-up-line, scroll-down-line): Put `scroll-command'
1851 property on the these symbols. Remove them from
1852 `scroll-preserve-screen-position-commands'.
1853
1854 * mwheel.el (mwheel-scroll): Put `scroll-command' and
1855 `isearch-scroll' properties on the `mwheel-scroll' symbol.
1856 Remove it from `scroll-preserve-screen-position-commands'.
1857
1858 * isearch.el (isearch-allow-scroll): Doc fix.
1859
1860 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
1861
1862 * net/tramp.el (tramp-error-with-buffer): Don't show the
1863 connection buffer when we are in completion mode.
1864 (tramp-file-name-handler): Catch the error for some operations
1865 when we are in completion mode. This gives the user the chance to
1866 correct the file name in the minibuffer.
1867
1868 2010-04-15 Glenn Morris <rgm@gnu.org>
1869
1870 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
1871
1872 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
1873
1874 Simplify by using `define-derived-mode'.
1875 * info.el (Info-mode):
1876 * calendar/todo-mode.el (todo-mode):
1877 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
1878 (gomoku-mode-map): Move initialization into declaration.
1879
1880 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
1881
1882 Fix Bug#5840.
1883 * ido.el (ido-file-name-all-completions-1):
1884 * minibuffer.el (minibuffer-completion-help):
1885 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
1886
1887 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1888
1889 * simple.el (non-essential): New var.
1890
1891 Add a new field `location' to bookmarks for non-file bookmarks.
1892 * bookmark.el (bookmark-location): Use the new field, if present.
1893 (bookmark-insert-location): Undo last change, not needed any more.
1894 * man.el (Man-bookmark-make-record):
1895 * woman.el (woman-bookmark-make-record): Add `location' field.
1896
1897 2010-04-14 Juri Linkov <juri@jurta.org>
1898
1899 * simple.el (scroll-error-top-bottom): New defcustom.
1900 (scroll-up-command, scroll-down-command): Use it. Doc fix.
1901
1902 * emulation/pc-select.el (pc-select-override-scroll-error):
1903 Obsolete in favor of `scroll-error-top-bottom'.
1904
1905 2010-04-14 Juri Linkov <juri@jurta.org>
1906
1907 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
1908 `scroll-up-command' and `M-v' to `scroll-down-command'.
1909
1910 * emulation/cua-rect.el (cua--init-rectangles):
1911 * forms.el (forms--change-commands):
1912 * image-mode.el (image-mode-map):
1913 Remap scroll-down-command and scroll-up-command
1914 in addition to scroll-down and scroll-up.
1915
1916 2010-04-14 Juri Linkov <juri@jurta.org>
1917
1918 * mwheel.el (scroll-preserve-screen-position-commands):
1919 Add mwheel-scroll to this list of commands.
1920
1921 * simple.el (scroll-preserve-screen-position-commands):
1922 Add scroll-up-command, scroll-down-command, scroll-up-line,
1923 scroll-down-line to this list of commands.
1924
1925 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1926
1927 * obsolete/complete.el: Move from lisp/complete.el.
1928
1929 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
1930
1931 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
1932 to the minor mode function now turns the mode ON unconditionally.
1933
1934 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1935
1936 * vc-dir.el (vc-dir-kill-line): New command.
1937 (vc-dir-mode-map): Bind it to C-k.
1938
1939 * bookmark.el (bookmark-insert-location): Handle a nil filename.
1940
1941 * woman.el: Add bookmark declarations to silence the compiler.
1942 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
1943 step to compatibility between man and woman bookmarks.
1944 Adjust for Man-default-bookmark-title renaming.
1945 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
1946
1947 * man.el: Add bookmark declarations to silence the compiler.
1948 (Man-name-local-regexp): Make it match NAME as well.
1949 (Man-getpage-in-background): Return the buffer.
1950 (Man-notify-when-ready): Use `case'.
1951 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
1952 Don't hardcode "NAME". Simplify.
1953 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
1954 Rename from Man-bookmark-make-record.
1955 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
1956 we have the actual man-args. Use Man-getpage-in-background rather
1957 than `man' since the arg is already processed. Let bookmark.el do the
1958 window handling. Only wait for the relevant process.
1959 Don't forget to autoload.
1960
1961 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
1962
1963 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1964
1965 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
1966 New functions.
1967 (woman-mode): Setup bookmark support.
1968
1969 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
1970 (man-bookmark-jump): New functions.
1971 (Man-mode): Setup bookmark support.
1972
1973 2010-04-10 Jari Aalto <jari.aalto@cante.net>
1974
1975 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
1976 recognize ssh-keygen prompt (Bug#2817).
1977
1978 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
1979
1980 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
1981
1982 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
1983
1984 Synchronize with Tramp repository.
1985
1986 * net/tramp.el (tramp-completion-function-alist)
1987 (tramp-file-name-regexp, tramp-chunksize)
1988 (tramp-local-coding-commands, tramp-remote-coding-commands):
1989 Fix docstring.
1990 (tramp-remote-process-environment): Use `format' instead of `concat'.
1991 (tramp-handle-directory-files-and-attributes)
1992 (tramp-get-remote-path): Use `copy-tree'.
1993 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1994 compatibility: Use `completion-ignore-case' if
1995 `read-file-name-completion-ignore-case' does not exist.
1996 (tramp-do-copy-or-rename-file-directly): Do not use
1997 `tramp-handle-file-remote-p'.
1998 (tramp-do-copy-or-rename-file-out-of-band):
1999 Use `tramp-compat-delete-directory'.
2000 (tramp-do-copy-or-rename-file-out-of-band)
2001 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2002 Use `format-spec-make'.
2003 (tramp-find-foreign-file-name-handler)
2004 (tramp-advice-make-auto-save-file-name)
2005 (tramp-set-auto-save-file-modes): Remove superfluous check for
2006 `stringp'. This is done inside `tramp-tramp-file-p'.
2007 (tramp-debug-outline-regexp): New defconst.
2008 (tramp-get-debug-buffer): Use it.
2009 (tramp-check-for-regexp): Use (forward-line 1).
2010 (tramp-set-auto-save-file-modes): Adapt version check.
2011
2012 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
2013 Wrap call of `featurep' for 2nd argument.
2014 (tramp-compat-make-temp-file): Simplify fallback implementation.
2015 (tramp-compat-copy-tree): Remove function.
2016 (tramp-compat-delete-directory): Provide implementation for older
2017 Emacsen.
2018
2019 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
2020 Do not use `tramp-fish-handle-file-attributes.
2021
2022 * net/trampver.el: Update release number.
2023
2024 2010-04-10 Glenn Morris <rgm@gnu.org>
2025
2026 * progmodes/compile.el (compilation-save-buffers-predicate):
2027 Add missing :version tag.
2028
2029 2010-04-09 Sam Steingold <sds@gnu.org>
2030
2031 * progmodes/compile.el (compilation-save-buffers-predicate):
2032 Remove the "autoload" cookie.
2033
2034 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
2035 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
2036 and `bug-reference-prog-mode' can be used in hooks directly.
2037
2038 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
2039
2040 Add --author support to git commit.
2041 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
2042 (vc-git-log-edit-mode): New minor mode.
2043 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
2044 New declarations.
2045
2046 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
2047
2048 * vc-hooks.el, vc-git.el: Improve documentation comments.
2049
2050 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2051
2052 Fix some of the problems in defsubst* (bug#5728).
2053 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
2054 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
2055
2056 2010-04-07 Sam Steingold <sds@gnu.org>
2057
2058 * progmodes/compile.el (compilation-save-buffers-predicate):
2059 New custom variable.
2060 (compile, recompile): Pass it to `save-some-buffers'.
2061
2062 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
2063
2064 * wid-edit.el (widget-choose): Move cursor to the second line of
2065 the buffer (Bug#5695).
2066
2067 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
2068
2069 Add new VC methods: vc-log-incoming and vc-log-outgoing.
2070 * vc.el (vc-print-log-setup-buttons): New function split out from
2071 vc-print-log-internal.
2072 (vc-log-internal-common): New function, a parametrized version of
2073 vc-print-log-internal.
2074 (vc-print-log-internal): Just call vc-log-internal-common with the
2075 right arguments.
2076 (vc-incoming-outgoing-internal):
2077 (vc-log-incoming, vc-log-outgoing): New functions.
2078 (vc-log-view-type): New permanent local variable.
2079
2080 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
2081
2082 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
2083 of the dynamic bound vc-short-log.
2084 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
2085
2086 * vc-git.el (vc-git-log-outgoing): New function.
2087 (vc-git-log-view-mode): Use vc-log-view-type instead
2088 of the dynamic bound vc-short-log.
2089
2090 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
2091 of the dynamic bound vc-short-log. Highlight the tag.
2092 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
2093 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
2094 (vc-hg-incoming-mode): Remove.
2095 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
2096
2097 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
2098
2099 Fix default-directory for vc-root-diff.
2100 * vc.el (vc-root-diff): Bind default-directory to the root
2101 directory for the diff command.
2102
2103 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
2104
2105 * progmodes/verilog-mode.el (verilog-forward-sexp):
2106 (verilog-calc-1): Support "disable fork" and "fork wait" multi
2107 word keywords, suggested by Steve Pearlmutter.
2108 (verilog-pretty-declarations): Support lineup of declarations in
2109 port lists.
2110 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
2111 fix bug for /* / comments
2112 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
2113 Speed up and simplfy as this is never called with a bound.
2114 (verilog-pretty-declarations): Enhance to line up declarations
2115 inside a parameter list, suggested by Alan Morgan.
2116 (verilog-pretty-expr): Tune assignment regular expression match
2117 string for corner cases; also use markers instead of character
2118 number as indent changes the later.
2119
2120 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
2121
2122 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
2123 as missing keyword.
2124 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
2125 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
2126 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
2127 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
2128 Tennant.
2129 (verilog-keywords):
2130 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
2131 1800-2009 keywords, including "global.".
2132
2133 2010-04-06 John Wiegley <jwiegley@gmail.com>
2134
2135 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2136 appearing in buffer list (if a live buffer name matched a recentf
2137 file basename). Should use uniquify to offer a real solution.
2138
2139 2010-04-06 John Wiegley <jwiegley@gmail.com>
2140
2141 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
2142 comment to code, and add a :version tag.
2143 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
2144
2145 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
2146
2147 Enable recentf-mode if using virtual buffers.
2148 * ido.el (recentf-list): Declare for byte-compiler.
2149 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
2150 (ido-make-buffer-list): Simplify.
2151 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
2152
2153 2010-04-05 Juri Linkov <juri@jurta.org>
2154
2155 Scrolling commands which scroll a line instead of full screen.
2156 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2157
2158 * simple.el (scroll-up-line, scroll-down-line): New commands.
2159 Put property isearch-scroll=t on them.
2160
2161 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
2162 Remove commands.
2163
2164 2010-04-05 Juri Linkov <juri@jurta.org>
2165
2166 Scrolling commands which do not signal errors at top/bottom.
2167 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2168
2169 * simple.el (scroll-up-command, scroll-down-command): New commands.
2170 Put property isearch-scroll=t on them.
2171
2172 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
2173 `scroll-down-command' and [next] from `scroll-up' to
2174 `scroll-up-command'.
2175
2176 * emulation/cua-base.el: Put property CUA=move on
2177 `scroll-up-command' and `scroll-down-command'.
2178 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
2179 and `scroll-down-command' to `cua-scroll-down'.
2180
2181 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
2182
2183 * help.el (describe-mode): Return nil.
2184
2185 2010-04-04 John Wiegley <jwiegley@gmail.com>
2186
2187 * ido.el (ido-use-virtual-buffers): New variable to indicate
2188 whether "virtual buffer" support is enabled for IDO.
2189 (ido-virtual): Face used to indicate virtual buffers in the list.
2190 (ido-buffer-internal): If a buffer is chosen, and no such buffer
2191 exists, but a virtual buffer of that name does (which would be why
2192 it was in the list), recreate the buffer by reopening the file.
2193 (ido-make-buffer-list): If virtual buffers are being used, call
2194 `ido-add-virtual-buffers-to-list' before the make list hook.
2195 (ido-virtual-buffers): New variable which contains a copy of the
2196 current contents of the `recentf-list', albeit pared down for the
2197 sake of speed, and with proper faces applied.
2198 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
2199 create a list of "virtual buffers" to present to the user in
2200 addition to the currently open set. Note that this logic could
2201 get rather slow if that list is too large. With the default
2202 `recentf-max-saved-items' of 200, there is little speed penalty.
2203
2204 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2205
2206 * font-lock.el: Require CL when compiling.
2207 (font-lock-turn-on-thing-lock): Use `case'.
2208
2209 2010-04-03 Eli Zaretskii <eliz@gnu.org>
2210
2211 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
2212 Zaretskii.
2213
2214 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
2215
2216 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
2217 (semantic-create-imenu-directory-index): Fix typos in docstrings.
2218 (semantic-imenu-goto-function): Reflow docstring.
2219
2220 2010-04-02 Juri Linkov <juri@jurta.org>
2221
2222 * ehelp.el (electric-help-orig-major-mode):
2223 New buffer-local variable.
2224 (electric-help-mode): Set it to original major-mode. Doc fix.
2225 (with-electric-help): Use `electric-help-orig-major-mode' instead
2226 of (default-value 'major-mode). Doc fix.
2227 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
2228
2229 2010-04-02 Sam Steingold <sds@gnu.org>
2230
2231 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
2232 `vc-hg-command' with a list of flags.
2233
2234 * progmodes/bug-reference.el (bug-reference-bug-regexp):
2235 Also accept "patch" and "RFE".
2236 (bug-reference-fontify): `bug-reference-url-format' can also be a
2237 function to be able to handle the bug kind.
2238 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
2239
2240 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
2241
2242 * tmm.el (tmm-get-keymap): Check with symbolp before passing
2243 value to fboundp, it may not be a symbol.
2244
2245 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2246
2247 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
2248
2249 2010-03-31 Juri Linkov <juri@jurta.org>
2250
2251 * simple.el (next-line, previous-line): Re-throw a signal
2252 with `signal' instead of using `ding'.
2253 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
2254
2255 2010-03-31 Juri Linkov <juri@jurta.org>
2256
2257 * simple.el (keyboard-escape-quit): Raise deselecting the active
2258 region higher than exiting the minibuffer.
2259 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
2260
2261 2010-03-31 Juri Linkov <juri@jurta.org>
2262
2263 * image.el (image-animated-p): Use `image-metadata' instead of
2264 `image-extension-data'. Get GIF extenstion data from metadata
2265 property `extension-data'.
2266
2267 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 * simple.el (append-to-buffer): Simplify.
2270
2271 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
2272
2273 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2274 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2275
2276 2010-03-31 Kenichi Handa <handa@m17n.org>
2277
2278 * language/sinhala.el (composition-function-table): Fix regexp for
2279 the new Unicode specification.
2280
2281 * language/indian.el (devanagari-composable-pattern)
2282 (tamil-composable-pattern, kannada-composable-pattern)
2283 (malayalam-composable-pattern): Adjust for the new Unicode
2284 specification.
2285 (bengali-composable-pattern, gurmukhi-composable-pattern)
2286 (gujarati-composable-pattern, oriya-composable-pattern)
2287 (telugu-composable-pattern): New variables to cope with the new
2288 Unicode specification. Use them in composition-function-table.
2289
2290 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2291
2292 Make tmm-menubar work for the Buffers menu again (bug#5726).
2293 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2294 vectors rather than cons cells, as used in menu-bar-update-buffers.
2295
2296 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2297
2298 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2299 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2300 electric punctuation for "{}();,:" (Bug#5586).
2301
2302 * mail/sendmail.el (mail-default-directory): Doc fix.
2303
2304 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2305
2306 * mail/sendmail.el (mail-default-directory): Doc fix.
2307
2308 2010-03-31 Eli Zaretskii <eliz@gnu.org>
2309
2310 * subr.el (version-regexp-alist, version-to-list)
2311 (version-list-<, version-list-=, version-list-<=)
2312 (version-list-not-zero, version<, version<=, version=): Doc fix.
2313 (Bug#5744).
2314
2315 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
2316
2317 * vc.el (vc-root-diff): Doc fix.
2318
2319 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2320
2321 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2322
2323 * simple.el (append-to-buffer): Fix last change.
2324
2325 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2326
2327 * simple.el (append-to-buffer): Ensure that point is preserved if
2328 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2329 (Bug#5749)
2330
2331 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2332
2333 * files.el (auto-mode-case-fold): Change default to t.
2334
2335 2010-03-30 Juri Linkov <juri@jurta.org>
2336
2337 * dired-x.el (dired-omit-mode): Doc fix.
2338
2339 2010-03-30 Juri Linkov <juri@jurta.org>
2340
2341 * replace.el (occur-accumulate-lines): Move occur-engine related
2342 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
2343 to be located after `occur-engine'.
2344
2345 2010-03-30 Juri Linkov <juri@jurta.org>
2346
2347 Make occur handle multi-line matches cleanly with context.
2348 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
2349
2350 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
2351 (occur-engine): Add local variables `ret', `prev-after-lines',
2352 `prev-lines'. Use more arguments for `occur-context-lines'.
2353 Set first elem of its returned list to `data', and the second elem
2354 to `prev-after-lines'. Don't print the separator line.
2355 In the end, print remaining context after-lines.
2356 (occur-context-lines): Add new arguments `begpt', `endpt',
2357 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
2358 after-lines of the previous match with before-lines of the
2359 current match and not overlap them. Return a list with two
2360 values: the output line and the list of context after-lines.
2361
2362 2010-03-30 Juri Linkov <juri@jurta.org>
2363
2364 * replace.el (occur-accumulate-lines): Fix a bug where the first
2365 context line at the beginning of the buffer was missing.
2366
2367 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2368
2369 * files.el: Make bidi-display-reordering safe variable for boolean
2370 values.
2371
2372 2010-03-29 Phil Hagelberg <phil@evri.com>
2373 Chong Yidong <cyd@stupidchicken.com>
2374
2375 * subr.el: Extend progress reporters to perform "spinning".
2376 (progress-reporter-update, progress-reporter-do-update):
2377 Handle non-numeric value arguments.
2378 (progress-reporter--pulse-characters): New var.
2379
2380 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
2381
2382 * progmodes/compile.el (compilation-start): Fix regexp detection
2383 of initial cd command (Bug#5771).
2384
2385 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
2386
2387 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
2388
2389 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
2390
2391 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
2392 * lisp/progmodes/gdb-mi.el: Restore.
2393 * lisp/progmodes/gdb-ui.el: Remove.
2394 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
2395
2396 2010-03-25 Glenn Morris <rgm@gnu.org>
2397
2398 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2399 all dired buffers, even tramp ones. (Bug#5755)
2400
2401 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2402
2403 Add "union tags" in mpc.el.
2404 * mpc.el: Remove backward compatibility code.
2405 (mpc-browser-tags): Change default.
2406 (mpc--find-memoize-union-tags): New var.
2407 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
2408 (mpc-cmd-find): Handle the case where the playlist does not exist.
2409 Handle union-tags.
2410 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
2411 (mpc-cmd-add): Use mpc-cmd-flush.
2412 (mpc-tagbrowser-tag-name): New fun.
2413 (mpc-tagbrowser-buf): Use it.
2414 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
2415
2416 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2417
2418 Misc cleanup.
2419 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
2420 Use replace-regexp-in-string.
2421 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
2422 (makefile-imake-mode-syntax-table): Move init into defvar.
2423 (makefile-mode): Use define-derived-mode.
2424
2425 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2426 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2427 not be present any more.
2428
2429 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2430
2431 * faces.el (set-face-attribute): Fix typo in docstring.
2432 (face-valid-attribute-values): Reflow docstring.
2433
2434 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
2435
2436 2010-03-24 Glenn Morris <rgm@gnu.org>
2437
2438 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2439
2440 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2441
2442 * indent.el (indent-for-tab-command): Doc fix.
2443
2444 2010-03-24 Alan Mackenzie <acm@muc.de>
2445
2446 * progmodes/cc-engine.el (c-remove-stale-state-cache):
2447 Fix off-by-one error. Fixes bug #5747.
2448
2449 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2450
2451 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2452 (image-dired-read-comment): Doc fix.
2453
2454 * json.el (json-object-type, json-array-type, json-key-type)
2455 (json-false, json-null, json-read-number):
2456 * minibuffer.el (completion-in-region-functions):
2457 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2458 (cal-tex-cursor-week):
2459 * emacs-lisp/trace.el (trace-function):
2460 * eshell/em-basic.el (eshell/printnl):
2461 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2462 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2463 * obsolete/levents.el (allocate-event, event-key, event-object)
2464 (event-point, event-process, event-timestamp, event-to-character)
2465 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2466 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2467 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2468 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2469 (reftex-highlight-selection): Fix typos in docstrings.
2470
2471 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2472
2473 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2474
2475 2010-03-24 Glenn Morris <rgm@gnu.org>
2476
2477 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2478 2008-02-13 without comment; mark it obsolete.
2479 (rmail-highlight-headers): Use rmail-highlight-face once more.
2480
2481 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2482
2483 * woman.el (woman2-process-escapes): Only consume the newline if
2484 the filler character is on a line by itself (Bug#5729).
2485
2486 2010-03-24 Kenichi Handa <handa@m17n.org>
2487
2488 * language/indian.el (devanagari-composable-pattern): Add more
2489 consonants.
2490
2491 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
2492
2493 * net/trampver.el: Update release number.
2494
2495 2010-03-24 Glenn Morris <rgm@gnu.org>
2496
2497 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2498
2499 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
2500
2501 * net/tramp.el (tramp-find-executable):
2502 Use `tramp-get-connection-buffer'. Make the regexp for checking
2503 output of "wc -l" more robust.
2504 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2505 (tramp-open-connection-setup-interactive-shell): Remove workaround
2506 for OpenSolaris bug, it is not needed anymore.
2507
2508 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
2509
2510 * cedet/semantic/imenu.el: New file, from the CEDET repository
2511 (Bug#5412).
2512
2513 2010-03-24 Glenn Morris <rgm@gnu.org>
2514
2515 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2516
2517 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
2518
2519 * files.el (auto-mode-alist): Accept more verilog file patterns.
2520
2521 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2522
2523 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
2524
2525 2010-03-24 Glenn Morris <rgm@gnu.org>
2526
2527 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
2528 log-edit-before-checkin-process.
2529
2530 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
2531
2532 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
2533
2534 * vc-dispatcher.el (vc-start-logentry): Doc fix.
2535 (log-view-process-buffer, log-edit-extra-flags): Declare.
2536
2537 * log-edit.el (log-edit-before-checkin-process): Doc fix.
2538
2539 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2540 Consistently check ede-object is bound throughout.
2541
2542 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
2543
2544 2010-03-23 Sam Steingold <sds@gnu.org>
2545
2546 Fix bug#5620: recalculate all markers on compilation buffer
2547 modifications, not on file modifications.
2548 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
2549 the buffer modification time, for buffers not associated with files.
2550 (compilation-mode): Create it.
2551 (compilation-filter): Update it.
2552 (compilation-next-error-function): Use it instead of
2553 `visited-file-modtime' for timestamp.
2554
2555 2010-03-23 Juri Linkov <juri@jurta.org>
2556
2557 Implement Occur multi-line matches.
2558 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
2559
2560 * replace.el (occur): Doc fix.
2561 (occur-engine): Set `begpt' to the beginning of the first line.
2562 Set `endpt' to the end of the last match line. At first, count
2563 line numbers between `origpt' and `begpt'. Split out code from
2564 `out-line' variable to new let-bindings `match-prefix' and
2565 `match-str'. In `out-line' add non-numeric prefix to all
2566 non-first lines of multi-line matches. Finally, count lines
2567 between `begpt' and `endpt' and add to `lines'.
2568
2569 2010-03-23 Juri Linkov <juri@jurta.org>
2570
2571 * replace.el (occur-accumulate-lines, occur-engine):
2572 Use `occur-engine-line' instead of duplicate code.
2573 (occur-engine-line): New function created from duplicate code
2574 in `occur-accumulate-lines' and `occur-engine'.
2575
2576 * replace.el (occur-engine-line): Add optional arg `keep-props'.
2577 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
2578
2579 2010-03-23 Juri Linkov <juri@jurta.org>
2580
2581 * finder.el: Remove TODO tasks.
2582
2583 * info.el (Info-finder-find-node): Add node "all"
2584 with all package info. Handle a list of multiple keywords
2585 separated by comma.
2586 (info-finder): In interactive use with a prefix argument,
2587 use `completing-read-multiple' to read a list of keywords
2588 separated by comma.
2589
2590 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2591
2592 Add a new completion style `substring'.
2593 * minibuffer.el (completion-basic--pattern): New function.
2594 (completion-basic-try-completion, completion-basic-all-completions):
2595 Use it.
2596 (completion-substring--all-completions)
2597 (completion-substring-try-completion)
2598 (completion-substring-all-completions): New functions.
2599 (completion-styles-alist): New style `substring'.
2600
2601 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2602
2603 Get rid of .elc files after removal of the corresponding .el.
2604 * Makefile.in (compile-clean): New target.
2605 (compile-main): Use it.
2606
2607 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
2608
2609 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
2610 don't do make there. When compiling with separate object dir, there
2611 is no Makefile there.
2612
2613 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2614
2615 Get rid of the ELCFILES abomination, again.
2616 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2617 (all, compile): Don't call compile-last.
2618 (compile-main): Build the "elcfiles" list dynamically.
2619 (compile-targets): New (internal) target.
2620
2621 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
2622
2623 * Makefile.in (top_srcdir): Define.
2624 (abs_top_builddir): Define.
2625 (srcdir): Don't append `/..'.
2626 (EMACS): Use ${abs_top_builddir}.
2627 (all, compile, compile-always, compile-last): Don't set emacswd.
2628 (update-subdirs, update-authors): Use $(top_srcdir) instead of
2629 $(srcdir).
2630 (lisp): Use $(srcdir) instead of @srcdir@.
2631
2632 2010-03-21 Juri Linkov <juri@jurta.org>
2633
2634 Fix message of multi-line occur regexps and multi-buffer header lines.
2635 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
2636
2637 * replace.el (occur-1): Don't display regexp if it is longer
2638 than window-width. Use `query-replace-descr' to display regexp.
2639 (occur-engine): Don't display regexp in the buffer header for
2640 multi-buffer occur. Display a separate header line with total
2641 match count and regexp for multi-buffer occur.
2642 Use `query-replace-descr' to display regexp.
2643
2644 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
2645
2646 * net/secrets.el: Fix parenthesis.
2647 (secrets-enabled): Fix parenthesis.
2648
2649 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2650
2651 Use more relative file and directory names.
2652 * Makefile.in (EMACS): Arrange for it to work when we chdir.
2653 (setwins, setwins_almost, setwins_for_subdirs):
2654 Don't `cd'; output relative names.
2655 (all, compile, compile-always, compile-last): Set emacswd.
2656 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
2657 Just cd to the lisp source dir so we can use relative file names.
2658
2659 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
2660
2661 2010-03-20 Glenn Morris <rgm@gnu.org>
2662
2663 * textmodes/rst.el: Use faces for font-lock customization, and make the
2664 old -face variables obsolete.
2665 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
2666 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
2667 (rst-block-face, rst-external-face, rst-definition-face)
2668 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
2669 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
2670 Make obsolete.
2671 (rst-font-lock-keywords-function): Update for above changes.
2672
2673 2010-03-20 Juri Linkov <juri@jurta.org>
2674
2675 * s-region.el:
2676 * obsolete/s-region.el: Move to obsolete.
2677
2678 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
2679
2680 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
2681
2682 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2683
2684 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
2685
2686 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2687
2688 Add special markup processing for commit logs.
2689 * log-edit.el (log-edit-extra-flags): New variable.
2690 (log-edit): Add new argument MODE. Use that mode when non-nil
2691 instead of the log-view-mode.
2692 (log-view-process-buffer): New function.
2693
2694 * vc.el: Document that the checkin method takes optional
2695 arguments. Document new backend specific method: log-view-mode.
2696 (vc-default-log-edit-mode): New function.
2697 (vc-checkin): Use a backend specific log-view-mode.
2698 Pass extra arguments to the checkin method.
2699 (vc-modify-change-comment): Pass a dummy extra argument.
2700
2701 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
2702 log-edit.
2703 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
2704 (vc-finish-logentry): Process the log buffer before passing it
2705 down. Pass log-edit-extra-flags.
2706
2707 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
2708 command.
2709 (log-edit-extra-flags, log-edit-before-checkin-process):
2710 New declarations.
2711
2712 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
2713 command.
2714 (log-edit-extra-flags, log-edit-before-checkin-process):
2715 New declarations.
2716 (vc-hg-log-edit-mode): New derived mode.
2717
2718 * vc-arch.el (vc-arch-checkin):
2719 * vc-cvs.el (vc-cvs-checkin):
2720 * vc-git.el (vc-git-checkin):
2721 * vc-mtn.el (vc-mtn-checkin):
2722 * vc-rcs.el (vc-rcs-checkin):
2723 * vc-sccs.el (vc-sccs-checkin):
2724 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
2725
2726 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2727
2728 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
2729 parent typo).
2730
2731 2010-03-19 Glenn Morris <rgm@gnu.org>
2732
2733 * password-cache.el (password-cache, password-cache-expiry): Autoload.
2734
2735 2010-03-18 Glenn Morris <rgm@gnu.org>
2736
2737 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
2738
2739 * replace.el (query-replace-history): Give it a doc string.
2740 (map-query-replace-regexp): Use query-replace-from-history-variable
2741 and query-replace-to-history-variable.
2742
2743 * mail/hashcash.el (declare-function): Remove duplicate definition.
2744
2745 * mail/emacsbug.el (report-emacs-bug-pretest-address):
2746 Make it an obsolete alias for report-emacs-bug-address.
2747 (message-strip-special-text-properties): Declare.
2748 (report-emacs-bug): Remove test for a pretest bug address.
2749 Combine message-mode-specific code.
2750
2751 * mail/supercite.el: Don't require sendmail.
2752 (mh-in-header-p): Declare rather than using with-no-warnings.
2753 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
2754 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
2755
2756 * calendar/cal-french.el: Convert to utf-8.
2757
2758 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
2759 Emacs scripts.
2760
2761 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
2762
2763 * net/secrets.el (secrets-enabled): New variable. Use it instead
2764 of a subfeature.
2765
2766 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
2767
2768 * net/secrets.el (top): Register the D-Bus signals only when the
2769 service "org.freedesktop.secrets" can be pinged.
2770 Provide subfeature `enabled'.
2771
2772 2010-03-14 Juri Linkov <juri@jurta.org>
2773
2774 Add finder unknown keywords.
2775
2776 * finder.el (finder-unknown-keywords): New function.
2777
2778 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
2779 to create a Finder node with unknown keywords.
2780
2781 2010-03-14 Juri Linkov <juri@jurta.org>
2782
2783 * finder.el (finder-compile-keywords): Replace `princ' with
2784 `prin1' on a list of symbols interned from keyword strings.
2785
2786 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
2787 a comma, then split keywords using a comma and optional whitespace.
2788 Otherwise, split by whitespace.
2789
2790 * complete.el:
2791 * face-remap.el:
2792 * log-view.el:
2793 * net/hmac-def.el:
2794 * net/hmac-md5.el:
2795 * net/netrc.el:
2796 * progmodes/mixal-mode.el: Fix keywords.
2797
2798 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
2799
2800 * Makefile.in (ELCFILES): Add net/secrets.elc.
2801
2802 * net/secrets.el: New file.
2803
2804 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2805
2806 * facemenu.el (list-colors-display, list-colors-print): New arg
2807 callback. Use it to allow selecting colors.
2808
2809 * wid-edit.el (widget-image-insert): Insert image prop even if the
2810 current display is non-graphic.
2811 (widget-field-value-set): New fun.
2812 (editable-field): Use it.
2813 (widget-field-value-get): Clean up unused var.
2814 (widget-color-value-create, widget-color--choose-action):
2815 New funs. Allow using list-colors-display to choose color.
2816
2817 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2818
2819 * cus-edit.el: Resort topmost custom groups.
2820 (custom-buffer-sort-alphabetically): Default to t.
2821 (customize-apropos): Use apropos-parse-pattern.
2822 (custom-search-field): New var.
2823 (custom-buffer-create-internal): Add custom-apropos search field.
2824 (custom-add-parent-links): Don't display parent doc.
2825 (custom-group-value-create): Don't sort top-level custom group.
2826 (custom-magic-value-create): Show visibility button before option name.
2827
2828 (custom-variable-state): New fun, from custom-variable-state-set.
2829 (custom-variable-state-set): Use it.
2830 (custom-group-value-create): Hide options with standard values
2831 using the :hidden-states property. Use progress reporter.
2832
2833 (custom-show): Simplify.
2834 (custom-visibility): Disable images by default.
2835 (custom-variable): New property :hidden-states.
2836 (custom-variable-value-create): Enable images for
2837 custom-visibility widgets. Use :hidden-states property to
2838 determine initial visibility.
2839
2840 * wid-edit.el (widget-image-find): Give images center ascent.
2841 (visibility): Add :on-image and :off-image properties.
2842 (widget-visibility-value-create): Use them.
2843
2844 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2845
2846 * cus-edit.el (processes): Remove from development group.
2847 (oop, hypermedia): Delete group.
2848 (comm): Promote to top-level group.
2849
2850 * net/browse-url.el (browse-url):
2851 * net/xesam.el (xesam):
2852 * net/tramp.el (tramp):
2853 * net/goto-addr.el (goto-address):
2854 * net/ange-ftp.el (ange-ftp): Put in comm group.
2855
2856 * view.el (view): Remove from editing group.
2857
2858 * uniquify.el (uniquify): Put in files group.
2859
2860 * net/browse-url.el (browse-url):
2861 * ps-print.el (postscript): Put in external group.
2862
2863 * cus-edit.el (outlines):
2864 * textmodes/text-mode.el (text-mode-hook):
2865 * textmodes/table.el (table):
2866 * textmodes/picture.el (picture):
2867 * outline.el (outlines): Put in wp group.
2868
2869 * nxml/nxml-mode.el (nxml): Remove from wp group.
2870
2871 * net/tramp-imap.el (tramp-imap): Put in tramp group.
2872
2873 * mail/metamail.el (metamail): Remove from hypermedia group.
2874
2875 * cus-edit.el (abbrev):
2876 * whitespace.el (whitespace):
2877 * vcursor.el (vcursor):
2878 * reveal.el (reveal):
2879 * hl-line.el (hl-line): Put in convenience group.
2880
2881 * epg-config.el (epg): Put in data group.
2882
2883 * emulation/pc-select.el (pc-select): Put in emulations group.
2884
2885 * calculator.el (calculator): Put in applications group.
2886
2887 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
2888
2889 Add .dir-locals.el support for file-less buffers.
2890 * files.el (hack-local-variables): Split out code to apply local
2891 variable settings ...
2892 (hack-local-variables-apply): ... here. New function.
2893 (hack-dir-local-variables): Use the default directory for when the
2894 buffer does not have an associated file.
2895 (hack-dir-local-variables-non-file-buffer): New function.
2896 * diff-mode.el (diff-mode):
2897 * vc-annotate.el (vc-annotate-mode):
2898 * vc-dir.el (vc-dir-mode):
2899 * log-edit.el (log-edit-mode):
2900 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
2901
2902 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
2903
2904 Add support for shelving snapshots and for showing shelves.
2905 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
2906 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
2907 New functions.
2908 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2909 (vc-bzr-extra-menu-map): Map them.
2910
2911 2010-03-11 Glenn Morris <rgm@gnu.org>
2912
2913 * cus-edit.el (customize-changed-options-previous-release):
2914 Bump to 23.1.
2915
2916 * image.el (image-animate-max-time): Fix :version tag.
2917
2918 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2919
2920 * Branch for 23.2.
2921
2922 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2923
2924 * vc-git.el (vc-git-revision-table): Include remote branches.
2925
2926 2010-03-10 Kim F. Storm <storm@cua.dk>
2927
2928 Animated image API.
2929 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
2930
2931 * image.el (image-animate-max-time): New defcustom.
2932 (image-animated-types): New defconst.
2933 (create-animated-image, image-animate-timer)
2934 (image-animate-start, image-animate-stop, image-animate-timeout)
2935 (image-animated-p): New functions.
2936
2937 * image-mode.el (image-toggle-display-image):
2938 Replace `create-image' with `create-animated-image'.
2939
2940 2010-03-09 Miles Bader <miles@gnu.org>
2941
2942 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2943 instead of "format:"; this ensures that the output is
2944 newline-terminated.
2945
2946 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
2947
2948 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2949 that all errors are caught, and that the return value is always a
2950 list (Bug#5692).
2951
2952 2010-03-08 Kenichi Handa <handa@m17n.org>
2953
2954 * language/misc-lang.el (windows-1256): New coding system.
2955 (cp1256): New alias of windows-1256 (bug#5690).
2956
2957 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
2958
2959 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2960 call to rfc822-bad-address. (Bug#5692)
2961
2962 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
2963
2964 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2965 Use vc-git-root as default directory for revision path (Bug#5657).
2966
2967 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2968
2969 * calculator.el (calculator): Don't bind split-window-keep-point
2970 (Bug#5674).
2971
2972 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2973
2974 * vc-git.el: Re-flow to fit into 80 columns.
2975 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2976 Remove spurious `quote' element in each case alternative.
2977 (vc-git-show-log-entry): Use prog1.
2978 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2979
2980 2010-03-06 Glenn Morris <rgm@gnu.org>
2981
2982 * cedet/semantic/grammar.el (semantic-grammar-header-template):
2983 Update template copyright to GPLv3+.
2984
2985 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2986
2987 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2988
2989 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2990
2991 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2992 definition, not the name (Bug#5481).
2993
2994 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
2995
2996 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2997 argument with a local variable. (Bug#5670)
2998
2999 2010-03-02 Juri Linkov <juri@jurta.org>
3000
3001 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
3002
3003 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
3004
3005 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
3006 error when FILENAME and NEWNAME are existing remote directories.
3007
3008 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
3009 parameter DIR-FLAG.
3010
3011 2010-03-02 Glenn Morris <rgm@gnu.org>
3012
3013 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
3014 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
3015
3016 2010-03-01 Kenichi Handa <handa@m17n.org>
3017
3018 * language/burmese.el (burmese-composable-pattern): Rename from
3019 myanmar-composable-pattern.
3020
3021 * international/characters.el (script-list):
3022 * international/fontset.el (script-representative-chars):
3023 Change myanmar to burmese.
3024 (otf-script-alist): Likewise.
3025 (setup-default-fontset): Likewise. Re-fix :otf spec.
3026
3027 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3028
3029 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
3030
3031 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
3032
3033 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
3034
3035 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
3036
3037 * net/tramp.el (tramp-handle-write-region): START can be a string.
3038 Take care in the checks. Reported by Dan Davison
3039 <davison@stats.ox.ac.uk>.
3040
3041 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
3042
3043 * net/dbus.el (dbus-introspect, dbus-get-property)
3044 (dbus-set-property, dbus-get-all-properties):
3045 Use `dbus-call-method' when noninteractive. (Bug#5645)
3046
3047 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
3048
3049 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
3050 * emacs-lisp/elint.el (elint-add-required-env):
3051 * cedet/semantic/db-find.el
3052 (semanticdb-find-translate-path-brutish-default):
3053 * cedet/ede/make.el (ede-make-check-version):
3054 * calendar/icalendar.el (icalendar--add-diary-entry):
3055 * calc/calcalg2.el (math-tracing-integral):
3056 * files.el (recover-session-finish): Use with-current-buffer
3057 instead of save-excursion.
3058
3059 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
3060
3061 Fix in-buffer completion when after-change-functions modify the buffer.
3062 * minibuffer.el (completion--replace): New function.
3063 (completion--do-completion): Use it and use relative movement.
3064
3065 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
3066
3067 * international/fontset.el (setup-default-fontset): Fix :otf spec.
3068
3069 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
3070
3071 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
3072 Allow the characters _<> in the stack entry (Bug#5653).
3073
3074 2010-02-26 Kenichi Handa <handa@m17n.org>
3075
3076 * language/burmese.el: Fix entries in composition-function-table.
3077 (myanmar-composable-pattern): New variable.
3078
3079 * international/fontset.el (setup-default-fontset): Add an entry
3080 for myanmar.
3081
3082 * international/characters.el (script-list): Add Myanmar
3083 Extended-A.
3084
3085 2010-02-26 Glenn Morris <rgm@gnu.org>
3086
3087 * custom.el (custom-initialize-delay): Doc fix.
3088
3089 * mail/sendmail.el (send-mail-function): Autoload the call
3090 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
3091
3092 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
3093
3094 * files.el (hack-local-variables-filter): For eval forms, also
3095 check safe-local-variable-p (Bug#5636).
3096
3097 2010-02-24 Eduard Wiebe <usenet@pusto.de>
3098
3099 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
3100 and use c(ad)r of cddr (Bug#5640).
3101
3102 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
3103
3104 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
3105 setting the modes by `ignore-errors'. It might fail, for example
3106 if the file is not owned by the user but the group.
3107 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
3108
3109 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
3110
3111 * files.el (directory-listing-before-filename-regexp): Use
3112 stricter matching for iso-style dates, to avoid false matches with
3113 date-like filenames (Bug#5597).
3114
3115 * htmlfontify.el (htmlfontify): Doc fix.
3116
3117 * eshell/eshell.el (eshell): Doc fix.
3118
3119 * startup.el (fancy-about-screen): In mode-line, apply
3120 mode-line-buffer-id face only to the buffer name (Bug#5613).
3121
3122 2010-02-20 Kevin Ryde <user42@zip.com.au>
3123
3124 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3125 In `watcom' anchor regexp to start of line, to avoid slowness
3126 (Bug#5599).
3127
3128 2010-02-20 Eli Zaretskii <eliz@gnu.org>
3129
3130 * subr.el (remove-yank-excluded-properties): Explain in a comment
3131 why `category' property is removed.
3132
3133 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
3134
3135 * isearch.el (isearch-update-post-hook, isearch-update): Revert
3136 2010-02-17 change.
3137
3138 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
3139
3140 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3141 (icalendar--convert-weekly-to-ical)
3142 (icalendar--convert-yearly-to-ical)
3143 (icalendar--convert-block-to-ical)
3144 (icalendar--convert-cyclic-to-ical)
3145 (icalendar--convert-anniversary-to-ical): Take care of time
3146 specifications where hour has 1-digit only (Bug#5549).
3147
3148 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
3149
3150 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3151 of disassemble output in GDB 7.1.
3152
3153 2010-02-19 Glenn Morris <rgm@gnu.org>
3154
3155 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3156 property. (Bug#5593)
3157
3158 2010-02-18 Sam Steingold <sds@gnu.org>
3159
3160 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3161
3162 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3163
3164 Use abbreviated file names in bookmarks (bug#5591).
3165 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3166 calls to expand-file-name.
3167 (bookmark-relocate): Use abbreviated file names in bookmarks.
3168 (bookmark-load): Use abbreviated file names in messages.
3169
3170 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
3171
3172 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3173 expand "." and "..". Reported by Thierry Volpiatto
3174 <thierry.volpiatto@gmail.com>.
3175
3176 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
3177
3178 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3179 permissions of the temporary file to "0600". In case the remote
3180 file has no read permissions for the owner, there might be
3181 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
3182
3183 22010-02-18 Glenn Morris <rgm@gnu.org>
3184
3185 * emacs-lisp/authors.el (authors-renamed-files-alist):
3186 Add entries for INSTALL.CVS.
3187
3188 2010-02-17 Mark A. Hershberger <mah@everybody.org>
3189
3190 * vc-bzr.el: Fix typo in Known Bugs section.
3191
3192 * isearch.el (isearch-update-post-hook): New hook.
3193 (isearch-update): Use the new hook.
3194
3195 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
3196
3197 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3198 Fix errors in copying directories.
3199 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3200 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3201 (tramp-handle-delete-file)
3202 (tramp-handle-dired-recursive-delete-directory)
3203 (tramp-handle-write-region): Flush also the cache for the upper
3204 directory.
3205
3206 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
3207
3208 * simple.el (save-interprogram-paste-before-kill): Doc fix.
3209
3210 * cus-edit.el (hardware): Doc fix.
3211
3212 * man.el (man): Add to external custom group.
3213
3214 * delim-col.el (columns): Move to wp custom group.
3215
3216 * doc-view.el (doc-view): Add to data custom group.
3217
3218 * cedet/data-debug.el (data-debug): Move to extensions group.
3219
3220 * cedet/ede.el (ede):
3221 * cedet/srecode.el (srecode):
3222 * cedet/semantic.el (semantic): Put in tools and extensions group.
3223
3224 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
3225
3226 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3227 by ispell-parse-output (Bug#5575).
3228
3229 2010-02-16 Kenichi Handa <handa@m17n.org>
3230
3231 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3232 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3233 (skkdic-convert): Use `euc-japan' coding system for writing.
3234
3235 2010-02-16 Glenn Morris <rgm@gnu.org>
3236
3237 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3238 tex-main-file before using it. (Bug#5562)
3239
3240 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3241
3242 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3243 warnings, since it is annoying for the user to see them each time he
3244 runs the code.
3245
3246 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
3247
3248 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3249 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3250 instead of PROC for caching "first-password-request". Otherwise,
3251 new processes would not profit from passwords already entered.
3252
3253 * net/tramp-cache.el (tramp-dump-connection-properties):
3254 Don't save "first-password-request" property.
3255
3256 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
3257
3258 * outline.el (outline-head-from-level):
3259 * simple.el (with-wrapper-hook):
3260 * cedet/ede.el (ede-run-target, project-delete-target)
3261 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
3262 (ede-adebug-project, ede-adebug-project-parent)
3263 (ede-adebug-project-root):
3264 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3265 (elint-defun, elint-buffer-env, elint-top-form-logged)
3266 (elint-unbound-variable):
3267 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3268 Fix typos in docstrings.
3269
3270 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
3271
3272 * files.el (insert-directory): When WILDCARD-REGEXP and
3273 FULL-DIRECTORY-P are nil, insert the file entry instead of the
3274 whole directory. (Bug#5551)
3275
3276 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
3277 dired's alignment sanity. (Bug#5516)
3278
3279 2010-02-14 Juri Linkov <juri@jurta.org>
3280
3281 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3282 Remove remaining ^H with their preceding chars. (Bug#5566)
3283
3284 2010-02-13 Glenn Morris <rgm@gnu.org>
3285
3286 * simple.el (transpose-subr): Give it a doc-string.
3287
3288 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3289 Doc fixes.
3290
3291 2010-02-12 Juri Linkov <juri@jurta.org>
3292
3293 * arc-mode.el (archive-unique-fname): Make directories for nested
3294 archives. (Bug#5540)
3295
3296 2010-02-12 Juri Linkov <juri@jurta.org>
3297
3298 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
3299
3300 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3301
3302 * subr.el (copy-overlay): Handle deleted overlays.
3303
3304 * man.el (Man-completion-table): Don't signal an error if we can't run
3305 manual-program (bug#4056).
3306
3307 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
3308
3309 * textmodes/artist.el (artist-mt): Fix typos in docstring.
3310
3311 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3312
3313 * info.el (Info-bookmark-jump): Simplify.
3314
3315 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3316 (bookmark-default-handler): Accept new bookmark field `buffer'.
3317
3318 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
3319
3320 * iswitchb.el (iswitchb-completions): Revert last change.
3321
3322 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
3323
3324 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3325 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3326 This prevents file names like "~/" being listed literally.
3327
3328 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
3329
3330 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3331 Remove dead code. (Bug#5546)
3332
3333 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
3334
3335 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3336 correctly (Bug#5548).
3337
3338 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
3339
3340 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3341 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3342
3343 2010-02-08 Kenichi Handa <handa@m17n.org>
3344
3345 * international/mule-util.el (with-coding-priority): Add autoload
3346 cookie for putting `lisp-indent-function'.
3347
3348 2010-02-07 Glenn Morris <rgm@gnu.org>
3349
3350 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3351 Move F2003 named interfaces from keywords-2 to keywords-1, and
3352 use function-name-face rather than constant-face.
3353 Simplify "abstract interface" regexp.
3354
3355 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
3356
3357 * eshell/esh-util.el (eshell-file-attributes): New optional arg
3358 ID-FORMAT. Pass it to `file-attributes'.
3359
3360 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3361
3362 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
3363
3364 * faces.el (set-face-attribute): Allow calling
3365 internal-set-lisp-face-attribute with 'unspecified family and
3366 foundry argument (Bug#5536).
3367
3368 2010-02-07 Glenn Morris <rgm@gnu.org>
3369
3370 * progmodes/f90.el (f90-font-lock-keywords-2)
3371 (f90-looking-at-type-like, f90-looking-at-program-block-end):
3372 Handle F2003 named interfaces.
3373
3374 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
3375
3376 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3377 beg and end before calling c-get-state-before-change-functions.
3378
3379 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
3380
3381 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
3382
3383 2010-02-05 Juri Linkov <juri@jurta.org>
3384
3385 * doc-view.el (doc-view-mode):
3386 * image-mode.el (image-mode): Put property mode-class=special.
3387 (Bug#4896)
3388
3389 2010-02-05 Mark A. Hershberger <mah@everybody.org>
3390
3391 * vc-svn.el (vc-svn-revision-table): New function.
3392
3393 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
3394
3395 * net/ange-ftp.el (ange-ftp-insert-directory):
3396 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3397 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3398 Handle also directories. (Bug#5478)
3399
3400 2010-02-05 Glenn Morris <rgm@gnu.org>
3401
3402 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3403
3404 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
3405
3406 * startup.el (command-line-1): Convert options beginning with a
3407 single dash as well (Bug#5519).
3408
3409 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
3410
3411 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3412 * minibuffer.el (completion-initials-expand): Only check the presence
3413 of delims *within* the boundaries, since otherwise the / delim is
3414 always found for files.
3415
3416 Fix up various corner case problems.
3417 * doc-view.el (doc-view-last-page-number): New function.
3418 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3419 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3420 (doc-view-kill-proc): Avoid inf-loop in freak cases.
3421 (doc-view-reconvert-doc): Use the new recursive delete-directory.
3422 (doc-view-convert-current-doc): Don't create the resolution.el file
3423 here any more.
3424 (doc-view-pdf/ps->png): Do it here instead.
3425 (doc-view-already-converted-p): Check that resolution.el is present.
3426 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3427 windows that are not yet showing images.
3428
3429 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
3430
3431 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3432 `dired-uncache' for every elemnt which is an absolute file name.
3433
3434 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3435 directory, handle its directory component.
3436 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3437 function is called permanently and creates noise, otherwise.
3438
3439 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3440 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3441 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
3442
3443 2010-02-04 David Burger <dburger@google.com> (tiny change)
3444
3445 * macros.el (apply-macro-to-region-lines):
3446 Minor simplification. (Bug#5485)
3447
3448 2010-02-04 Glenn Morris <rgm@gnu.org>
3449
3450 * mail/rmail.el (rmail-show-message-1): Handle malformed
3451 quoted-printable text. (Bug#5441)
3452
3453 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3454
3455 * simple.el (visual-line-mode): Capitalize lighter.
3456
3457 2010-02-03 John Wiegley <jwiegley@gmail.com>
3458
3459 * iswitchb.el (iswitchb-completions): Add bookmark files to the
3460 list of files considered for "virtual buffer" completions.
3461
3462 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
3463
3464 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3465 also in case of (and (not full) (not wildcard)). This is needed,
3466 when dired is called with a list of files, which are not in
3467 `default-directory'. (Bug#5478)
3468
3469 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3470
3471 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3472
3473 2010-02-02 Juri Linkov <juri@jurta.org>
3474
3475 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3476 from unidiff to allow function-line after @@.
3477
3478 2010-02-02 Juri Linkov <juri@jurta.org>
3479
3480 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3481 '(RCS SCCS) with inverted condition.
3482
3483 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
3484
3485 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3486 messages.
3487
3488 2010-02-01 Juri Linkov <juri@jurta.org>
3489
3490 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3491 compare with "pkunzip" and "pkzip" instead of only "pkzip".
3492 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3493 only when (car archive-zip-extract) is "unzip". (Bug#5475)
3494
3495 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3496
3497 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3498 (doc-view-revert-buffer): New command.
3499 (doc-view-mode-map): Use it.
3500
3501 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3502
3503 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3504 pending merge is detected.
3505
3506 2010-01-31 Juri Linkov <juri@jurta.org>
3507
3508 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3509 beginning of interactive spec like all other grep commands do.
3510 Put "all" in front of "gz". (Bug#5260)
3511
3512 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3513
3514 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3515
3516 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
3517
3518 * dirtrack.el (dirtrack): Warn instead of signalling error if the
3519 regexp is incorrect (Bug#5476).
3520
3521 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
3522
3523 * net/tramp.el (tramp-handle-insert-directory): Handle also
3524 symlinks, when FILENAME is not in `default-directory'.
3525
3526 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3527
3528 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3529 FILE is not in `default-directory'. (Bug#5478)
3530
3531 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3532 of SWITCHES. Handle the case, FILENAME is not in
3533 `default-directory'. (Bug#5478)
3534 (tramp-register-file-name-handlers): Add safe-magic property.
3535
3536 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
3537
3538 * arc-mode.el (archive-zip-extract): Quote the argument passed to
3539 unzip (Bug#5475).
3540
3541 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
3542
3543 * progmodes/flymake.el (flymake-allowed-file-name-masks)
3544 (flymake-master-make-header-init): Add other C++ filename masks.
3545 (flymake-find-possible-master-files)
3546 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3547
3548 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3549
3550 Fix some busybox annoyances.
3551
3552 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3553 not responding." string.
3554 (tramp-open-connection-setup-interactive-shell): Dump stty
3555 settings. Enable "neveropen" arg for all `tramp-send-command'
3556 calls. Handle "=" in variable values properly.
3557 (tramp-find-inline-encoding): Raise an error, when no encoding is
3558 found.
3559 (tramp-wait-for-output): Check, whether PROC buffer is available.
3560 Remove spurious " ^H" sequences, sent by busybox.
3561 (tramp-get-ls-command): Suppress coloring, if possible.
3562
3563 2010-01-28 Glenn Morris <rgm@gnu.org>
3564
3565 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
3566
3567 * log-edit.el (log-edit-strip-single-file-name): Add missing
3568 :safe, :group, and :version tags.
3569
3570 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
3571
3572 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3573 buffers. (Bug#5477)
3574
3575 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
3576
3577 * files.el (delete-directory): Handle moving to trash without
3578 first doing recursion (Bug#5436).
3579
3580 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
3581
3582 * vc-hooks.el (vc-path): Mark as obsolete.
3583
3584 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
3585
3586 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3587 names too.
3588
3589 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3590 for the short log.
3591 (vc-bzr-log-view-mode): Adjust regexp for the above change.
3592
3593 2010-01-25 Mark A. Hershberger <mah@everybody.org>
3594
3595 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3596
3597 * vc-bzr.el (vc-bzr-revision-table): New function.
3598
3599 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
3600
3601 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3602 diff-index command. This requires at least git-1.5.5. (Bug#1589).
3603
3604 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3605
3606 Remove support for adding --signoff on commit.
3607 Future support will use an incompatible generic mechanism.
3608 * vc-git.el (vc-git-add-signoff): Remove variable.
3609 (vc-git-toggle-signoff): Remove function.
3610 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3611
3612 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
3613 from xterm-set-background-mode. Return t if the background mode
3614 was set.
3615 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3616 earlier, call it again in case the background mode has changed.
3617
3618 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
3619
3620 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3621 (Bug#3541).
3622
3623 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
3624
3625 * emacs-lisp/assoc.el (aelement): Doc fix.
3626 (aput, adelete, amake): Use lexical-let (Bug#5450).
3627
3628 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
3629
3630 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3631 is the same as subprogram call, not declaration. (Bug#5435).
3632
3633 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
3634
3635 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3636 (tramp-smb-maybe-open-connection): Use it.
3637
3638 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
3639
3640 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
3641
3642 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3643
3644 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3645 just because we see "encoding: 8bit".
3646 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3647
3648 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
3649
3650 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3651
3652 2010-01-22 Eli Zaretskii <eliz@gnu.org>
3653
3654 * jka-compr.el (jka-compr-load): If load-file is not in
3655 load-history, try its file-truename version. (bug#5447)
3656
3657 2010-01-21 Alan Mackenzie <acm@muc.de>
3658
3659 Fix a situation where deletion of a cpp construct throws an error.
3660 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
3661 invoking c-with-all-but-one-cpps-commented-out, check that the
3662 special cpp construct is still in the buffer.
3663 (c-parse-state): Record the special cpp with markers, not numbers.
3664
3665 2010-01-21 Kenichi Handa <handa@m17n.org>
3666
3667 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3668 process last-command-event, as it is now decoded first (Bug#5380).
3669
3670 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
3671
3672 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3673
3674 2010-01-20 Glenn Morris <rgm@gnu.org>
3675
3676 * indent.el (tab-always-indent): Fix custom-type.
3677
3678 2010-01-19 Alan Mackenzie <acm@muc.de>
3679
3680 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3681 buffer throws "args out of range".
3682 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3683 playing the role of delimiter.
3684
3685 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3686
3687 * progmodes/ada-mode.el: Fix bug#5400.
3688 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3689 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3690 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3691 Improve comments in "is" portion. Handle null procedure declaration.
3692 (ada-move-to-end): Improve doc string.
3693
3694 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3695
3696 * ido.el (ido-cur-list): Initialize to nil.
3697 Remove obsolete information from commentary.
3698 (ido-choice-list): Initialize to nil.
3699 (ido-get-bufname): Reject minibuffers.
3700 (ido-make-buffer-list): If "default" is a nonexistent
3701 buffer, ignore it, as per the function's comment.
3702 (ido-kill-buffer-internal): New function.
3703 (ido-kill-buffer-at-head): Use it.
3704 (ido-visit-buffer): Likewise.
3705
3706 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
3707
3708 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3709
3710 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
3711
3712 * cedet/ede/locate.el (ede-locate-file-in-project)
3713 (ede-locate-file-in-project-impl): Fix typos in docstrings.
3714 (ede-enable-locate-on-project): Fix typos in error messages.
3715
3716 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
3717 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
3718 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
3719 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
3720 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
3721 Fix typos in menu help.
3722
3723 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3724 Fix typos in chart titles.
3725
3726 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3727 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
3728 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
3729 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
3730 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
3731 (semantic-parse-stream, semantic-parse-region)
3732 (semantic-parse-region-default, semantic--set-buffer-cache)
3733 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
3734 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
3735 (semantic-default-submodes):
3736 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
3737 (semanticdb-create-ebrowse-database)
3738 (semanticdb-find-tags-for-completion-method)
3739 (semanticdb-find-tags-by-class-method)
3740 (semanticdb-deep-find-tags-by-name-method)
3741 (semanticdb-deep-find-tags-for-completion-method):
3742 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
3743 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
3744 (semanticdb-find-tags-for-completion-method)
3745 (semanticdb-find-tags-by-class-method)
3746 (semanticdb-deep-find-tags-for-completion-method):
3747 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
3748 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
3749 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
3750 (semanticdb-find-tags-by-name-method)
3751 (semanticdb-find-tags-by-name-regexp-method)
3752 (semanticdb-find-tags-for-completion-method)
3753 (semanticdb-find-tags-by-class-method)
3754 (semanticdb-find-tags-external-children-of-type-method)
3755 (semanticdb-find-tags-subclasses-of-type-method)
3756 (semanticdb-deep-find-tags-by-name-method)
3757 (semanticdb-deep-find-tags-by-name-regexp-method)
3758 (semanticdb-deep-find-tags-for-completion-method):
3759 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
3760 (semanticdb-enable-gnu-global-in-buffer)
3761 (semanticdb-find-tags-for-completion-method)
3762 (semanticdb-deep-find-tags-by-name-method)
3763 (semanticdb-deep-find-tags-for-completion-method):
3764 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
3765 (javascript-mode, semanticdb-find-translate-path)
3766 (semanticdb-find-tags-for-completion-method)
3767 (semanticdb-find-tags-by-class-method)
3768 (semanticdb-deep-find-tags-by-name-method)
3769 (semanticdb-deep-find-tags-for-completion-method)
3770 (semanticdb-find-tags-external-children-of-type-method):
3771 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
3772 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
3773 (global-semantic-idle-scheduler-mode):
3774 * cedet/srecode/dictionary.el (srecode-field-value)
3775 (srecode-dictionary-add-section-dictionary):
3776 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3777 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3778 (describe-class, eieio-describe-generic, describe-generic):
3779 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3780 (eieio-speedbar-expand):
3781 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3782 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3783 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3784 (viper-del-backward-char-in-replace, viper-backward-indent)
3785 (viper-brac-function, viper-register-to-point, viper-submit-report):
3786 * net/tramp.el (tramp-remote-coding-commands):
3787 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3788 Fix typos in docstrings.
3789
3790 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3791
3792 * mail/sendmail.el (mail-yank-original): Set the mark if the
3793 specified function for yanking does not do it.
3794
3795 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3796
3797 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3798
3799 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3800 resyncing a directory.
3801
3802 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3803
3804 * progmodes/ada-mode.el: Fix bug#1920.
3805 (ada-ident-re): Delete ., allow multibyte characters.
3806 (ada-goto-label-re): New; matches goto labels.
3807 (ada-block-label-re): New; matches block labels.
3808 (ada-label-re): New; matches both.
3809 (ada-named-block-re): Deleted; callers changed to use
3810 `ada-block-label-re' instead.
3811 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3812 Use `ada-block-label-re'.
3813 (ada-indent-on-previous-lines): Improve handling of goto labels.
3814 (ada-get-indent-block-start): Special-case block label.
3815 (ada-get-indent-label): Split into `ada-indent-block-label' and
3816 `ada-indent-goto-label'.
3817 (ada-goto-stmt-start, ada-goto-next-non-ws):
3818 Optionally ignore goto labels.
3819 (ada-goto-next-word): Simplify.
3820 (ada-indent-newline-indent-conditional): Insert newline before
3821 trying to fix indentation; doc fix.
3822
3823 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3824
3825 * calc/calc.el (calc-command-flags): Give it an initial value.
3826
3827 2010-01-17 Glenn Morris <rgm@gnu.org>
3828
3829 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
3830
3831 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3832
3833 * cedet/semantic.el (semantic-mode):
3834 * files.el (minibuffer-with-setup-hook):
3835 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3836 (artist-key-draw-continously, artist-key-do-continously-continously)
3837 (artist-key-set-point-continously, artist-mouse-draw-continously):
3838 Fix typos in docstrings.
3839
3840 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3841
3842 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
3843 return t (Bug#3898).
3844
3845 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
3846
3847 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3848 can parse the output of the external commands (Bug#5279).
3849
3850 2010-01-16 Jari Aalto <jari.aalto@cante.net>
3851
3852 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3853
3854 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
3855
3856 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3857
3858 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3859
3860 * startup.el (command-line): Remove unused --icon-type arg.
3861 Handle --display arg, passing it to command-line-1 (Bug#5392).
3862
3863 2010-01-16 Mario Lang <mlang@delysid.org>
3864
3865 * cedet/ede/cpp-root.el (ede-cpp-root-project):
3866 * cedet/ede/files.el (ede-expand-filename):
3867 * cedet/ede/simple.el (ede-simple-project):
3868 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3869 (semantic-complete-inline-tag-engine):
3870 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3871 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
3872 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3873 * cedet/semantic/db.el (semanticdb-equivalent-mode):
3874 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
3875 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
3876 * emacs-lisp/chart.el (chart-translate-namezone):
3877 * textmodes/artist.el (artist-compute-popup-menu-table):
3878 Remove duplicated words in doc-strings.
3879
3880 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3881
3882 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3883 to mairix-search to suppress threading (Bug#5342).
3884
3885 2010-01-15 Kenichi Handa <handa@m17n.org>
3886
3887 * international/mule-cmds.el (canonicalize-coding-system-name):
3888 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3889
3890 2010-01-15 Glenn Morris <rgm@gnu.org>
3891
3892 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3893
3894 * wid-edit.el (widget-keymap): Doc fix.
3895
3896 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3897 former seems to be more widely accepted by various svn versions.
3898
3899 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3900
3901 * find-cmd.el (find-constituents):
3902 * vc-arch.el (vc-arch-root):
3903 * window.el (window-body-height, pop-up-frames):
3904 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
3905 (semantic-no-reparse-needed-change-hook):
3906 * cedet/srecode/insert.el (srecode-resolve-argument-list)
3907 (srecode-template-inserter-blank, srecode-template-inserter-variable)
3908 (srecode-template-inserter-ask, srecode-template-inserter-width)
3909 (srecode-template-inserter-section-start)
3910 (srecode-template-inserter-section-end, srecode-insert-method):
3911 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3912 * progmodes/ada-stmt.el (ada-if):
3913 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3914 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3915 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3916 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3917
3918 * progmodes/flymake.el (flymake-post-syntax-check):
3919 Fix typo in error message.
3920
3921 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3922
3923 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3924 which is always a string. (Bug#5313)
3925
3926 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3927
3928 * progmodes/ada-xref.el (ada-default-prj-properties):
3929 Simplify previous change.
3930
3931 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3932
3933 * progmodes/ada-xref.el (ada-default-prj-properties):
3934 Default ada_project_path to $ADA_PROJECT_PATH.
3935
3936 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3937
3938 * progmodes/ada-mode.el (ada-create-keymap):
3939 Override `narrow-to-defun' with `ada-narrow-to-defun'.
3940
3941 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3942
3943 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3944 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3945 (ada-get-current-indent, ada-imenu-generic-expression)
3946 (ada-which-function): Check for it.
3947
3948 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3949
3950 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3951 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3952
3953 2010-01-14 Glenn Morris <rgm@gnu.org>
3954
3955 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
3956
3957 2010-01-14 Kenichi Handa <handa@m17n.org>
3958
3959 * composite.el (auto-composition-mode): Make it a buffer local
3960 variable (permanent-local).
3961 (auto-composition-function): Set the default value to
3962 auto-compose-chars.
3963 (auto-composition-mode): Make it a simple function, not a minor mode.
3964 (global-auto-composition-mode): Likewise.
3965 (turn-on-auto-composition-if-enabled): Delete it.
3966
3967 2010-01-13 Karl Fogel <kfogel@red-bean.com>
3968
3969 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3970
3971 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
3972
3973 * files.el (copy-directory): Compute target for recursive
3974 directories with identical names. (Bug#5343)
3975
3976 2010-01-12 Glenn Morris <rgm@gnu.org>
3977
3978 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
3979 it to bug-gnu-emacs rather than emacs-pretest-bug.
3980
3981 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
3982
3983 * cedet/data-debug.el (data-debug): Fix customization group reference.
3984
3985 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
3986
3987 * cedet/semantic/analyze.el (semantic-analyze-push-error)
3988 (semantic-analyze-context, semantic-analyze-context-assignment)
3989 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
3990 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
3991 (semantic-java-doc-keywords-map):
3992 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
3993 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
3994 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
3995 (semantic-c-classname, semantic-format-tag-uml-prototype)
3996 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
3997 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
3998 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
3999 (semantic-get-local-variables, semantic-end-of-command)
4000 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
4001 (lisp-mode):
4002 * cedet/semantic/bovine/make.el (makefile-mode):
4003 * cedet/semantic/wisent/python.el (wisent-python-string-re)
4004 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
4005 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
4006 (semantic-lex, semantic-get-local-variables, python-mode):
4007 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
4008 * cedet/srecode/extract.el (srecode-extract-state-set)
4009 (srecode-extract-method): Fix typos in docstrings.
4010
4011 2010-01-11 Sam Steingold <sds@gnu.org>
4012
4013 * imenu.el (imenu-default-create-index-function): Detect infinite
4014 loops caused by imenu-prev-index-position-function.
4015
4016 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
4017
4018 * htmlfontify.el (htmlfontify-load-rgb-file)
4019 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
4020 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
4021 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
4022 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
4023 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
4024 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
4025 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
4026 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
4027 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
4028 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
4029 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
4030 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
4031 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
4032 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
4033 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
4034 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
4035 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
4036 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
4037 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
4038 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
4039 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
4040 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
4041 backslash-quoting from parentheses, etc.
4042
4043 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
4044
4045 * progmodes/js.el: Autoload javascript-mode alias.
4046
4047 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
4048
4049 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
4050 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
4051 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
4052 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
4053 Fix typos in docstrings.
4054 (ffap-url-regexp): Doc fix.
4055 (ffap-at-mouse): Fix typo in message.
4056
4057 2010-01-11 Glenn Morris <rgm@gnu.org>
4058
4059 * version.el (emacs-copyright): Set copyright year to 2010.
4060
4061 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
4062
4063 * format.el (format-annotate-function): Only set
4064 write-region-post-annotation-function after running to-fn so as not to
4065 affect nested write-region calls (bug#5273).
4066
4067 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
4068
4069 * cedet/semantic.el (semantic-new-buffer-setup-functions):
4070 Add python parser.
4071
4072 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
4073 wisent/python.el.
4074
4075 2010-01-10 Richard Kim <emacs18@gmail.com>
4076
4077 * cedet/semantic/wisent/python-wy.el:
4078 * cedet/semantic/wisent/python.el: New files.
4079
4080 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
4081
4082 * man.el (Man-goto-section): Signal error if the section is not
4083 found (Bug#5317).
4084
4085 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
4086
4087 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
4088 URLs with a leading triple slash in the file: scheme. (Bug#5345)
4089
4090 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
4091
4092 * progmodes/compile.el: Don't treat compile-command as safe if
4093 compilation-read-command might be nil (Bug#4218).
4094
4095 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
4096
4097 * startup.el (command-line-1): Use orig-argi to check for ignored X and
4098 NS options.
4099
4100 2010-01-08 Kenichi Handa <handa@m17n.org>
4101
4102 * international/fontset.el (build-default-fontset-data):
4103 Exclude characters in scripts kana, hangul, han, or cjk-misc.
4104
4105 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
4106
4107 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
4108 to `create-file-buffer' as it expects, not just a buffer name.
4109 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
4110 to help uniquify. (Bug#3224)
4111
4112 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
4113
4114 * font-setting.el (font-setting-change-default-font): Use user-spec
4115 instead of name.
4116
4117 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4118
4119 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
4120
4121 2010-01-05 Tom Tromey <tromey@redhat.com>
4122
4123 * progmodes/python.el (python-font-lock-keywords):
4124 Handle qualified decorators (Bug#881).
4125
4126 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4127
4128 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
4129 in a lightweight checkout.
4130
4131 2010-01-05 Kenichi Handa <handa@m17n.org>
4132
4133 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
4134
4135 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4136
4137 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
4138
4139 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
4140
4141 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
4142 checkouts. (Bug#618)
4143 (vc-bzr-log-view-mode): Also highlight the author.
4144 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
4145 (vc-bzr-shelve-menu-map):
4146 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
4147 (vc-bzr-shelve-apply): Make prompt more explicit.
4148
4149 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
4150
4151 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
4152 They are valid characters in URL paths (rfc3986), and at least
4153 Firefox does not understand the encoded version (Bug#3166).
4154
4155 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
4156
4157 * progmodes/octave-mod.el (octave-end-keywords)
4158 (octave-block-begin-or-end-regexp, octave-block-match-alist):
4159 Add "end" keyword (Bug#3061).
4160 (octave-end-as-array-index-p): New function.
4161 (calculate-octave-indent): Use it.
4162
4163 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4164
4165 * bookmark.el: Consistently put the text property on the bookmark name.
4166 (bookmark-bmenu-marks-width): Bump back to 2, to include
4167 annotation marks.
4168 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
4169 property on the bookmark name, instead of not putting it at all.
4170 (bookmark-bmenu-list): Fix where we put the text property.
4171
4172 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4173
4174 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
4175 for showing buffer modified state (as added in the previous change).
4176
4177 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4178
4179 * bookmark.el: Show modified state of bookmark buffer more accurately.
4180 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
4181 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
4182 (with-buffer-modified-unmodified): New macro.
4183 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4184 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
4185 Use new macro to preserve the buffer modified state.
4186
4187 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4188
4189 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
4190 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
4191 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
4192 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
4193 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4194 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
4195 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
4196
4197 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4198
4199 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4200 Make the lines in the generated doc string shorter. (Bug#4668)
4201
4202 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
4203
4204 * net/rcirc.el: Add follow-link binding (Bug#4738).
4205
4206 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4207
4208 * Makefile.in (bzr-update): Rename from cvs-update.
4209 (cvs-update): New target for backward compatibility.
4210
4211 * makefile.w32-in (bzr-update): Rename from cvs-update.
4212 (cvs-update): New target for backward compatibility.
4213
4214 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4215
4216 * bookmark.el: Remove gratuitous gratitude.
4217
4218 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4219
4220 * bookmark.el (bookmark-bmenu-any-marks): New function
4221 (bookmark-bmenu-save): Clear buffer modification if no marks.
4222
4223 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4224
4225 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
4226 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
4227 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
4228 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
4229
4230 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
4231 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
4232 To: emacs-devel {_AT_} gnu.org
4233 Subject: bookmark.el bug report
4234 Date: Mon, 28 Dec 2009 14:19:16 +0800
4235 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
4236
4237 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4238
4239 * bookmark.el: Improvements suggested by Drew Adams:
4240 (bookmark-bmenu-ensure-position): New name for
4241 `bookmark-bmenu-check-position'. Just ensure the position,
4242 don't return any meaningful value.
4243 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4244 New constants.
4245
4246 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
4247
4248 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4249 (bookmark-yank-point, bookmark-bmenu-check-position):
4250 Fix typos in docstrings.
4251 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4252 (bookmark-name-from-full-record, bookmark-get-position)
4253 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4254 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4255 Remove useless quoting of parenthesis, etc. in docstrings.
4256
4257 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4258 (ediff-append-custom-diff): Fix typo in error message.
4259 (ediff-meta-mark-equal-files): Fix typos in messages.
4260
4261 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4262
4263 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
4264 Fix typo in docstring.
4265
4266 * net/imap-hash.el (imap-hash-make): Doc fix.
4267 (imap-hash-test): Fix typo in error message; reflow docstring.
4268 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4269 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4270 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4271 Fix typos in docstrings.
4272 (imap-hash-open-connection): Fix typo in error message.
4273
4274 * play/gomoku.el (gomoku): Fix typos in docstring.
4275
4276 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4277 (gdb-jsonify-buffer): Fix typos in docstring.
4278 (gdb-goto-breakpoint): Fix typo in error message.
4279 ("Display Other Windows"): Fix typo in help message.
4280 (gdb-speedbar-expand-node): Fix typo in question.
4281
4282 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4283 (idlwave-html-system-help-location, idlwave-html-help-location)
4284 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4285 (idlwave-help-browser-generic-args, idlwave-help-directory)
4286 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4287 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4288 (idlwave-online-help, idlwave-help-html-link)
4289 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4290 Fix typos in docstrings.
4291 (idlwave-help-with-source, idlwave-help-find-routine-definition):
4292 Reflow docstrings.
4293 (idlwave-help-assistant-start): Fix typo in error message.
4294
4295 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4296 (octave-electric-space): Fix typos in docstrings.
4297
4298 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
4299
4300 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4301
4302 2010-01-01 Juri Linkov <juri@jurta.org>
4303
4304 * comint.el (comint-input-ring-size): Make it a defcustom and
4305 increase the default to 500 (Bug#5148).
4306
4307 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
4308
4309 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4310 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4311 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4312
4313 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
4314
4315 Show working revision correctly for mercurial.
4316 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
4317 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
4318
4319 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
4320
4321 Declare some functions for the byte-compiler.
4322 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4323 (speedbar-timer-fn, speedbar-change-expand-button-char)
4324 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4325
4326 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
4327
4328 This changeset reverts GDB Graphical Interface to use annotations.
4329 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4330
4331 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4332
4333 Make vc-dir work on subdirectories of the bzr root.
4334 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
4335 file names relative to it.
4336 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4337 relative directory to vc-bzr-after-dir-status.
4338
4339 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
4340
4341 * font-lock.el (font-lock-refresh-defaults): New function, which
4342 can be used to let font-lock react to external changes in
4343 variables like font-lock-defaults and keywords.
4344 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4345
4346 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
4347
4348 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4349
4350 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4351
4352 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
4353
4354 Supersede color.diff settings in git log (bug#5211).
4355
4356 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4357 escape chars in its output when the user has color.diff set to `always'.
4358 This fix works on git 1.4.2 and newer (released on 2006-08-13).
4359
4360 2009-12-26 Kevin Ryde <user42@zip.com.au>
4361
4362 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4363 node. Keep previous "Index" name to work with past coreutils too.
4364
4365 * man.el (man): Revise docstring a bit to show -a and -l as
4366 examples. Add -k description since support for it has otherwise
4367 been a secret. (Further to bug#3717.)
4368 (Man-bgproc-sentinel): When "-k foo" produces no output show error
4369 "no matches" rather than "Can't find manpage", as the latter reads
4370 like -k was interpreted as a page name, which is not so. (Bug#5431)
4371
4372 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
4373
4374 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4375 switches. Check also for //SUBDIRED// line.
4376
4377 2009-12-25 Kenichi Handa <handa@m17n.org>
4378
4379 * language/indian.el (devanagari-composable-pattern): Fixed to
4380 handle ZWNJ and ZWJ. Use it in composition-function-table for
4381 Devanagari.
4382 (malayalam-composable-pattern): Fix previous change.
4383
4384 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4385
4386 * ps-print.el (ps-face-attributes): It was not returning the
4387 attribute face for faces specified as string. Reported by harven
4388 <harven@free.fr>.
4389 (ps-print-version): New version 7.3.5.
4390
4391 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
4392
4393 * calendar/icalendar.el (icalendar--convert-tz-offset):
4394 Fix timezone names.
4395 (icalendar--convert-tz-offset): Fix the "last-day-problem".
4396 (icalendar--add-diary-entry): Remove the trailing blank that
4397 diary-make-entry inserts.
4398
4399 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
4400
4401 Make `file-expand-wildcards' work for remote files.
4402
4403 * files.el (file-expand-wildcards): In case of remote files, check
4404 only local file name part for wildcards. Provide feature 'files
4405 and subfeature 'remote-wildcards. (Bug#5198)
4406
4407 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4408 if there is already an established connection.
4409 (tramp-advice-file-expand-wildcards): Remove it.
4410
4411 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
4412 (tramp-advice-file-expand-wildcards): Move from tramp.el.
4413 Activate advice for older GNU Emacs versions. (Bug#5237)
4414
4415 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
4416
4417 Some doc fixes (more needed).
4418
4419 * find-cmd.el (find-constituents): Reflow docstring.
4420 (find-cmd, find-prune, find-command): Fix typos in docstrings.
4421 (find-generic): Doc fix.
4422
4423 2009-12-17 Juri Linkov <juri@jurta.org>
4424
4425 Fix regression from 23.1 to allow multiple modes in Local Variables.
4426
4427 * files.el (hack-local-variables-filter): While ignoring duplicates,
4428 don't take `mode' into account.
4429 (hack-local-variables-filter, hack-dir-local-variables):
4430 Don't remove duplicate `mode' from local-variables-alist (like `eval').
4431
4432 2009-12-17 Juri Linkov <juri@jurta.org>
4433
4434 Make `dired-diff' safer. (Bug#5225)
4435
4436 * dired-aux.el (dired-diff): Signal an error when `file' equals to
4437 `current' or when `file' is a directory of the `current' file.
4438
4439 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
4440
4441 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4442 unconditionally preloaded files.
4443
4444 2009-12-16 Juri Linkov <juri@jurta.org>
4445
4446 Revert to old 23.1 logic of using the file at the mark as default.
4447 * dired-aux.el (dired-diff): Use the file at the mark as default
4448 if it's not the same as the current file, and the target dir is
4449 the current dir or the mark is active. Add the current file
4450 as the arg of `dired-dwim-target-defaults'. Use the default file
4451 in the prompt. (Bug#5225)
4452
4453 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
4454
4455 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4456 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4457 (tramp-check-for-regexp): Check also, when an echoing shell stops
4458 to echo sent commands.
4459
4460 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4461
4462 * Makefile.in: Revert last change (Bug#5191).
4463
4464 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
4465
4466 * vc-hg.el (vc-hg-print-log): Fix argument order.
4467 (vc-hg-working-revision): Make sure the command is executed in a
4468 known environment so that we can parse the output. (Bug#4417)
4469
4470 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4471
4472 * progmodes/python.el (python-symbol-completions): Remove text
4473 properties from symbol string before calling python-send-receive.
4474
4475 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
4476
4477 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4478 when there are values for both file and line. (Bug#5060)
4479
4480 2009-12-14 Juri Linkov <juri@jurta.org>
4481
4482 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4483 whitespace after the file name of the first line of unified format,
4484 because git-diff doesn't output whitespace and file modification time
4485 after the file name.
4486
4487 2009-12-14 David Kastrup <dak@gnu.org>
4488
4489 * info.el (Info-hide-cookies-node): Before hiding a cookie,
4490 check if it already has the `display' property added by
4491 `Info-display-images-node', and not put the `invisible' property
4492 in this case.
4493
4494 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4495
4496 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4497 (semantic-mru-bookmark-mode): Doc fixes.
4498
4499 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
4500 of assert.
4501
4502 2009-12-13 Glenn Morris <rgm@gnu.org>
4503
4504 * mail/emacsbug.el (message-sort-headers): Define for compiler.
4505 (report-emacs-bug): In message-mode, sort manually before storing
4506 original report text. (Bug#5178)
4507 Remove superfluous save-excursion.
4508
4509 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
4510
4511 * net/dbus.el (dbus-property-handler): Filter lambda forms out
4512 when responding to "GetAll" properties.
4513
4514 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
4515
4516 * simple.el (compose-mail): Remove mail-setup-with-from from
4517 customization checks.
4518
4519 2009-12-12 Eli Zaretskii <eliz@gnu.org>
4520
4521 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4522 RAR archives created on Unix systems.
4523
4524 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4525
4526 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4527 the varalias that was accidentally removed by the 2009-11-19 change
4528 (bug#5186).
4529
4530 2009-12-12 Kenichi Handa <handa@m17n.org>
4531
4532 * language/indian.el (indian-compose-regexp): New function.
4533 (malayalam-composable-pattern): Fix the pattern.
4534 (composition-function-table): Set malayalam-composable-pattern for
4535 Malayalam characters.
4536
4537 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
4538
4539 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4540 rather than down-mouse-1, based on follow-link conventions.
4541
4542 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4543 are compiled.
4544
4545 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
4546
4547 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4548 (verilog-vmm-statement-re, verilog-ovm-statement-re)
4549 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4550 (verilog-leap-to-head, verilog-backward-token):
4551 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
4552
4553 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
4554
4555 * progmodes/verilog-mode.el (verilog-auto-lineup)
4556 (verilog-nameable-item-re): Cleanup user-visible spelling and
4557 documentation errors. One reported by Gary Delp.
4558 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4559 (verilog-read-decls): Fix AUTOWIRE with types declared in a
4560 package, bug195. Reported by Pierre-David Pfister.
4561
4562 2009-12-11 Glenn Morris <rgm@gnu.org>
4563
4564 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4565
4566 * mail/emacsbug.el: No longer require sendmail.
4567 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
4568 (report-emacs-bug-orig-text): Doc fix.
4569 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4570 New local variables, to adapt to different mail-user-agents.
4571 (report-emacs-bug): Fix test for a gnu.org address.
4572 Use overlays for emphasis, since font-lock defeats 'face property.
4573 Pretest bugs also end up at the newsgroup these days.
4574 Stop message-mode stripping text properties.
4575 Set and use the new buffer-local variables.
4576 (report-emacs-bug-hook): Add doc-string.
4577 Remove some unnecessary save-excursions and simplify.
4578 Use the appropriate hook and send-command.
4579
4580 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4581 capitalization of some menu entries.
4582
4583 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4584
4585 * whitespace.el (whitespace-display-char-on): Ensure
4586 `buffer-display-table' is unique when two or more windows are
4587 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4588 New version 12.1.
4589
4590 2009-12-10 Eli Zaretskii <eliz@gnu.org>
4591
4592 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4593 characters in the Attribute field.
4594
4595 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4596
4597 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
4598
4599 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4600
4601 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4602 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4603 Disregard autoload-excludes.
4604 (update-directory-autoloads): Obey autoload-excludes here instead.
4605 But don't store its contents in no-autoloads and remove entries that
4606 refer to excludes files.
4607
4608 2009-12-10 Glenn Morris <rgm@gnu.org>
4609
4610 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4611 (expand-mail-aliases): Define for compiler.
4612
4613 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4614 Define for compiler.
4615
4616 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4617 appropriate for the mail-user-agent in use.
4618
4619 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4620
4621 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4622
4623 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4624
4625 Fix short log parsing and fontification.
4626 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4627 Fix fontification for the [merge] label.
4628
4629 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
4630
4631 Drop some properties to avoid surprises (bug#5002).
4632 * htmlfontify.el (hfy-ignored-properties): New defcustom.
4633 (hfy-fontify-buffer): Use it.
4634
4635 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4636
4637 Minor cleanup.
4638 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4639 Adjust all callers.
4640 (ffap-locate-file): Remove unused arg `dir-ok' and make other
4641 args compulsory. Adjust callers.
4642 (ffap-gopher-at-point): Remove unused var `name'.
4643
4644 Get rid of the ELCFILES abomination.
4645 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4646 (compile-elcfiles): New phony target.
4647 (compile-main): Compute ELCFILES dynamically.
4648 (compile-clean): New target to remove left-over elc files.
4649 (compile, all): Use it.
4650
4651 2009-12-09 Kenichi Handa <handa@etlken>
4652
4653 * international/mule-diag.el: Require help-mode instead of help-fns.
4654
4655 2009-12-09 Kenichi Handa <handa@m17n.org>
4656
4657 * international/mule-cmds.el (ucs-names): Supply sufficiently
4658 fine ranges instead of pre-calculating accurate ranges.
4659 Iterate with bigger gc-cons-threshold.
4660
4661 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4662
4663 Add support for stashing a snapshot of the current tree.
4664 * vc-git.el (vc-git-stash-snapshot): New function.
4665 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4666
4667 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
4668
4669 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4670 instead of `(beginning|end)-of-line'.
4671
4672 2009-12-08 Glenn Morris <rgm@gnu.org>
4673
4674 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4675
4676 * Makefile.in (ELCFILES): Regenerate.
4677
4678 2009-12-07 Juri Linkov <juri@jurta.org>
4679
4680 Don't lazy-highlight the comint output in history Isearch mode.
4681
4682 * comint.el (comint-history-isearch-search): Instead of
4683 `comint-line-beginning-position', use `comint-after-pmark-p'
4684 to check if point if before the process mark, and go to
4685 `process-mark' in this case.
4686
4687 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4688
4689 * textmodes/tex-mode.el (latex-complete)
4690 (latex-indent-or-complete): Remove.
4691 (latex-mode): Set completion-at-point-functions instead.
4692
4693 Provide a standard completion command and hook it into TAB.
4694 * minibuffer.el (completion-at-point-functions): New var.
4695 (completion-at-point): New command.
4696 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4697 * progmodes/python.el (python-mode-map): Use completion-at-point.
4698 (python-completion-at-point): Rename from python-partial-symbol and
4699 adjust for use in completion-at-point-functions.
4700 (python-mode): Setup completion-at-point for Python completion.
4701 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4702 extracted from lisp-complete-symbol.
4703 (lisp-complete-symbol): Use it.
4704 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4705 setup completion-at-point for Elisp completion.
4706 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4707 Use completion-at-point.
4708 * ielm.el (ielm-map): Use completion-at-point.
4709 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4710 * progmodes/sym-comp.el: Move to...
4711 * obsolete/sym-comp.el: Move from progmodes.
4712
4713 2009-12-07 Eli Zaretskii <eliz@gnu.org>
4714
4715 Prevent save-buffer in Rmail buffers from using the coding-system
4716 of the current message, and from clobbering the encoding mnemonics
4717 in the mode line (Bug#4623).
4718
4719 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4720 flag, too.
4721 (rmail-message-encoding): New variable.
4722 (rmail-write-region-annotate): Record the encoding of the current
4723 message in rmail-message-encoding.
4724 (rmail-after-save-hook): New function, restores the encoding of
4725 the current message after the message collection is saved.
4726
4727 2009-12-07 Juri Linkov <juri@jurta.org>
4728
4729 * progmodes/grep.el (grep-read-files): Use `completing-read'
4730 instead of `read-string'. Set its `collection' arg to
4731 `read-file-name-internal'. (Bug#4301)
4732
4733 2009-12-07 Juri Linkov <juri@jurta.org>
4734
4735 Correctly restore original Isearch point. (Bug#4994)
4736
4737 * isearch.el (isearch-mode): Move `isearch-push-state' after
4738 `(run-hooks 'isearch-mode-hook)'.
4739 (isearch-cancel): When `isearch-push-state-function' is defined,
4740 let-bind `isearch-cmds' to the first state (the last element of
4741 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4742 function and restores the original point). Otherwise, move point
4743 to `isearch-opoint'.
4744
4745 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4746
4747 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4748 chars that don't have names, so the table can be built much faster at
4749 run-time.
4750
4751 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
4752
4753 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4754 change. Suggested by David Kastrup.
4755
4756 * simple.el (compose-mail): Check for incompatibilities and warn.
4757 (compose-mail-user-agent-warnings): New option.
4758
4759 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4760
4761 Support showing a single log entry from vc-annotate.
4762 * vc.el (print-log): Add a new argument: START-REVISION.
4763 (vc-print-log-internal): Add a new optional argument and
4764 pass it to the backend.
4765 (vc-print-log, vc-print-root-log): Adjust callers.
4766 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4767 buffer already displays the requested log entry, use it.
4768 Otherwise display only the log entry in question.
4769 * vc-svn.el (vc-svn-print-log):
4770 * vc-mtn.el (vc-mtn-print-log):
4771 * vc-hg.el (vc-hg-state):
4772 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4773 (vc-git-show-log-entry): Return t on success.
4774 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4775 (vc-bzr-show-log-entry): Return t on success.
4776 * vc-rcs.el (vc-rcs-print-log):
4777 * vc-sccs.el (vc-sccs-print-log):
4778 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4779
4780 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4781
4782 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4783 Add menus to the meta mode. (Bug#5043)
4784
4785 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
4786
4787 * ediff-init.el (ediff-event-key): Use event-to-character instead of
4788 event-key.
4789
4790 * ediff.el (ediff-buffers-internal): Add unwind-protect.
4791
4792 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
4793
4794 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
4795 Berbain <raphael.berbain@gmail.com>.
4796
4797 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4798 characters.
4799 (tramp-initial-end-of-output): New defconst.
4800 (tramp-methods, tramp-find-shell)
4801 (tramp-open-connection-setup-interactive-shell)
4802 (tramp-maybe-open-connection): Use it.
4803 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
4804 existence of `#' and `$'.
4805
4806 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
4807 `tramp-initial-end-of-output'.
4808
4809 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4810
4811 Get the background mode from the terminal for xterm, and set
4812 faces accordingly.
4813 * term/xterm.el (xterm-set-background-mode): New function.
4814 (terminal-init-xterm): Use it in case xterm supports background
4815 color queries. Recompute faces after getting the background
4816 color.
4817
4818 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
4819
4820 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4821 number comment back on its own line, for easier parsing.
4822
4823 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4824
4825 Make it work for non-file buffers (bug#5102).
4826 * doc-view.el (doc-view-current-cache-dir):
4827 Use doc-view-buffer-file-name rather than buffer-file-name.
4828 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4829
4830 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4831
4832 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4833 author field is too short.
4834
4835 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4836
4837 * vc-git.el (vc-git-print-log): Handle a limit argument.
4838 Display the short log in graph form and with labels.
4839 (vc-git-log-view-mode): Handle labels.
4840
4841 Make vc-revert change VC state from 'added to 'unregistered.
4842 * vc-git.el (vc-git-revert): Call git reset first.
4843
4844 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4845
4846 * net/newst-backend.el, net/newst-plainview.el:
4847 * net/newst-reader.el, net/newst-ticker.el:
4848 * net/newst-treeview.el, net/newsticker.el:
4849 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
4850
4851 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4852
4853 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4854
4855 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4856 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4857 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4858 Update annotation regexp.
4859
4860 * simple.el (beginning-of-visual-line): Constrain to field
4861 boundaries (Bug#5106).
4862
4863 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4864
4865 * xml.el (xml-substitute-numeric-entities): Move
4866 newsticker--decode-numeric-entities in newst-backend.el to
4867 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4868 * net/newst-backend.el (newsticker--parse-generic-feed)
4869 (newsticker--parse-generic-items)
4870 (newsticker--decode-numeric-entities): Move
4871 newsticker--decode-numeric-entities in newst-backend.el to
4872 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4873
4874 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4875
4876 * progmodes/js.el (js--js-not): Add null to the list of values.
4877
4878 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4879
4880 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4881
4882 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4883
4884 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4885 delimiter if it is at the end of the current line.
4886 (bibtex-generate-url-list): Fix docstring.
4887
4888 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4889
4890 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4891 minibuffer's content with itself.
4892 Fold the confirm-after-completion case into the `confirm' case.
4893 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4894
4895 2009-12-06 Kevin Ryde <user42@zip.com.au>
4896
4897 * ffap.el (ffap-rfc-path): Make this a defcustom since
4898 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
4899
4900 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4901 manuals, similar to existing setup for help-mode. (Bug#3913.)
4902
4903 2009-12-05 Juri Linkov <juri@jurta.org>
4904
4905 Save and restore dired buffer's point positions too. (Bug#4880)
4906
4907 * dired.el (dired-save-positions): Return in the first element
4908 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4909 Doc fix.
4910 (dired-restore-positions): First restore buffer's position.
4911 While restoring window's positions, check if window still displays
4912 the original buffer.
4913
4914 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
4915
4916 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4917 if possible.
4918
4919 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
4920 Make argument optional.
4921
4922 * shell.el (shell): Require ansi-color (Bug#5113).
4923
4924 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4925
4926 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4927
4928 2009-12-05 Alan Mackenzie <acm@muc.de>
4929
4930 * progmodes/cc-mode.el (c-before-hack-hook)
4931 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4932 `c-file-style' to work again. This reversion restores the current
4933 software to its state in Emacs 23.1. (Bug#4146)
4934
4935 2009-12-05 Kevin Ryde <user42@zip.com.au>
4936
4937 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
4938 comment-start-skip to comment-end-skip as comment (Bug#4781).
4939
4940 2009-12-05 Juri Linkov <juri@jurta.org>
4941
4942 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4943 for virtual nodes. (Bug#4147)
4944 (Info-find-node-2): Set `Info-current-node-virtual' to nil
4945 when moving from a virtual node.
4946 (Info-mode-menu): Add `Info-virtual-index' to the menu.
4947 (Info-mode): Add `Info-virtual-index' to the docstring.
4948
4949 2009-12-05 Eric Ludlam <zappo@gnu.org>
4950
4951 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
4952 Describe project macro symbols.
4953
4954 * cedet/semantic/complete.el (semantic-complete-do-completion):
4955 Don't call semantic-collector-current-exact-match.
4956
4957 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
4958 ede-objects as targets.
4959
4960 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
4961 a target's object list even if compiler vars are already in the
4962 Makefile.
4963
4964 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
4965 list of headers producing necessary macros.
4966
4967 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4968
4969 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4970 track of the buffer position of the end of a BibTeX entry as this
4971 position may change during reformatting.
4972 (bibtex-format-entry): Remove whitespace before processing
4973 numerical fields so that we recognize the latter properly.
4974 (bibtex-reformat): Do not use push which changes the global value
4975 of bibtex-entry-format.
4976 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4977 (bibtex-field-re-init): Replace only space characters by regexp
4978 for whitespace.
4979 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4980 (bibtex-initialize): Also update bibtex-strings.
4981 (bibtex-kill-field): Preserve white space at end of entry.
4982 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4983 Update bibtex-reference-keys.
4984
4985 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4986
4987 * minibuffer.el (completion-pcm--merge-try): Also consider placing
4988 point after a star, if that's the only place where modifications can
4989 make progress.
4990
4991 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
4992
4993 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4994 in docstrings.
4995
4996 2009-12-04 Juri Linkov <juri@jurta.org>
4997
4998 * proced.el (proced): Call `(proced-update t)' to update process
4999 information instead of only running proced-post-display-hook.
5000 (proced-send-signal): Add a leading space to the buffer name
5001 " *Marked Processes*" to make this buffer ephemeral.
5002
5003 2009-12-04 Juri Linkov <juri@jurta.org>
5004
5005 * dired.el (dired-auto-revert-buffer): New defcustom.
5006 (dired-internal-noselect): Use it.
5007
5008 2009-12-04 Juri Linkov <juri@jurta.org>
5009
5010 Change roles of modes and functions in image-mode.el (Bug#5062).
5011
5012 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
5013 in `auto-mode-alist'.
5014 (image-mode-previous-major-mode): New variable.
5015 (image-minor-mode-map): Rename from `image-mode-text-map'.
5016 (image-mode): Move graceful error-handling code from
5017 `image-minor-mode' to here. On errors call `image-mode-as-text'.
5018 (image-minor-mode): Remove all image-handling code.
5019 Replace `image-mode-text-map' with `image-minor-mode-map'.
5020 Check for `image-type' in mode-line format string.
5021 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
5022 (image-mode-as-text): New function with most code from
5023 `image-mode-maybe'.
5024 (image-toggle-display-text): Move code that removes image
5025 properties from `image-toggle-display' to here.
5026 (image-toggle-display-image): New function with code that adds
5027 image properties copied from `image-toggle-display'.
5028 (image-toggle-display): Remove most code with leaving only code
5029 that toggles between `image-mode-as-text' and `image-mode'.
5030
5031 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
5032
5033 * net/newst-treeview.el
5034 (newsticker--treeview-list-highlight-start): Restored call to
5035 save-excursion: Selected item was stuck.
5036 (newsticker--treeview-list-select): New.
5037 (newsticker--treeview-item-show-text)
5038 (newsticker--treeview-item-show)
5039 (newsticker--treeview-item-update): Use new
5040 newsticker-treeview-item-mode.
5041 (newsticker-treeview-update): Keep current item.
5042 (newsticker-treeview-next-new-or-immortal-item): Doc change.
5043 (newsticker--treeview-first-feed): Doc change.
5044 (newsticker-treeview-list-menu)
5045 (newsticker-treeview-item-menu): Added menu entries.
5046 (newsticker-treeview-item-mode): New.
5047
5048 * net/newst-backend.el (newsticker-customize): Delete other
5049 windows.
5050
5051 2009-12-04 Sam Steingold <sds@gnu.org>
5052
5053 * log-view.el (log-view-mode-map): "q" calls quit-window,
5054 like in all the other non-self-insert buffers.
5055
5056 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5057
5058 Minor cleanup.
5059 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
5060 key decoding rather than do it manually via last-input-event +
5061 ascii-character.
5062 (term-exec): Use delete-and-extract-region.
5063 (term-handle-ansi-terminal-messages): Remove unused var `end'.
5064 (term-process-pager): Remove unused var `i'.
5065 (term-dynamic-simple-complete): Make obsolete.
5066 (serial-update-config-menu): Remove unused vars `y' and `str'.
5067 (term-update-mode-line): Remove unused var `temp'.
5068
5069 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5070
5071 Limit the number of log entries displayed by default.
5072 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
5073 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
5074 using a prefix argument.
5075
5076 2009-12-03 Glenn Morris <rgm@gnu.org>
5077
5078 * progmodes/idlwave.el (class): Restore still useful declaration.
5079
5080 2009-12-03 Alan Mackenzie <acm@muc.de>
5081
5082 Enhance `c-parse-state' to run efficiently in "brace deserts".
5083
5084 * progmodes/cc-mode.el (c-basic-common-init):
5085 Call c-state-cache-init.
5086 (c-neutralize-syntax-in-and-mark-CPP): Rename from
5087 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
5088 placing `category' properties value 'c-cpp-delimiter at its boundaries.
5089
5090 * progmodes/cc-langs.el (c-before-font-lock-function):
5091 c-extend-and-neutralize-syntax-in-CPP has been renamed
5092 c-neutralize-syntax-in-and-mark-CPP.
5093
5094 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
5095 with `category' properties now, not `syntax-table' ones.
5096
5097 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
5098 enhanced (but slower) version of c-end-of-macro that won't land
5099 inside a literal or on another awkward character.
5100 (c-state-cache-too-far, c-state-cache-start)
5101 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
5102 (c-state-nonlit-pos-cache-limit, c-state-point-min)
5103 (c-state-point-min-lit-type, c-state-point-min-lit-start)
5104 (c-state-min-scan-pos, c-state-brace-pair-desert)
5105 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
5106 buffer local variables.
5107 (c-state-literal-at, c-state-lit-beg)
5108 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
5109 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
5110 (c-state-cache-top-paren, c-state-cache-after-top-paren)
5111 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
5112 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
5113 (c-renarrow-state-cache)
5114 (c-append-lower-brace-pair-to-state-cache)
5115 (c-state-push-any-brace-pair, c-append-to-state-cache)
5116 (c-remove-stale-state-cache)
5117 (c-remove-stale-state-cache-backwards, c-state-cache-init)
5118 (c-invalidate-state-cache-1, c-parse-state-1)
5119 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
5120 (c-parse-state): Enhance and refactor.
5121 (c-debug-parse-state): Amend to deal with all the new variables.
5122
5123 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
5124 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
5125 modify to use category text properties rather than syntax-table ones.
5126 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
5127 to switch off/on the syntactic paren property of C++ template
5128 delimiters using the category property.
5129 (c-with-<->-as-parens-suppressed): Macro to invoke code with
5130 template delims suppressed.
5131 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
5132 New constant/macros which apply category properties to the start
5133 and end of preprocessor constructs.
5134 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
5135 "comment out" the syntactic value of characters in preprocessor
5136 constructs.
5137 (c-with-cpps-commented-out)
5138 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
5139 with characters in all or all but one preprocessor constructs
5140 "commented out".
5141
5142 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5143
5144 * proced.el (proced-filter-alist): Use regexp-quote.
5145
5146 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
5147
5148 Cleanup.
5149 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
5150 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
5151 arguments. Expand `default-directory'.
5152
5153 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
5154 the benefit of returning an expanded localname.
5155 (tramp-tramp-file-p): Handle the case NAME is not a string.
5156
5157 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5158
5159 Add support for bzr shelve/unshelve.
5160 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
5161 (vc-bzr-extra-menu-map): New variables.
5162 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
5163 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
5164 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
5165 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
5166 (vc-bzr-dir-extra-headers): Display shelves.
5167
5168 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
5169
5170 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5171
5172 * textmodes/bibtex.el (bibtex-complete-internal):
5173 Use completion-in-region.
5174 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
5175
5176 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5177
5178 Support applying stashes. Improve UI.
5179 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
5180 (vc-git-stash-apply, vc-git-stash-pop)
5181 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
5182 (vc-git-stash-menu): New functions.
5183 (vc-git-stash-menu-map): New variable.
5184 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
5185
5186 2009-12-03 Glenn Morris <rgm@gnu.org>
5187
5188 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
5189 (vc-print-log-internal): Fix previous change.
5190 (vc-revert): Correct pluralization.
5191
5192 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5193
5194 * progmodes/make-mode.el (makefile-special-targets-list): No need for
5195 it to be an alist any more.
5196 (makefile-complete): Use completion-in-region.
5197
5198 * progmodes/octave-mod.el (octave-complete-symbol):
5199 Use completion-in-region.
5200
5201 Misc cleanup.
5202 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
5203 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
5204 (idlwave-complete-class): Don't quote lambda.
5205 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
5206 (idlwave-mode-map): Move initialization into declaration.
5207 (idlwave-action-and-binding): Use backquotes.
5208 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
5209 Simplify.
5210 (idlwave-is-pointer-dereference): Remove unused var `pos'.
5211 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
5212 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
5213 `parts', and `all-parts'.
5214 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
5215 (idlwave-convert-xml-system-routine-info): Remove unused string
5216 `version-string'.
5217 (idlwave-display-user-catalog-widget): Use dolist.
5218 (idlwave-scanning-lib): Declare dynamically-scoped var.
5219 (idlwave-scan-library-catalogs): Remove unused var `flags'.
5220 (completion-highlight-first-word-only): Declare to silence bytecomp.
5221 (idlwave-popup-select): Tighten scope of `resp'.
5222 (idlwave-find-struct-tag): Remove unused var `beg'.
5223 (idlwave-after-load-rinfo-hook): Declare.
5224 (idlwave-sintern-class-info): Remove unused var `taglist'.
5225 (idlwave-find-class-definition): Remove unused var `list'.
5226 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
5227 (idlwave-what-module-find-class): Remove unused var `classes'.
5228
5229 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
5230
5231 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
5232
5233 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5234
5235 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
5236 buffers visited. Remove redundant current-buffer-saving.
5237
5238 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5239
5240 Use completion-in-buffer and remove uses of dynamic scoping.
5241 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
5242 (pascal-buffer-to-use, pascal-flag): Don't declare.
5243 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
5244 (pascal-get-completion-decl, pascal-keyword-completion):
5245 Add `pascal-str' argument, save-excursion,
5246 return the found completions, and don't filter with pascal-pred.
5247 (pascal-completion-cache): New var.
5248 (pascal-completion): Don't switch buffer any more (it was never
5249 necessary). Don't save-excursion any more (it's done by the called
5250 subroutines). Use a cache to avoid redundant computations.
5251 Use complete-with-action rather than pascal-completion-response and
5252 let it apply the predicate as well.
5253 (pascal-complete-word): Use completion-in-buffer when
5254 pascal-toggle-completions is nil.
5255 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
5256 not used any more.
5257 (pascal-comp-defun): Don't change buffer any more.
5258 Use complete-with-action rather than pascal-completion-response and
5259 let it apply the predicate as well.
5260 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
5261 when neded.
5262
5263 2009-12-02 Kenichi Handa <handa@m17n.org>
5264
5265 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
5266 shape for all Indic scripts.
5267
5268 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5269
5270 Use completion-in-buffer.
5271 * wid-edit.el (widget-field-text-end): New function.
5272 (widget-field-value-get): Use it.
5273 (widget-string-complete, widget-file-complete)
5274 (widget-color-complete): Use it and completion-in-region.
5275 (widget-complete): Don't narrow the buffer.
5276
5277 2009-12-02 Glenn Morris <rgm@gnu.org>
5278
5279 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
5280 (rmail-select-summary): Use rmail-pop-to-buffer.
5281 * mail/rmailsum.el: Replace all pop-to-buffer calls with
5282 rmail-pop-to-buffer, to prevent horizontal splits.
5283
5284 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5285 save-excursion with save-current-buffer.
5286 Widen before searching. (Bug#5093)
5287 (diary-list-sexp-entries): Remove superfluous save-excursion.
5288
5289 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
5290
5291 * woman.el (woman-make-bufname): Handle man-pages with "." in the
5292 name. (Bug#5038)
5293
5294 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
5295
5296 * ido.el (ido-file-internal): Handle filenames at point that do
5297 not have a directory part. (Bug#5049)
5298
5299 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
5300
5301 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5302 (mpc-songs-jump-to, mpc-resume): Doc fixes.
5303
5304 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
5305
5306 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5307 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5308 any more.
5309
5310 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5311
5312 * comint.el (comint-insert-input): Ignore clicks to the right of
5313 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5314
5315 * vc.el (vc-print-log-internal): Don't wait for the process to
5316 terminate before setting up the major mode.
5317
5318 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5319 in case.
5320
5321 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5322 the last element.
5323
5324 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5325
5326 2009-12-01 Glenn Morris <rgm@gnu.org>
5327
5328 * window.el (window--display-buffer-2): Fix previous changes.
5329
5330 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
5331
5332 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5333
5334 2009-12-01 Glenn Morris <rgm@gnu.org>
5335
5336 * Makefile.in (ELCFILES): Add mpc.elc.
5337
5338 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5339
5340 * mpc.el: New file.
5341
5342 2009-12-01 Glenn Morris <rgm@gnu.org>
5343
5344 * window.el (window-to-use): Define for compiler.
5345
5346 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5347 consistent with others (no final period).
5348
5349 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5350 (rmail-mime-show): Downcase the encoding. (Bug#5070)
5351
5352 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
5353
5354 Make vc-print-log buttons work.
5355 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
5356
5357 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
5358
5359 * savehist.el (savehist-autosave-interval): Allow setting to nil
5360 through customize. (Bug#5056)
5361
5362 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
5363
5364 Fix references to jit-lock properties.
5365 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5366 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5367 (perl-font-lock-special-syntactic-constructs):
5368 Quote jit-lock-defer-multiline property.
5369
5370 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
5371
5372 * vc-git.el (vc-git-registered): Call vc-git-root only once.
5373
5374 2009-11-30 Juri Linkov <juri@jurta.org>
5375
5376 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5377 value `buffer' of `multi-isearch-next-buffer-current-function'.
5378 Use `(current-buffer)' when `buffer' is nil.
5379 (multi-isearch-next-buffer-from-list): Don't fallback to
5380 `(current-buffer)' when `buffer' is nil. (Bug#4947)
5381
5382 2009-11-30 Juri Linkov <juri@jurta.org>
5383
5384 * misearch.el (multi-isearch-read-buffers): Move canonicalization
5385 of buffers with `get-buffer' to `multi-isearch-buffers'.
5386 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5387 Canonicalize BUFFERS with `get-buffer'. Doc fix.
5388 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5389 FILES with `expand-file-name' converting relative file names
5390 to absolute. Doc fix. (Bug#4727)
5391
5392 2009-11-30 Juri Linkov <juri@jurta.org>
5393
5394 * misearch.el (multi-isearch-read-buffers)
5395 (multi-isearch-read-matching-buffers): New functions.
5396 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5397 Use them in the `interactive' spec. Doc fix.
5398 (multi-isearch-read-files, multi-isearch-read-matching-files):
5399 New functions.
5400 (multi-isearch-files, multi-isearch-files-regexp):
5401 Use them in the `interactive' spec. Doc fix. (Bug#4725)
5402
5403 2009-11-30 Juri Linkov <juri@jurta.org>
5404
5405 * doc-view.el (doc-view-continuous):
5406 Rename from `doc-view-continuous-mode'.
5407 (doc-view-menu): Move "Toggle display" to the top.
5408 Add submenu "Continuous" with radio buttons "Off"/"On"
5409 and "Save as Default".
5410 (doc-view-scroll-up-or-next-page)
5411 (doc-view-scroll-down-or-previous-page)
5412 (doc-view-next-line-or-next-page)
5413 (doc-view-previous-line-or-previous-page): Rename
5414 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
5415
5416 2009-11-30 Juri Linkov <juri@jurta.org>
5417
5418 * comint.el (comint-mode-map): Rebind `M-r' from
5419 `comint-previous-matching-input' to
5420 `comint-history-isearch-backward-regexp'.
5421 Unbind `M-s' to allow global key binding `M-s'.
5422 Add menu items for `comint-history-isearch-backward' and
5423 `comint-history-isearch-backward-regexp'. (Bug#3746)
5424
5425 2009-11-30 Juri Linkov <juri@jurta.org>
5426
5427 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5428 For def=recenter, replace `recenter' with `recenter-top-bottom'
5429 that is called with `this-command' and `last-command' let-bound
5430 to `recenter-top-bottom'. When the last `def' was not `recenter',
5431 set `recenter-last-op' to nil. (Bug#4981)
5432
5433 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5434
5435 Minor cleanup and simplification.
5436 * filecache.el (file-cache-add-directory)
5437 (file-cache-add-directory-recursively)
5438 (file-cache-add-from-file-cache-buffer)
5439 (file-cache-delete-file-regexp, file-cache-delete-directory)
5440 (file-cache-files-matching-internal, file-cache-display): Use dolist.
5441 (file-cache-temp-minibuffer-message): Delete function.
5442 (file-cache-minibuffer-complete): Use minibuffer-message instead.
5443
5444 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5445 Don't signal an error when bumping into EOB in tr, s, or y.
5446
5447 2009-11-29 Juri Linkov <juri@jurta.org>
5448
5449 * startup.el (fancy-about-text): Fix wording of Guided Tour.
5450 (Bug#4960)
5451
5452 * descr-text.el (describe-char-unidata-list): Use lowercase name
5453 for "Unicode name" like in other tags.
5454
5455 2009-11-29 Juri Linkov <juri@jurta.org>
5456
5457 * ediff-util.el (ediff-minibuffer-with-setup-hook):
5458 New compatibility macro.
5459 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
5460
5461 2009-11-29 Juri Linkov <juri@jurta.org>
5462
5463 Add defcustom to define the cycling order of `recenter-top-bottom'.
5464 (Bug#4981)
5465
5466 * window.el (recenter-last-op): Doc fix.
5467 (recenter-positions): New defcustom.
5468 (recenter-top-bottom): Rewrite to use `recenter-positions'.
5469 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5470
5471 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
5472
5473 Improve integration of Tramp and ange-ftp in eshell.
5474
5475 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5476 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
5477 (eshell/sudo): Flatten args. Let-bind `default-directory'.
5478
5479 * eshell/esh-util.el (top): Require also Tramp when compiling.
5480 (eshell-directory-files-and-attributes): Check for FTP remote
5481 connection.
5482 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5483 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5484 (eshell-file-attributes): Handle ".". Return `entry'.
5485
5486 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5487 (ange-ftp-directory-files-and-attributes)
5488 (ange-ftp-real-directory-files-and-attributes): New defuns.
5489
5490 * net/tramp.el (tramp-maybe-open-connection): Open the remote
5491 shell with "exec" when possible. This prevents trailing prompts
5492 in `start-file-process'.
5493
5494 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5495
5496 Try and remove assumptions about point-min==1.
5497 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5498 (rng-compute-mode-line-string): Show the validation percentage in
5499 terms of the narrowed text, not the widened text.
5500 (rng-do-some-validation): Don't catch internal errors when debugging.
5501 (rng-first-error): Simplify.
5502 (rng-after-change-function): Remove work around. AFAIK the bug has
5503 been fixed a while ago.
5504
5505 * image-mode.el (image-minor-mode): Exit more gracefully when the image
5506 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5507
5508 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5509
5510 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5511 `cd' doesn't always do it for us (bug#5067).
5512
5513 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5514 on 2009-10-25 as part of some other change (bug#5067).
5515
5516 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5517
5518 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5519 `suspicious'.
5520 (byte-compile-warnings): Use byte-compile-warning-types.
5521 (byte-compile-save-excursion): Warn about use of set-buffer right
5522 after save-excursion.
5523
5524 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5525 the excursion as well.
5526
5527 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
5528
5529 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5530 providing a Tramp related implementation of "su" and "sudo".
5531 (eshell-unix-initialize): Add "su" and "sudo".
5532
5533 2009-11-27 Daiki Ueno <ueno@unixuser.org>
5534
5535 * net/socks.el (socks-send-command): Convert binary request to
5536 unibyte before sending. This fixes mishandling of some port
5537 numbers such as 129.
5538
5539 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5540
5541 * help.el (describe-bindings-internal): Remove `interactive'.
5542
5543 * man.el (Man-completion-table): Trim a terminating "(".
5544 Remove the space between name page a section.
5545 Add the command's description on the `help-echo' property.
5546 Remove `process-connection-type' binding since it's unused by
5547 call-process.
5548 Provide completion for the "<section> <name>" format as well.
5549 (Man-default-man-entry): Remove spurious var shadowing the argument.
5550
5551 2009-11-26 Kevin Ryde <user42@zip.com.au>
5552
5553 * log-view.el: Add "Keywords: tools", since its other keywords
5554 aren't in finder-known-keywords, and following vc.el.
5555
5556 * sha1.el (sha1-string-external): default-directory "/" in case
5557 otherwise non-existent. process-connection-type pipe for touch of
5558 efficiency recommended by elisp manual. (An aside in Bug#3911.)
5559
5560 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5561
5562 Misc coding convention cleanups.
5563 * htmlfontify.el (hfy-init-kludge-hook): Rename from
5564 hfy-init-kludge-hooks.
5565 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5566 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5567 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5568 and push.
5569 (hfy-slant, hfy-weight): Use tables rather than code.
5570 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5571 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5572 (hfy-face-attr-for-class): Initialize `face-spec' directly.
5573 (hfy-face-to-css): Remove `nconc' with single arg.
5574 (hfy-p-to-face-lennart): Use `or'.
5575 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
5576 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5577 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5578 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5579 (hfy-force-fontification): Use run-hooks.
5580
5581 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
5582
5583 Various minor fixes.
5584 * htmlfontify.el (hfy-default-header): Add toggle_invis since
5585 Javascript belongs in the header, not the body.
5586 (hfy-javascript): Remove.
5587 (hfy-fontify-buffer): Don't insert it any more.
5588 (hfy-face-at): Handle (face0 face1 face2) style face properties.
5589 Fix bug in invis handling when there were no invis props in a chunk.
5590
5591 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5592
5593 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5594
5595 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
5596
5597 * finder.el (finder-mode-map): Add a menu.
5598
5599 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
5600
5601 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5602 "unsigned" structs.
5603
5604 (verilog-leap-to-head, verilog-backward-token): Handle "disable
5605 fork" statement better.
5606
5607 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
5608
5609 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5610 (verilog-delete-auto, verilog-delete-empty-auto-pair)
5611 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5612 Reported by Clay Douglass.
5613
5614 (verilog-auto-inst, verilog-auto-star-safe)
5615 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5616 Fix removing "// Interfaces" when saving .* expansions. Reported by
5617 Pierre-David Pfister.
5618
5619 2009-11-26 Glenn Morris <rgm@gnu.org>
5620
5621 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5622 the scope.
5623
5624 2009-11-25 Johan Bockgård <bojohan@gnu.org>
5625
5626 * vc-annotate.el (vc-annotate-revision-previous-to-line):
5627 Really use previous revision.
5628
5629 2009-11-25 Kevin Ryde <user42@zip.com.au>
5630
5631 * man.el (Man-completion-table): default-directory "/" in case
5632 doesn't otherwise exist. process-environment COLUMNS=999 so as
5633 not to truncate long names. process-connection-type pipe to avoid
5634 any chance of hitting the pseudo-tty TIOCGWINSZ.
5635 (man): completion-ignore-case t for friendliness and since man
5636 itself is case-insensitive on the command line.
5637 Further to Bug#3717.
5638
5639 * arc-mode.el: Add "Keywords: files", so the details in its
5640 commentary can be reached from finder-by-keyword.
5641 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
5642 editing mode, but it's comms related and sgml-mode.el has "comm"
5643 on that basis too.
5644 * textmodes/bibtex-style.el: Add "Keywords: tex".
5645 * international/isearch-x.el, international/ja-dic-cnv.el:
5646 * international/ja-dic-utl.el, international/kkc.el:
5647 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5648
5649 2009-11-25 Juri Linkov <juri@jurta.org>
5650
5651 * man.el (Man-completion-table): Modify regexp to include
5652 section names to completion strings. (Bug#3717)
5653
5654 2009-11-25 Juri Linkov <juri@jurta.org>
5655
5656 Search recursively in gzipped files. (Bug#4982)
5657
5658 * progmodes/grep.el (grep-highlight-matches): Add new options
5659 `always' and `auto'. Doc fix.
5660 (grep-process-setup): Check `grep-highlight-matches' for
5661 `auto-detect' to determine the need to compute grep defaults.
5662 Move Windows/DOS specific --colors settings handling
5663 to `grep-compute-defaults'. Check `grep-highlight-matches'
5664 to get the value of "--color=".
5665 (grep-compute-defaults): Compute `grep-highlight-matches' when it
5666 has the value `auto-detect'. Move Windows/DOS specific settings
5667 from `grep-process-setup'.
5668 (zrgrep): New command with alias `rzgrep'.
5669
5670 2009-11-25 Juri Linkov <juri@jurta.org>
5671
5672 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5673 to nil instead of switching off view-mode. (Bug#4896)
5674
5675 2009-11-25 Juri Linkov <juri@jurta.org>
5676
5677 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
5678
5679 * mwheel.el (mwheel-scroll-up-function)
5680 (mwheel-scroll-down-function): New defvars.
5681 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5682 `scroll-up', and `mwheel-scroll-down-function' instead of
5683 `scroll-down'.
5684
5685 * doc-view.el (doc-view-scroll-up-or-next-page)
5686 (doc-view-scroll-down-or-previous-page): Add optional ARG.
5687 Use this ARG in the call to image-scroll-up/image-scroll-down.
5688 Change `interactive' spec to "P". Goto next/previous page only
5689 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5690 SPC/DEL case). Doc fix.
5691 (doc-view-next-line-or-next-page)
5692 (doc-view-previous-line-or-previous-page): Rename arg to ARG
5693 for consistency.
5694 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5695 `doc-view-scroll-up-or-next-page', and buffer-local
5696 `mwheel-scroll-down-function' to
5697 `doc-view-scroll-down-or-previous-page'.
5698
5699 2009-11-25 Juri Linkov <juri@jurta.org>
5700
5701 Provide additional default values (directories at other Dired
5702 windows) via M-n in the minibuffer of some Dired commands.
5703
5704 * dired-aux.el (dired-diff, dired-compare-directories)
5705 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5706 `minibuffer-default' in `minibuffer-with-setup-hook'.
5707 (dired-dwim-target-directory): Find a window that displays Dired
5708 buffer instead of failing when the next window is not Dired.
5709 Use `get-window-with-predicate' to find for the next Dired window.
5710 (dired-dwim-target-defaults): New function.
5711
5712 * ediff-util.el (ediff-read-file-name):
5713 Use `dired-dwim-target-defaults' to set `minibuffer-default'
5714 in `minibuffer-with-setup-hook'.
5715
5716 2009-11-25 Juri Linkov <juri@jurta.org>
5717
5718 Provide additional default values (file name at point or at the
5719 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
5720
5721 * minibuffer.el (read-file-name-defaults): New function.
5722 (read-file-name): Reset `minibuffer-default' to nil when
5723 it duplicates initial input `insdef'.
5724 Bind `minibuffer-default-add-function' to lambda that
5725 calls `read-file-name-defaults' in `minibuffer-selected-window'.
5726 (minibuffer-insert-file-name-at-point): New command.
5727
5728 * files.el (file-name-at-point-functions): New defcustom.
5729 (find-file-default): Remove defvar.
5730 (find-file-read-args): Don't use `find-file-default'.
5731 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5732 to `read-file-name'.
5733 (find-file-literally): Use `read-file-name' with
5734 `confirm-nonexistent-file-or-buffer'.
5735
5736 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5737
5738 * dired.el (dired-read-dir-and-switches):
5739 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5740 to `read-file-name'.
5741 (dired-file-name-at-point): New function.
5742 (dired-mode): Add hook `dired-file-name-at-point' to
5743 `file-name-at-point-functions'.
5744
5745 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5746
5747 Really make the *Completions* window soft-dedicated (bug#5030).
5748 * window.el (window--display-buffer-2): Add `dedicated' argument.
5749 (display-buffer): Pass it when needed so the dedicated flag is set
5750 after calling set-window-buffer, which would otherwise reset it.
5751
5752 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5753
5754 * progmodes/meta-mode.el (meta-complete-symbol):
5755 * progmodes/etags.el (complete-tag):
5756 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5757 Use completion-in-region.
5758
5759 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5760 (dabbrev-completion): Use completion-in-region.
5761 (dabbrev--abbrev-at-point): Simplify regexp.
5762
5763 * abbrev.el (abbrev--before-point): Use word-motion functions
5764 if :regexp is not specified (bug#5031).
5765
5766 * subr.el (string-prefix-p): New function.
5767
5768 * man.el (Man-completion-cache): New var.
5769 (Man-completion-table): Use it.
5770
5771 * vc.el (vc-print-log-internal): Make `limit' optional for better
5772 compatibility (e.g. with vc-annotate.el).
5773
5774 2009-11-24 Kevin Ryde <user42@zip.com.au>
5775
5776 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5777 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
5778
5779 * emacs-lisp/elint.el (elint-add-required-env): Better error message
5780 when .el source file not found or other error.
5781
5782 2009-11-24 Markus Triska <markus.triska@gmx.at>
5783
5784 * linum.el (linum-update-window): Ignore intangible (bug#4996).
5785
5786 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5787
5788 Handle the [back] button properly (bug#4979).
5789 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5790 Use help-setup-xref, help-buffer, and with-help-window.
5791 (describe-char): Add `buffer' argument.
5792 Pass proper command to help-setup-xref. Don't meddle with
5793 help-xref-stack-item directly.
5794 (describe-text-category): Use with-help-window and help-buffer.
5795
5796 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5797 for the displayed buffer (bug#4887).
5798
5799 * man.el (Man-completion-table): New function.
5800 (man): Use it.
5801
5802 2009-11-24 David Reitter <david.reitter@gmail.com>
5803
5804 * vc-git.el (vc-git-registered): Use checkout directory (where
5805 .git is) rather than the file's directory and a relative path spec
5806 to work around a bug in git.
5807
5808 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
5809
5810 Improve handling of processes on remote hosts.
5811
5812 * eshell/esh-util.el (eshell-path-env): New defvar.
5813 (eshell-parse-colon-path): New defun.
5814 (eshell-file-attributes): Use `eshell-parse-colon-path'.
5815
5816 * eshell/esh-ext.el (eshell-search-path):
5817 Use `eshell-parse-colon-path'.
5818 (eshell-remote-command): Remove argument HANDLER.
5819 (eshell-external-command): Check for FTP remote connection.
5820
5821 * eshell/esh-proc.el (eshell-gather-process-output):
5822 Use `file-truename', in order to start also symlinked files.
5823 Apply `start-file-process' instead of `start-process'.
5824 Shorten `command' to the local file name part.
5825
5826 * eshell/em-cmpl.el (eshell-complete-commands-list):
5827 Use `eshell-parse-colon-path'.
5828
5829 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5830
5831 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5832 to `eshell-directory-change-hook'.
5833
5834 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5835
5836 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5837 because it could be enabled automatically if view-read-only is non-nil.
5838
5839 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
5840
5841 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5842 made on 2009-11-22.
5843
5844 2009-11-24 Glenn Morris <rgm@gnu.org>
5845
5846 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5847 deleted variable bookmark-bmenu-bookmark-column.
5848
5849 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
5850 Move after definition of global-semantic-idle-tag-highlight-mode.
5851
5852 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5853
5854 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5855
5856 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
5857
5858 * net/browse-url.el (browse-url-filename-alist): On Windows, add
5859 two slashes to the "file:" prefix.
5860 (browse-url-file-url): De-munge Cygwin filenames before passing
5861 them to Windows browser.
5862 (browse-url-default-windows-browser): Use call-process.
5863
5864 2009-11-23 Juri Linkov <juri@jurta.org>
5865
5866 Implement DocView Continuous mode. (Bug#4896)
5867 * doc-view.el (doc-view-continuous-mode): New defcustom.
5868 (doc-view-mode-map): Bind C-n/<down> to
5869 `doc-view-next-line-or-next-page', C-p/<up> to
5870 `doc-view-previous-line-or-previous-page'.
5871 (doc-view-next-line-or-next-page)
5872 (doc-view-previous-line-or-previous-page): New commands.
5873
5874 2009-11-23 Juri Linkov <juri@jurta.org>
5875
5876 Implement Isearch in comint input history. (Bug#3746)
5877 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5878 `isearch-mode-hook'.
5879 (comint-history-isearch): New defcustom.
5880 (comint-history-isearch-backward)
5881 (comint-history-isearch-backward-regexp): New commands.
5882 (comint-history-isearch-message-overlay): New buffer-local variable.
5883 (comint-history-isearch-setup, comint-history-isearch-end)
5884 (comint-goto-input, comint-history-isearch-search)
5885 (comint-history-isearch-message, comint-history-isearch-wrap)
5886 (comint-history-isearch-push-state)
5887 (comint-history-isearch-pop-state): New functions.
5888
5889 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
5890
5891 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5892 return.
5893 (tramp-handle-make-symbolic-link)
5894 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5895 Quote file names.
5896 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5897 (tramp-handle-process-file): Use it.
5898
5899 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5900
5901 * window.el (move-to-window-line-last-op): Remove.
5902 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5903
5904 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5905
5906 Make M-r mirror the new cycling behavior of C-l.
5907 * window.el (move-to-window-line-last-op): New var.
5908 (move-to-window-line-top-bottom): New command.
5909 (global-map): Bind M-r move-to-window-line-top-bottom.
5910
5911 2009-11-23 Sven Joachim <svenjoac@gmx.de>
5912
5913 * dired-x.el (dired-guess-shell-alist-default):
5914 Support xz format. (Bug#4953)
5915
5916 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
5917
5918 * cedet/srecode/map.el (srecode-get-maps):
5919 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
5920 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
5921 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
5922 (semantic-toggle-decoration-style):
5923 * cedet/semantic/decorate/include.el
5924 (semantic-decoration-include-describe)
5925 (semantic-decoration-unknown-include-describe)
5926 (semantic-decoration-unparsed-include-describe)
5927 (semantic-decoration-all-include-summary):
5928 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
5929 * cedet/semantic/analyze/complete.el
5930 (semantic-analyze-possible-completions):
5931 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
5932 (semantic-show-unmatched-syntax-mode)
5933 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
5934 (semantic-highlight-func-mode):
5935 * cedet/semantic/util.el (semantic-describe-buffer):
5936 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
5937 (semantic-symref-find-tags-by-name)
5938 (semantic-symref-find-tags-by-regexp)
5939 (semantic-symref-find-tags-by-completion)
5940 (semantic-symref-find-file-references-by-name)
5941 (semantic-symref-find-text):
5942 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
5943 (senator-yank-tag):
5944 * cedet/semantic/scope.el (semantic-calculate-scope):
5945 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
5946 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
5947 (define-semantic-idle-service):
5948 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
5949 (semantic-complete-analyze-inline-idle):
5950 * cedet/semantic/analyze.el (semantic-analyze-current-context):
5951 * cedet/mode-local.el (describe-mode-local-bindings)
5952 (describe-mode-local-bindings-in-mode):
5953 * cedet/ede/make.el (ede-make-check-version):
5954 * cedet/ede/locate.el (ede-enable-locate-on-project):
5955 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
5956 (cedet-idutils-version-check):
5957 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
5958 (cedet-gnu-global-version-check):
5959 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
5960 (cedet-cscope-version-check): Use called-interactively-p instead
5961 of interactive-p.
5962
5963 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
5964 Use semantic-format-tag-prototype.
5965
5966 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5967
5968 * emulation/viper-cmd.el: Use viper-last-command-char instead of
5969 last-command-char/last-command-event.
5970 (viper-prefix-arg-value): Do correct conversion of event-char for
5971 XEmacs.
5972
5973 * emulation/viper-util.el, emulation/viper.el:
5974 Use viper-last-command-char instead of
5975 last-command-char/last-command-event.
5976
5977 * ediff-init.el, ediff-mult.el, ediff-util.el:
5978 Replace last-command-char and last-command-event
5979 with (ediff-last-command-char) everywhere.
5980
5981 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5982 created in fundamental mode.
5983
5984 * ediff.el (ediff-version): Revert the change of interactive-p to
5985 called-interactively-p.
5986
5987 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
5988
5989 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5990 generation from word-movement command names.
5991
5992 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
5993
5994 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5995 (semantic-complete-jump-local, semantic-complete-jump):
5996 Improve prompt string.
5997
5998 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5999
6000 * cus-start.el (all): Add native condition for font-use-system-font.
6001
6002 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
6003
6004 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6005 Correct the patch from 2009-11-18. (Bug#3910)
6006
6007 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
6008
6009 * progmodes/subword.el: Rename from lisp/subword.el.
6010
6011 * subword.el: Rename to progmodes/subword.el.
6012
6013 * Makefile.in (ELCFILES): Adapt to subword.el move.
6014
6015 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6016 Stefan Monnier <monnier@iro.umontreal.ca>
6017
6018 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
6019 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
6020 (bookmark-bmenu-show-filenames): Use push.
6021 (bookmark-bmenu-hide-filenames): Use local var instead of
6022 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
6023 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
6024 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
6025 filenames now that the bookmark names are always available.
6026
6027 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6028
6029 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
6030 (bookmark-search-pattern): Move and leave unbound.
6031 (bookmark-bmenu-mode-map): Change binding.
6032 (bookmark-read-search-input): Simplify.
6033 Don't use text-char-description. Don't error on non-char events.
6034 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
6035 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
6036 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
6037 Use a local var for the timer.
6038 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
6039 (i.e. bookmark-bmenu-search).
6040
6041 2009-11-21 Glenn Morris <rgm@gnu.org>
6042
6043 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
6044
6045 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
6046
6047 * net/browse-url.el (browse-url-default-windows-browser):
6048 Use cygstart for cygwin.
6049
6050 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
6051
6052 * bookmark.el: Formatting and doc fixes only:
6053 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
6054 (bookmark-bmenu-search): Wrap to fit within 80 columns.
6055 Minor grammar and punctuation fixes in doc string.
6056 (bookmark-read-search-input): Adjust to fit within 80 columns.
6057
6058 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
6059
6060 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
6061 (c-backward-into-nomenclature): Adapt to subword renaming.
6062
6063 * subword.el (subword-forward, subword-backward, subword-mark)
6064 (subword-kill, subword-backward-kill, subword-transpose)
6065 (subword-downcase, subword-upcase, subword-capitalize)
6066 (subword-forward-internal, subword-backward-internal):
6067 Rename from forward-subword, backward-subword, mark-subword,
6068 kill-subword, backward-kill-subword, transpose-subwords,
6069 downcase-subword, upcase-subword, capitalize-subword,
6070 forward-subword-internal, backward-subword-internal.
6071
6072 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6073
6074 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
6075 New options.
6076 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
6077 New vars.
6078 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
6079 (bookmark-bmenu-filter-alist-by-regexp)
6080 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
6081 (bookmark-bmenu-search): New command.
6082 (bookmark-bmenu-mode-map): Bind it.
6083
6084 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
6085
6086 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
6087
6088 * cedet/semantic/idle.el (define-semantic-idle-service)
6089 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
6090
6091 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
6092
6093 * progmodes/cc-cmds.el: declare-functioned forward-subword and
6094 backward-subword to quit the byte-compiler.
6095
6096 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
6097
6098 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
6099
6100 * progmodes/cc-cmds.el (c-update-modeline)
6101 (c-forward-into-nomenclature, c-backward-into-nomenclature):
6102 Refer to subword.el functions instead of cc-subword.el.
6103
6104 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
6105 subword.el functions instead of cc-subword.el.
6106
6107 * progmodes/cc-subword.el: Rename to subword.el.
6108 * subword.el: Rename from progmodes/cc-subword.el.
6109 (subword-mode-map): Rename from c-subword-mode-map.
6110 (subword-mode): Rename from c-subword-mode.
6111 (global-subword-mode): New global minor mode.
6112 (forward-subword): Rename from c-forward-subword.
6113 (backward-subword): Rename from c-backward-subword.
6114 (mark-subword): Rename from c-mark-subword.
6115 (kill-subword): Rename from c-kill-subword.
6116 (backward-kill-subword): Rename from c-backward-kill-subword.
6117 (transpose-subwords): Rename from c-tranpose-subword.
6118 (downcase-subword): Rename from c-downcase-subword.
6119 (capitalize-subword): Rename from c-capitalize-subword.
6120 (forward-subword-internal): Rename from c-forward-subword-internal.
6121 (backward-subword-internal): Rename from c-backward-subword-internal.
6122
6123 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
6124
6125 * vc.el (vc-deduce-fileset): Allow non-state changing operations
6126 from a dired buffer.
6127 (vc-dired-deduce-fileset): New function.
6128 (vc-root-diff, vc-print-root-log): Use it.
6129
6130 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
6131 nil LIMIT argument to vc-print-log-internal.
6132
6133 2009-11-20 Glenn Morris <rgm@gnu.org>
6134
6135 * Makefile.in (ELCFILES): Regenerate.
6136
6137 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
6138
6139 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
6140
6141 * cedet/semantic.el: Enable idle-mode menu items only if
6142 global-semantic-idle-scheduler-mode is enabled.
6143 (semantic-default-submodes): Doc fix.
6144
6145 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6146 When turning off, disable other idle modes.
6147
6148 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
6149
6150 * calc/calc.el (calc-set-mode-line):
6151 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6152 (math-format-number): Rename `math-format-complement-signed' to
6153 `math-format-twos-complement'.
6154
6155 * calc/calc-bin.el (math-format-twos-complement): Rename from
6156 math-format-complement-signed.
6157 (calc-radix): Rename `calc-complement-signed-mode' to
6158 `calc-twos-complement-mode'.
6159 (calc-octal-radix, calc-hex-radix): Add an argument for
6160 two's complement.
6161
6162 * calc/calc-embed.el (calc-embedded-mode-vars):
6163 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6164
6165 * calc/calc-ext.el (calc-init-extensions):
6166 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6167 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
6168
6169 * calc/calc-units.el (math-build-units-table-buffer):
6170 Let `calc-twos-complement-mode' be nil.
6171
6172 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
6173 entries.
6174
6175 * calc/calc-vec.el (calcFunc-vunpack):
6176 * calc/calc-aent.el (calc-do-calc-eval):
6177 * calc/calc-forms.el (math-format-date):
6178 * calc/calc-graph.el (calc-graph-plot):
6179 * calc/calc-math.el (math-use-emacs-fn):
6180 * calc/calccomp.el (math-compose-expr):
6181 Let `calc-twos-complement-mode' be nil.
6182
6183 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6184
6185 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
6186 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
6187 * minibuffer.el (completion-in-region-functions): New hook.
6188 (completion-in-region): New function.
6189 * emacs-lisp/lisp.el (lisp-complete-symbol):
6190 * pcomplete.el (pcomplete-std-complete): Use it.
6191
6192 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6193
6194 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
6195 (latex-complete-alist): New vars.
6196 (latex-string-prefix-p, latex-complete-bibtex-keys)
6197 (latex-complete-envnames, latex-complete-refkeys)
6198 (latex-complete-data): New functions.
6199 (latex-complete, latex-indent-or-complete): New commands.
6200
6201 * window.el (display-buffer-mark-dedicated): New var.
6202 (display-buffer): Obey it.
6203 * minibuffer.el (minibuffer-completion-help): Use it.
6204
6205 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
6206
6207 * filecache.el (file-cache-add-file): Use push and cons.
6208 (file-cache-delete-file-regexp): Use push.
6209 (file-cache-complete): Use completion-in-region.
6210
6211 * simple.el (with-wrapper-hook): Fix thinko.
6212
6213 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
6214 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
6215 Use with-current-buffer and string-to-number.
6216 (hfy-fallback-colour-values): Use assoc-string.
6217 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
6218 (hfy-face-at): Remove unused var `found-face'.
6219 (hfy-compile-stylesheet): Remove unused var `css'.
6220 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
6221 and `orig-buffer'.
6222 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
6223 Use with-current-buffer.
6224 (hfy-text-p): Use expand-file-name and fewer setq.
6225
6226 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
6227
6228 * htmlfontify.el, hfy-cmap.el: New files.
6229
6230 2009-11-19 Juri Linkov <juri@jurta.org>
6231
6232 * minibuffer.el (completions-format): New defcustom.
6233 (completion--insert-strings): Implement vertical format.
6234
6235 * simple.el (switch-to-completions): Move point to the first
6236 completion when point was at the beginning of the buffer.
6237
6238 2009-11-19 Juri Linkov <juri@jurta.org>
6239
6240 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
6241
6242 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
6243
6244 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
6245
6246 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
6247 (mail-signature): Change default to t.
6248 (mail-from-style): Deprecate `system-default' value.
6249 (mail-insert-from-field): For default value of mail-from-style,
6250 default to `angles' unless `angles' needs quoting and `parens'
6251 does not.
6252 (mail-citation-prefix-regexp): Use citation regexp from
6253 message-mode.
6254
6255 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
6256
6257 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6258 Set variables for computing the prompt for reading password.
6259
6260 2009-11-19 Glenn Morris <rgm@gnu.org>
6261
6262 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
6263
6264 * textmodes/flyspell.el (sgml-lexical-context): Declare.
6265
6266 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
6267 (newsticker-treeview-listwindow-height): Fix custom type.
6268
6269 2009-11-19 Kenichi Handa <handa@m17n.org>
6270
6271 * descr-text.el (describe-char-padded-string): Compose with TAB
6272 only if there's a font for CH.
6273 (describe-char): Fix the condition for detecting a trivial composition.
6274
6275 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
6276
6277 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
6278 more accurate version of the regexp. (Bug#3910)
6279
6280 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6281
6282 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
6283
6284 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
6285
6286 * font-setting.el (font-use-system-font): Declare for byte-compiler.
6287 (font-setting-change-default-font): Fix typo in docstring.
6288
6289 2009-11-18 Alan Mackenzie <acm@muc.de>
6290
6291 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
6292
6293 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6294
6295 * font-setting.el (font-use-system-font): Move ...
6296
6297 * cus-start.el (all): ... to here.
6298
6299 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
6300
6301 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
6302 Don't set `ad-return-value' if `ad-do-it' doesn't.
6303
6304 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
6305 modification time.
6306
6307 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6308
6309 * menu-bar.el: Put "Use system font" in Option-menu.
6310 (menu-bar-options-save): Add font-use-system-font.
6311
6312 * loadup.el: If feature system-font-setting or font-render-setting is
6313 there, load font-setting.
6314
6315 * Makefile.in (ELCFILES): Add font-settings.el.
6316 * font-setting.el: New file.
6317
6318 2009-11-17 Glenn Morris <rgm@gnu.org>
6319
6320 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
6321
6322 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
6323 Preserve point in the list buffer. (Bug#4939)
6324 Use point-at-eol.
6325 (newsticker--treeview-list-update-highlight)
6326 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
6327
6328 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6329
6330 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
6331 Remove.
6332
6333 * calc/calc-ext.el (calc-init-extensions): Remove references to
6334 symclip.
6335
6336 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
6337
6338 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
6339 * calc/calc-help.el (calc-b-prefix-help): Remove references to
6340 `calc-symclip'.
6341
6342 2009-11-16 Kevin Ryde <user42@zip.com.au>
6343
6344 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
6345 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
6346
6347 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
6348 (lm-keywords-list): Allow comma-only separator like "foo,bar".
6349 Ignore trailing spaces by omit-nulls to split-string (fixing
6350 regression from Emacs 21 due to the incompatible split-string
6351 change). (Bug #4928.)
6352
6353 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
6354
6355 * vc.el (vc-log-show-limit): Default to 2000.
6356 (vc-print-log-internal): Insert buttons to request more entries
6357 when limiting the output.
6358
6359 * vc-sccs.el (vc-sccs-print-log):
6360 * vc-rcs.el (vc-rcs-print-log):
6361 * vc-cvs.el (vc-cvs-print-log):
6362 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6363 LIMIT is non-nil.
6364
6365 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
6366
6367 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6368 error when `tramp-gvfs-dbus-event-vector' is set.
6369 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6370
6371 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6372
6373 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6374
6375 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
6376
6377 * net/dbus.el (dbus-unregister-service): New defun.
6378 (dbus-register-property): Register the handlers of
6379 "org.freedesktop.DBus.Properties" for SERVICE.
6380 (dbus-property-handler): Fix docstring.
6381
6382 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6383
6384 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6385 Quote doc string reference in defvaralias as it is not in special form.
6386 (byte-compile-output-docform): Doc fix.
6387
6388 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6389
6390 * calc/calc.el (math-2-word-size, math-half-2-word-size)
6391 (calc-complement-signed-mode): New variables.
6392 (calc-set-mode-line): Add indicator for twos-complements.
6393 (math-format-number): Format twos-complement notation.
6394
6395 * calc/calc-bin.el (calc-word-size): Reset the variables
6396 `math-2-word-size' and `math-half-2-word-size'.
6397 (math-format-complement-signed, math-symclip, calcFunc-symclip)
6398 (calc-symclip): New functions.
6399
6400 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6401
6402 * calc/calc-embed.el (calc-embedded-mode-vars):
6403 Add `calc-complement-signed-mode' to the list of modes.
6404
6405 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
6406 (calc-b-oper-keys): Add `calc-symclip' to list.
6407
6408 * calc/calc-ext.el (math-read-number-fancy): Read complement
6409 signed numbers.
6410 (calc-init-extensions): Add binding for `calc-symclip'.
6411 Add autoload for `calcFunc-symclip' and `calc-symclip'.
6412
6413 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6414 `calc-symclip'.
6415 (calc-modes-menu): Add item for twos complement mode.
6416
6417 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
6418
6419 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
6420
6421 * register.el (jump-to-register, insert-register): Handle Semantic
6422 tags. From commented-out advice in semantic/senator.el.
6423
6424 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6425
6426 * vc.el (vc-log-show-limit): New variable.
6427 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
6428 when using a prefix argument.
6429 (vc-print-log-internal): Add new argument LIMIT.
6430
6431 * vc-svn.el (vc-svn-print-log):
6432 * vc-mtn.el (vc-mtn-print-log):
6433 * vc-hg.el (vc-hg-print-log):
6434 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
6435 pass it to the log command when set. Make the BUFFER argument
6436 non-optional.
6437
6438 * vc-sccs.el (vc-sccs-print-log):
6439 * vc-rcs.el (vc-rcs-print-log):
6440 * vc-git.el (vc-git-print-log):
6441 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6442 ignore it. Make the BUFFER argument non-optional
6443
6444 * bindings.el (mode-line-buffer-identification): Do not purecopy.
6445
6446 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
6447
6448 * dired.el (dired-mode-map): Move encryption items to "Operate"
6449 menu (Bug#4703).
6450
6451 * strokes.el (strokes-update-window-configuration): Make strokes
6452 buffer current before erasing (Bug#4906).
6453
6454 * cedet/semantic/idle.el (semantic-idle-summary-mode)
6455 (semantic-idle-summary-mode): Define using define-minor-mode
6456 instead of define-semantic-idle-service.
6457 (semantic-idle-summary-mode): New function.
6458 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
6459 that mouse motion does not reset the echo area.
6460
6461 2009-11-15 Juri Linkov <juri@jurta.org>
6462
6463 * simple.el (set-mark-default-inactive): Add :type, :group
6464 and :version. (Bug#4876)
6465
6466 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
6467
6468 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6469 (archive-unique-fname): ... here. (Bug#4929)
6470
6471 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6472
6473 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6474 with a real fix.
6475
6476 * novice.el (disabled-command-function): Add useful args.
6477 Setup the help buffer so that [back] works.
6478 Remove redundant call to help-mode.
6479 (disabled-command-function): Use `case'.
6480 (en/disable-command): New function extracted from enable-command.
6481 (enable-command, disable-command): Use it.
6482
6483 2009-11-14 Glenn Morris <rgm@gnu.org>
6484
6485 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6486 constants. (Bug#4913)
6487
6488 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6489
6490 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
6491
6492 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6493 defined in C that have no doc-strings. (Bug#1063)
6494
6495 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
6496
6497 * cus-edit.el (data, files):
6498 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
6499
6500 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
6501
6502 * simple.el (shell-command): Doc fix (Bug#4891).
6503
6504 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6505
6506 2009-11-14 Glenn Morris <rgm@gnu.org>
6507
6508 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6509 statements for vc-diff, emerge-quit, and rmail-cease-edit.
6510 If they are already loaded, eval-after-load will do the right thing.
6511
6512 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6513 compiling.
6514
6515 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6516
6517 * simple.el (x-selection-owner-p): Declare.
6518 (read-mail-command): Use custom radio type rather than choice.
6519 (completion-no-auto-exit): Doc fix.
6520
6521 * custom.el (defgroup):
6522 * epg-config.el (epg): Doc fixes.
6523
6524 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6525
6526 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6527 * international/ccl.el (define-ccl-program): Do not purecopy the
6528 docstring, defconst does it anyway.
6529
6530 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6531
6532 * add-log.el (add-change-log-entry): Avoid displaying the changelog
6533 a second time.
6534
6535 * x-dnd.el (x-dnd-maybe-call-test-function):
6536 * window.el (split-window-vertically):
6537 * whitespace.el (whitespace-help-on):
6538 * vc-rcs.el (vc-rcs-consult-headers):
6539 * userlock.el (ask-user-about-lock-help)
6540 (ask-user-about-supersession-help):
6541 * type-break.el (type-break-force-mode-line-update):
6542 * time-stamp.el (time-stamp-conv-warn):
6543 * terminal.el (te-set-output-log, te-more-break, te-filter)
6544 (te-sentinel, terminal-emulator):
6545 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6546 (term-write-input-ring, term-check-source, term-start-output-log):
6547 (term-display-buffer-line, term-dynamic-list-completions):
6548 (term-ansi-make-term, serial-term):
6549 * subr.el (selective-display):
6550 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6551 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6552 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6553 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6554 (speedbar-remove-localized-speedbar-support)
6555 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6556 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6557 (speedbar-buffers-line-directory):
6558 * simple.el (shell-command-on-region, append-to-buffer)
6559 (prepend-to-buffer):
6560 * shadowfile.el (shadow-save-todo-file):
6561 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6562 (scroll-bar-maybe-set-window-start):
6563 * sb-image.el (speedbar-image-dump):
6564 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6565 (load-save-place-alist-from-file):
6566 * ps-samp.el (ps-print-message-from-summary):
6567 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6568 (ps-background-image, ps-begin-job, ps-do-despool):
6569 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6570 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6571 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6572 (pr-call-process, pr-file-list, pr-interface-save):
6573 * novice.el (disabled-command-function)
6574 (enable-command, disable-command):
6575 * mouse.el (mouse-buffer-menu-alist):
6576 * mouse-copy.el (mouse-kill-preserving-secondary):
6577 * macros.el (kbd-macro-query):
6578 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6579 * informat.el (batch-info-validate):
6580 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6581 * hippie-exp.el (try-expand-dabbrev-visible):
6582 * help-mode.el (help-make-xrefs):
6583 * help-fns.el (describe-variable):
6584 * generic-x.el (bat-generic-mode-run-as-comint):
6585 * finder.el (finder-mouse-select):
6586 * find-dired.el (find-dired-sentinel):
6587 * filesets.el (filesets-file-close):
6588 * files.el (list-directory):
6589 * faces.el (list-faces-display, describe-face):
6590 * facemenu.el (list-colors-display):
6591 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6592 * epg.el (epg--process-filter, epg-cancel):
6593 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6594 (epa--read-signature-type):
6595 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6596 (emerge-file-names):
6597 * ehelp.el (electric-helpify):
6598 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6599 * ediff-vers.el (rcs-ediff-view-revision):
6600 * ediff-util.el (ediff-setup):
6601 * ediff-mult.el (ediff-append-custom-diff):
6602 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6603 (ediff-wordify):
6604 * echistory.el (Electric-command-history-redo-expression):
6605 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6606 * disp-table.el (describe-display-table):
6607 * dired.el (dired-find-buffer-nocreate):
6608 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6609 * dabbrev.el (dabbrev--same-major-mode-p):
6610 * chistory.el (list-command-history):
6611 * apropos.el (apropos-documentation):
6612 * allout.el (allout-obtain-passphrase):
6613 (allout-copy-exposed-to-buffer):
6614 (allout-verify-passphrase): Use with-current-buffer.
6615
6616 2009-11-13 Glenn Morris <rgm@gnu.org>
6617
6618 * Makefile.in (ELCFILES): Regenerate.
6619
6620 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
6621
6622 * net/dbus.el (dbus-registered-objects-table): Rename from
6623 `dbus-registered-functions-table', because it contains also properties.
6624 (dbus-unregister-object): Unregister also properties.
6625 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6626 Use a timeout of 500 msec, in order to not block.
6627 (dbus-register-property, dbus-property-handler): New defuns.
6628
6629 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6630
6631 * simple.el (minibuffer-default-add-completions): Drop deprecated
6632 4th arg.
6633
6634 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
6635
6636 * textmodes/artist.el (artist-mouse-choose-operation):
6637 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6638 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6639 (artist-compute-up-event-key): New function.
6640 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6641
6642 2009-11-13 Kenichi Handa <handa@m17n.org>
6643
6644 * language/japan-util.el: Make sure that the value of jisx0208
6645 property is jisx0208 character.
6646
6647 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
6648
6649 * international/mule.el (auto-coding-regexp-alist): Only purecopy
6650 car or each item, not the whole list.
6651
6652 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6653
6654 * minibuffer.el (minibuffer-completion-help):
6655 Use minibuffer-hide-completions.
6656
6657 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
6658
6659 * dired.el (dired-save-positions, dired-restore-positions): New funs.
6660 (dired-revert): Use them (bug#4880).
6661
6662 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6663
6664 * tooltip.el (tooltip-frame-parameters): Undo previous change.
6665
6666 2009-11-12 Juri Linkov <juri@jurta.org>
6667
6668 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6669 New functions.
6670 (find-file-literally-at-point): Alias of `ffap-literally'.
6671
6672 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6673
6674 * textmodes/ispell.el (ispell-skip-region-alist):
6675 * textmodes/css-mode.el (auto-mode-alist):
6676 * progmodes/compile.el (auto-mode-alist):
6677 * international/mule.el (ctext-non-standard-encodings-alist)
6678 (ctext-non-standard-encodings-regexp):
6679 * simple.el (shell-command-switch, text-read-only):
6680 * replace.el (occur-mode-map):
6681 * paths.el (rmail-file-name):
6682 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6683 * find-file.el (ff-special-constructs):
6684 * files.el (file-name-handler-alist):
6685 * composite.el: Purecopy strings.
6686
6687 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6688
6689 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6690
6691 * widget.el (define-widget): Purecopy the docstring.
6692 * international/mule-cmds.el (charset): Do not purecopy the
6693 docstring here, define-widget does it.
6694
6695 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6696 * textmodes/bibtex-style.el (auto-mode-alist):
6697 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6698 * progmodes/compile.el (compile-command):
6699 * language/korea-util.el (default-korean-keyboard):
6700 * international/mule-conf.el (file-coding-system-alist):
6701 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6702 * tooltip.el (tooltip-frame-parameters):
6703 * newcomment.el (comment-end, comment-padding):
6704 * dired.el (dired-trivial-filenames):
6705 * comint.el (comint-file-name-prefix): Purecopy initial values.
6706
6707 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
6708
6709 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6710 (tramp-advice-minibuffer-electric-tilde): Unload advices via
6711 `tramp-unload'.
6712 (tramp-advice-make-auto-save-file-name)
6713 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6714 after removing the advice.
6715
6716 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6717
6718 * progmodes/grep.el (grep-regexp-alist):
6719 * international/mule-cmds.el (iso-2022-control-alist):
6720 * emacs-lisp/timer.el (timer-duration-words):
6721 * subr.el (version-separator, version-regexp-alist):
6722 * minibuffer.el (completion-styles-alist):
6723 * faces.el (face-attribute-name-alist, list-faces-sample-text):
6724 Change defvars to defconsts.
6725
6726 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6727 * loadup.el ("international/mule-conf"): Load the byte compiled version.
6728 * international/mule-conf.el: Allow to be byte compiled.
6729
6730 * international/mule.el (define-charset): Purecopy props.
6731 (load-with-code-conversion): Purecopy doc string and file name.
6732 (put-charset-property): Purecopy strings.
6733 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6734
6735 * international/mule-cmds.el (register-input-method): Purecopy arguments.
6736 (define-char-code-property): Correctly purecopy the table.
6737
6738 * international/ccl.el (define-ccl-program): Purecopy the docstring.
6739
6740 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6741
6742 * subr.el (add-hook): Purecopy strings.
6743 (eval-after-load): Purecopy load-history-regexp and the form.
6744
6745 * custom.el (custom-declare-group): Purecopy load-file-name.
6746
6747 * subr.el (menu-bar-separator): New defconst.
6748 * net/eudc.el (eudc-tools-menu):
6749 * international/mule-cmds.el (set-coding-system-map)
6750 (mule-menu-keymap):
6751 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6752 * vc-hooks.el (vc-menu-map):
6753 * replace.el (occur-mode-map):
6754 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6755 (menu-bar-edit-menu, menu-bar-goto-menu)
6756 (menu-bar-custom-menu, menu-bar-showhide-menu)
6757 (menu-bar-options-menu, menu-bar-tools-menu)
6758 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6759 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6760 (menu-bar-help-menu):
6761 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6762 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6763
6764 * term/x-win.el (x-gtk-stock-map):
6765 * progmodes/vera-mode.el (auto-mode-alist):
6766 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6767 (inferior-lisp-program, inferior-lisp-load-command):
6768 * progmodes/hideshow.el (hs-special-modes-alist):
6769 * progmodes/gud.el (same-window-regexps):
6770 * progmodes/grep.el (grep-program, find-program, xargs-program):
6771 * net/telnet.el (same-window-regexps):
6772 * net/rlogin.el (same-window-regexps):
6773 * language/ethiopic.el (font-ccl-encoder-alist):
6774 * vc-sccs.el (vc-sccs-master-templates):
6775 * vc-rcs.el (vc-rcs-master-templates):
6776 * subr.el (cl-assertion-failed):
6777 * simple.el (next-error-overlay-arrow-position):
6778 * lpr.el (lpr-command):
6779 * locate.el (locate-ls-subdir-switches):
6780 * info.el (same-window-regexps, info)
6781 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6782 * image-mode.el (image-mode, auto-mode-alist):
6783 * hippie-exp.el (hippie-expand-ignore-buffers):
6784 * format.el (format-alist):
6785 * find-dired.el (find-ls-subdir-switches, find-grep-options)
6786 (find-name-arg):
6787 * facemenu.el (facemenu-keybindings):
6788 * dired.el (dired-listing-switches, dired-chown-program):
6789 * diff.el (diff-switches, diff-command):
6790 * cus-edit.el (same-window-regexps):
6791 * bindings.el (mode-line-mule-info)
6792 (mode-line-buffer-identification): Purecopy strings.
6793
6794 2009-11-11 Juri Linkov <juri@jurta.org>
6795
6796 * simple.el (dired-get-filename) <declare-function>:
6797 Tell the byte-compiler about dired-get-filename.
6798 (shell-command): In Dired mode, get filename from the current line
6799 as the default value.
6800
6801 2009-11-10 Glenn Morris <rgm@gnu.org>
6802
6803 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6804 * calendar/holidays.el, progmodes/cperl-mode.el:
6805 Update x-popup-menu declarations.
6806
6807 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6808 (list-load-path-shadows): Use dolist.
6809 (list-load-path-shadows): Use with-current-buffer.
6810
6811 2009-11-10 Juri Linkov <juri@jurta.org>
6812
6813 * minibuffer.el (read-file-name): Support a list of default values
6814 in `default-filename'. Use the first file name where only one
6815 element is required. Doc fix.
6816
6817 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
6818
6819 * net/dbus.el (dbus-unregister-object): Release service, if no
6820 other method is registered for it.
6821
6822 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
6823
6824 * bookmark.el (bookmark-completing-read): Sort bookmark names if
6825 bookmark-sort-flag is non-nil (Bug#4653).
6826
6827 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6828
6829 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
6830 the progress reporter entirely.
6831
6832 * emulation/cua-base.el: Add CUA property to some CC mode commands
6833 (Bug#4100).
6834
6835 2009-11-08 Kevin Ryde <user42@zip.com.au>
6836
6837 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6838 at end of sentence (Bug#4818).
6839
6840 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
6841
6842 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6843 Handle "see declaration of" MSFT statements (Bug#4100).
6844
6845 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
6846
6847 * net/tramp.el (tramp-advice-make-auto-save-file-name)
6848 (tramp-advice-file-expand-wildcards): Unload via
6849 `ad-remove-advice'.
6850
6851 * net/trampver.el: Update release number.
6852
6853 2009-11-08 Kevin Ryde <user42@zip.com.au>
6854
6855 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6856 `ad-do-it'.
6857
6858 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
6859
6860 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6861 in order to keep context in SELinux.
6862
6863 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6864
6865 * dired-aux.el (dired-query): Place cursor in echo area and allow
6866 C-g.
6867
6868 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6869 menu item if not on a directory (Bug#4701).
6870
6871 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
6872
6873 Sync with Tramp 2.1.17.
6874
6875 * net/tramp.el (tramp-handle-copy-directory): Don't use
6876 `file-remote-p' (due to compatibility).
6877
6878 * net/tramp-compat.el (tramp-compat-copy-directory)
6879 (tramp-compat-delete-directory): New defuns.
6880
6881 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6882 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
6883 `tramp-compat-delete-directory'.
6884
6885 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6886 (tramp-smb-handle-delete-directory): Use
6887 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6888
6889 * net/trampver.el: Update release number.
6890
6891 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
6892
6893 * tar-mode.el (tar-copy): Call write-region on the right buffer
6894 (Bug#4857).
6895
6896 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6897 by hand, if necessary (Bug#4878).
6898
6899 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
6900
6901 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6902 align size column (Bug#4839).
6903
6904 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6905 statement.
6906
6907 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6908
6909 * progmodes/ld-script.el (auto-mode-alist):
6910 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6911
6912 * cus-face.el (custom-declare-face): Purecopy face spec.
6913
6914 2009-11-06 Kenichi Handa <handa@m17n.org>
6915
6916 * international/uni-bidi.el: Re-generated.
6917 * international/uni-category.el: Re-generated.
6918 * international/uni-combining.el: Re-generated.
6919 * international/uni-mirrored.el: Re-generated.
6920
6921 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6922
6923 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6924 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6925 (tex-start-options, slitex-run-command, latex-run-command)
6926 (tex-run-command, tex-directory):
6927 * textmodes/ispell.el (ispell-html-skip-alists)
6928 (ispell-tex-skip-alists, ispell-tex-skip-alists):
6929 * textmodes/fill.el (adaptive-fill-first-line-regexp):
6930 (adaptive-fill-regexp):
6931 * textmodes/dns-mode.el (auto-mode-alist):
6932 * progmodes/python.el (interpreter-mode-alist):
6933 * progmodes/etags.el (tags-compression-info-list):
6934 * progmodes/etags.el (tags-file-name):
6935 * net/browse-url.el (browse-url-galeon-program)
6936 (browse-url-firefox-program):
6937 * mail/sendmail.el (mail-signature-file)
6938 (mail-citation-prefix-regexp):
6939 * international/mule-conf.el (eight-bit):
6940 * international/latexenc.el (latex-inputenc-coding-alist):
6941 * international/fontset.el (x-pixel-size-width-font-regexp):
6942 * emacs-lisp/warnings.el (warning-type-format):
6943 * emacs-lisp/trace.el (trace-buffer):
6944 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6945 (emacs-lisp-mode-map):
6946 * calendar/holidays.el (holiday-solar-holidays)
6947 (holiday-bahai-holidays, holiday-islamic-holidays)
6948 (holiday-christian-holidays, holiday-hebrew-holidays)
6949 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6950 (hebrew-holidays-1, holiday-oriental-holidays)
6951 (holiday-general-holidays):
6952 * x-dnd.el (x-dnd-known-types):
6953 * tool-bar.el (tool-bar):
6954 * startup.el (site-run-file):
6955 * shell.el (shell-dumb-shell-regexp):
6956 * rfn-eshadow.el (file-name-shadow-tty-properties)
6957 (file-name-shadow-properties):
6958 * paths.el (remote-shell-program, news-directory):
6959 * mouse.el ([C-down-mouse-3]):
6960 * menu-bar.el (menu-bar-tools-menu):
6961 * jka-cmpr-hook.el (jka-compr-load-suffixes)
6962 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6963 (jka-compr-compression-info-list):
6964 * isearch.el (search-whitespace-regexp):
6965 * image-file.el (image-file-name-extensions):
6966 * find-dired.el (find-ls-option):
6967 * files.el (directory-listing-before-filename-regexp)
6968 (directory-free-space-args, insert-directory-program)
6969 (list-directory-brief-switches, magic-fallback-mode-alist)
6970 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6971 (automount-dir-prefix):
6972 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6973 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6974 (face-font-registry-alternatives, face-font-registry-alternatives)
6975 (face-font-family-alternatives):
6976 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6977 (facemenu-foreground-menu, facemenu-face-menu):
6978 * epa-hook.el (epa-file-name-regexp):
6979 * dnd.el (dnd-protocol-alist):
6980 * textmodes/rst.el (auto-mode-alist):
6981 * button.el (default-button): Purecopy strings.
6982
6983 2009-11-06 Glenn Morris <rgm@gnu.org>
6984
6985 * Makefile.in (ELCFILES): Update.
6986
6987 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6988
6989 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6990 * emacs-lisp/levents.el: Move to obsolete/levents.el.
6991
6992 * nxml/xsd-regexp.el (xsdre-gen-categories):
6993 * nxml/xmltok.el (xmltok-parse-entity):
6994 * nxml/rng-parse.el (rng-parse-validate-file):
6995 * nxml/rng-maint.el (rng-format-manual)
6996 (rng-manual-output-force-new-line):
6997 * nxml/rng-loc.el (rng-save-schema-location-1):
6998 * nxml/rng-cmpct.el (rng-c-parse-file):
6999 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
7000 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
7001
7002 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
7003
7004 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
7005 Remove extra save-excursions and make-variable-buffer-local's.
7006 Suggested by Stefan Monnier.
7007
7008 (verilog-getopt-file, verilog-module-inside-filename-p)
7009 (verilog-set-define): Merge GNU 1.35 and repair changes from
7010 switching to using with-current-buffer.
7011
7012 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
7013 being treated as a number and confusing AUTORESET.
7014 Reported by Dan Dever.
7015
7016 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
7017 Add verilog-auto-ignore-concat to fix backward compatibility with
7018 older verilog-modes. Reported by Dan Katz.
7019
7020 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
7021 containing closing anchors "...$".
7022
7023 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
7024 Reported by Wade Smith.
7025
7026 (verilog-batch-execute-func): Comment on function usage.
7027
7028 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
7029
7030 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
7031 for labels.
7032
7033 (verilog-label-re, verilog-calc-1): Support proper indent of named
7034 asserts.
7035
7036 (verilog-backward-token, verilog-basic-complete-re)
7037 (verilog-beg-of-statement, verilog-indent-re): Support proper
7038 indent of the assert statement at the beginning of a block of text.
7039
7040 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
7041 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
7042 tokens as begins.
7043
7044 2009-11-05 Glenn Morris <rgm@gnu.org>
7045
7046 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
7047 Emacs 19. (Bug#1531)
7048 (byte-compile-fix-header): Update for the above change.
7049 Drop test for epoch::version.
7050
7051 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
7052 * cus-dep.el (custom-make-dependencies):
7053 * finder.el (finder-compile-keywords):
7054 Use autoload-rubric's feature argument.
7055
7056 * calendar/diary-lib.el (top-level): Make load behave more like require.
7057
7058 * vc-git.el (vc-git-stash-map): Move definition before use.
7059
7060 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7061
7062 * custom.el (custom-declare-group): Purecopy standard-value.
7063 (custom-declare-group): Purecopy custom-prefix.
7064
7065 * international/mule.el (load-with-code-conversion):
7066 Call do-after-load-evaluation unconditionally.
7067
7068 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
7069
7070 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7071
7072 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
7073
7074 2009-11-04 Glenn Morris <rgm@gnu.org>
7075
7076 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
7077 (byte-compile-compatibility): Remove option.
7078 (byte-compile-close-variables, byte-compile-fix-header)
7079 (byte-compile-insert-header, byte-compile-output-docform)
7080 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
7081 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
7082 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
7083 (byte-compile-insert, byte-compile-defun):
7084 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
7085 (byte-defop-compiler19): Remove.
7086 Without byte-compile-compatibility, the 'emacs19-opcode property is not
7087 used by anything. Replace all calls with byte-defop-compiler.
7088
7089 2009-11-04 Juri Linkov <juri@jurta.org>
7090
7091 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
7092 (menu-bar-options-menu): Don't quote the `prop' arg of
7093 `menu-bar-make-mm-toggle'.
7094
7095 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
7096
7097 * calendar/calendar.el (cal-loaddefs):
7098 * calendar/diary-lib.el (diary-loaddefs):
7099 * calendar/holidays.el (hol-loaddefs):
7100 * eshell/esh-module.el (esh-groups): Load rather than require.
7101
7102 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7103
7104 * calendar/todo-mode.el (todo-add-category): Don't hardcode
7105 point-min==1.
7106 (todo-top-priorities): Only display-buffer when called interactively.
7107 (todo-item-start): Don't save excursion point.
7108 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
7109 (todo-insert-item-here, todo-file-item, todo-remove-item):
7110 Adjust uses of todo-item-start and todo-item-end.
7111
7112 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
7113 (autoload-rubric): Don't use any more.
7114 * cedet/semantic/fw.el (semantic/loaddefs):
7115 * cedet/srecode.el (srecode/loaddefs):
7116 * cedet/ede.el (ede/loaddefs): Load rather than require.
7117 * cedet/ede/cpp-root.el:
7118 * cedet/ede/emacs.el:
7119 * cedet/ede/files.el:
7120 * cedet/ede/linux.el:
7121 * cedet/ede/locate.el:
7122 * cedet/ede/make.el:
7123 * cedet/ede/shell.el:
7124 * cedet/ede/speedbar.el:
7125 * cedet/ede/system.el:
7126 * cedet/ede/util.el:
7127 * cedet/semantic/analyze.el:
7128 * cedet/semantic/bovine.el:
7129 * cedet/semantic/complete.el:
7130 * cedet/semantic/ctxt.el:
7131 * cedet/semantic/db-file.el:
7132 * cedet/semantic/db-find.el:
7133 * cedet/semantic/db-global.el:
7134 * cedet/semantic/db-mode.el:
7135 * cedet/semantic/db-typecache.el:
7136 * cedet/semantic/db.el:
7137 * cedet/semantic/debug.el:
7138 * cedet/semantic/dep.el:
7139 * cedet/semantic/doc.el:
7140 * cedet/semantic/edit.el:
7141 * cedet/semantic/find.el:
7142 * cedet/semantic/format.el:
7143 * cedet/semantic/html.el:
7144 * cedet/semantic/ia-sb.el:
7145 * cedet/semantic/ia.el:
7146 * cedet/semantic/idle.el:
7147 * cedet/semantic/lex-spp.el:
7148 * cedet/semantic/lex.el:
7149 * cedet/semantic/mru-bookmark.el:
7150 * cedet/semantic/scope.el:
7151 * cedet/semantic/senator.el:
7152 * cedet/semantic/sort.el:
7153 * cedet/semantic/symref.el:
7154 * cedet/semantic/tag-file.el:
7155 * cedet/semantic/tag-ls.el:
7156 * cedet/semantic/tag-write.el:
7157 * cedet/semantic/tag.el:
7158 * cedet/semantic/util-modes.el:
7159 * cedet/semantic/analyze/complete.el:
7160 * cedet/semantic/analyze/refs.el:
7161 * cedet/semantic/bovine/c.el:
7162 * cedet/semantic/bovine/gcc.el:
7163 * cedet/semantic/bovine/make.el:
7164 * cedet/semantic/bovine/scm.el:
7165 * cedet/semantic/decorate/include.el:
7166 * cedet/semantic/decorate/mode.el:
7167 * cedet/semantic/symref/cscope.el:
7168 * cedet/semantic/symref/global.el:
7169 * cedet/semantic/symref/grep.el:
7170 * cedet/semantic/symref/idutils.el:
7171 * cedet/semantic/symref/list.el:
7172 * cedet/semantic/wisent/java-tags.el:
7173 * cedet/semantic/wisent/javascript.el:
7174 * cedet/srecode/compile.el:
7175 * cedet/srecode/cpp.el:
7176 * cedet/srecode/document.el:
7177 * cedet/srecode/el.el:
7178 * cedet/srecode/expandproto.el:
7179 * cedet/srecode/getset.el:
7180 * cedet/srecode/insert.el:
7181 * cedet/srecode/java.el:
7182 * cedet/srecode/map.el:
7183 * cedet/srecode/mode.el:
7184 * cedet/srecode/template.el:
7185 * cedet/srecode/texi.el: Remove the file-local setting of
7186 generated-autoload-feature.
7187
7188 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
7189 and only put a prop if it is non-nil.
7190
7191 2009-11-03 Juri Linkov <juri@jurta.org>
7192
7193 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
7194 (menu-bar-options-menu): Fix list quoting (Bug#4429).
7195
7196 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
7197 and "Menu" to make top-level menu item visually one unit (like
7198 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
7199 multi-word menu items). Fix :help string for quit-window.
7200
7201 2009-11-03 Glenn Morris <rgm@gnu.org>
7202
7203 * cedet/mode-local.el (with-mode-local): Doc fix.
7204
7205 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7206 (byte-compile-file-form-define-abbrev-table)
7207 (byte-compile-file-form-custom-declare-variable)
7208 (byte-compile-variable-ref, byte-compile-defvar):
7209 Whether or not a warning is enabled should only affect whether we issue
7210 the warning, not whether or not we collect the relevant data.
7211 Eg warnings can be turned on and off throughout the course of a file.
7212
7213 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
7214 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
7215
7216 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7217
7218 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
7219 * play/mpuz.el (mpuz-create-buffer):
7220 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
7221 (lm-print-y,s,noise, lm-print-w0, lm-init):
7222 * play/gomoku.el (gomoku-prompt-for-move):
7223 * play/fortune.el (fortune-in-buffer):
7224 * play/dissociate.el (dissociated-press):
7225 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
7226 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
7227 * mail/supercite.el (sc-eref-show):
7228 * mail/smtpmail.el (smtpmail-send-it):
7229 * mail/rmailsum.el (rmail-summary-next-labeled-message)
7230 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
7231 (rmail-summary-undelete-many, rmail-summary-rmail-update)
7232 (rmail-summary-goto-msg, rmail-summary-expunge)
7233 (rmail-summary-get-new-mail, rmail-summary-search-backward)
7234 (rmail-summary-add-label, rmail-summary-output-menu)
7235 (rmail-summary-output-body):
7236 * mail/rfc822.el (rfc822-addresses):
7237 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
7238 * mail/mailpost.el (post-mail-send-it):
7239 * mail/hashcash.el (hashcash-generate-payment):
7240 * mail/feedmail.el (feedmail-run-the-queue)
7241 (feedmail-queue-send-edit-prompt-help-first)
7242 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
7243 (feedmail-deduce-address-list):
7244 * eshell/esh-ext.el (eshell-remote-command):
7245 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
7246 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
7247 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
7248 (viper-save-string-in-file, viper-valid-marker):
7249 * emulation/viper-keym.el (viper-toggle-key):
7250 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
7251 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
7252 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
7253 * emulation/viper-cmd.el (viper-exec-form-in-vi)
7254 (viper-exec-form-in-emacs, viper-brac-function):
7255 * emulation/viper.el (viper-delocalize-var):
7256 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
7257 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
7258 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
7259 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
7260 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
7261 * emulation/edt.el (edt-electric-helpify):
7262 * emulation/cua-rect.el (cua--rectangle-aux-replace):
7263 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
7264 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
7265 (cua-indent-to-global-mark-column):
7266 * calendar/diary-lib.el (calendar-mark-1):
7267 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
7268 Use with-current-buffer.
7269 * emulation/viper.el (viper-delocalize-var): Use dolist.
7270
7271 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
7272
7273 * comint.el (comint-replace-by-expanded-history-before-point):
7274 Replace !! with the previous input string literally (Bug#1795).
7275
7276 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
7277
7278 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
7279 to be made up of whitespace.
7280
7281 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
7282
7283 * minibuffer.el (read-file-name): Don't use file dialogs for
7284 remote directories (Bug#99).
7285
7286 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
7287
7288 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
7289
7290 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
7291
7292 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
7293 instead of deleting the window or frame.
7294
7295 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
7296
7297 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
7298 Support face colors.
7299
7300 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
7301 New function. Support face colors (Bug#1168).
7302 (tex-common-initialization): Use it.
7303
7304 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
7305 mode allows it (Bug#1168).
7306
7307 2009-10-31 Juri Linkov <juri@jurta.org>
7308
7309 * facemenu.el (list-colors-display): Don't mark buffer as
7310 modified (Bug#3948).
7311
7312 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
7313
7314 * international/mule-diag.el (list-character-sets-1): Minor
7315 message fix (Bug#3526).
7316
7317 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
7318 face property (Bug#4834).
7319 (etags-list-tags, etags-tags-apropos-additional)
7320 (etags-tags-apropos, tags-select-tags-table): Add follow-link
7321 property.
7322
7323 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
7324 items.
7325
7326 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
7327 items.
7328
7329 * cedet/ede.el (ede-minor-mode):
7330 * cedet/semantic.el (semantic-mode): Toggle menu separators.
7331
7332 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7333
7334 * textmodes/two-column.el (2C-split):
7335 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
7336 * textmodes/tex-mode.el (tex-set-buffer-directory):
7337 * textmodes/spell.el (spell-region, spell-string):
7338 * textmodes/reftex.el (reftex-erase-buffer):
7339 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
7340 * textmodes/reftex-toc.el (reftex-toc-promote-action):
7341 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
7342 (reftex-select-item):
7343 * textmodes/reftex-ref.el (reftex-label-info-update)
7344 (reftex-offer-label-menu):
7345 * textmodes/reftex-index.el (reftex-index-change-entry)
7346 (reftex-index-phrases-info):
7347 * textmodes/reftex-global.el (reftex-create-tags-file)
7348 (reftex-save-all-document-buffers, reftex-ensure-write-access):
7349 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
7350 (reftex-view-crossref-from-bibtex):
7351 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
7352 (reftex-extract-bib-entries-from-thebibliography)
7353 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
7354 * textmodes/refbib.el (r2b-capitalize-title):
7355 (r2b-convert-buffer, r2b-help):
7356 * textmodes/page-ext.el (pages-directory)
7357 (pages-directory-goto-with-mouse):
7358 * textmodes/bibtex.el (bibtex-validate-globally):
7359 * textmodes/bib-mode.el (bib-capitalize-title):
7360 * textmodes/artist.el (artist-clear-buffer, artist-system):
7361 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
7362 (local-set-scheme-interaction-buffer, xscheme-process-filter)
7363 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
7364 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
7365 (xscheme-send-control-g-interrupt, xscheme-start-process)
7366 (xscheme-process-sentinel, xscheme-cd):
7367 * progmodes/verilog-mode.el (verilog-read-always-signals)
7368 (verilog-set-define, verilog-getopt-file)
7369 (verilog-module-inside-filename-p):
7370 * progmodes/sh-script.el:
7371 * progmodes/python.el (python-pdbtrack-get-source-buffer)
7372 (python-pdbtrack-grub-for-buffer, python-execute-file):
7373 * progmodes/octave-inf.el (inferior-octave):
7374 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7375 (idlwave-shell-compile-helper-routines, idlwave-set-local)
7376 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
7377 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
7378 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
7379 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
7380 (idlwave-shell-filter, idlwave-shell-examine-highlight)
7381 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
7382 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
7383 (idlwave-shell-examine-display, idlwave-shell-run-region)
7384 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
7385 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
7386 * progmodes/idlw-help.el (idlwave-help-get-special-help)
7387 (idlwave-help-get-help-buffer):
7388 * progmodes/gud.el (gud-basic-call, gud-find-class)
7389 (gud-tooltip-activate-mouse-motions-if-enabled):
7390 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7391 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
7392 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
7393 (ebrowse-tags-next-file):
7394 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
7395 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
7396 (ebnf-eps-finish-and-write):
7397 * progmodes/cpp.el (cpp-edit-save):
7398 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
7399 * progmodes/cc-defs.el (c-emacs-features):
7400 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
7401 (antlr-directory-dependencies):
7402 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
7403 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
7404 (ada-find-any-references, ada-make-filename-from-adaname)
7405 (ada-make-body-gnatstub):
7406 * obsolete/rnews.el (news-list-news-groups):
7407 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
7408 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
7409 * net/rcirc.el (rcirc-debug):
7410 * net/newst-treeview.el (newsticker--treeview-list-add-item)
7411 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
7412 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
7413 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
7414 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
7415 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
7416 (newsticker--treeview-list-clear-highlight)
7417 (newsticker--treeview-list-update-highlight)
7418 (newsticker--treeview-list-highlight-start)
7419 (newsticker--treeview-tree-update-highlight)
7420 (newsticker--treeview-get-selected-item)
7421 (newsticker-treeview-mark-list-items-old)
7422 (newsticker--treeview-set-current-node):
7423 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7424 * net/newst-backend.el (newsticker--get-news-by-funcall)
7425 (newsticker--get-news-by-wget, newsticker--image-get)
7426 (newsticker--image-sentinel):
7427 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
7428 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
7429 (eudc-ph-close-session):
7430 * net/eudc.el (eudc-save-options):
7431 * language/thai-word.el (thai-update-word-table):
7432 * language/japan-util.el (japanese-string-conversion):
7433 * international/titdic-cnv.el (tsang-quick-converter)
7434 (ziranma-converter, ctlau-converter):
7435 * international/mule-cmds.el (describe-language-environment):
7436 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
7437 (skkdic-convert-postfix, skkdic-convert-prefix):
7438 (skkdic-convert-okuri-nasi, skkdic-convert):
7439 * emacs-lisp/re-builder.el (reb-update-overlays):
7440 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
7441 * emacs-lisp/gulp.el (gulp-send-requests):
7442 * emacs-lisp/find-gc.el (trace-call-tree):
7443 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7444 (eieio-describe-generic):
7445 * emacs-lisp/eieio-base.el (eieio-persistent-read):
7446 * emacs-lisp/edebug.el (edebug-outside-excursion):
7447 * emacs-lisp/debug.el (debugger-make-xrefs):
7448 * emacs-lisp/cust-print.el (custom-prin1-to-string):
7449 * emacs-lisp/chart.el (chart-new-buffer):
7450 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7451 Use with-current-buffer.
7452 * textmodes/artist.el (artist-system): Don't call
7453 copy-sequence on a fresh string.
7454 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7455
7456 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
7457
7458 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
7459 is no item to edit. (Bug#4820)
7460 (todo-top-priorities): Restore point and restore narrowing in Todo
7461 buffer. (Bug#4820)
7462
7463 2009-10-31 Glenn Morris <rgm@gnu.org>
7464
7465 * net/ange-ftp.el (top-level): Don't require dired when compiling.
7466 (comint-last-output-start, comint-last-input-start)
7467 (comint-last-input-end): Don't defvar when compiling.
7468 (ange-ftp-process-file): Use bound-and-true-p.
7469
7470 * pcmpl-rpm.el (top-level): Move provide statement to end.
7471 (pcmpl-rpm): Remove unused custom group.
7472
7473 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7474
7475 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7476
7477 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7478 (byte-compile-warnings): Add `constants' as an option.
7479 (byte-compile-callargs-warn, byte-compile-arglist-warn)
7480 (display-call-tree): Update for byte-compile-fdefinition possibly
7481 returning `(macro lambda ...)'. (Bug#4778)
7482 (byte-compile-variable-ref, byte-compile-setq-default):
7483 Respect `constants' member of byte-compile-warnings.
7484
7485 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
7486 Use mapc rather than mapcar because the return value is never used.
7487
7488 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
7489 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
7490 * cedet/semantic/html.el:
7491 Suppress harmless warnings about setting up semantic-imenu (not
7492 part of Emacs) variables.
7493
7494 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7495
7496 * vc-bzr.el (vc-bzr-revision-keywords): New var.
7497 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7498 to "submit:".
7499
7500 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
7501 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
7502 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
7503 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
7504 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
7505 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
7506 (semantic-analyzer-debug-global-symbol)
7507 (semantic-analyzer-debug-missing-innertype)
7508 (semantic-analyzer-debug-insert-include-summary):
7509 * cedet/semantic/util.el (semantic-file-tag-table):
7510 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
7511 (semantic-recursive-find-nonterminal-by-name):
7512 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
7513 * cedet/semantic/tag-file.el (semantic-prototype-file):
7514 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
7515 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
7516 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
7517 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
7518 (semantic-idle-summary-maybe-highlight):
7519 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
7520 (semantic-ia-sb-tag-info):
7521 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
7522 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
7523 * cedet/semantic/ede-grammar.el (project-compile-target):
7524 (ede-proj-makefile-insert-variables):
7525 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
7526 (semantic-debug-set-source-location, semantic-debug-interface-layout)
7527 (semantic-debug-mode, semantic-debug):
7528 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
7529 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
7530 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
7531 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
7532 (semanticdb-find-translate-path-includes--internal)
7533 (semanticdb-reset-log, semanticdb-find-log-activity):
7534 * cedet/semantic/db-file.el (object-write):
7535 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
7536 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
7537 (semanticdb-create-ebrowse-database):
7538 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
7539 * cedet/semantic/complete.el (semantic-displayor-focus-request)
7540 (semantic-collector-calculate-completions-raw)
7541 (semantic-complete-read-tag-analyzer):
7542 * cedet/semantic/analyze.el (semantic-analyze-pulse):
7543 * cedet/ede/util.el (ede-update-version-in-source):
7544 * cedet/ede/proj.el (project-delete-target):
7545 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
7546 (ede-proj-flush-autoconf):
7547 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
7548 (ede-proj-configure-synchronize):
7549 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
7550 * cedet/ede/linux.el (ede-linux-version):
7551 * cedet/ede/emacs.el (ede-emacs-version):
7552 * cedet/ede/dired.el (ede-dired-add-to-target):
7553 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
7554 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
7555 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
7556 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
7557 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
7558 (cedet-idutils-version-check):
7559 * cedet/cedet-global.el (cedet-gnu-global-call):
7560 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
7561 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
7562 * cedet/cedet-cscope.el (cedet-cscope-call)
7563 (cedet-cscope-expand-filename, cedet-cscope-version-check):
7564 Use with-current-buffer.
7565 * cedet/ede.el (ede-make-project-local-variable)
7566 (ede-set-project-variables, ede-set): Use dolist.
7567
7568 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7569
7570 * textmodes/ispell.el (ispell-skip-region-alist):
7571 * international/mule-conf.el (eight-bit):
7572 * international/fontset.el (font-encoding-alist):
7573 * startup.el (pure-space-overflow-message):
7574 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7575 * paths.el (gnus-nntp-service, rmail-spool-directory)
7576 (term-file-prefix):
7577 * files.el (save-some-buffers-action-alist):
7578 * cmuscheme.el (same-window-buffer-names):
7579 * ielm.el (same-window-buffer-names):
7580 * shell.el (same-window-buffer-names):
7581 * mail/sendmail.el (same-window-buffer-names):
7582 * progmodes/inf-lisp.el (same-window-buffer-names):
7583 * bindings.el (mode-line-client)
7584 (mode-line-column-line-number-mode-map):
7585 * language/tibetan.el (tibetan-precomposition-rule-regexp)
7586 (tibetan-precomposed-regexp): Purecopy string arguments.
7587
7588 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7589
7590 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7591 (calcDigit-nondigit):
7592 * calc/calc-yank.el (calc-copy-to-buffer):
7593 * calc/calc-units.el (calc-invalidate-units-table):
7594 * calc/calc-trail.el (calc-trail-yank):
7595 * calc/calc-store.el (calc-insert-variables):
7596 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7597 * calc/calc-prog.el (calc-read-parse-table):
7598 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7599 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7600 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7601 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7602 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7603 (calc-graph-name, calc-graph-find-command, calc-graph-view)
7604 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7605 * calc/calc-ext.el (calc-realign):
7606 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7607 (calc-embedded-finish-edit, calc-embedded-make-info)
7608 (calc-embedded-finish-command, calc-embedded-stack-change):
7609 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7610
7611 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
7612 (overload-docstring-extension): Use that info.
7613 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
7614 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
7615 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
7616 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
7617 (semantic-nonterminal-full-name): Add the new `when' info.
7618 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
7619 `assert'.
7620
7621 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7622 shell-dynamic-complete-filename in preference to
7623 comint-dynamic-complete-filename.
7624
7625 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7626 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7627 Don't consider whether the display supports colors.
7628 (bookmark-import-new-list): Use dolist.
7629 (bookmark-bmenu-mode-map): Move initialization into declaration.
7630 (bookmark-bmenu-list): Use dolist, simplify.
7631 (bookmark-show-all-annotations): Use save-selected-window and dolist.
7632 (menu-bar-final-items): Use push.
7633
7634 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
7635
7636 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7637 it works on remote files.
7638 (vc-hg-diff): Don't pass any `--cwd' argument.
7639
7640 2009-10-27 Kevin Ryde <user42@zip.com.au>
7641
7642 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7643 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7644 (Further to Bug#3921).
7645
7646 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
7647
7648 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7649 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7650 calling `tramp-imap-put-file'. Add file size to the call.
7651 (tramp-imap-get-file-entries): Compute also user name, file size,
7652 and date.
7653 (tramp-imap-handle-insert-directory): Insert uid and gid.
7654 (tramp-imap-handle-file-attributes): Transform uid and gid
7655 according to `id-format'.
7656 (tramp-imap-put-file): New optional parameter SIZE. Encode file
7657 size in header X-Size.
7658
7659 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
7660
7661 * simple.el (transpose-subr): Give clearer error when the mark
7662 is not set. (Bug#4807)
7663
7664 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
7665
7666 * net/tramp.el (tramp-perl-file-truename): New defconst.
7667 Perl code contributed by yary <not.com@gmail.com> (tiny change).
7668 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7669 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7670 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7671
7672 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7673 Ignore `dired-call-process'.
7674 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7675
7676 2009-10-26 Julian Scheid <julians37@gmail.com>
7677
7678 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7679 (tramp-get-remote-readlink): New defun.
7680 (tramp-handle-file-truename): Use it.
7681 (tramp-handle-file-exists-p): Check file-attributes cache, assume
7682 file exists if cache value present.
7683 (tramp-check-cached-permissions): New defun.
7684 (tramp-handle-file-readable-p): Use it.
7685 (tramp-handle-file-writable-p): Likewise.
7686 (tramp-handle-file-executable-p): Likewise.
7687 (tramp-handle-file-name-all-completions): Try using Perl to get
7688 partial completions. When perl not available, combine `cd' and
7689 `ls' into single remote operation and use shell expansion to get
7690 partial remote directory contents. Set `file-exists-p' cache for
7691 directory and any files returned by ls. Change cache handling to
7692 support partial directory contents. Use error message emitted by
7693 remote `cd' or Perl code for local tramp-error.
7694 (tramp-do-copy-or-rename-file-directly): Avoid separate
7695 tramp-send-command-and-check call.
7696 (tramp-handle-process-file): Merge three remote ops into one.
7697 Do not flush all caches when `process-file-side-effects' is set.
7698 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7699 file-attributes shows uid/gid to be set already.
7700
7701 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7702
7703 * textmodes/tex-mode.el (tex-dvi-view-command)
7704 (tex-show-queue-command, tex-open-quote):
7705 * progmodes/ruby-mode.el (auto-mode-alist)
7706 (interpreter-mode-alist): Purecopy strings.
7707
7708 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7709
7710 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7711 string for the hook, keymap and abbrev table.
7712
7713 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7714
7715 * x-dnd.el (x-dnd-xdnd-to-action):
7716 * startup.el (fancy-startup-text, fancy-about-text): Change to
7717 defconst from defvar.
7718
7719 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7720
7721 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7722 Purecopy initialization strings.
7723
7724 * mail/sendmail.el (mail-header-separator)
7725 (mail-personal-alias-file):
7726 * mail/rmail.el (rmail-default-dont-reply-to-names)
7727 (rmail-ignored-headers, rmail-retry-ignored-headers)
7728 (rmail-highlighted-headers, rmail-secondary-file-directory)
7729 (rmail-secondary-file-regexp):
7730 * files.el (null-device, file-name-invalid-regexp)
7731 (locate-dominating-stop-dir-regexp)
7732 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7733 (interpreter-mode-alist): Use mapcar instead of mapc.
7734
7735 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7736
7737 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7738 (completion-ignored-extensions):
7739 (debug-ignored-errors): Purecopy strings.
7740
7741 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7742
7743 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7744 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7745 (pcomplete--here): Use push.
7746
7747 * subr.el (all-completions): Declare the 4th arg obsolete.
7748
7749 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7750
7751 * pcomplete.el (pcomplete-unquote-argument-function): New var.
7752 (pcomplete-unquote-argument): New function.
7753 (pcomplete--common-suffix): Always pay attention to case.
7754 (pcomplete--table-subvert): Quote and unquote the text.
7755 (pcomplete--common-quoted-suffix): New function.
7756 (pcomplete-std-complete): Use it and pcomplete-begin.
7757
7758 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7759 we're inside a dedicated or minibuffer window.
7760
7761 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7762
7763 * cedet/semantic/fw.el (semantic-alias-obsolete)
7764 (semantic-varalias-obsolete): Make the `when' arg mandatory.
7765 (define-mode-overload-implementation):
7766 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
7767 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
7768 * cedet/semantic/util.el (semantic-file-token-stream)
7769 (semantic-something-to-stream):
7770 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
7771 (semantic-expand-nonterminal):
7772 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
7773 (semantic-find-dependency, semantic-find-nonterminal)
7774 (semantic-find-dependency):
7775 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
7776 (semantic-flex-text, semantic-flex-make-keyword-table)
7777 (semantic-flex-keyword-p, semantic-flex-keyword-put)
7778 (semantic-flex-keyword-get, semantic-flex-map-keywords)
7779 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
7780 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
7781 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
7782 (semantic-after-idle-scheduler-reparse-hooks):
7783 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
7784 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
7785 * cedet/semantic.el (semantic-toplevel-bovine-table)
7786 (semantic-toplevel-bovine-cache)
7787 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
7788 (semantic-init-mode-hooks, semantic-init-db-hooks)
7789 (semantic-bovination-working-type): Provide the `when' arg.
7790
7791 2009-10-24 Karl Fogel <kfogel@red-bean.com>
7792
7793 * bookmark.el: Update documentation, especially documentation
7794 of `bookmark-alist' and of the bookmark file format.
7795 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
7796
7797 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7798
7799 * mail/emacsbug.el (report-emacs-bug): Clarify that the
7800 keybindings apply to the mail buffer (Bug#4003). Shrink help
7801 window to buffer.
7802
7803 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7804 (global-whitespace-mode, global-whitespace-newline-mode)
7805 (whitespace-toggle-options, global-whitespace-toggle-options):
7806 Doc fix (Bug#3660).
7807
7808 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7809 of xmltok-start before the end tag was inserted (Bug#2840).
7810
7811 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7812 patterns that are preceded by an open-paren (Bug#1320).
7813
7814 2009-10-24 Sven Joachim <svenjoac@gmx.de>
7815
7816 * files.el (delete-directory): Delete symlinks to directories with
7817 delete-file (Bug#4739).
7818
7819 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7820
7821 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
7822 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
7823 argument to make-obsolete.
7824
7825 * cedet/semantic/fw.el (semantic-alias-obsolete)
7826 (semantic-varalias-obsolete): Add optional WHEN argument.
7827
7828 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7829
7830 * vc.el (vc-backend-for-registration): Rename from
7831 vc-get-backend-for-registration. Update callers.
7832
7833 * international/mule-cmds.el (set-language-info-alist):
7834 Purecopy lang-env.
7835 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7836 (charset): Purecopy the name.
7837 (define-char-code-property): Purecopy string arguments.
7838
7839 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7840 Purecopy string arguments.
7841
7842 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7843 * ediff-hook.el (menu-bar-ediff-menu):
7844 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7845 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7846
7847 2009-10-24 Glenn Morris <rgm@gnu.org>
7848
7849 * comint.el (comint-dynamic-list-completions):
7850 * term.el (term-dynamic-list-completions): Use choose-completion rather
7851 than obsolete alias mouse-choose-completion.
7852
7853 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7854 file-cache-choose-completion.
7855 (file-cache-choose-completion): Handle an optional event argument.
7856 (file-cache-mouse-choose-completion): Make it an obsolete alias.
7857
7858 * progmodes/octave-mod.el (octave-complete-symbol):
7859 Use choose-completion if mouse-choose-completion is ever removed.
7860
7861 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7862 use.
7863
7864 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7865 compiler.
7866
7867 * vc-hooks.el (vc-responsible-backend): Fix declaration.
7868
7869 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7870
7871 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7872 Ignore `pred' now that we receive one.
7873 Handle test-completion specially.
7874
7875 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7876
7877 * vc.el (vc-responsible-backend): Throw an error if not backend is
7878 found. Remove the REGISTER argument. Move the code dealing with
7879 REGISTER ...
7880 (vc-get-backend-for-registration): ... here. New function.
7881 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7882 of vc-responsible-backend, pass the file name instead of the
7883 directory name.
7884
7885 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7886
7887 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7888 New funs.
7889 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
7890 (pcomplete-comint-setup): Don't modify a global var via
7891 accidental side-effects.
7892 (pcomplete-shell-setup): Adjust call accordingly.
7893 (pcomplete-parse-comint-arguments): Use push.
7894
7895 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
7896
7897 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7898 Allow uncapitalized info node names (Bug#3921).
7899
7900 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7901 to the DEBUG file (Bug#3781).
7902
7903 2009-10-23 Jari Aalto <jari.aalto@cante.net>
7904
7905 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7906 dictionary entry (Bug#4579).
7907
7908 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
7909
7910 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7911 from `rfn-eshadow-update-overlay-hook' when unloading.
7912 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7913 "rsyncc". Adjust doc string.
7914 (tramp-temp-buffer-file-name): New buffer-local defvar.
7915 (tramp-handle-insert-file-contents, tramp-handle-write-region):
7916 Keep temporary file when indicated by method ("rsync" and
7917 "rsyncc").
7918 (tramp-handle-write-region): Handle APPEND.
7919 (tramp-delete-temp-file-function): New defun. Added to
7920 `kill-buffer-hook'.
7921
7922 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
7923
7924 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7925
7926 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7927
7928 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7929 (color-name-rgb-alist, tty-standard-colors)
7930 (tty-color-mode-alist): Change to defconst.
7931
7932 * simple.el (mark-inactive): Purecopy message.
7933
7934 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7935 (global-map, yank-menu):
7936 * textmodes/ispell.el (ispell-menu-map):
7937 * net/eudc.el (eudc-tools-menu):
7938 * international/mule-cmds.el (describe-language-environment-map)
7939 (setup-language-environment-map, set-coding-system-map)
7940 (mule-menu-keymap):
7941 * vc-hooks.el (vc-menu-entry, vc-menu-map):
7942 * replace.el (occur-mode-map):
7943 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7944
7945 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
7946
7947 * calc/calc.el (math-read-number, math-read-number-simple): Use
7948 `save-match-data'.
7949
7950 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7951
7952 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7953 rather than fiddling with global-map bindings, since it should only
7954 affect per-terminal settings.
7955 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7956
7957 * minibuffer.el (completion-table-with-terminator): Allow to specify
7958 the terminator-regexp.
7959
7960 * simple.el (switch-to-completions): Look for *Completions* in other
7961 frames as well.
7962
7963 * pcomplete.el: Allow the use of completion-tables.
7964 (pcomplete-std-complete): New command.
7965 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7966 (pcomplete--here): Use a function for `form' rather than an expression,
7967 so it can be byte-compiled.
7968 (pcomplete-here, pcomplete-here*): Adjust accordingly.
7969 Add edebug declaration.
7970 (pcomplete-show-completions): Remove unused var `curbuf'.
7971 (pcomplete-do-complete, pcomplete-stub):
7972 Don't assume `completions' is a list of strings any more.
7973
7974 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
7975
7976 * find-dired.el (find-name-arg): Fix typo in docstring.
7977
7978 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7979
7980 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7981 (pcmpl-linux-fs-types): Same, and update to new modules layout.
7982
7983 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7984 pcomplete-entries.
7985
7986 * comint.el (comint-read-input-ring, comint-write-input-ring)
7987 (comint-substitute-in-file-name)
7988 (comint-dynamic-complete-as-filename)
7989 (comint-dynamic-simple-complete)
7990 (comint-dynamic-list-filename-completions)
7991 (comint-dynamic-list-completions)
7992 (comint-redirect-results-list-from-process): Minor simplifications.
7993
7994 2009-10-21 Kevin Ryde <user42@zip.com.au>
7995
7996 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7997 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7998 the first form. And insert a blank line after ";;; Code" since
7999 that's usual style. (Bug#4612)
8000
8001 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
8002
8003 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8004
8005 * minibuffer.el (completion-table-with-terminator): Properly implement
8006 boundaries, in case `terminator' appears in the suffix.
8007 (completion--embedded-envvar-table): Don't return boundaries if
8008 there's no valid completion. Simplify.
8009 (completion-file-name-table): New completion table extracted from
8010 completion--file-name-table.
8011 (completion--file-name-table): Use it.
8012 (read-file-name-predicate): Declare obsolete.
8013 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
8014 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
8015 completion-file-name-table, and use the `pred' argument.
8016 * files.el (locate-file-completion-table): Use the `pred' arg rather
8017 than read-file-name-predicate.
8018 (abbreviate-file-name): Use \` rather than ^ for BOS.
8019
8020 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
8021
8022 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
8023 vc-responsible-backend to register, it causes problems.
8024
8025 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8026
8027 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
8028
8029 2009-10-21 Eric Ludlam <zappo@gnu.org>
8030
8031 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
8032 (semantic-c-debug-mode-init-pch): New functions.
8033 (semantic-c-debug-mode-init-last-mode): New var.
8034 (semantic-c-parse-lexical-token): Use them.
8035
8036 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
8037 When extracting the argument list, limit only by point-max.
8038
8039 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
8040
8041 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
8042 (tramp-smb-handle-file-attributes): Use it.
8043 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
8044 (tramp-smb-handle-insert-directory): Use `mapc' rather than
8045 `mapcar'. Use `tramp-smb-get-stat-capability'.
8046 Add `dired-filename' text properties.
8047 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
8048 (tramp-smb-maybe-open-connection): Simplify check for smbclient
8049 version.
8050
8051 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8052
8053 * subr.el (read-key-delay): Reduce to 0.01.
8054 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
8055 (bug#4751).
8056
8057 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8058
8059 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
8060
8061 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
8062 (Info-menu): Remove unused vars `last' and `completions'.
8063 (Info-index-nodes): Remove unused var `node'.
8064
8065 * info.el (Info-complete-menu-item): Use complete-with-action.
8066
8067 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
8068
8069 Make vc-annotate work through copies and renames.
8070 * vc-annotate.el (vc-annotate-extract-revision-at-line):
8071 Return the file name too.
8072 (vc-annotate-revision-at-line)
8073 (vc-annotate-find-revision-at-line)
8074 (vc-annotate-revision-previous-to-line)
8075 (vc-annotate-show-log-revision-at-line): Update to get the file
8076 name from vc-annotate-extract-revision-at-line.
8077 (vc-annotate-show-diff-revision-at-line-internal): Change the
8078 argument to mean whether to show a file diff or not. Get the file
8079 name from vc-annotate-extract-revision-at-line.
8080 (vc-annotate-show-diff-revision-at-line):
8081 Update vc-annotate-show-diff-revision-at-line call.
8082 (vc-annotate-warp-revision): Add an optional file argument.
8083
8084 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
8085 (vc-git-annotate-extract-revision-at-line): Also return the file
8086 name if found.
8087
8088 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
8089 command. Remove unused code.
8090 (vc-hg-annotate-re): Update to match --follow output.
8091 (vc-hg-annotate-extract-revision-at-line): Also return the file
8092 name if found.
8093
8094 * vc.el: Update annotate-extract-revision-at-line documentation.
8095
8096 2009-10-18 Kevin Ryde <user42@zip.com.au>
8097
8098 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
8099 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
8100
8101 * net/browse-url.el (browse-url): Identify alist with "consp and
8102 not functionp" and let all other things go down the `apply' leg,
8103 as suggested by Stefan. (Further to bug#4531.)
8104
8105 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
8106
8107 * minibuffer.el (read-file-name): Check for repeat before putting
8108 a default argument in file-name-history (Bug#4657).
8109
8110 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
8111 read syntax (Bug#4737).
8112
8113 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
8114
8115 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8116
8117 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
8118 (html-tag-alist, html-tag-help): Add descriptions for undocumented
8119 entries and make note of obsolete tags.
8120
8121 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8122
8123 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
8124
8125 2009-10-18 Glenn Morris <rgm@gnu.org>
8126
8127 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
8128 grep, so that binary files (eg international/uni-bidi.el) can match.
8129 Remove test for "UnicodeData" files, since it is hopefully unnecessary
8130 now, and in any case the file header format has changed.
8131
8132 2009-10-17 Glenn Morris <rgm@gnu.org>
8133
8134 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
8135 (flyspell-get-word, flyspell-large-region)
8136 (flyspell-auto-correct-previous-word): Doc/error message fixes.
8137
8138 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
8139
8140 * Makefile.in (ELCFILES): Add ede/shell.
8141
8142 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
8143
8144 * term/common-win.el (x-colors): Purecopy it.
8145
8146 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8147
8148 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
8149 permissive for when the buffer is empty.
8150 (tar-header-block-tokenize): Decode the username and groupname.
8151 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
8152
8153 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
8154
8155 * cedet/srecode/srt.el:
8156 * cedet/srecode/compile.el:
8157 * cedet/semantic/mru-bookmark.el:
8158 * cedet/semantic/debug.el:
8159 * cedet/semantic/complete.el:
8160 * cedet/semantic/analyze.el: Require CL when compiling.
8161
8162 2009-10-17 Eric Ludlam <zappo@gnu.org>
8163
8164 * cedet/semantic/scope.el
8165 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
8166 tmpscope so that the regular scope will continue to work.
8167
8168 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
8169 Use semantic-idle-summary-highlight-face as the highlighting.
8170
8171 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
8172 contains multibyte characters, choose first applicable coding
8173 system automatically.
8174
8175 * cedet/ede/project-am.el (project-run-target): New method.
8176 (project-run-target): New method.
8177
8178 * cedet/ede.el (ede-target): Add run target menu item.
8179 (ede-project, ede-minor-keymap): Add ede-run-target binding.
8180 (ede-run-target): New function.
8181 (ede-target::project-run-target): New method.
8182
8183 * cedet/ede/proj.el (project-run-target): New method.
8184
8185 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
8186 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
8187 Add :rules.
8188 (ede-proj-target-makefile-shared-object): Only libtool compilers
8189 now available. Add linkers for libtool.
8190 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
8191 (ede-proj-makefile-target-name): Always use .la extension.
8192
8193 * cedet/ede/proj-prog.el (project-run-target): New method.
8194
8195 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
8196 (ede-g++-linker): Change Change link lines.
8197
8198 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
8199 When searching for old variables, go to the end of the buffer and
8200 search backward from there.
8201 (ede-proj-makefile-automake-insert-subdirs)
8202 (ede-proj-makefile-automake-insert-extradist): New methods.
8203 (ede-proj-makefile-create): Use them.
8204
8205 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
8206 Force FILE to expand to the current target. Use file-exists-p to
8207 check that it exists.
8208
8209 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
8210 (ede-linux-load): Wrap dir in file-name-as-directory.
8211 Set :version slot.
8212
8213 * cedet/ede/files.el (ede-get-locator-object): When enabling
8214 locate, do so on "top".
8215
8216 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
8217 file-name-as-directory during compare.
8218 (ede-emacs-version): Return Emacs/XEmacs differentiator.
8219 Get version number from different places. Don't call egrep.
8220 (ede-emacs-load): Set :version slot. Call file-name-as-directory
8221 to set the directory.
8222
8223 * cedet/ede/shell.el: New file.
8224
8225 * cedet/inversion.el (inversion-decoders): Allow for stray . in
8226 alpha/beta variants.
8227
8228 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8229
8230 * international/mule-cmds.el (select-safe-coding-system): If the file
8231 has a coding cookie, use it regardless of any other setting (bug#4712).
8232
8233 2009-10-17 Glenn Morris <rgm@gnu.org>
8234
8235 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
8236 All errors should have messages.
8237
8238 * foldout.el (foldout-mouse-swallow-events):
8239 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
8240
8241 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
8242 (dired-keep-marker-copy, dired-keep-marker-hardlink)
8243 (dired-keep-marker-symlink, dired-dwim-target)
8244 (dired-copy-preserve-time): Do not autoload these defcustoms.
8245
8246 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
8247 messages from messing up the file coding. (Bug#4623)
8248
8249 2009-10-17 Jari Aalto <jari.aalto@cante.net>
8250
8251 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
8252 if no match is found for the current dictionary. (Bug#4578)
8253
8254 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
8255 optional, since that is how it is documented, and this is often called
8256 with a nil argument. (Bug#4577)
8257 (flyspell-external-point-words, flyspell-auto-correct-word)
8258 (flyspell-correct-word-before-point, flyspell-word-search-forward)
8259 (flyspell-word-search-backward): Remove nil argument in calls to
8260 flyspell-get-word, since it is not needed now.
8261
8262 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
8263
8264 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
8265
8266 2009-10-16 Glenn Morris <rgm@gnu.org>
8267
8268 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
8269
8270 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
8271
8272 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
8273 (ange-ftp-file-size): New function.
8274 (ange-ftp-file-attributes): Use it.
8275
8276 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
8277
8278 * net/tramp-smb.el (tramp-smb-version): New defvar.
8279 (tramp-smb-maybe-open-connection): Use it, in order to avoid
8280 repeated checks.
8281
8282 2009-10-16 Glenn Morris <rgm@gnu.org>
8283
8284 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
8285 Maybe copy some custom properties from old to new name. (Bug#4706)
8286
8287 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
8288
8289 * subr.el (error, sit-for, start-process-shell-command)
8290 (start-file-process-shell-command): Set the calling convention
8291 after the function definition.
8292
8293 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8294
8295 * subr.el (error, sit-for, start-process-shell-command)
8296 (start-file-process-shell-command): Use the new
8297 set-advertised-calling-convention feature.
8298
8299 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
8300
8301 * international/ucs-normalize.el (ucs-normalize-version):
8302 Change to 1.2.
8303 (check-range): Adjust for Unicode 5.2.
8304
8305 2009-10-15 Juri Linkov <juri@jurta.org>
8306
8307 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
8308 to the `menu-item' format.
8309
8310 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
8311
8312 * net/tramp.el (tramp-replace-environment-variables): Do not fail
8313 if the environment variable does not exist.
8314
8315 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8316 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
8317 parameter.
8318 (tramp-smb-handle-add-name-to-file)
8319 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8320 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8321 (tramp-smb-handle-file-attributes)
8322 (tramp-smb-do-file-attributes-with-stat)
8323 (tramp-smb-handle-file-local-copy)
8324 (tramp-smb-handle-insert-directory)
8325 (tramp-smb-handle-make-directory)
8326 (tramp-smb-handle-make-directory-internal)
8327 (tramp-smb-handle-make-symbolic-link)
8328 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
8329 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
8330 (tramp-smb-maybe-open-connection): Apply the changed parameters.
8331 (tramp-smb-read-file-entry): Read Disk names in compressed format.
8332 Handle long file names.
8333 (tramp-smb-get-cifs-capabilities): Check, whether the connection
8334 process is running.
8335 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
8336 Read share names with "-g" option.
8337
8338 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
8339
8340 * net/rcirc.el (rcirc-view-log-file): New command.
8341 (rcirc-track-minor-mode-map): Remove C-c ` binding.
8342 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
8343 specified.
8344
8345 2009-10-15 Glenn Morris <rgm@gnu.org>
8346
8347 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
8348 from the second command-line argument.
8349 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
8350 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
8351 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
8352 w32-batch-update-autoloads.
8353 * emacs-lisp/autoload.el (autoload-make-program): New variable.
8354 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
8355
8356 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
8357 the headers cannot be located. Simplify, subtracting superflous
8358 save-excursions.
8359
8360 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
8361
8362 Replace completion-base-size by completion-base-position to fix bugs
8363 such as (bug#4699).
8364 * simple.el (completion-base-position): New var.
8365 (completion-base-size): Mark as obsolete.
8366 (choose-completion): Make it work for mouse events as well.
8367 Pass the new base-position to choose-completion-string.
8368 (choose-completion-guess-base-position): New function, extracted from
8369 choose-completion-delete-max-match.
8370 (choose-completion-delete-max-match): Use it. Make obsolete.
8371 (choose-completion-string): Use the new base-position info.
8372 (completion-root-regexp): Delete.
8373 (completion-setup-function): Preserve completion-base-position.
8374 Eliminate obsolete base-size manipulation.
8375 * minibuffer.el (display-completion-list): Don't mess with base-size.
8376 (minibuffer-completion-help): Set completion-base-position instead.
8377 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
8378 choose-completion.
8379 * textmodes/bibtex.el (bibtex-complete):
8380 * emacs-lisp/crm.el (crm--choose-completion-string):
8381 Adjust to new calling convention.
8382 * complete.el (partial-completion-mode): Use minibufferp to avoid
8383 bumping into incompatible change to choose-completion-string-functions.
8384 * ido.el (ido-choose-completion-string): Make its calling convention
8385 more permissive.
8386 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
8387 base-size manipulation.
8388 (comint-dynamic-list-input-ring): Use dotimes and push.
8389 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
8390 fundamental-mode. Use `or'.
8391
8392 2009-10-14 Juri Linkov <juri@jurta.org>
8393
8394 * misearch.el (multi-isearch-next-buffer-from-list)
8395 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
8396
8397 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8398
8399 * Makefile.in (compile-onefile): Load `bytecomp' rather than
8400 `bytecomp.el'.
8401
8402 * minibuffer.el (completion-pcm--merge-completions): Make sure the
8403 string we return is all made up of text from the completions rather
8404 than part from the completions and part from the input (bug#4219).
8405
8406 * ido.el (ido-everywhere): Use define-minor-mode.
8407
8408 * buff-menu.el (list-buffers, ctl-x-map):
8409 Mark the entry points with ;;;###autoload cookies.
8410
8411 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
8412
8413 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
8414 correctly in the detached head case.
8415 (vc-git-print-log): Remove unused binding.
8416
8417 * vc.el (vc-responsible-backend): When a directory is passed for
8418 for registration create a VC repository if no backend is
8419 responsible for the directory argument.
8420 (vc-deduce-fileset): Tell vc-responsible-backend to register.
8421
8422 * vc.el: Move comments about RCS and SCCS ...
8423 * vc-rcs.el:
8424 * vc-sccs.el: ... here, respectively.
8425
8426 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8427
8428 * minibuffer.el (completion--file-name-table): Return nil if there's
8429 no file completion, even if substitute-in-file-name changed
8430 the string (bug#4708).
8431
8432 2009-10-13 Juri Linkov <juri@jurta.org>
8433
8434 * files-x.el (read-file-local-variable-value): Don't filter out
8435 minor modes from mode name completion (bug#4664).
8436
8437 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
8438
8439 * international/mule-cmds.el (ucs-names): Remove exclusion of
8440 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
8441
8442 2009-10-13 Kenichi Handa <handa@m17n.org>
8443
8444 * international/uni-name.el: Regenerated.
8445
8446 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
8447
8448 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
8449 should be automatically buffer-local, but isn't.)
8450
8451 2009-10-12 Sam Steingold <sds@gnu.org>
8452
8453 * progmodes/compile.el (compilation-next-error-function): Fix the
8454 timestamps if the buffer has been visited before.
8455 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
8456 non-anchored patterns, like the perl one (bug#3928).
8457
8458 2009-10-12 Glenn Morris <rgm@gnu.org>
8459
8460 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
8461 Let-bind `size'.
8462
8463 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
8464
8465 * proced.el (proced-unload-function): New function.
8466
8467 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
8468 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
8469 Doc fix.
8470
8471 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
8472
8473 2009-10-11 Juri Linkov <juri@jurta.org>
8474
8475 * files-x.el (read-file-local-variable-value):
8476 Provide default value only for bound variables (bug#4664).
8477
8478 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
8479
8480 * net/tramp.el (tramp-local-host-p): Function shall return nil for
8481 connection methods like smb.
8482
8483 * net/tramp-cache.el (tramp-flush-connection-property): The hash
8484 can be empty.
8485
8486 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8487 (tramp-smb-file-name-handler-alist): Add handlers for
8488 `add-name-to-file', `make-symbolic-link'.
8489 (tramp-smb-handle-add-name-to-file)
8490 (tramp-smb-do-file-attributes-with-stat)
8491 (tramp-smb-handle-make-symbolic-link)
8492 (tramp-smb-get-cifs-capabilities): New defuns.
8493 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8494 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8495 (tramp-smb-handle-file-local-copy)
8496 (tramp-smb-handle-make-directory-internal)
8497 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8498 The file name syntax depends on cifs capabilities.
8499 (tramp-smb-handle-file-attributes):
8500 Call `tramp-smb-do-file-attributes-with-stat' if possible.
8501 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
8502 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
8503
8504 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
8505
8506 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
8507 (eieio-defclass): Apply deftype handler and setf-method properties
8508 directly.
8509 (eieio-add-new-slot): Avoid union function from cl library.
8510 (eieio--typep): New function.
8511 (eieio-perform-slot-validation): Use it.
8512
8513 2009-10-10 Karl Fogel <kfogel@red-bean.com>
8514
8515 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
8516 Update documentation to refer to the variables documented in r1.135.
8517 (Bug#4188)
8518
8519 2009-10-10 Karl Fogel <kfogel@red-bean.com>
8520
8521 * bookmark.el (Info-suffix-list): Remove this unused variable.
8522 (bookmark-current-point): Remove this obsolete variable.
8523 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
8524 Adjust for removal of bookmark-current-point.
8525
8526 (bookmarks-already-loaded, bookmark-current-buffer)
8527 (bookmark-yank-point): Document. (Bug#4188)
8528
8529 2009-10-10 Glenn Morris <rgm@gnu.org>
8530
8531 * frame.el (frame-height): Doc fix.
8532
8533 * calendar/calendar.el (calendar-split-width-threshold): New option.
8534 (calendar-basic-setup): Use calendar-split-width-threshold.
8535
8536 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
8537
8538 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
8539 Use .la for Automake.
8540
8541 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
8542
8543 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
8544 Use "autoreconf -i". Suggested by Andreas Schwab.
8545
8546 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
8547
8548 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
8549 Ideographic Supplement" range (U+1F200..U+1F2FF).
8550
8551 2009-10-09 Karl Fogel <kfogel@red-bean.com>
8552
8553 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
8554 since the list will have been rebuilt anyway. (Bug#4349)
8555
8556 2009-10-09 Karl Fogel <kfogel@red-bean.com>
8557
8558 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
8559 (bookmark-bmenu-execute-deletions): Don't save here, as
8560 bookmark-delete will now do so if necessary.
8561 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
8562 (Bug#4348)
8563
8564 2009-10-09 Glenn Morris <rgm@gnu.org>
8565
8566 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
8567
8568 2009-10-09 Karl Fogel <kfogel@red-bean.com>
8569
8570 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
8571 (bookmark-jump-other-window): Just invoke bookmark-jump with new
8572 argument now, so the two function's behaviors will match. (Bug#3645)
8573
8574 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
8575
8576 * cedet/ede/proj.el (project-make-dist, project-compile-project):
8577 Fix filename test.
8578 (ede-proj-dist-makefile): Use expand-file-name instead of concat
8579 to expand file names.
8580
8581 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
8582
8583 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
8584 (tramp-file-name-real-host, tramp-file-name-port):
8585 Apply `save-match-data'.
8586
8587 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
8588 case both directories are remote.
8589 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
8590 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
8591
8592 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
8593
8594 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
8595 (ede-proj-target-makefile-objectcode): Use it.
8596
8597 * cedet/ede/source.el (ede-want-any-source-files-p)
8598 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
8599 Return search result. This error was introduced while merging.
8600
8601 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
8602
8603 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
8604
8605 2009-10-07 Glenn Morris <rgm@gnu.org>
8606
8607 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
8608 of concat.
8609
8610 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8611
8612 * files-x.el (read-file-local-variable): Include some
8613 non-user-variables in the completion table (bug#4664).
8614
8615 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
8616
8617 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
8618 message.
8619
8620 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8621 (tramp-smb-file-name-handler-alist): Add handler for
8622 `copy-directory', `expand-file-name', `set-file-modes'.
8623 (tramp-smb-handle-copy-directory)
8624 (tramp-smb-handle-expand-file-name)
8625 (tramp-smb-handle-set-file-modes): New defuns.
8626 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
8627 (tramp-smb-handle-file-attributes): Simplify check for retrieving
8628 entry.
8629 (tramp-smb-handle-insert-directory): Don't flush the cache.
8630 (tramp-smb-maybe-open-connection): Check for samba client and
8631 server versions.
8632
8633 2009-10-07 Eli Zaretskii <eliz@gnu.org>
8634
8635 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
8636 to not error out of search for "^lisp=" fails.
8637
8638 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
8639
8640 * makefile.w32-in (WINS_UPDATES): New macro.
8641 (custom-deps, finder-data, autoloads): Use it.
8642
8643 2009-10-07 Glenn Morris <rgm@gnu.org>
8644
8645 * Makefile.in (autoloads): Revert previous change.
8646 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
8647 the list of preloaded files passed on the command-line, get
8648 it from src/Makefile.
8649
8650 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
8651 show the original buffer rather than a random one.
8652
8653 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
8654
8655 * help.el (describe-no-warranty): Place point in a slightly better
8656 position in the GPLv3 text.
8657
8658 2009-10-06 Sam Steingold <sds@gnu.org>
8659
8660 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8661 the comm attribute is present before calling regexp-quote.
8662
8663 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
8664
8665 * play/animate.el (animate-string): For good effect, make sure
8666 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8667
8668 * play/animate.el (animate-sequence, animate-birthday-present):
8669 * misc.el (butterfly): Don't set `indent-tabs-mode'.
8670
8671 2009-10-06 Glenn Morris <rgm@gnu.org>
8672
8673 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8674
8675 * emacs-lisp/autoload.el (autoload-excludes): New variable.
8676 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8677 (batch-update-autoloads): Process a string value of autoload-excludes,
8678 set during the build process.
8679 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
8680
8681 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8682 inside with-parsed... macro so that `v' is defined.
8683
8684 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8685 * progmodes/fortran.el (fortran-end-of-block)
8686 (fortran-beginning-of-block):
8687 Also push mark in the macro case.
8688
8689 * emerge.el (emerge-show-file-name):
8690 * calc/calc.el (calc-quit):
8691 * calc/calc-misc.el (calc-big-or-small):
8692 * calc/calc-graph.el (calc-graph-view):
8693 * calc/calc-ext.el (calc-reset):
8694 * calendar/calendar.el (calendar-basic-setup):
8695 Use window-full-height-p.
8696
8697 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8698 header we don't understand, don't insert another. (Bug#4624)
8699 If changing mime charset, insert the new one in the right place.
8700
8701 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
8702
8703 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8704 (cal-tex-cursor-month): Correctly increment the end date for diary and
8705 holiday listing. (Bug#4626)
8706
8707 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8708
8709 * help-fns.el (describe-function-1): Don't burp if the function is not
8710 a symbol.
8711
8712 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
8713
8714 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8715 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8716 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8717 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8718
8719 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8720 (eieio-default-superclass): Reflow docstrings.
8721 (this, class-option-assoc, defclass, eieio-class-un-autoload)
8722 (eieio-unbind-method-implementations, defmethod)
8723 (eieio-validate-slot-value, eieio-validate-class-slot-value)
8724 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8725 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8726 (eieio-slot-originating-class-p, eieio-slot-name-index)
8727 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8728 (constructor, initialize-instance, no-next-method, object-print)
8729 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8730 Fix typos in docstrings.
8731 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8732 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8733 (next-method-p): Doc fixes.
8734 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8735 Fix typos in error messages.
8736 (eieio-defmethod): Fix typo in description of generic method.
8737
8738 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8739 (eieio-persistent-save-interactive, slot-missing):
8740 Fix typos in docstrings.
8741 (eieio-instance-inheritor-slot-boundp): Doc fix.
8742
8743 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8744 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8745
8746 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8747 (eieio-custom-object-apply-reset):
8748 Fix typos in docstrings and error messages.
8749
8750 * emacs-lisp/eieio-datadebug.el (data-debug-show):
8751 Fix typo in docstring.
8752
8753 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8754 (eieio-browse-tree): Doc fix.
8755 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8756 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8757 Fix typos in docstrings.
8758
8759 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8760 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8761 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8762 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8763 Reflow docstrings.
8764
8765 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
8766
8767 * vc-hg.el (log-view-vc-backend): Declare for compiler.
8768 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8769 Set log-view-vc-backend so that diff can work.
8770
8771 * log-view.el (log-view-diff): Use vc-diff-internal instead of
8772 vc-version-diff.
8773 (vc-diff-internal): Autoload this instead of vc-version-diff.
8774
8775 2009-10-05 Eli Zaretskii <eliz@gnu.org>
8776
8777 * simple.el (eval-expression): Doc fix.
8778
8779 * progmodes/cwarn.el (cwarn-mode): Doc fix.
8780
8781 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
8782
8783 * files.el (directory-files-no-dot-files-regexp): New defconst.
8784 (delete-directory): Use it.
8785 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
8786
8787 * net/tramp.el (tramp-verbose): Fix docstring.
8788 (tramp-methods): Add recursive option to `tramp-copy-args'.
8789 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
8790 "scp1_old", "scp2_old", "rsync", "rsyncc".
8791 (tramp-default-method): Check also for `auth-source-user-or-password'.
8792 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8793 Add handler for `copy-directory'.
8794 (tramp-handle-copy-directory): New defun.
8795 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
8796 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8797 Optimize sent command.
8798
8799 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8800
8801 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8802 window if necessary.
8803
8804 * calendar/calendar.el (calendar-basic-setup): Don't call
8805 switch-to-buffer in a dedicated window.
8806
8807 2009-10-05 Karl Fogel <kfogel@red-bean.com>
8808
8809 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
8810 don't do anything related to relocating, just return nil.
8811 (bookmark-error-no-filename): New error.
8812 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
8813 bookmark has no file. Don't even attempt to handle things that
8814 are not files; the whole point of custom handlers is to keep that
8815 knowledge elsewhere anyway. Tighten some comments.
8816 (bookmark-file-or-variation-thereof): Remove now-unused function.
8817 (bookmark-location): Doc string fix.
8818 (Bug#4250)
8819
8820 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8821
8822 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8823 don't use a file dialog, because they usually don't know how to read
8824 a directory target from the user. (Bug#4230)
8825 Also, make sure the prompt can display directories as well as files.
8826
8827 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8828
8829 * bookmark.el (bookmark-set, bookmark-buffer-name):
8830 Improve doc strings. (Bug#1193)
8831
8832 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8833
8834 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8835 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8836 (bookmark-get-annotation, bookmark-set-annotation)
8837 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8838 (bookmark-set-position, bookmark-get-front-context-string)
8839 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8840 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8841 (bookmark-jump-other-window, bookmark-handle-bookmark)
8842 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8843 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8844 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
8845 Improve doc strings to say whether bookmark can be a string or
8846 a record or both, and make other consistency and clarity fixes.
8847 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8848 (bookmark-default-annotation-text, bookmark-yank-word)
8849 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8850 (bookmark-import-new-list, bookmark-maybe-rename)
8851 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8852 (bookmark-bmenu-bookmark): Give these doc strings.
8853 (bookmark-bmenu-check-position): Give this a doc string, but also
8854 add a FIXME comment about how the function may be pointless.
8855 (bookmark-default-handler): Rework doc string and change a
8856 parameter name, to clarify that this takes a bookmark record
8857 not a bookmark name.
8858 (bookmark-set): Change a parameter name to indicate its meaning,
8859 and improve the doc string a bit.
8860 (Bug#4188)
8861
8862 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8863
8864 * bookmark.el (bookmark-alist): Document the new `handler' element
8865 in the param alist.
8866 (bookmark-make-record-function): Adjust documentation for above.
8867 (Bug#4193)
8868
8869 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8870
8871 * info.el (Info-bookmark-make-record): Document this function.
8872 (Info-bookmark-jump): Document with a doc string, not just a comment.
8873 (Bug#4203)
8874
8875 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
8876
8877 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
8878 (semantic-new-buffer-fcn): Call parser setup functions here.
8879 (semantic-mode): Don't call parser setup functions here, it's done
8880 in semantic-new-buffer-fcn now.
8881 (semantic-mode): Parse all existing buffers when enabled.
8882
8883 * cedet/srecode/compile.el (srecode-compile-file):
8884 Call semantic-new-buffer-fcn if the buffer has not been parsed.
8885
8886 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
8887
8888 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
8889
8890 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
8891 (proj-comp-insert-variable-once): New macro, renamed from
8892 ede-pmake-insert-variable-once in ede/pmake.edl.
8893 (ede-proj-makefile-insert-variables): Use it.
8894
8895 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
8896
8897 * files.el (copy-directory): New defun.
8898
8899 * dired-aux.el (dired-copy-file-recursive): Use it.
8900
8901 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8902
8903 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
8904 (makefile-end-of-command):
8905 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
8906 (semantic-end-of-context): Fix previous change. Doc fixes.
8907
8908 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8909
8910 * files-x.el (modify-dir-local-variable)
8911 (copy-dir-locals-to-file-locals-prop-line):
8912 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
8913 (makefile-end-of-command):
8914 * cedet/semantic/lex.el (semantic-lex-token):
8915 * cedet/semantic/analyze/fcn.el
8916 (semantic-analyze-dereference-metatype-1):
8917 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
8918 (semantic-lex-cpp-undef):
8919 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
8920 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
8921 (semantic-end-of-context): Fix typos in docstrings.
8922
8923 * recentf.el (recentf-unload-function): New function.
8924
8925 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
8926
8927 * cedet/ede.el (ede-project-placeholder-cache-file):
8928 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
8929 * cedet/srecode/map.el (srecode-map-save-file):
8930 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
8931
8932 2009-10-04 Glenn Morris <rgm@gnu.org>
8933
8934 * window.el (window-full-height-p): Add doc string.
8935
8936 2009-10-04 Martin Rudalics <rudalics@gmx.at>
8937
8938 * window.el (window-full-height-p): New function. (Bug#4543)
8939
8940 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
8941
8942 * cedet/srecode/insert.el: Require srecode/args.
8943
8944 * cedet/srecode/args.el: Require srecode/dictionary instead of
8945 srecode/insert.
8946
8947 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
8948
8949 * files.el (auto-mode-alist): Add .srt and Project.ede.
8950
8951 * cedet/semantic.el (semantic-mode):
8952 Handle srecode-template-mode-hook as well.
8953 (semantic-mode): Use js-mode-hook for Javascript hook.
8954
8955 * cedet/srecode/template.el: Remove hook variable.
8956
8957 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
8958
8959 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
8960 projects exist.
8961 (ede-project-placeholder-cache-file): Default to a file in
8962 user-emacs-directory.
8963
8964 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
8965 templates in data-directory.
8966 (srecode-map-save-file): Default to a file in user-emacs-directory.
8967
8968 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
8969 directory.
8970
8971 2009-09-30 Eric Ludlam <zappo@gnu.org>
8972
8973 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
8974 Doc fix.
8975
8976 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
8977 Only insert each variable once.
8978
8979 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
8980 (ede-pmake-insert-variable-shared): Use it.
8981
8982 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
8983 for lexical table iff table is nil.
8984
8985 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
8986
8987 * vc.el: Remove commented out code.
8988 (vc-derived-from-dir-mode): Remove, unused.
8989 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
8990
8991 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
8992
8993 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8994 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
8995 there could be recursive loading when `default-directory' is a
8996 remote file name. (Bug#4614)
8997
8998 2009-10-03 Glenn Morris <rgm@gnu.org>
8999
9000 * calendar/calendar.el (calendar-basic-setup): Handle the case where
9001 the frame is wide.
9002 (calendar-generate-window): Test for shrinkability rather than width.
9003
9004 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
9005 declaration, currently false.
9006
9007 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
9008 reusing existing buffers, in case we happen to visit two files with the
9009 same basename. (Bug#4593)
9010
9011 2009-10-02 Eli Zaretskii <eliz@gnu.org>
9012
9013 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
9014 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
9015 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
9016 subdirs of cedet as well.
9017 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
9018
9019 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9020
9021 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
9022 Obey advertised-signature-table.
9023
9024 * help-fns.el (help-function-arglist): Don't check
9025 advertised-signature-table.
9026 (describe-function-1): Do it here instead so it also applies to subrs.
9027
9028 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
9029
9030 * simple.el (start-file-process): Say in the doc-string, that file
9031 handlers might not support pty association, if PROGRAM is nil.
9032
9033 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
9034 HOST and USER are strings. They are nil, when there are
9035 incomplete entries in ~/.netrc, for example.
9036 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
9037 root directory ("device busy" error otherwise).
9038
9039 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
9040 Flush file properties of created directory.
9041
9042 2009-10-02 Eli Zaretskii <eliz@gnu.org>
9043
9044 * makefile.w32-in (WINS_BASIC): Remove cedet.
9045 (WINS_CEDET): Add cedet.
9046 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
9047
9048 2009-10-02 Kevin Ryde <user42@zip.com.au>
9049
9050 * net/browse-url.el (browse-url): Pass any symbol in
9051 browse-url-browser-function to `apply', since if you've mistakenly put
9052 an unbound symbol then the error is clearer. (Bug#4531)
9053
9054 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
9055
9056 * allout.el (allout-init, allout-back-to-current-heading)
9057 (allout-beginning-of-current-entry, allout-ascend-to-depth)
9058 (allout-ascend, allout-up-current-level, allout-end-of-level)
9059 (allout-previous-visible-heading, allout-forward-current-level)
9060 (allout-backward-current-level, allout-show-children):
9061 * apropos.el (apropos-describe-plist):
9062 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
9063 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
9064 * completion.el (add-completion, add-permanent-completion):
9065 * descr-text.el (describe-text-category, describe-char):
9066 * desktop.el (desktop-lazy-abort):
9067 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
9068 * dired.el (dired-build-subdir-alist):
9069 * ediff.el (ediff-version):
9070 * elide-head.el (elide-head, elide-head-show):
9071 * emerge.el (emerge-version):
9072 * env.el (getenv):
9073 * face-remap.el (variable-pitch-mode):
9074 * faces.el (describe-face):
9075 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
9076 (dired-at-point):
9077 * files.el (find-file-existing, auto-save-mode):
9078 * font-lock.el (font-lock-fontify-buffer):
9079 * help-fns.el (describe-function, describe-variable)
9080 (describe-syntax, describe-categories):
9081 * help.el (view-lossage, describe-bindings, describe-key)
9082 (describe-mode):
9083 * hexl.el (hexl-current-address):
9084 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
9085 * info.el (Info-goto-emacs-key-command-node):
9086 * log-edit.el (log-edit-insert-cvs-template)
9087 (log-edit-insert-cvs-rcstemplate):
9088 * menu-bar.el (menu-bar-mode):
9089 * mouse.el (mouse-appearance-menu):
9090 * newcomment.el (comment-indent-new-line):
9091 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
9092 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
9093 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
9094 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
9095 * recentf.el (recentf-mode):
9096 * savehist.el (savehist-mode, savehist-save):
9097 * shadowfile.el (shadow-copy-files):
9098 * simple.el (kill-ring-save, next-line, previous-line)
9099 (normal-erase-is-backspace-mode):
9100 * strokes.el (strokes-update-window-configuration)
9101 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
9102 (strokes-xpm-for-stroke):
9103 * time.el (emacs-uptime, emacs-init-time):
9104 * tutorial.el (tutorial--describe-nonstandard-key)
9105 (tutorial--detailed-help):
9106 * type-break.el (type-break-mode)
9107 (type-break-mode-line-message-mode, type-break-query-mode)
9108 (type-break-guesstimate-keystroke-threshold):
9109 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
9110 * version.el (emacs-version):
9111 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
9112 * winner.el (winner-mode):
9113 * calendar/timeclock.el (timeclock-in, timeclock-out)
9114 (timeclock-status-string, timeclock-change)
9115 (timeclock-workday-remaining-string)
9116 (timeclock-workday-elapsed-string)
9117 (timeclock-when-to-leave-string):
9118 * calendar/todo-mode.el (todo-add-category):
9119 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
9120 * emacs-lisp/autoload.el (update-file-autoloads):
9121 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
9122 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
9123 (checkdoc-message-text, checkdoc-defun):
9124 * emacs-lisp/debug.el (debugger-list-functions):
9125 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9126 * emacs-lisp/eieio-opt.el (eieio-describe-class)
9127 (eieio-describe-generic):
9128 * emacs-lisp/lisp-mnt.el (lm-synopsis):
9129 * emacs-lisp/shadow.el (list-load-path-shadows):
9130 * emulation/cua-base.el (cua-mode):
9131 * emulation/edt.el (edt-set-scroll-margins):
9132 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
9133 (tpu-toggle-regexp, tpu-toggle-search-direction)
9134 (tpu-toggle-rectangle, tpu-toggle-control-keys):
9135 * emulation/tpu-extras.el (tpu-set-scroll-margins):
9136 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9137 (viper-set-parsing-style-toggling-macro)
9138 (viper-set-emacs-state-searchstyle-macros):
9139 * emulation/viper.el (viper-set-hooks):
9140 * eshell/esh-mode.el (eshell-truncate-buffer):
9141 * international/mule-cmds.el (prefer-coding-system)
9142 (describe-input-method, describe-language-environment):
9143 * international/mule-diag.el (list-character-sets)
9144 (describe-character-set, describe-coding-system)
9145 (describe-fontset, list-fontsets, list-input-methods):
9146 * mail/sendmail.el (mail-signature):
9147 * net/ange-ftp.el (ange-ftp-copy-file):
9148 * net/browse-url.el (browse-url):
9149 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
9150 * net/quickurl.el (quickurl-add-url):
9151 * net/rcirc.el (names, topic):
9152 * net/xesam.el (xesam-mode):
9153 * play/5x5.el (5x5-new-game):
9154 * play/yow.el (apropos-zippy):
9155 * progmodes/ada-mode.el (ada-mode-version):
9156 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
9157 (f90-end-of-block)
9158 (f90-beginning-of-block):
9159 * progmodes/fortran.el (fortran-end-of-block)
9160 (fortran-beginning-of-block):
9161 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
9162 * progmodes/python.el (python-describe-symbol, python-shell):
9163 * term/ns-win.el (ns-print-buffer):
9164 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
9165 * textmodes/flyspell.el (flyspell-mode-on):
9166 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
9167 (pages-directory-for-addresses):
9168 * textmodes/table.el (table-recognize-cell)
9169 (table-query-dimension, table-generate-source)
9170 (table-insert-sequence, table--warn-incompatibility):
9171 * textmodes/tex-mode.el (tex-validate-buffer):
9172 * textmodes/texinfmt.el (texinfmt-version)
9173 (texinfo-format-buffer):
9174 Use `called-interactively-p' instead of `interactive-p'.
9175
9176 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
9177
9178 * image-mode.el (image-toggle-display):
9179 * emacs-lisp/elp.el (elp-instrument-function):
9180 * emacs-lisp/advice.el (ad-make-advised-definition):
9181 * emacs-lisp/easy-mmode.el (define-minor-mode):
9182 * net/browse-url.el (browse-url-maybe-new-window):
9183 * progmodes/sh-script.el (sh-learn-buffer-indent):
9184 Pass new argument 'any to `called-interactively-p'.
9185
9186 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
9187
9188 * international/uni-bidi.el:
9189 * international/uni-category.el:
9190 * international/uni-combining.el:
9191 * international/uni-comment.el:
9192 * international/uni-decimal.el:
9193 * international/uni-decomposition.el:
9194 * international/uni-digit.el:
9195 * international/uni-lowercase.el:
9196 * international/uni-mirrored.el:
9197 * international/uni-name.el:
9198 * international/uni-numeric.el:
9199 * international/uni-old-name.el:
9200 * international/uni-titlecase.el:
9201 * international/uni-uppercase.el:
9202 Regenerate from Unicode 5.2.0 data.
9203
9204 2009-10-01 Glenn Morris <rgm@gnu.org>
9205
9206 * Makefile.in (ELCFILES): Regenerate.
9207
9208 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9209
9210 * subr.el (interactive-p): Mark obsolete.
9211 (called-interactively-p): Make the optional-ness of `kind' obsolete.
9212 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
9213 advertised-signature-table for subroutines as well.
9214
9215 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
9216 (set-advertised-calling-convention): New function.
9217 (make-obsolete, define-obsolete-function-alias)
9218 (make-obsolete-variable, define-obsolete-variable-alias):
9219 Make the optional-ness of `when' obsolete.
9220 (define-obsolete-face-alias): Make `when' non-optional.
9221 * help-fns.el (help-function-arglist):
9222 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
9223 Use advertised-signature-table.
9224
9225 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
9226
9227 * files.el (delete-directory): New defun. The original function
9228 in fileio.c has been renamed to `delete-directory-internal'.
9229
9230 * dired.el (dired-delete-file): Call `delete-directory' with
9231 RECURSIVE parameter.
9232
9233 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
9234 parameter RECURSIVE. Implementation is missing.
9235
9236 * net/tramp.el (tramp-handle-make-directory): Flush upper
9237 directory's file properties.
9238 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
9239 (tramp-handle-dired-recursive-delete-directory): Flush directory
9240 properties after the remove command only.
9241
9242 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
9243 Handle optional parameter RECURSIVE.
9244
9245 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
9246 Handle optional parameter RECURSIVE.
9247
9248 * net/tramp-smb.el (tramp-smb-errors): Add error message for
9249 connection timeout.
9250 (tramp-smb-handle-delete-directory): Handle optional parameter
9251 RECURSIVE.
9252
9253 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9254
9255 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
9256 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
9257 (byte-compile-defmacro): Use backquotes.
9258
9259 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
9260
9261 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
9262 has no associated file.
9263 (vc-resynch-buffer): Use vc-dir-buffers.
9264
9265 2009-10-01 Glenn Morris <rgm@gnu.org>
9266
9267 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
9268 (chart-file-count):
9269 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
9270 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
9271 * emacs-lisp/eieio-opt.el (eieio-describe-class):
9272 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
9273 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
9274 (eieio-copy-parents-into-subclass, make-instance, class-children)
9275 (eieio-generic-form):
9276 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
9277 * cedet/cedet-idutils.el (cedet-idutils-search)
9278 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
9279 (cedet-idutils-version-check):
9280 * cedet/cedet.el (cedet-version):
9281 * cedet/data-debug.el (data-debug-insert-overlay-button)
9282 (data-debug-insert-overlay-list-button)
9283 (data-debug-insert-buffer-button)
9284 (data-debug-insert-buffer-list-button)
9285 (data-debug-insert-process-button, data-debug-insert-ring-button)
9286 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
9287 (data-debug-insert-stuff-vector-button)
9288 (data-debug-insert-symbol-button, data-debug-insert-string)
9289 (data-debug-insert-number, data-debug-insert-lambda-expression)
9290 (data-debug-insert-nil, data-debug-insert-simple-thing)
9291 (data-debug-insert-custom, data-debug-edebug-expr):
9292 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
9293 (global-ede-mode-map, ede-new, ede-debug-target)
9294 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
9295 * cedet/semantic.el (semantic-minimum-working-buffer-size)
9296 (semantic-fetch-tags, semantic-submode-list)
9297 (semantic-default-submodes):
9298 * cedet/ede/source.el (ede-source-match):
9299 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
9300 (project-am-package-info):
9301 * cedet/ede/proj.el (ede-proj-target, project-new-target):
9302 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
9303 * cedet/ede/proj-comp.el (ede-current-build-list):
9304 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
9305 * cedet/ede/files.el (ede-toplevel-project-or-nil):
9306 * cedet/ede/cpp-root.el (initialize-instance):
9307 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
9308 (autoconf-parameter-strip, autoconf-insert-new-macro):
9309 * cedet/semantic/wisent.el (wisent-lex-eoi):
9310 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
9311 (semantic-show-parser-state-mode):
9312 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
9313 * cedet/semantic/tag.el (semantic-tag-new-variable)
9314 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
9315 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
9316 (semantic--tag-deep-copy-tag-list)
9317 (semantic-tag-components-with-overlays-default):
9318 * cedet/semantic/symref.el (semantic-symref-find-text):
9319 * cedet/semantic/senator.el (senator-yank-tag)
9320 (senator-transpose-tags-up):
9321 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
9322 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
9323 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
9324 * cedet/semantic/lex.el (semantic-lex-comment-regex)
9325 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
9326 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
9327 * cedet/semantic/lex-spp.el
9328 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
9329 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
9330 * cedet/semantic/idle.el
9331 (semantic-idle-summary-current-symbol-info-brutish)
9332 (semantic-idle-summary-current-symbol-info-default):
9333 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
9334 (semantic--grammar-macro-compl-dict):
9335 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
9336 * cedet/semantic/format.el (semantic-format-tag-custom-list)
9337 (semantic-format-tag-canonical-name-default):
9338 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
9339 (semantic-find-tags-for-completion)
9340 (semantic-find-tags-by-scope-protection-default)
9341 (semantic-deep-find-tags-for-completion):
9342 * cedet/semantic/edit.el
9343 (semantic-edits-incremental-reparse-failed-hook)
9344 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
9345 (semantic-edits-splice-remove, semantic-edits-splice-replace):
9346 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
9347 * cedet/semantic/dep.el (semantic-dependency-include-path):
9348 * cedet/semantic/db.el (semanticdb-default-find-index-class)
9349 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
9350 (semanticdb-project-roots):
9351 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
9352 (semanticdb-find-adebug-insert-scanned-tag-cons)
9353 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
9354 (semanticdb-brute-deep-find-tags-for-completion):
9355 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
9356 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
9357 (semantic-end-of-context-default)
9358 (semantic-ctxt-current-function-default)
9359 (semantic-ctxt-scoped-types-default):
9360 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
9361 (semantic-complete-inline-tag-engine)
9362 (semantic-complete-inline-custom-type)
9363 (semantic-complete-read-tag-analyzer):
9364 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
9365 (semantic-chart-database-size):
9366 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
9367 (semantic-analyze-current-context):
9368 * cedet/semantic/symref/list.el (semantic-symref)
9369 (semantic-symref-hide-buffer, semantic-symref-symbol):
9370 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
9371 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
9372 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
9373 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
9374 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
9375 (semantic-c-dereference-template):
9376 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
9377 (semantic--analyze-refs-full-lookup-with-parents)
9378 (semantic--analyze-refs-full-lookup-simple):
9379 * cedet/semantic/analyze/complete.el
9380 (semantic-analyze-possible-completions):
9381 * cedet/srecode/table.el (srecode-mode-table-new):
9382 * cedet/srecode/srt.el (srecode-read-variable-name):
9383 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
9384 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
9385 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
9386 * cedet/srecode/map.el (srecode-current-map):
9387 * cedet/srecode/insert.el (srecode-insert)
9388 (srecode-insert-variable-secondname-handler, srecode-insert-method)
9389 (srecode-template-inserter-point-override)
9390 (srecode-insert-include-lookup):
9391 * cedet/srecode/getset.el (srecode-auto-choose-class):
9392 * cedet/srecode/extract.el (srecode-inserter-extract):
9393 * cedet/srecode/document.el
9394 (srecode-document-autocomment-return-last-alist)
9395 (srecode-document-autocomment-param-type-alist)
9396 (srecode-document-insert-function-comment)
9397 (srecode-document-insert-variable-one-line-comment)
9398 (srecode-document-function-name-comment):
9399 * cedet/srecode/dictionary.el (srecode-create-dictionary)
9400 (srecode-compound-toString):
9401 * cedet/srecode/compile.el (srecode-flush-active-templates):
9402 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
9403 Doc/message fixes.
9404
9405 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
9406 match-data. (Bug#4555).
9407
9408 * cedet/semantic/bovine/gcc.el
9409 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
9410 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
9411
9412 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
9413 rather than parsing it as a regexp. This relaxes the layout
9414 requirements and makes errors easier to detect.
9415 (check-declare-verify): Check file is regular.
9416 (check-declare-directory): Doc fix.
9417 * subr.el (declare-function): Doc fix.
9418
9419 * ibuffer.el (ibuffer-format-qualifier):
9420 * isearch.el (hi-lock-regexp-okay):
9421 * calc/calc.el (math-zerop):
9422 * mail/uce.el (rmail-msgbeg, rmail-msgend):
9423 * term/w32-win.el (setup-default-fontset, set-fontset-font):
9424 Remove unused declarations.
9425
9426 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
9427
9428 * cedet/semantic/wisent/javat-wy.el
9429 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
9430
9431 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
9432
9433 * cedet/srecode/expandproto.el: Fix provide statement.
9434
9435 2009-09-30 Eric Ludlam <zappo@gnu.org>
9436
9437 * emacs-lisp/eieio.el (boolean-p): Delete.
9438
9439 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
9440
9441 * cedet/ede/srecode.el: Fix provide statement.
9442
9443 2009-09-30 Glenn Morris <rgm@gnu.org>
9444
9445 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
9446 * cedet/ede/proj-aux.el (ede-aux-source):
9447 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
9448 (ede-misc-source):
9449 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
9450 (semantic-mrub-switch-tags): Fix doc typos.
9451
9452 * cedet/semantic/db-global.el (data-debug-new-buffer)
9453 (data-debug-insert-thing): Remove unneeded declarations (one broken).
9454 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
9455
9456 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
9457
9458 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
9459 use of CL function `remove-if-not'.
9460
9461 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
9462
9463 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
9464 filename is not a string.
9465
9466 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
9467
9468 * files.el (safe-local-eval-forms): Fix typo.
9469
9470 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9471
9472 * vc-hooks.el (vc-dir-buffers): New var.
9473 (vc-state-refresh): New function.
9474 (vc-state): Use it.
9475 (vc-after-save): Always ask the backend to recompute the new state.
9476 Always call vc-dir if necessary, using vc-dir-buffers.
9477 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
9478 Use vc-dir-buffers.
9479 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
9480 (vc-dir-prepare-status-buffer, vc-dir-update)
9481 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
9482 Don't call expand-file-name on default-directory.
9483
9484 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
9485
9486 * speedbar.el (speedbar-item-delete):
9487 * calc/calc-prog.el (calc-kbd-if):
9488 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
9489
9490 * epa.el (epa-key-list-mode-map):
9491 * hi-lock.el (hi-lock-menu): Fix typos in menus.
9492
9493 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
9494 (hs-show-hook): Fix typo in docstring.
9495
9496 2009-09-29 Glenn Morris <rgm@gnu.org>
9497
9498 * cedet/semantic/symref/idutils.el:
9499 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
9500
9501 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
9502
9503 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
9504 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
9505 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
9506 Mark declarations not understood by check-declare.
9507
9508 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
9509 file-name-nondirectory call preventing location of cedet files.
9510 (check-declare-verify): Use literal search rather than re-search.
9511 Add basic defmethod and defclass, and define-overloadable-function.
9512
9513 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9514 Use tramp-compat-file-attributes rather than nonexistent
9515 tramp-compat-handle-file-attributes.
9516
9517 * Makefile.in (lisptagsfiles4): New.
9518 (AUTOGENEL): Add cedet loaddefs files.
9519 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
9520 (update-elclist, compile-always, backup-compiled-files)
9521 (bootstrap-clean): Add yet another directory level.
9522 (update-elclist): Use LC_COLLATE rather than COLLATE.
9523 (ELCFILES): Update, via `make update-elclist'.
9524
9525 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
9526
9527 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
9528 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
9529 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
9530
9531 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
9532
9533 * Makefile.in (lisptagsfiles3): Define.
9534 (TAGS, TAGS-LISP): Use it.
9535 (update-elclist): Add third directory level to look for elc files.
9536 (compile-always): Likewise.
9537 (backup-compiled-files): Likewise.
9538 (bootstrap-clean): Likewise.
9539 (ELCFILES): Update.
9540
9541 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
9542
9543 * Makefile.in (ELCFILES): Add CEDET files.
9544
9545 2009-09-28 Eric Ludlam <zappo@gnu.org>
9546
9547 CEDET (development tools) package merged.
9548
9549 * cedet/*.el:
9550 * cedet/ede/*.el:
9551 * cedet/semantic/*.el:
9552 * cedet/srecode/*.el: New files.
9553
9554 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
9555
9556 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
9557
9558 * net/tramp.el (top): Require tramp-imap.
9559
9560 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9561 Use `tramp-compat-handle-file-attributes'.
9562
9563 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9564
9565 * net/tramp-imap.el: New package.
9566
9567 2009-09-28 Eric Ludlam <zappo@gnu.org>
9568
9569 * emacs-lisp/chart.el:
9570 * emacs-lisp/eieio-base.el:
9571 * emacs-lisp/eieio-comp.el:
9572 * emacs-lisp/eieio-custom.el:
9573 * emacs-lisp/eieio-datadebug.el:
9574 * emacs-lisp/eieio-opt.el:
9575 * emacs-lisp/eieio-speedbar.el:
9576 * emacs-lisp/eieio.el: New files.
9577
9578 * cedet/cedet-cscope.el:
9579 * cedet/cedet-files.el:
9580 * cedet/cedet-global.el:
9581 * cedet/cedet-idutils.el:
9582 * cedet/data-debug.el:
9583 * cedet/inversion.el:
9584 * cedet/mode-local.el:
9585 * cedet/pulse.el: New files.
9586
9587 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9588
9589 * whitespace.el (whitespace-trailing-regexp)
9590 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
9591 Fix doc string.
9592
9593 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
9594
9595 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
9596 menu.
9597
9598 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
9599 menu-bar-ediff-menu.
9600
9601 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
9602 define-overloadable-function.
9603
9604 * progmodes/autoconf.el: Provide autoconf as well, so that this
9605 file can be `require'd.
9606
9607 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
9608
9609 * emacs-lisp/autoload.el (generated-autoload-feature)
9610 (generated-autoload-load-name): New vars.
9611 (autoload-rubric, autoload-generate-file-autoloads): Use them.
9612 (make-autoload): Recognize define-overloadable-function and
9613 defclass forms (for EIEIO).
9614
9615 * Makefile.in (update-subdirs): Exclude cedet directory.
9616
9617 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9618
9619 * term/ns-win.el: Don't set the region face background. (Bug#4381)
9620
9621 * faces.el: Default light-background background for region face to
9622 ns_selection_color under NS.
9623
9624 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
9625
9626 * net/imap-hash.el: New library, see NEWS.
9627
9628 * Makefile.in (ELCFILES): Add imap-hash.el.
9629
9630 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
9631
9632 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
9633 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
9634 * help-macro.el (make-help-screen): Avoid using an ambiguous function
9635 definition where the docstring could be taken for the return value.
9636
9637 2009-09-26 Glenn Morris <rgm@gnu.org>
9638
9639 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
9640 Add option to only show images below a certain size.
9641 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
9642 save-excursion calls.
9643
9644 2009-09-26 Eli Zaretskii <eliz@gnu.org>
9645
9646 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
9647 subdirectories) and eieio.
9648
9649 2009-09-26 Alan Mackenzie <acm@muc.de>
9650
9651 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
9652 buggy bracketing. (Bug#4289)
9653
9654 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
9655 character constants (as case labels). (Bug#4289)
9656
9657 2009-09-25 Juri Linkov <juri@jurta.org>
9658
9659 * files.el (safe-local-eval-forms): Allow time-stamp in
9660 before-save-hook (Bug#4554).
9661
9662 2009-09-25 Drew Adams <drew.adams@oracle.com>
9663
9664 * menu-bar.el (list-buffers-directory): Doc fix.
9665
9666 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
9667
9668 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
9669 Try and avoid copying twice the same paragraph.
9670 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
9671 Remove save-excursion.
9672 (log-edit-changelog-entry): Do it here instead.
9673
9674 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
9675
9676 * bs.el (bs--get-file-name): Use `list-buffers-directory'
9677 when available, instead of hardcoding mode names. Doc fix.
9678
9679 * menu-bar.el (list-buffers-directory): Add docstring.
9680 Make automatically buffer-local.
9681
9682 * dired.el (dired-mode):
9683 * files.el (cd-absolute):
9684 * pcvs.el (cvs-temp-buffer):
9685 * pcvs-util.el (cvs-get-buffer-create):
9686 * shell.el (shell-mode):
9687 * vc-dir.el (vc-dir-mode):
9688 Don't make `list-buffers-directory' buffer local.
9689
9690 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
9691
9692 * comint.el (comint-exec, comint-run, make-comint):
9693 Doc fixes (Bug#4542).
9694
9695 2009-09-25 Glenn Morris <rgm@gnu.org>
9696
9697 * mail/rmailmm.el (rmail-mime): New custom group.
9698 Move all defcustoms in this file into this group.
9699 (rmail-mime-media-type-handlers-alist): Revert previous change.
9700 (rmail-mime-show-images): New option.
9701 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
9702 references to it, since it wasn't actually used for anything.
9703 (rmail-mime-insert-image): New function.
9704 (rmail-mime-image): Use rmail-mime-insert-image.
9705 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
9706 obey the value of `rmail-mime-show-images' option. Print the size of
9707 attachments.
9708
9709 2009-09-25 David Engster <deng@randomsample.de>
9710
9711 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
9712
9713 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9714
9715 * whitespace.el: Does not highlight trailing spaces While point is
9716 at end of line. Does not highligt spaces at beginning of buffer
9717 while point is at beginning of buffer. Does not highlight spaces
9718 at end of buffer while point is at end of buffer. (Bug#4177)
9719 New version 12.0.
9720 (whitespace-display-mappings): Adjust initialization.
9721 (whitespace-point, whitespace-font-lock-refontify): New vars.
9722 (whitespace-color-on, whitespace-color-off): Adjust code.
9723 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9724 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
9725 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
9726
9727 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
9728
9729 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
9730
9731 * textmodes/sgml-mode.el: Remove xml-mode alias.
9732
9733 * files.el (auto-mode-alist, conf-mode-maybe)
9734 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
9735
9736 2009-09-24 Alan Mackenzie <acm@muc.de>
9737
9738 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
9739 c-forward-conditionals, but it doesn't move point and doesn't set
9740 the mark.
9741 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
9742 (c-down-conditional-with-else, c-backward-conditional)
9743 (c-forward-conditional): Refactor to use c-scan-conditionals.
9744
9745 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
9746
9747 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
9748 (help-default-arg-highlight): Remove.
9749 (help-highlight-arg): New function.
9750 (help-do-arg-highlight): Use it.
9751 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
9752
9753 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9754
9755 * term.el (term-set-scroll-region, term-handle-ansi-escape):
9756 Undo last change, which didn't fix the problem and introduced others.
9757
9758 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
9759
9760 * progmodes/gdb-mi.el: Don't require speedbar.
9761 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
9762
9763 2009-09-24 Glenn Morris <rgm@gnu.org>
9764
9765 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
9766
9767 * term/ns-win.el (ns-reg-to-script): Define for compiler.
9768
9769 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
9770 there is no newline after the final mime boundary. (Bug#4539)
9771 Move markers on insertion so that any buttons inserted don't end up in
9772 the next part of a multipart message.
9773 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
9774 (rmail-mime-bulk-handler): Optionally handle images.
9775 (rmail-mime-image): New button action.
9776 (rmail-mime-image-handler): New function.
9777 (rmail-mime-mode): New mode.
9778 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
9779
9780 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9781
9782 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
9783 than just dropping elements from it (bug#4504).
9784
9785 * term.el (term-set-scroll-region): Don't move cursor any more.
9786 (term-handle-ansi-escape): Call term-goto here instead.
9787 Suggested by Ivan Kanis <apple@kanis.eu>.
9788
9789 * term.el: Require CL.
9790 (term-ansi-reset): New function.
9791 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
9792 (term-handle-colors-array): Simplify.
9793
9794 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
9795
9796 * allout.el (allout-overlay-interior-modification-handler)
9797 (allout-obtain-passphrase):
9798 * epa-file.el (epa-file-write-region):
9799 * ps-print.el (ps-begin-job):
9800 * vc-hooks.el (vc-toggle-read-only):
9801 * vc-rcs.el (vc-rcs-rollback):
9802 * vc-sccs.el (vc-sccs-rollback):
9803 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
9804 (vc-version-diff, vc-revert, vc-rollback):
9805 * wdired.el (wdired-check-kill-buffer):
9806 * emacs-lisp/authors.el (authors):
9807 * net/socks.el (socks-open-connection):
9808 * net/zeroconf.el (zeroconf-service-add-hook):
9809 * obsolete/vc-mcvs.el (vc-mcvs-register):
9810 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
9811 (gdb-select-frame):
9812 * progmodes/grep.el (lgrep, rgrep):
9813 * progmodes/idlw-help.el (idlwave-help-check-locations)
9814 (idlwave-help-html-link, idlwave-help-assistant-open-link):
9815 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9816 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
9817 (reftex-toc-rename-label): Fix typos in error messages.
9818
9819 * dired-aux.el (dired-do-shell-command): Reflow docstring.
9820 (dired-copy-how-to-fn): Doc fix.
9821 (dired-files-attributes, dired-read-shell-command):
9822 Fix typos in docstrings.
9823
9824 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
9825 (dired-x-find-file-other-window): Reflow docstrings.
9826 (dired-omit-marker-char, dired-read-shell-command)
9827 (dired-x-submit-report): Fix typos in docstrings.
9828
9829 * shell.el (shell-mode-hook):
9830 * view.el (View-scroll-line-forward):
9831 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
9832 Fix typos in docstrings.
9833
9834 * net/dig.el (dig-invoke): Fix typo in docstring.
9835 (query-dig): Reflow docstring.
9836
9837 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
9838 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
9839 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
9840 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
9841 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
9842 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
9843 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
9844 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
9845 (idlwave-completion-map, idlwave-current-indent)
9846 (idlwave-custom-ampersand-surround, idlwave-customize)
9847 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
9848 (idlwave-define-abbrev, idlwave-determine-class-special)
9849 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
9850 (idlwave-end-block-reg, idlwave-end-of-statement)
9851 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
9852 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
9853 (idlwave-explicit-class-listed, idlwave-file-header)
9854 (idlwave-fill-paragraph, idlwave-find-class-definition)
9855 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
9856 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
9857 (idlwave-in-quote, idlwave-indent-action-table)
9858 (idlwave-indent-expand-table, idlwave-indent-line)
9859 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
9860 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
9861 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
9862 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
9863 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
9864 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
9865 (idlwave-outlawed-buffers, idlwave-popup-select)
9866 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
9867 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
9868 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
9869 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
9870 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
9871 (idlwave-statement-type, idlwave-struct-skip)
9872 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
9873 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
9874 (idlwave-what-module-find-class): Fix typos in docstrings.
9875 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
9876 (idlwave-calculate-cont-indent, idlwave-expand-equal)
9877 (idlwave-find-module, idlwave-find-structure-definition)
9878 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
9879 (idlwave-list-load-path-shadows, idlwave-next-statement)
9880 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
9881 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
9882 (idlwave-template): Reflow docstrings.
9883
9884 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
9885 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
9886 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
9887 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
9888 (idlwave-shell-display-line, idlwave-shell-display-wframe)
9889 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
9890 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
9891 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
9892 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
9893 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
9894 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
9895 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
9896 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
9897 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
9898 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
9899 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
9900 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
9901 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
9902 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
9903 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
9904 Fix typos in docstrings.
9905 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
9906 (idlwave-shell-hide-output, idlwave-shell-mode)
9907 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
9908 Reflow docstrings.
9909
9910 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
9911
9912 2009-09-24 Ivan Kanis <apple@kanis.eu>
9913
9914 * term.el (term-bold-attribute): New var.
9915 (term-handle-colors-array): Use it.
9916
9917 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
9918
9919 * progmodes/gdb-mi.el (gdb-version): New variable.
9920 (gdb-non-stop-handler): Set gdb-version.
9921 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
9922 Condition "--thread" option on gdb-version.
9923 (gdb-invalidate-threads): Remove unused argument.
9924
9925 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9926
9927 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
9928 to looking-back to avoid ridiculous slow down in large files (bug#4511).
9929
9930 2009-09-23 Glenn Morris <rgm@gnu.org>
9931
9932 * mail/rmail.el (rmail-reply): Don't try to add a References header when
9933 replying to mail without References or Message-Id. (Bug#4525)
9934
9935 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
9936
9937 * term/ns-win.el (ns-reg-to-script): New variable.
9938
9939 2009-09-23 Daiki Ueno <ueno@unixuser.org>
9940
9941 * epg.el (epg-wait-for-status): Preserve existing 'error results.
9942
9943 2009-09-22 Sam Steingold <sds@gnu.org>
9944
9945 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
9946 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
9947 to 1 because hg returns status 1 when nothing is found.
9948 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
9949
9950 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9951
9952 * textmodes/fill.el: Convert to utf-8 encoding.
9953 (fill-french-nobreak-p): Remove redundant » and « inherited from our
9954 pre-unicode days.
9955
9956 * add-log.el (change-log-fill-forward-paragraph): New function.
9957 (change-log-mode): Use it so fill-region DTRT.
9958 Set fill-indent-according-to-mode here rather than in
9959 change-log-fill-paragraph.
9960 (change-log-fill-paragraph): Remove.
9961
9962 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
9963
9964 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
9965 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
9966
9967 2009-09-22 Glenn Morris <rgm@gnu.org>
9968
9969 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
9970 the scroll-bar scroll the calendar window rather than the buffer.
9971
9972 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
9973 commands that move point (as opposed to scrolling).
9974
9975 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
9976
9977 * emacs-lisp/elint.el (elint): New custom group.
9978 (elint-log-buffer): Make it a defcustom.
9979 (elint-scan-preloaded, elint-ignored-warnings)
9980 (elint-directory-skip-re): New options.
9981 (elint-builtin-variables): Doc fix.
9982 (elint-preloaded-env): New variable.
9983 (elint-unknown-builtin-args): Add an entry for encode-time.
9984 (elint-extra-errors): Make it a variable rather than a constant.
9985 (elint-preloaded-skip-re): New constant.
9986 (elint-directory): Skip files matching elint-directory-skip-re.
9987 (elint-features): New variable, local to linted buffers.
9988 (elint-update-env): Initialize elint-features. Possibly add
9989 elint-preloaded-env to the buffer's environment.
9990 (elint-get-top-forms): Bind elint-current-pos, for log messages.
9991 Skip quoted forms.
9992 (elint-init-form): New function, extracted from elint-init-env.
9993 Make non-list forms a warning rather than an error.
9994 Add the mode-map for define-derived-mode. Handle define-minor-mode,
9995 easy-menu-define, put that adds an error-condition, and provide.
9996 When requiring cl, also require cl-macs. Really require cl, to handle
9997 some cl macros. Store required libraries in the list elint-features,
9998 so as not to re-load them. Treat cc-require like require.
9999 (elint-init-env): Call elint-init-form to do the work.
10000 Handle eval-and-compile and such like.
10001 (elint-add-required-env): Do not clear messages.
10002 (elint-special-forms): Add handlers for function, defalias, if, when,
10003 unless, and, or.
10004 (elint-form): Add optional argument to ignore elint-special-forms,
10005 useful to prevent recursive calls from handlers. Doc fix.
10006 Respect elint-ignored-warnings.
10007 (elint-form): Respect elint-ignored-warnings.
10008 (elint-bound-variable, elint-bound-function): New variables.
10009 (elint-unbound-variable): Respect elint-bound-variable.
10010 (elint-get-args): Respect elint-bound-function.
10011 (elint-check-cond-form): Add some simple handling for (f)boundp and
10012 featurep tests.
10013 (elint-check-defalias-form): New handler.
10014 (elint-check-let-form): Make an empty let a warning rather than an
10015 error.
10016 (elint-check-setq-form): Make an empty setq a warning rather than an
10017 error. Respect elint-ignored-warnings.
10018 (elint-check-defvar-form): Accept null doc-strings.
10019 (elint-check-conditional-form): New handler. Does some simple-minded
10020 checking of featurep and (f)boundp tests.
10021 (elint-put-function-args): New function.
10022 (elint-initialize): Use elint-scan-doc-file rather than
10023 elint-find-builtin-variables. Use elint-put-function-args.
10024 Possibly scan preloaded-file-list.
10025 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
10026 extend to handle functions as well.
10027
10028 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
10029
10030 * linum.el (linum-delete-overlays, linum-update-window):
10031 Do not modify the right margin. (Bug#3971)
10032
10033 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
10034
10035 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
10036 nxml-mode instead of xml-mode.
10037
10038 2009-09-21 Kevin Ryde <user42@zip.com.au>
10039
10040 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
10041
10042 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10043
10044 * net/dig.el (dig-mode): Use define-derived-mode.
10045
10046 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
10047
10048 * vc-dispatcher.el (vc-do-command): Return the process object in
10049 the asynchronous case. Use when instead of if. Do not run
10050 vc-exec-after to display a message if not enabled. (Bug#4463)
10051
10052 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
10053 properties to the stash strings.
10054 (vc-git-stash-list): Return a list of strings.
10055 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
10056 (vc-git-stash-show-at-point): New functions.
10057 (vc-git-stash-map): New keymap.
10058
10059 * register.el (ctl-x-r-map): Define the keys here instead of
10060 using autoload.
10061
10062 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
10063
10064 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
10065 list, to workaround performance problem (bug#4485).
10066
10067 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
10068
10069 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
10070
10071 2009-09-20 Daiki Ueno <ueno@unixuser.org>
10072
10073 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
10074 Document that this option is not recommended to use.
10075
10076 2009-09-19 Glenn Morris <rgm@gnu.org>
10077
10078 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
10079 variable `var'.
10080
10081 * calc/calc-alg.el (var):
10082 * calc/calcalg2.el (var): Define for compiler.
10083
10084 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
10085
10086 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
10087 Doc fix (Bug#3932).
10088
10089 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
10090
10091 * time-stamp.el (time-stamp-month-dd-yyyy)
10092 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
10093 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
10094 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
10095 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
10096 Remove functions that have been obsolete since 1995 (Bug#4436).
10097
10098 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
10099 indent buffer only if called interactively (Bug#4452).
10100
10101 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
10102 Eli Zaretskii <eliz@gnu.org>
10103
10104 This fixes bug#4197 (merged to bug#865, though not identical).
10105 * server.el (server-auth-dir): Add docstring note about FAT32.
10106 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
10107 but warn against using them.
10108
10109 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
10110
10111 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
10112 older GDB where there is no has_more field.
10113
10114 2009-09-19 Glenn Morris <rgm@gnu.org>
10115
10116 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10117
10118 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
10119
10120 * files.el (auto-mode-alist): Change default for XML files to nXML
10121 mode (Bug#4169).
10122
10123 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
10124
10125 * server.el (server-ensure-safe-dir): Pass 'integer
10126 to `file-attributes', as suggested.
10127
10128 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
10129
10130 * dired-aux.el (dired-query-alist): Remove spurious backslash.
10131 (dired-query): Use read-key.
10132
10133 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
10134
10135 * cus-start.el (ns-use-qd-smoothing): Remove.
10136
10137 2009-09-18 Glenn Morris <rgm@gnu.org>
10138
10139 * allout.el (top-level): Remove unnecessary progn.
10140
10141 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
10142
10143 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
10144 definition of abbrev table.
10145
10146 * speedbar.el (speedbar-track-mouse):
10147 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
10148 * net/eudc.el (eudc-expand-inline):
10149 * net/newst-backend.el (newsticker--cache-read-feed):
10150 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
10151 condition-case handlers.
10152
10153 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
10154
10155 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
10156 (gdb-var-list): Add an element for has_more field.
10157 (gdb-non-stop-handler): Enable pretty printing for STL containers.
10158 (gdb-var-create-handler, gdb-var-list-children-handler-1)
10159 (gdb-var-update-handler-1): Parse output of dynamic variable
10160 objects (STL containers).
10161 (gdb-var-delete-1): Pass var1 as an explicit second argument.
10162 (gdb-get-field): Delete alias. Use bindat-get-field directly.
10163
10164 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
10165 gdb-var-list.
10166 (gud-speedbar-buttons): Make node expandable if expression "has more"
10167 children.
10168
10169 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
10170
10171 * startup.el (emacs-quick-startup): Remove variable and all uses.
10172 (command-line): Set `inhibit-x-resources' instead.
10173 (command-line-1): Use `inhibit-x-resources' instead.
10174
10175 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
10176
10177 * subr.el: Fix last change to avoid using the `unless' macro,
10178 which breaks bootstrapping.
10179
10180 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10181
10182 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
10183 extended definitions, in case we reload subr.el after having
10184 loaded CL.
10185 (eval-next-after-load): Mark as obsolete.
10186
10187 2009-09-17 Juri Linkov <juri@jurta.org>
10188
10189 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
10190 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
10191 (menu-bar-showhide-menu, menu-bar-tools-menu)
10192 (menu-bar-describe-menu, menu-bar-help-menu)
10193 (minibuffer-local-completion-map, minibuffer-local-map):
10194 Fix list quoting.
10195
10196 2009-09-17 Glenn Morris <rgm@gnu.org>
10197
10198 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
10199 arguments, whether or not it has a handler.
10200
10201 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
10202
10203 * simple.el (hard-newline): Give it a doc-string.
10204
10205 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10206 (lisp-mode-syntax-table): Give them doc-strings.
10207
10208 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
10209
10210 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
10211 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
10212 (menu-bar-options-menu, menu-bar-showhide-menu)
10213 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
10214 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
10215 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
10216 (menu-bar-options-menu, menu-bar-tools-menu)
10217 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
10218 (menu-bar-help-menu):
10219 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
10220 string arguments.
10221
10222 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
10223 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
10224 calls for the menu names and :help.
10225
10226 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10227
10228 * mouse.el (minor-mode-menu-from-indicator): Pay attention
10229 to :minor-mode-function (bug#4455).
10230
10231 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10232
10233 * startup.el (command-line): Initialize the window-system after
10234 processing the command-line.
10235
10236 * textmodes/page.el (what-page): Make sure we don't inf-loop if
10237 page-delimiter matches the empty string.
10238
10239 2009-09-16 Glenn Morris <rgm@gnu.org>
10240
10241 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
10242 byte-compile-not-obsolete-var. It's a list now.
10243 (byte-compile-not-obsolete-funcs): New variable.
10244 (byte-compile-warn-obsolete): Don't warn about functions if they are in
10245 byte-compile-not-obsolete-funcs.
10246 (byte-compile-variable-ref, byte-compile-defvar): Update for
10247 byte-compile-not-obsolete-vars name-change and list nature.
10248 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
10249 and variables behind (f)boundp tests.
10250 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
10251
10252 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
10253
10254 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
10255
10256 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10257
10258 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
10259 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
10260 Don't autoload.
10261
10262 2009-09-15 Stephen Eglen <stephen@gnu.org>
10263
10264 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
10265 the virtual-buffers, use the name of the buffer specified by
10266 find-file-noselect, as the match may be a symlink. (This was a
10267 problem if the target and the symlink had different names.)
10268
10269 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10270
10271 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
10272
10273 * desktop.el (desktop-path): Check user-emacs-directory.
10274
10275 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
10276
10277 * loadup.el: Use after-load-functions to GC after loading each file.
10278 Remove the explicit GC calls that used to be sprinkled around.
10279
10280 * subr.el (after-load-functions): New hook.
10281 (do-after-load-evaluation): Run it. Use string-match-p to detect
10282 `obsolete' packages, rather than painfully extracting the relevant
10283 directory name.
10284
10285 2009-09-15 Glenn Morris <rgm@gnu.org>
10286
10287 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
10288 free variable `doc'.
10289
10290 * dired.el (dired-mode-map): Add menu entry for async shell command.
10291
10292 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
10293 variables, also consider the .elc files, since the .el files are
10294 normally gzipped (subsequent code locates the .el.gz from the .elc).
10295
10296 * calc/calc-prog.el (arglist): Define for compiler.
10297
10298 * calendar/diary-lib.el (diary-display-function): Change the default to
10299 fancy display.
10300 (body): Define for compiler.
10301
10302 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
10303 (byte-compile-file-form, byte-compile-lambda)
10304 (byte-compile-top-level-body, byte-compile-form)
10305 (byte-compile-variable-ref, byte-compile-setq)
10306 (byte-compile-setq-default, byte-compile-body)
10307 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
10308 (batch-byte-compile): Give some more local variables with common names
10309 a "bytecomp-" prefix to avoid masking warnings about free variables.
10310
10311 * startup.el (command-line-1): Give local variables with common names a
10312 distinguishing prefix, so as not to hide free variable warnings during
10313 bootstrap.
10314
10315 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
10316 clever and add a suffix to make a unique name, just let the user decide
10317 whether or not to overwrite it. If the input is a directory, write the
10318 default filename to that directory. (Bug#4388)
10319 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
10320 is a filename-as-a-directory.
10321
10322 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10323
10324 * textmodes/page.el (what-page): Don't move to beginning of line.
10325 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
10326
10327 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
10328
10329 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
10330
10331 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
10332
10333 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
10334 * help.el (help-for-help-internal): Add purecopy calls for text.
10335
10336 * vc.el (top): print-log method now takes an optional SHORTLOG
10337 argument. Add a new method: root.
10338 (vc-root-diff, vc-print-root-log): New functions.
10339 (vc-log-short-style): New variable.
10340 (vc-print-log-internal): Add support for showing short logs.
10341
10342 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
10343 vc-print-root-log and vc-print-root-diff.
10344
10345 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
10346 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
10347 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
10348 short logs.
10349
10350 * vc-cvs.el (vc-cvs-print-log):
10351 * vc-mtn.el (vc-mtn-print-log):
10352 * vc-rcs.el (vc-rcs-print-log):
10353 * vc-sccs.el (vc-sccs-print-log):
10354 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
10355 that is ignored for now.
10356
10357 * vc-mtn.el (vc-mtn-annotate-command):
10358 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
10359
10360 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10361
10362 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
10363 to function-key-map, and give them ascii-character property.
10364 * term/x-win.el (x-alternatives-map):
10365 * term/ns-win.el (ns-alternatives-map):
10366 * term/internal.el (msdos-key-remapping-map):
10367 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
10368
10369 2009-09-14 Glenn Morris <rgm@gnu.org>
10370
10371 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
10372 temp-buffers (2009-09-12).
10373
10374 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10375
10376 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
10377 the new read-key function.
10378
10379 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
10380
10381 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
10382 is defined (Bug#4405).
10383
10384 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
10385
10386 * recentf.el (recentf-cleanup): Use a hash table to find
10387 duplicates (Bug#4407).
10388
10389 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
10390
10391 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
10392 kp-0 to ascii equivalents (Bug#4325).
10393
10394 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
10395
10396 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
10397
10398 * eshell/em-hist.el:
10399 * eshell/em-dirs.el (eshell-complete-user-reference):
10400 Declare pcomplete functions and variables to avoid compiler warnings.
10401
10402 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
10403
10404 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
10405 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
10406 * eshell/em-alias.el (eshell-aliases-file):
10407 * eshell/em-hist.el (eshell-history-file-name):
10408 Use expand-file-name instead of concat to make file names (Bug#4308).
10409
10410 2009-09-13 Glenn Morris <rgm@gnu.org>
10411
10412 * ediff-merg.el (ediff-do-merge):
10413 * filesets.el (filesets-run-cmd):
10414 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
10415 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
10416 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
10417 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
10418 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
10419 Replace empty `let's with `progn'.
10420
10421 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10422
10423 * mail/sendmail.el (send-mail-function):
10424 * tooltip.el (tooltip-mode):
10425 * simple.el (transient-mark-mode):
10426 * rfn-eshadow.el (file-name-shadow-mode):
10427 * frame.el (blink-cursor-mode):
10428 * font-core.el (global-font-lock-mode):
10429 * files.el (temporary-file-directory)
10430 (small-temporary-file-directory, auto-save-file-name-transforms):
10431 * epa-hook.el (auto-encryption-mode):
10432 * composite.el (global-auto-composition-mode):
10433 Use custom-initialize-delay.
10434 * startup.el (command-line): Don't explicitly call
10435 custom-reevaluate-setting for all the above vars.
10436 * custom.el (custom-initialize-safe-set)
10437 (custom-initialize-safe-default): Delete.
10438
10439 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10440
10441 * term/x-win.el (x-initialize-window-system):
10442 * term/w32-win.el (w32-initialize-window-system):
10443 * term/ns-win.el (ns-initialize-window-system): Don't call
10444 mouse-wheel-mode since it's enabled globally by default already.
10445
10446 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
10447 actually define the variable, but only silences the byte-compiler.
10448 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
10449 before looking it up.
10450 (mouse-wheel-scroll-amount): Also reset the bindings if this value
10451 is changed.
10452
10453 2009-09-12 Glenn Morris <rgm@gnu.org>
10454
10455 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
10456 1000.
10457 (elint-add-required-env): Don't beep on error.
10458 (elint-forms): In case of error, return ENV unchanged.
10459 (elint-init-env): Skip non-list forms.
10460 (elint-log): Handle unknown file positions.
10461
10462 2009-09-12 Daiki Ueno <ueno@unixuser.org>
10463
10464 * epg.el (epg-make-context): Add autoload cookie.
10465 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
10466 (epg-decrypt-string, epg-start-verify, epg-verify-file)
10467 (epg-verify-string, epg-start-sign, epg-sign-file)
10468 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
10469 (epg-encrypt-string, epg-start-export-keys)
10470 (epg-export-keys-to-file, epg-export-keys-to-string)
10471 (epg-start-import-keys, epg-import-keys-from-file)
10472 (epg-import-keys-from-string, epg-start-receive-keys)
10473 (epg-receive-keys, epg-import-keys-from-server)
10474 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
10475 (epg-sign-keys, epg-start-generate-key)
10476 (epg-generate-key-from-file, epg-generate-key-from-string):
10477 Remove autoload cookie.
10478
10479 2009-09-12 Eli Zaretskii <eliz@gnu.org>
10480
10481 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
10482 reevaluation of trash-directory.
10483
10484 * mwheel.el: Fix last change.
10485 (mouse-wheel-mode): New defvar.
10486 (mouse-wheel-mode): Remove autoload cookie.
10487
10488 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10489
10490 * mwheel.el (mwheel-installed-bindings): New var.
10491 (mouse-wheel-mode): Use it, so as to make sure we really remove all
10492 the bindings we set last time. Use custom-initialize-delay.
10493 * loadup.el: Load mwheel after term/*-win.el.
10494 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
10495 and mouse-wheel-up-event now that their first evaluation is done
10496 sufficiently late to be correct.
10497
10498 * startup.el (tutorial-directory): Make it a defcustom.
10499 Use custom-initialize-delay rather than eval-at-startup to set it.
10500 * image.el (image-load-path): Make it a defcustom.
10501 Use custom-initialize-delay rather than eval-at-startup to set it.
10502 * subr.el (eval-at-startup): Remove.
10503 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
10504
10505 * subr.el (do-after-load-evaluation): Warn the user after loading an
10506 obsolete package.
10507
10508 2009-09-12 Glenn Morris <rgm@gnu.org>
10509
10510 * proced.el (proced-mark-alt): Remove alias.
10511 (proced-mode-map): Remove proced-mark-alt.
10512
10513 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
10514 Elint file and directory. Remove initialization entry.
10515
10516 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
10517 commands.
10518 (elint-current-buffer): Set mode-line-process.
10519 (elint-init-env): Handle define-derived-mode.
10520 Fix declare-function with unspecified arglist. Guard against odd
10521 defalias statements (eg iso-insert's 8859-1-map).
10522 (elint-add-required-env): Use a temp buffer.
10523 (elint-form): Just print the function/macro name, not the whole form.
10524 Return env unchanged if we fail to parse a macro.
10525 (elint-forms): Guard against parse errors.
10526 (elint-output): New function, to handle batch mode.
10527 (elint-log-message): Add optional argument. Use elint-output.
10528 (elint-set-mode-line): New function.
10529
10530 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
10531
10532 * emacs-lisp/elp.el (elp-not-profilable): Add more
10533 functions (Bug#4233).
10534
10535 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
10536
10537 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
10538 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
10539
10540 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
10541
10542 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
10543 (gdb-var-list-children): Use json parsing.
10544
10545 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
10546
10547 * progmodes/js.el (js--proper-indentation): Handle the case where
10548 char-before is null. Reported by Deniz Dogan.
10549
10550 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
10551
10552 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
10553
10554 2009-09-11 Daiki Ueno <ueno@unixuser.org>
10555
10556 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
10557 (epg-digest-algorithm-alist): Add SHA224.
10558 (epg-context-set-passphrase-callback)
10559 (epg-context-set-progress-callback): Add description about
10560 callback function.
10561
10562 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10563
10564 * custom.el (custom-delayed-init-variables): New var.
10565 (custom-initialize-delay): New function.
10566 * startup.el (command-line): "Re"evaluate all vars in
10567 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
10568 explicitly any more.
10569 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
10570 to avoid creating a ~/.emacs.d at build-time (bug#4347).
10571
10572 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
10573
10574 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
10575
10576 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
10577 (gdb-var-update-handler): Use json parsing.
10578
10579 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
10580
10581 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
10582 decode annotated text, regardless of language environment. (Bug#2741)
10583
10584 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10585
10586 * Makefile.in (autoloads): Make rmail.el writable as well.
10587
10588 2009-09-11 Glenn Morris <rgm@gnu.org>
10589
10590 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
10591 loaddefs.el.
10592 * dired.el: Regenerate with extracted autoloads.
10593 * Makefile.in (autoloads): Make dired.el writable.
10594
10595 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
10596 * ibuffer.el: Regenerate with extracted autoloads.
10597 * Makefile.in (autoloads): Make ibuffer.el writable.
10598
10599 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
10600 * version.el (emacs-copyright, emacs-major-version)
10601 (emacs-minor-version): Reformat doc-strings for make-docfile.
10602
10603 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
10604 functions and variables, since they must be stuff specific to some other
10605 platform.
10606 (apropos-print): Make mouse-click message less specific about button.
10607
10608 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
10609 that records where a macro was defined.
10610 * help-fns.el (describe-function-1): Mention if a function has a
10611 compiler-macro.
10612 * help-mode.el (help-function-cmacro): New button.
10613
10614 * locate.el (top-level): Always require dired.
10615 (locate-mode-map): Initialize inside the defvar.
10616
10617 * net/ange-ftp.el (dired-compress-file): Declare.
10618 (ange-ftp-dired-compress-file): Add doc string.
10619
10620 * term/ns-win.el (x-display-name, x-setup-function-keys):
10621 Unify doc-strings with X versions.
10622
10623 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10624
10625 * emulation/crisp.el (crisp-mode-map): Move initialization
10626 into declaration.
10627 (crisp-mode): Use define-minor-mode.
10628
10629 * progmodes/xscheme.el (xscheme-evaluation-commands):
10630 Put a :advertised-binding property rather than using
10631 advertised-xscheme-send-previous-expression.
10632 (advertised-xscheme-send-previous-expression): Declare obsolete.
10633 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
10634 `advertised-undo'.
10635 (crisp-mode): Add corresponding bindings to
10636 undo's :advertised-binding instead.
10637 * dired.el (dired-mode-map): Put a :advertised-binding property rather
10638 than using dired-advertised-find-file.
10639 (dired-advertised-find-file):
10640 * simple.el (advertised-undo):
10641 * wid-edit.el (advertised-widget-backward): Declare obsolete.
10642 (widget-keymap): Put a :advertised-binding property rather
10643 than using advertised-widget-backward.
10644 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
10645 than using advertised-undo.
10646 * tutorial.el (tutorial--default-keys): Adjust accordingly.
10647
10648 2009-09-10 Simon South <ssouth@slowcomputing.org>
10649
10650 * progmodes/delphi.el (delphi-tab): Indent region when Transient
10651 Mark mode is enabled and region is active; otherwise indent or
10652 insert TAB as usual.
10653 (delphi-mode): Update description of TAB-key binding.
10654
10655 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
10656
10657 * subr.el (define-key-rebound-commands): Mark obsolete.
10658 * startup.el (precompute-menubar-bindings): Remove.
10659 (normal-top-level): Remove obsolete code that tried to precompute
10660 menubar bindings.
10661 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
10662 define-key-rebound-commands and precompute-menubar-bindings.
10663
10664 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10665
10666 * net/imap.el (imap-interactive-login): Better messages.
10667 (imap-open): Fix bug with renamed buffer on reconnect.
10668 (imap-authenticate): Add buffer-local imap-last-authenticator variable
10669 for easier debugging and cleaner code. On successful (guessed based on
10670 server capabilities) secondary authentication, set imap-state
10671 correctly.
10672 (imap-last-authenticator): Define imap-last-authenticator as a variable
10673 to avoid warnings.
10674
10675 2009-09-10 Glenn Morris <rgm@gnu.org>
10676
10677 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
10678
10679 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
10680 (byte-compile-file-form-autoload): Don't warn about unknown functions
10681 where the autoload statement comes after the use.
10682 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
10683 that any handlers inside the body (eg require) are in turn respected.
10684
10685 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
10686 effects.
10687
10688 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
10689 and syntax and abbrev tables basic docs, if they don't have any.
10690
10691 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
10692
10693 * international/mule-cmds.el (top-level): Require cl when compiling.
10694 (view-hello-file): Use default-value rather than
10695 default-enable-multibyte-characters.
10696
10697 * progmodes/fortran.el: Move all safe and risky properties into the
10698 defcustoms.
10699
10700 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
10701 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
10702 * mail/undigest.el:
10703 Put autoloads in rmail.el rather than loaddefs.el.
10704 * mail/rmail.el: Regenerate with extracted autoloads.
10705
10706 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
10707 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
10708
10709 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
10710
10711 Reported in thread for Bug#4375.
10712 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
10713 "-data-evaluate-expression" instead of print.
10714 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
10715 (gdb-tooltip-print): Parse output from above MI command.
10716 (gdb): Revert 2009-08-11 change. User should detach inferior
10717 manually.
10718
10719 Remove the word "separate" from IO functions as inferior
10720 output is now never displayed in the GUD buffer.
10721
10722 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
10723
10724 * startup.el (command-line-normalize-file-name): On Windows and
10725 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
10726
10727 2009-09-10 Juri Linkov <juri@jurta.org>
10728
10729 * isearch.el (isearch-text-char-description): Propertize escape
10730 character sequences with the `escape-glyph' face. (Bug#4344)
10731
10732 * simple.el (shell-command): Set asynchronous process filter to
10733 `comint-output-filter'. (Bug#4343)
10734
10735 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
10736 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
10737 the list. Move "asm" to the bottom.
10738 (grep-find-ignored-directories): Add `choice' with nil value
10739 to empty the list easily.
10740 (grep-find-ignored-files): New option.
10741 (grep-files-history): Set to nil by default instead of '("ch" "el").
10742 (grep-compute-defaults): Add "<X>" to `grep-template'.
10743 (grep-read-files): Bind new local variables `default-alias' and
10744 `default-extension'. Use a list of default values for the file prompt.
10745 (lgrep): Add `--exclude=' command line options composed from
10746 `grep-find-ignored-files'.
10747 (rgrep): Add `-name' command line options composed from
10748 `grep-find-ignored-files'. (Bug#4301)
10749
10750 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10751
10752 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
10753 (bug#4368).
10754
10755 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10756
10757 * calendar/time-date.el (autoload):
10758 Expand define-obsolete-function-alias into defalias and make-obsolete
10759 for old Emacsen that Gnus supports.
10760 (with-no-warnings): Define it for old Emacsen.
10761 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10762 is available.
10763 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10764 float-time is available; suppress compile warning for time-to-seconds.
10765
10766 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
10767
10768 * net/imap.el (imap-message-map): Docstring fix.
10769
10770 2009-09-09 Glenn Morris <rgm@gnu.org>
10771
10772 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
10773 line numbers too. (Bug#4374)
10774
10775 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
10776
10777 * smerge-mode.el (smerge-remove-props, smerge-refine):
10778 Use with-silent-modifications (bug#4342).
10779
10780 * subr.el (with-silent-modifications): New macro.
10781
10782 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
10783
10784 * files.el (top-level): Require `cl' when compiling.
10785
10786 2009-09-07 Glenn Morris <rgm@gnu.org>
10787
10788 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
10789
10790 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
10791 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
10792
10793 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
10794
10795 * vc-git.el (vc-git-annotate-command): Use separator to parse
10796 arguments correctly.
10797
10798 2009-09-06 Eli Zaretskii <eliz@gnu.org>
10799
10800 * proced.el (proced-mode): Doc fix.
10801
10802 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
10803
10804 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
10805 lstat fails.
10806 (tramp-do-file-attributes-with-ls): Check for file existence at
10807 remote end.
10808 (tramp-do-file-attributes-with-stat): Likewise.
10809 (tramp-convert-file-attributes): Return nil when attr is nil.
10810
10811 2009-09-05 Glenn Morris <rgm@gnu.org>
10812
10813 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
10814 properties to this button.
10815 (diary-fancy-display): Don't extend the button to the final newline.
10816 (diary-fancy-display-mode): Continue to define "q" as a local key.
10817
10818 * calendar/cal-china.el (holiday-chinese): Make it slightly more
10819 efficient.
10820
10821 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
10822
10823 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
10824 (byte-compile-dest-file-function): New option.
10825 (byte-compile-dest-file): Doc fix.
10826 Obey byte-compile-dest-file-function.
10827 (byte-compile-cl-file-p): New function.
10828 (byte-compile-eval): Only suppress noruntime warnings about cl functions
10829 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
10830 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
10831 than for file being previously loaded.
10832 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
10833 (byte-compile-file-form-require): Handle the case where requiring a file
10834 indirectly causes CL to be loaded.
10835
10836 2009-09-05 Karl Fogel <kfogel@red-bean.com>
10837
10838 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
10839 before killing the old buffer, since by the time `kill-buffer' is
10840 run so many buffer variables have been set to nil that it may not
10841 behave as expected. (Bug#4061)
10842
10843 2009-09-05 Karl Fogel <kfogel@red-bean.com>
10844
10845 * files.el (find-alternate-file): If the old buffer is modified
10846 and visiting a file, behave similarly to `kill-buffer' when
10847 killing it, thus reverting to the pre-1.878 behavior; see
10848 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
10849 for discussion. Also, consult `buffer-file-name' as a variable
10850 not as a function, for consistency with the rest of the code.
10851
10852 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
10853
10854 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
10855 also when adding a new directory.
10856
10857 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
10858 defun.
10859
10860 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
10861
10862 * files.el (locate-file-completion-table): Make it provide boundary
10863 information, so partial-completion works better.
10864
10865 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
10866
10867 * mail/footnote.el (Footnote-text-under-cursor):
10868 Check footnote-text-marker-alist before using it (bug#4324).
10869
10870 2009-09-04 Glenn Morris <rgm@gnu.org>
10871
10872 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
10873 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
10874 * play/solitaire.el, play/tetris.el:
10875 Remove leading * from defcustom and defface docs.
10876
10877 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
10878 necessary.
10879 (diary-fancy-overriding-map): New variable.
10880 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
10881 Use view-mode.
10882
10883 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
10884 goto-line.
10885
10886 2009-09-03 Glenn Morris <rgm@gnu.org>
10887
10888 * arc-mode.el (archive-mode):
10889 * dos-fns.el (set-default-process-coding-system):
10890 * man.el (Man-getpage-in-background):
10891 * menu-bar.el (menu-bar-describe-menu):
10892 * server.el (server-process-filter):
10893 * startup.el (command-line):
10894 * tar-mode.el (tar-header-block-tokenize, tar-extract):
10895 * w32-fns.el (set-default-process-coding-system):
10896 * x-dnd.el (x-dnd-handle-file-name):
10897 * international/mule-cmds.el (mule-menu-keymap)
10898 (set-default-coding-systems, language-info-alist, set-language-info)
10899 (set-language-environment, standard-display-european-internal)
10900 (set-locale-environment):
10901 * international/mule-diag.el (mule-diag):
10902 * mail/emacsbug.el (report-emacs-bug):
10903 * mail/rmail.el (rmail-mode):
10904 * mail/sendmail.el (mail-setup):
10905 Use default-value rather than default-enable-multibyte-characters.
10906
10907 * progmodes/f90.el: Move all safe properties into the defcustoms.
10908 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
10909
10910 * calendar/appt.el (appt-check):
10911 * calendar/diary-lib.el (diary-set-header, diary-live-p)
10912 (diary-check-diary-file, diary-list-entries)
10913 (diary-include-other-diary-files, diary-simple-display)
10914 (diary-fancy-display, diary-print-entries)
10915 (diary-mark-included-diary-files, diary-make-entry):
10916 Don't call substitute-in-file-name on diary-file.
10917
10918 2009-09-03 Eduard Wiebe <usenet@pusto.de>
10919 Stefan Monnier <monnier@iro.umontreal.ca>
10920
10921 * mail/footnote.el (footnote-prefix): Make it a defcustom.
10922 (footnote-mode-map): Move initialization into the declaration.
10923 (footnote-minor-mode-map): Define it rather than changing global-map.
10924 (footnote-mode): Use define-minor-mode.
10925
10926 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
10927
10928 * net/tramp.el (tramp-handle-file-attributes-with-ls)
10929 (tramp-do-file-attributes-with-perl)
10930 (tramp-do-file-attributes-with-stat): Rename from
10931 `tramp-handle-file-attributes-with-*'.
10932 (tramp-handle-file-attributes): Use them.
10933 (tramp-do-directory-files-and-attributes-with-perl)
10934 (tramp-do-directory-files-and-attributes-with-stat): Rename from
10935 `tramp-handle-directory-files-and-attributes-with-*'.
10936 (tramp-handle-directory-files-and-attributes): Use them.
10937 (tramp-method-out-of-band-p): Additional parameter SIZE.
10938 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
10939 (tramp-handle-write-region): Use it.
10940 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
10941 (tramp-handle-vc-registered): Check, whether the first run did
10942 return files to be tested.
10943 (tramp-advice-make-auto-save-file-name): Do not call directly
10944 `tramp-handle-make-auto-save-file-name', because this would bypass
10945 the locking mechanism.
10946
10947 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
10948 (file-remote-p, process-file, start-file-process, set-file-times)
10949 (tramp-compat-file-attributes): Compatibility functions shall not
10950 call directly `tramp-handle-*', because this would bypass the
10951 locking mechanism.
10952 (tramp-compat-number-sequence): New defun.
10953
10954 2009-09-02 Glenn Morris <rgm@gnu.org>
10955
10956 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
10957 alias for float-time.
10958 (time-to-number-of-days): In Emacs, use float-time.
10959 * net/newst-backend.el (time-add): Suppress warnings from compat
10960 function.
10961 * time.el (emacs-uptime, emacs-init-time):
10962 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
10963 Use float-time rather than time-to-seconds.
10964
10965 * minibuffer.el (completion-initials-expand): Fix typo.
10966
10967 * faces.el (modeline, modeline-inactive, modeline-highlight)
10968 (modeline-buffer-id):
10969 * info.el (info-menu-5): Mark these face aliases as obsolete.
10970
10971 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
10972
10973 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
10974 space ...
10975 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
10976 no "--thread" option.
10977 (gdb-stopped): Don't print "Switched to thread" message when it is
10978 unchanged.
10979
10980 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10981
10982 * minibuffer.el (completion-try-completion)
10983 (completion-all-completions): Remove ill-defined (and
10984 mistakenly installed and luckily never used nor documented)
10985 `completion-styles' property.
10986 (completion-initials-expand, completion-initials-all-completions)
10987 (completion-initials-try-completion): New functions.
10988 (completion-styles-alist): Add doc to each entry.
10989 Add new `initials' entry.
10990
10991 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
10992
10993 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
10994 MI command -var-evaluate-expression.
10995 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
10996 and tweak for case of string child.
10997 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
10998
10999 2009-09-01 Glenn Morris <rgm@gnu.org>
11000
11001 * add-log.el (change-log-date-face, change-log-name-face)
11002 (change-log-email-face, change-log-file-face, change-log-list-face)
11003 (change-log-conditionals-face, change-log-function-face)
11004 (change-log-acknowledgement-face):
11005 * cus-edit.el (custom-invalid-face, custom-rogue-face)
11006 (custom-modified-face, custom-set-face, custom-changed-face)
11007 (custom-saved-face, custom-button-face, custom-button-pressed-face)
11008 (custom-documentation-face, custom-state-face, custom-comment-face)
11009 (custom-comment-tag-face, custom-variable-tag-face)
11010 (custom-variable-button-face, custom-face-tag-face)
11011 (custom-group-tag-face-1, custom-group-tag-face):
11012 * diff-mode.el (diff-header-face, diff-file-header-face)
11013 (diff-index-face, diff-hunk-header-face, diff-removed-face)
11014 (diff-added-face, diff-changed-face, diff-function-face)
11015 (diff-context-face, diff-nonexistent-face):
11016 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
11017 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
11018 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11019 (Info-title-4-face):
11020 * isearch.el (isearch-lazy-highlight-face):
11021 * log-view.el (log-view-file-face, log-view-message-face):
11022 * paren.el (show-paren-match-face, show-paren-mismatch-face):
11023 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11024 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11025 (cvs-msg-face):
11026 * smerge-mode.el (smerge-mine-face, smerge-other-face)
11027 (smerge-base-face, smerge-markers-face):
11028 * wid-edit.el (widget-documentation-face, widget-button-face)
11029 (widget-field-face, widget-single-line-field-face)
11030 (widget-inactive-face, widget-button-pressed-face):
11031 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
11032 (woman-addition-face):
11033 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
11034 (eshell-ls-executable-face, eshell-ls-readonly-face)
11035 (eshell-ls-unreadable-face, eshell-ls-special-face)
11036 (eshell-ls-missing-face, eshell-ls-archive-face)
11037 (eshell-ls-backup-face, eshell-ls-product-face)
11038 (eshell-ls-clutter-face):
11039 * eshell/em-prompt.el (eshell-prompt-face):
11040 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
11041 * obsolete/old-whitespace.el (whitespace-highlight-face):
11042 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
11043 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
11044 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
11045 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
11046 (antlr-font-lock-literal-face):
11047 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11048 (ebrowse-root-class-face, ebrowse-file-name-face)
11049 (ebrowse-default-face, ebrowse-member-attribute-face)
11050 (ebrowse-member-class-face, ebrowse-progress-face):
11051 * progmodes/make-mode.el (makefile-space-face):
11052 * progmodes/sh-script.el (sh-heredoc-face):
11053 * textmodes/flyspell.el (flyspell-incorrect-face)
11054 (flyspell-duplicate-face):
11055 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
11056 * textmodes/texinfo.el (texinfo-heading-face):
11057 Mark face aliases with "-face" suffix as obsolete.
11058
11059 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
11060 compiler.
11061
11062 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
11063 (eudc-bob-sound-menu): Use defvar rather than defconst, since
11064 easy-menu-define wants to modify these.
11065
11066 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
11067
11068 * net/browse-url.el (browse-url-file-url):
11069 * term/internal.el (dos-codepage-setup):
11070 Use default-value rather than default-enable-multibyte-characters.
11071
11072 * progmodes/etags.el (etags-goto-tag-location):
11073 * progmodes/flymake.el (flymake-highlight-line)
11074 (flymake-goto-file-and-line, flymake-goto-line):
11075 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
11076 (gdb-goto-breakpoint):
11077 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11078 * progmodes/python.el (python-find-function)
11079 (python-pdbtrack-track-stack-file):
11080 * progmodes/verilog-mode.el (verilog-surelint-off):
11081 * term/ns-win.el (ns-open-file-select-line):
11082 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
11083 Use forward-line rather than goto-line.
11084
11085 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
11086 * textmodes/reftex-index.el (reftex-display-index):
11087 * textmodes/reftex-ref.el (reftex-offer-label-menu):
11088 * textmodes/reftex-toc.el (reftex-toc):
11089 Remove unnecessary bindings of default-major-mode (all are followed by
11090 major-mode check and possible mode switch).
11091
11092 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
11093
11094 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
11095 Handle watchpoints (bug#4282).
11096 (def-gdb-thread-buffer-command): Enable thread to be selected by
11097 clicking without selecting threads buffer first.
11098 (gdb-current-context-command): Use selected frame so that "up",
11099 "down" etc work in the GUD buffer.
11100 (gdb-update): Find selected frame before rendering stack buffer.
11101 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
11102
11103 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11104
11105 * progmodes/sym-comp.el (displayed-completions): Remove.
11106 (symbol-complete): Use minibuffer-complete.
11107
11108 2009-08-31 Glenn Morris <rgm@gnu.org>
11109
11110 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
11111
11112 * apropos.el (apropos-symbols-internal):
11113 Handle (obsolete) face aliases.
11114
11115 * faces.el (describe-face): Adjust the output format to be more like
11116 describe-variable, and to mention (obsolete) face aliases.
11117 Adjust the whitespace so that help-setup-xref works.
11118
11119 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
11120 * calendar/diary-lib.el (diary-button-face):
11121 Mark these face aliases as obsolete.
11122
11123 * calendar/calendar.el (calendar-today): Doc fix.
11124
11125 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
11126
11127 * progmodes/gdb-mi.el (gdb-control-all-threads)
11128 (gdb-control-current-thread): Force tool bar update.
11129 (gdb-non-stop-handler): New function.
11130 (gdb-init-1): Use it to test if non-stop mode is supported.
11131 Remove unused gdbmi buffer type.
11132
11133 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
11134
11135 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
11136 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
11137
11138 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
11139
11140 * comint.el (comint-exec-1): Check command is non-null first.
11141 Part of gdb-mi.el change (2009-08-28).
11142
11143 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11144
11145 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
11146
11147 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
11148
11149 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
11150 instead of `dolist' to avoid a recursive require when bootstrapping.
11151
11152 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11153
11154 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
11155
11156 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
11157
11158 * net/imap.el (imap-send-command): Simplify.
11159 (imap-wait-for-tag): point-max -> buffer-size.
11160
11161 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
11162
11163 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
11164 with constant argument.
11165
11166 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
11167
11168 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
11169
11170 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
11171 Change default, since most of our files don't have a history.
11172 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
11173 the user.
11174
11175 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11176 Add comint-run.
11177
11178 * calc/calc.el: Improve commenting convention.
11179 (calc-digit-map, toplevel): Simplify.
11180
11181 * comint.el (comint-insert-input): Be careful to only set point if we
11182 don't delegate to some other command.
11183
11184 * proced.el (proced-signal-list): Make it an alist.
11185 (proced-grammar-alist): Capitalize names.
11186 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
11187 Disable undo manually and make it read-only.
11188 Use completion-annotate-function.
11189
11190 * minibuffer.el (minibuffer-message): If the current buffer is not
11191 a minibuffer, insert the message in the echo area rather than at the
11192 end of the buffer.
11193 (completion-annotate-function): New variable.
11194 (minibuffer-completion-help): Use it.
11195 (completion--embedded-envvar-table): Environment vars are
11196 always case-sensitive.
11197
11198 2009-08-30 Glenn Morris <rgm@gnu.org>
11199
11200 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
11201 from fortran-current-defun.
11202 (fortran-beginning-of-subprogram): Be more precise about finding the
11203 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
11204 (fortran-end-of-subprogram): Simplify.
11205 (fortran-current-defun): Use fortran-start-prog-re.
11206
11207 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
11208
11209 * subr.el (do-after-load-evaluation): Simplify.
11210
11211 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
11212
11213 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
11214
11215 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
11216 (vc-rcs-print-log): Use it.
11217
11218 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
11219
11220 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11221
11222 * paths.el (abbrev-file-name): Move to abbrev.el.
11223 * abbrev.el (abbrev-file-name): Move from paths.el.
11224 Obey user-emacs-directory.
11225 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
11226 user-emacs-directory.
11227 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
11228 abbrev-file-name and calc-settings-file any more.
11229 * startup.el (command-line): Recompute abbrev-file-name and
11230 abbreviated-home-dir.
11231 (normal-no-mouse-startup-screen): Improve the generic code and get rid
11232 of the special code for when C-h bindings haven't been changed.
11233 (display-startup-echo-area-message): Use with-current-buffer.
11234 (command-line-1): Use a list of strings, rather than a list of lists
11235 of strings for longopts.
11236
11237 * files.el (get-free-disk-space): Use / for default-directory.
11238
11239 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
11240 Use with-current-buffer.
11241
11242 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
11243 Recognize immutable variables like most-positive-fixnum.
11244 (byte-compile-setq-default): Check and warn if trying to assign
11245 to an immutable variable, or a non-variable.
11246
11247 * progmodes/cc-vars.el (c-comment-continuation-stars):
11248 * progmodes/cc-engine.el (c-looking-at-bos):
11249 * progmodes/cc-cmds.el (c-toggle-auto-state)
11250 (c-forward-into-nomenclature, c-backward-into-nomenclature)
11251 (c-comment-line-break-function): Add version of obsolescence.
11252
11253 2009-08-28 Juri Linkov <juri@jurta.org>
11254
11255 * files.el (magic-fallback-mode-alist): Add ZIP magic number
11256 associated with `archive-mode'.
11257
11258 * image.el (image-type-header-regexps): Use only JPEG magic number
11259 to determine JPEG images, and don't use `image-jpeg-p' because
11260 Emacs can display non-JFIF non-Exif JPEG images.
11261
11262 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
11263
11264 * arc-mode.el (archive-mode):
11265 * emacs-lisp/re-builder.el (re-builder-unload-function):
11266 Protect against the default value of `major-mode' being nil.
11267
11268 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
11269
11270 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
11271 Fix typos in docstrings.
11272
11273 * progmodes/js.el (js--macro-decl-re): Doc fix.
11274 (js--plain-method-re, js--split-name): Refloc docstring.
11275 (js--class-styles, js--make-merged-item, js--splice-into-items):
11276 Fix typos in docstrings; reflow docstrings.
11277 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
11278 (js--variable-decl-matcher, js--inside-pitem-p)
11279 (js--parse-state-at-point, js--get-all-known-symbols)
11280 (js--symbol-history, js-find-symbol, js--js-references)
11281 (js--moz-interactor, js--js-encode-value, js--read-tab):
11282 Fix typos in docstrings.
11283
11284 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11285
11286 * textmodes/reftex.el (reftex-get-file-buffer-force):
11287 * progmodes/verilog-mode.el (verilog-batch-execute-func):
11288 * emulation/viper.el (viper-go-away, viper-set-hooks):
11289 * emacs-lisp/re-builder.el (re-builder-unload-function):
11290 * emacs-lisp/bytecomp.el (byte-compile-file):
11291 * ses.el (ses-unload-function):
11292 * hexl.el (hexl-find-file):
11293 * files.el (normal-mode):
11294 * ehelp.el (with-electric-help):
11295 * autoinsert.el (auto-insert-alist):
11296 * arc-mode.el (archive-mode):
11297 Use (default-value 'major-mode) instead of default-major-mode.
11298
11299 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
11300 * international/mule.el (load-with-code-conversion):
11301 * emacs-lisp/debug.el (debug):
11302 * ediff-vers.el (ediff-rcs-get-output-buffer):
11303 * dired.el (dired-internal-noselect): Don't let-bind
11304 default-major-mode around code that doesn't use it.
11305 E.g. buffer creation via get-buffer-create doesn't use it.
11306
11307 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
11308
11309 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
11310 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
11311 when writing the temp file. Otherwise, epa-file gets confused.
11312 (tramp-register-file-name-handlers): Make it a defun. Move also
11313 `epa-file-handler' to the front of `file-name-handler-alist'.
11314
11315 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11316
11317 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
11318 start right after a ^M.
11319 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
11320 (tramp-completion-file-name-regexp-separate)
11321 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
11322 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
11323 Don't modify last-coding-system-used by accident.
11324 (tramp-completion-file-name-handler): Apply the checks here,
11325 instead during registration.
11326 (tramp-register-file-name-handlers): Renamed from
11327 `tramp-register-file-name-handler'. Register both
11328 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
11329 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
11330
11331 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
11332
11333 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
11334 Remove variable ...
11335 (gdb-init-1, gdb-display-separate-io-buffer)
11336 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
11337 references to it.
11338 (gdb-inferior-io-mode): Use make-comint-in-buffer.
11339 (gdb-inferior-filter): Use comint-output-filter to stop
11340 echoing and remove ^M characters.
11341
11342 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11343
11344 * emulation/viper-init.el (viper-restore-cursor-type):
11345 * emulation/cua-base.el (cua--update-indications):
11346 Replace default-cursor-type with (default-value 'cursor-type).
11347
11348 * mail/sendmail.el (mail-recover-1):
11349 * international/mule-diag.el (describe-current-coding-system-briefly)
11350 (describe-current-coding-system):
11351 * international/mule-cmds.el (select-safe-coding-system)
11352 (select-message-coding-system)
11353 (set-language-environment-coding-systems, set-locale-environment):
11354 * hexl.el (hexl-insert-multibyte-char):
11355 * dos-w32.el (find-buffer-file-type-coding-system):
11356 * simple.el (what-cursor-position):
11357 Replace uses of default-buffer-file-coding-system
11358 with (default-value 'buffer-file-coding-system).
11359
11360 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
11361 Replace uses of default-cursor-in-non-selected-windows
11362 with (default-value 'cursor-in-non-selected-windows).
11363 Use with-current-buffer.
11364
11365 * mail/feedmail.el: Use CL macros.
11366 (feedmail-run-the-queue, feedmail-send-it-immediately):
11367 * dos-w32.el (find-buffer-file-type): Replace uses of
11368 default-buffer-file-type with (default-value 'buffer-file-type).
11369
11370 2009-08-28 Glenn Morris <rgm@gnu.org>
11371
11372 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
11373 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
11374 Use default-value of major-mode rather than default-major-mode.
11375
11376 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11377
11378 * Makefile.in (update-elcfiles): Report left over elc files.
11379
11380 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
11381 expand-file-name and with-current-buffer.
11382 (mail-get-names, mail-directory): Use with-current-buffer.
11383
11384 * vc.el (vc-read-revision): New function.
11385 (vc-version-diff, vc-merge): Use it.
11386
11387 2009-08-27 Sam Steingold <sds@gnu.org>
11388
11389 * simple.el (kill-do-not-save-duplicates): New user option.
11390 (kill-new): When it is non-nil, and the new string is the same as
11391 the latest kill, set replace to t to avoid duplicates in kill-ring.
11392
11393 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
11394
11395 * net/tramp.el (tramp-handle-process-file): Do not flush all
11396 caches when `process-file-side-effects' is set.
11397 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
11398 instead of `tramp-find-file-exists-command'.
11399 Unset `process-file-side-effects'.
11400
11401 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
11402
11403 * net/tramp.el (tramp-methods): New method "rsyncc".
11404 (top): Add completion function for "rsyncc".
11405 (tramp-message-show-message): New defvar.
11406 (tramp-message, tramp-error): Use it.
11407 (tramp-do-copy-or-rename-file-directly): Extend check for direct
11408 remote copying.
11409 (tramp-do-copy-or-rename-file-out-of-band): Handle new
11410 `tramp-methods' entry `copy-env' of "rsyncc".
11411 (tramp-vc-registered-read-file-names): New defconst.
11412 (tramp-vc-registered-file-names): New defvar.
11413 (tramp-handle-vc-registered): Implement optimization strategy.
11414 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
11415 (tramp-vc-file-name-handler): New defun.
11416 (tramp-get-ls-command, tramp-get-test-command)
11417 (tramp-get-file-exists-command, tramp-get-remote-ln)
11418 (tramp-get-remote-perl, tramp-get-remote-stat)
11419 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
11420
11421 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
11422 (tramp-cache-inhibit-cache): Extend doc string. It allows also
11423 timestamps.
11424 (tramp-get-file-property): Check for timestamps in
11425 `tramp-cache-inhibit-cache'.
11426 (tramp-set-file-property): Write timestamp.
11427
11428 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11429
11430 * language/japan-util.el (japanese-symbol-table): Add entries for
11431 cp932-2-byte.
11432
11433 * international/characters.el: Add category `j' to cp932-2-byte.
11434
11435 2009-08-27 Kenichi Handa <handa@m17n.org>
11436
11437 * international/fontset.el (build-default-fontset-data): New macro.
11438 (setup-default-fontset): Use build-default-fontset-data for CJK,
11439 tibetan, ethiopic, and ipa.
11440
11441 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11442
11443 * cus-start.el (default-major-mode): Customize `major-mode' instead.
11444 (enable-multibyte-characters): Not customizable any more.
11445
11446 * subr.el (default-mode-line-format, default-header-line-format)
11447 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
11448 (default-direction-reversed, default-truncate-lines)
11449 (default-left-margin, default-tab-width, default-case-fold-search)
11450 (default-left-margin-width, default-right-margin-width)
11451 (default-left-fringe-width, default-right-fringe-width)
11452 (default-fringes-outside-margins, default-scroll-bar-width)
11453 (default-vertical-scroll-bar, default-indicate-empty-lines)
11454 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
11455 (default-fringe-cursor-alist, default-scroll-up-aggressively)
11456 (default-scroll-down-aggressively, default-fill-column)
11457 (default-cursor-type, default-buffer-file-type)
11458 (default-cursor-in-non-selected-windows)
11459 (default-buffer-file-coding-system, default-major-mode)
11460 (default-enable-multibyte-characters): Mark as obsolete.
11461
11462 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
11463
11464 * vc-dir.el (vc-dir-update): Remove debug helper.
11465
11466 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
11467
11468 2009-08-26 Sam Steingold <sds@gnu.org>
11469
11470 * simple.el (save-interprogram-paste-before-kill): New user option.
11471 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
11472 save the interprogram-paste into kill-ring before overriding it
11473 with the Emacs kill.
11474
11475 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
11476
11477 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
11478 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
11479 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
11480 and move to vc-rcs.el.
11481 (vc-default-next-revision): Rename to vc-rcs-next-revision and
11482 move to vc-rcs.el.
11483 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
11484 (vc-rcs-update-changelog): Remove.
11485 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
11486 and move to vc-rcs.el.
11487
11488 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
11489 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
11490 renaming.
11491 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
11492 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
11493 vc.el, renamed to be RCS specific.
11494
11495 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
11496 New functions.
11497 (vc-cvs-update-changelog): Move here from vc.el.
11498
11499 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
11500 New functions.
11501
11502 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11503
11504 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
11505
11506 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
11507
11508 * vc-git.el (vc-git-register): Use "git add" for directories.
11509 (vc-git-stash, vc-git-stash-show): New functions.
11510 (vc-git-extra-menu-map): Bind them.
11511
11512 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
11513 directory correctly in case the item is a directory itself.
11514
11515 * vc.el: Document the desired behavior for reverted files in the
11516 `added' state.
11517 (vc-default-prettify-state-info): Remove function, unused.
11518
11519 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
11520
11521 2009-08-26 Glenn Morris <rgm@gnu.org>
11522
11523 * bindings.el (standard-mode-line-format): Reposition dashes in
11524 which-func entry. (Bug#4217)
11525
11526 * files.el (enable-local-variables, enable-local-eval)
11527 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
11528 the defcustoms.
11529 (auto-mode-alist, ignored-local-variables)
11530 (save-some-buffers-action-alist): Move risky declarations to the
11531 definitions.
11532 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
11533 (font-lock-defaults, format-alist, imenu--index-alist)
11534 (imenu-generic-expression, input-method-alist, minor-mode-alist)
11535 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
11536 (mode-line-modified, mode-line-mule-info, mode-line-position)
11537 (mode-line-process, mode-line-remote, outline-level)
11538 (parse-time-rules, rmail-output-file-alist)
11539 (special-display-buffer-names, vc-mode):
11540 Move risky declarations to the relevant files.
11541 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
11542 (mode-line-modified, mode-line-process, mode-line-position)
11543 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
11544 * font-core.el (font-lock-defaults):
11545 * format.el (format-alist):
11546 * vc-hooks.el (vc-mode):
11547 * window.el (special-display-buffer-names):
11548 * international/mule-cmds.el (input-method-alist):
11549 Define riskiness here (dumped file) rather than in files.el.
11550 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
11551 * imenu.el (imenu-generic-expression, imenu--index-alist):
11552 * outline.el (outline-level):
11553 * time.el (display-time-string):
11554 * calendar/parse-time.el (parse-time-rules):
11555 * mail/rmailout.el (rmail-output-file-alist):
11556 Autoload riskiness here, rather than placing in files.el.
11557
11558 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
11559
11560 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
11561
11562 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
11563
11564 * simple.el (process-file-side-effects): New defvar.
11565
11566 * dired-aux.el (dired-show-file-type):
11567 * vc.el (vc-diff-internal):
11568 * vc-arch.el (vc-arch-diff):
11569 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
11570 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
11571 * vc-git.el (vc-git-registered, vc-git-working-revision)
11572 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
11573 (vc-git--empty-db-p):
11574 * vc-hooks.el (vc-user-login-name):
11575 * vc-svn.el (vc-svn-registered, vc-svn-state)
11576 (vc-svn-dir-extra-headers, vc-svn-find-revision):
11577 * progmodes/grep.el (grep-probe): Let-bind
11578 `process-file-side-effects' with nil.
11579
11580 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
11581
11582 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
11583 daemon. Replace ping by checking for running service for bluez
11584 and zeroconf. (Bug#4239)
11585
11586 2009-08-25 Kevin Ryde <user42@zip.com.au>
11587
11588 * net/dig.el (dig): Add autoload cookie.
11589
11590 2009-08-25 Glenn Morris <rgm@gnu.org>
11591
11592 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
11593 load-history for absolute file-names.
11594 (byte-compile-file-form-require): Warn about use of the cl package.
11595
11596 * format.el (format-alist): Doc fix.
11597
11598 * play/bubbles.el (top-level): Don't require cl at run-time.
11599
11600 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
11601 run-time cl).
11602
11603 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
11604
11605 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
11606 from cl package.
11607 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
11608
11609 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
11610
11611 * calc/calc-alg.el (math-trig-rewrite)
11612 (math-hyperbolic-trig-rewrite): New functions.
11613 (calc-simplify): Simplify trig functions when asked.
11614
11615 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11616
11617 * diff-mode.el (diff-find-source-location): Avoid goto-line.
11618
11619 2009-08-24 Kenichi Handa <handa@m17n.org>
11620
11621 * language/ind-util.el (mapthread): Delete it.
11622 (combinatorial): New function.
11623 (indian--puthash-cv): Use combinatorial instead of mapthread.
11624
11625 2009-08-22 Kevin Ryde <user42@zip.com.au>
11626
11627 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
11628 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
11629 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
11630 Clarify docstring that the value is strings not symbols.
11631 (checkdoc-list-of-strings-p): New function.
11632
11633 2009-08-22 Glenn Morris <rgm@gnu.org>
11634
11635 * files.el (auto-mode-alist):
11636 * hippie-exp.el (he-concat-directory-file-name):
11637 * lpr.el (lpr-windows-system, printer-name):
11638 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
11639 * ps-print.el (ps-windows-system):
11640 * startup.el (command-line):
11641 * emulation/viper-ex.el (viper-glob-function):
11642 * international/mule-cmds.el (set-language-environment-coding-systems):
11643 * net/ange-ftp.el (ange-ftp-write-region):
11644 * obsolete/fast-lock.el (fast-lock-cache-name):
11645 Remove code for defunct system-types emx, macos, mswindows, next-mach,
11646 unisoft-unix, vax-vms, win32, w32.
11647
11648 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
11649 given name if the pattern is not more specific.
11650
11651 * calendar/lunar.el (lunar-phase-names): New option.
11652 (lunar-phase): Doc fix.
11653 (lunar-cycles-per-year): New constant.
11654 (lunar-index): New function.
11655 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
11656 (lunar-phase-name): Use lunar-phase-names.
11657 (calendar-lunar-phases): Use format.
11658 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
11659
11660 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
11661 Copy imenu-example--name-and-position function here for own use.
11662 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
11663
11664 * bs.el (bs--redisplay):
11665 * cus-edit.el (custom-redraw):
11666 * ibuffer.el (ibuffer-bury-buffer):
11667 * server.el (server-goto-line-column):
11668 * startup.el (command-line-1):
11669 * strokes.el (strokes-xpm-for-stroke):
11670 * term.el (term-display-buffer-line):
11671 * view.el (View-goto-line):
11672 * calc/calc.el (calc-do, calc-trail-buffer):
11673 * play/gamegrid.el (gamegrid-add-score-insecure):
11674 * progmodes/ada-mode.el (ada-compile-goto-error):
11675 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
11676 (ebrowse-select-1st-to-9nth):
11677 * progmodes/cperl-mode.el (cperl-time-fontification):
11678 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
11679 * progmodes/gud.el (gud-display-line):
11680 (idlwave-shell-display-line):
11681 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
11682 * progmodes/make-mode.el (makefile-browser-toggle):
11683 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
11684 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
11685 * textmodes/picture.el (picture-draw-rectangle):
11686 * textmodes/reftex-index.el (reftex-index-goto-letter):
11687 (reftex-select-jump-to-previous):
11688 * textmodes/reftex-sel.el (reftex-find-start-point)
11689 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
11690 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
11691 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
11692 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11693 * textmodes/two-column.el (2C-associated-buffer):
11694 Use forward-line rather than goto-line.
11695
11696 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
11697 goto-line.
11698
11699 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
11700 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
11701 (quick-check-list-to-regexp): Declare.
11702
11703 * progmodes/make-mode.el (makefile-browser-insert-selection):
11704 Use goto-char rather than goto-line.
11705
11706 * progmodes/prolog.el (compilation-error-regexp-alist)
11707 (compilation-forget-errors): Declare.
11708
11709 2009-08-22 Juri Linkov <juri@jurta.org>
11710
11711 * progmodes/grep.el (lgrep, rgrep): At the beginning
11712 set `dir' to `default-directory' unless `dir' is a non-nil
11713 readable directory. (Bug#4052)
11714 (lgrep, rgrep): Change a weird way to report an error
11715 from using `read-string' to using `error'.
11716 Instead of using interactive arguments in the function body,
11717 add new argument `confirm'.
11718
11719 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
11720
11721 * textmodes/remember.el (remember-buffer):
11722 * progmodes/cperl-mode.el (cperl-vc-header-alist):
11723 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
11724 (icalendar-extract-ical-from-buffer):
11725 * net/newst-treeview.el (newsticker-groups-filename):
11726 * net/newst-backend.el (newsticker-cache-filename):
11727 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
11728 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
11729 (speedbar-add-ignored-path-regexp, speedbar-line-path)
11730 (speedbar-buffers-line-path, speedbar-path-line)
11731 (speedbar-buffers-line-path):
11732 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
11733 (epg-sign-keys):
11734 * epa.el (epa-display-verify-result):
11735 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
11736
11737 2009-08-21 Glenn Morris <rgm@gnu.org>
11738
11739 * progmodes/js.el (inferior-moz-process): Fix declaration.
11740
11741 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
11742
11743 * obsolete/rnewspost.el (news-mail-reply):
11744 Use goto-char rather than goto-line.
11745
11746 * term/ns-win.el (ns-open-file-select-line):
11747 Use line-beginning-position rather than goto-line.
11748
11749 * apropos.el (apropos-command):
11750 * ehelp.el (electric-helpify):
11751 * printing.el (pr-show-setup):
11752 * strokes.el (strokes-help):
11753 * tutorial.el (tutorial--describe-nonstandard-key)
11754 (tutorial--detailed-help):
11755 * woman.el (woman-mini-help, woman-display-extended-fonts):
11756 * calc/calc-help.el (calc-describe-key):
11757 * emulation/edt.el (edt-electric-helpify):
11758 * international/mule-diag.el (mule-diag):
11759 * play/yow.el (apropos-zippy):
11760 * progmodes/python.el (python-describe-symbol):
11761 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
11762 * textmodes/table.el (*table--cell-describe-mode)
11763 (*table--cell-describe-bindings):
11764 Use help-print-return-message rather than the now obsolete alias.
11765
11766 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
11767 (calendar-cursor-to-visible-date):
11768 * play/5x5.el (5x5-position-cursor):
11769 * play/decipher.el (decipher):
11770 * play/gomoku.el (gomoku-goto-xy):
11771 * play/landmark.el (lm-goto-xy):
11772 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
11773 (mpuz-paint-digit):
11774 Use forward-line, not goto-line.
11775
11776 * mail/rmail.el (rmail-obsolete): Delete custom group.
11777 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
11778 (rmail-remote-password, rmail-remote-password-required):
11779 Remove unneeded :set-after and :set properties.
11780
11781 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
11782
11783 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
11784
11785 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
11786
11787 * loadup.el: Remove leftover macos code.
11788
11789 * vc-git.el (vc-git-annotate-command): Run asynchronously.
11790 Explicitly pass the date format to git blame so that user local
11791 so that the output format can be parsed.
11792
11793 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
11794
11795 * net/dbus.el (top): Don't check for (getenv
11796 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
11797
11798 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
11799
11800 * log-edit.el (log-edit-strip-single-file-name): New var.
11801 (log-edit-insert-changelog): Use it. Bug#3571
11802
11803 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11804
11805 * subr.el (read-passwd): Use read-key so keypad keys work as well.
11806 Bug#3287
11807
11808 * help.el (help-print-return-message): Rename from
11809 print-help-return-message.
11810
11811 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
11812 cvs-mode-map parent hack.
11813 (log-view-mode): Derive from special-mode.
11814
11815 * linum.el (linum-mode): window-size-change-functions is redundant.
11816 Adapt to new window-configuration-change-hook behavior.
11817 (linum-after-size, linum-after-config): Remove.
11818
11819 * imenu.el (imenu-example--name-and-position)
11820 (imenu-example--lisp-extract-index-name)
11821 (imenu-example--create-lisp-index, imenu-example--create-c-index):
11822 Mark as obsolete.
11823
11824 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
11825 (inferior-prolog-mode): Use it.
11826 (inferior-prolog-load-file): Reset list of errors.
11827
11828 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11829
11830 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
11831
11832 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
11833
11834 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
11835
11836 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
11837 is running already.
11838
11839 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11840
11841 * subr.el (listify-key-sequence-1): Use normal syntax since those
11842 integers are nowadays always represented by the same (positive) number
11843 on all platforms.
11844 (read-key-empty-map): New const.
11845 (read-key-delay): New var.
11846 (read-key): New function.
11847 (force-mode-line-update): Use with-current-buffer.
11848 (locate-user-emacs-file): Don't forget to abbreviate the file name.
11849 (start-process-shell-command, start-file-process-shell-command):
11850 Discourage the use of command-args.
11851
11852 2009-08-19 Glenn Morris <rgm@gnu.org>
11853
11854 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
11855
11856 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11857
11858 * simple.el (choose-completion-string): Don't rely on
11859 minibuffer-completing-file-name and ad-hoc checks to decide whether
11860 to continue completion or not.
11861
11862 * minibuffer.el (minibuffer-hide-completions): New function.
11863 (completion--do-completion): Use it.
11864 (completions-annotations): New face.
11865 (completion--insert-strings): Use it.
11866 (completion-pcm--delim-wild-regex): Add docstring.
11867 (completion-pcm--string->pattern): Add support for 0-width delimiters
11868 in completion-pcm--delim-wild-regex.
11869
11870 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
11871
11872 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
11873 Remove unused var `buffer-modified-p'.
11874
11875 * minibuffer.el (completion--do-completion): Move point for the #b001
11876 case as well (bug#4176).
11877 (minibuffer-complete, minibuffer-complete-word): Don't move point.
11878
11879 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
11880
11881 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
11882 and :session buses.
11883
11884 2009-08-18 Kenichi Handa <handa@m17n.org>
11885
11886 * international/ucs-normalize.el (ucs-normalize-version):
11887 Change to 1.1.
11888 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
11889 (utf-8-hfs): Make it perform normalization on encoding too.
11890
11891 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
11892 (sentence-end-without-space): Delete duplicated chars.
11893 (sentence-end-base): Likewise.
11894
11895 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
11896 (html-mode): Delete duplicated chars from sentence-end-base.
11897
11898 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
11899 (texinfo-mode): Delete duplicated chars from sentence-end-base.
11900
11901 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
11902
11903 * files.el (hack-one-local-variable): If the mode function is for
11904 a minor mode, pass it an argument (Bug#4148).
11905
11906 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
11907
11908 * net/tramp.el (tramp-register-completion-file-name-handler):
11909 Check also for (member 'partial-completion completion-styles).
11910
11911 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
11912
11913 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
11914 abbrev (Bug#3943).
11915
11916 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
11917
11918 * progmodes/cperl-mode.el: Merge upstream 6.2.
11919 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
11920 (cperl-forward-re): Check cperl-brace-recursing.
11921 (cperl-highlight-charclass): New function.
11922 (cperl-find-pods-heres): Use it.
11923 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
11924 (cperl-beautify-regexp-piece): Fix column calculation.
11925 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
11926 (cperl-beautify-level): Don't process entire regexp.
11927 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
11928 calling man.
11929 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
11930 (cperl-init-faces): Build a list in the normal way.
11931
11932 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
11933
11934 * calendar/parse-time.el (parse-time-string-chars): Save match
11935 data.
11936
11937 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
11938
11939 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
11940 (sql-product): Use it.
11941 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
11942 (sql-set-product): Add completion.
11943 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
11944 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
11945 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
11946 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
11947 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
11948 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
11949 (sql-highlight-db2-keywords): Remove.
11950 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
11951 (sql-highlight-product): Use derived-mode-p.
11952 (sql-set-sqli-buffer): Use with-current-buffer.
11953 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
11954 Simplify.
11955
11956 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
11957
11958 * term.el: Fix commenting convention, turn comments into docstrings.
11959
11960 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11961
11962 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
11963
11964 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
11965
11966 * calendar/parse-time.el (parse-time-string-chars): Compute using
11967 character classes, to handle non-ascii characters (Bug#3190).
11968
11969 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
11970
11971 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
11972 another heredoc if the user adds another < (Bug#3226).
11973
11974 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11975 Don't initialize based on window-system (Bug#4124).
11976
11977 * facemenu.el (facemenu-read-color): Use a completion function
11978 that accepts any defined color, such as RGB triplets (Bug#3677).
11979
11980 * files.el (get-free-disk-space): Change fallback default
11981 directory to /. Expand DIR argument before switching to fallback.
11982 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
11983
11984 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
11985
11986 * files.el (load-library): Doc fix.
11987
11988 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
11989
11990 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
11991 (viper-if-string): Redefine C-s in the minibuffer to insert the last
11992 incremental search string.
11993
11994 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
11995 XEmacs.
11996
11997 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
11998 (ediff-merge-region-is-non-clash)
11999 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
12000 Also check if the job is really a merge job.
12001
12002 * ediff.el (ediff-current-file): New function.
12003
12004 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
12005
12006 * progmodes/js.el: Edit docstrings throughout to follow Emacs
12007 conventions.
12008 (js-insert-and-indent): Delete function.
12009 (js-mode-map): Don't bind keys to js-insert-and-indent.
12010 (js-beginning-of-defun): Rename from js--beginning-of-defun.
12011 (js-end-of-defun): Rename from js--end-of-defun.
12012 (js-auto-indent-flag): Delete variable.
12013
12014 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
12015
12016 * progmodes/js.el: Remove proclaim statement.
12017 Defvar which-func-imenu-joiner-function to silence compiler.
12018
12019 * files.el (auto-mode-alist): Use js-mode for .js files.
12020
12021 * progmodes/js2-mode.el: Remove file.
12022
12023 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
12024
12025 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
12026
12027 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
12028
12029 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
12030 Karl Landstrom <karl.landstrom@brgeight.se>
12031
12032 * progmodes/js.el: New file.
12033
12034 2009-08-14 Mark A. Hershberger <mah@everybody.org>
12035
12036 * timezone.el (timezone-parse-date): Add ability to understand ISO
12037 basic format (minimal separators) dates in addition to the
12038 already-supported extended format dates.
12039
12040 2009-08-14 Eli Zaretskii <eliz@gnu.org>
12041
12042 * international/ucs-normalize.el: Add a `coding' file variable.
12043
12044 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
12045
12046 2009-08-14 Sam Steingold <sds@gnu.org>
12047
12048 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12049
12050 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
12051
12052 * faces.el (help-argument-name): Define it here instead of
12053 help-fns.el, because in daemon mode help-fns.el may be loaded when
12054 faces are still uninitialized (Bug#1078).
12055
12056 * help-fns.el (help-argument-name): Move defface to faces.el.
12057
12058 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
12059
12060 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
12061 create buffer with a pty but no process so that GDB can make the
12062 inferior the controlling process.
12063
12064 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
12065
12066 * international/ucs-normalize.el: New file.
12067
12068 2009-08-13 Richard Stallman <rms@gnu.org>
12069
12070 * mail/rmail.el (rmail-get-attr-names):
12071 Accept an attribute header that is too short.
12072
12073 * mail/rmail.el (rmail-forget-messages):
12074 Ignore nil elt in rmail-message-vector. Use dotimes.
12075
12076 * progmodes/compile.el (compilation-goto-locus):
12077 Use next-error-move-function.
12078
12079 * simple.el (next-error-move-function): New variable.
12080
12081 2009-08-12 Juri Linkov <juri@jurta.org>
12082
12083 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
12084 always non-nil. (Bug#4052)
12085
12086 * replace.el (read-regexp): Return empty string when
12087 `default-value' is nil.
12088 (keep-lines-read-args): Don't use empty string as the
12089 default value for `read-regexp'. (Bug#2495)
12090
12091 2009-08-12 Juri Linkov <juri@jurta.org>
12092
12093 * international/mule-cmds.el (ucs-insert): Change arguments
12094 from `arg' to `character', `count', `inherit' to be the same
12095 as in `insert-char'. Doc fix. (Bug#4039)
12096
12097 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
12098
12099 2009-08-12 Juri Linkov <juri@jurta.org>
12100
12101 * files-x.el: New file.
12102
12103 * files.el: Move code that deals with adding/deleting
12104 file/directory-local variables to files-x.el.
12105
12106 * Makefile.in (ELCFILES): Add files-x.elc.
12107
12108 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
12109
12110 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
12111 to use `goto-line'.
12112 (gdb-place-breakpoints, gdb-get-location): Rewritten without
12113 `goto-line'.
12114 (gdb-invalidate-disassembly): Do not refresh upon receiving
12115 'update signal. Instead, update all disassembly buffers only after
12116 threads list.
12117 (gdb): Send -target-detach when buffer is killed (Bug#3794).
12118 (gdb-starting): Moved -data-list-register-names...
12119 (gdb-stopped): ...here so it's sent when first thread stops.
12120 (gdb-registers-handler-custom): Do nothing if register names are
12121 unknown yet.
12122
12123 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
12124 from `gdb-mi.el' to avoid extra tangling.
12125
12126 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
12127 change which breaks `gud-def' definitions used in `gdb'.
12128 (gdb-update-gud-running): No extra fuss for updating frame number.
12129
12130 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
12131
12132 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
12133 (describe-language-environment-map, setup-language-environment-map)
12134 (set-coding-system-map): Move initialization into declaration.
12135 (set-language-info-alist): Last arg to define-key-after can be skipped.
12136
12137 * international/quail.el (quail-completion-1): Simplify.
12138 (quail-define-rules): Use slightly more compact code.
12139 (quail-insert-decode-map): Propertize keys, compact columns.
12140
12141 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12142 Add goto-line.
12143
12144 2009-08-10 Miles Bader <miles@gnu.org>
12145
12146 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
12147 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
12148 (js2-instance-member, js2-private-member, js2-private-function-call)
12149 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
12150 (js2-magic-paren, js2-external-variable):
12151 Remove "-face" suffix from face names.
12152 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
12153 (js2-highlight-undeclared-vars, js2-peek-token)
12154 (js2-parse-function-params, js2-mode-show-errors)
12155 (js2-mode-show-warnings, js2-make-magic-delimiter)
12156 (js2-mode-highlight-magic-parens): Update to use new face names.
12157
12158 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
12159
12160 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
12161 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
12162
12163 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
12164
12165 * subr.el: Provide hashtable-print-readable.
12166
12167 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
12168 hs-c-like-adjust-block-beginning.
12169 (hs-hide-block-at-point): Stop hiding at the beginning of
12170 hs-block-end-regexp (Bug#700).
12171
12172 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
12173
12174 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
12175 a macro.
12176 (gdb-registers-handler-custom): Do not fail when register names
12177 are unavailable.
12178
12179 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
12180
12181 * progmodes/gdb-mi.el (gdb-control-all-threads)
12182 (gdb-control-current-thread): Interactive setters for
12183 `gdb-gud-control-all-threads' to use in menu.
12184 (gdb-show-run-p): Show «Go» when process is not active.
12185 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
12186 gud/thread.xpm and gud/all.xpm.
12187
12188 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
12189
12190 * net/net-utils.el (net-utils-font-lock-keywords): New var.
12191 (nslookup-font-lock-keywords): Make it a variable.
12192 (net-utils-mode): New mode for viewing diagnostic network output.
12193 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
12194 (net-utils-run-simple): New function.
12195 (ifconfig, iwconfig, netstat, arp, route): Use it.
12196
12197 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
12198
12199 * progmodes/gdb-mi.el (gdb-read-memory-custom)
12200 (gdb-memory-set-address, def-gdb-set-positive-number)
12201 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
12202 after changing settings.
12203 (gdb-invalidate-disassembly): Update when first shown.
12204 (gdb-edit-locals-value): Fixed.
12205 (gdb-registers-handler-custom): Print registers in right order and
12206 allow changing register values (only for current thread yet).
12207 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
12208 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
12209 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
12210 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
12211 info in mode name.
12212 (gdb-registers-mode-map): TAB to switch to locals.
12213
12214 2009-08-08 Eli Zaretskii <eliz@gnu.org>
12215
12216 * mail/rmail.el (rmail-add-mbox-headers)
12217 (rmail-set-message-counters-counter): Search for
12218 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
12219
12220 2009-08-08 Glenn Morris <rgm@gnu.org>
12221
12222 * Makefile.in (ELCFILES): Update.
12223
12224 2009-08-07 Eli Zaretskii <eliz@gnu.org>
12225
12226 * mail/sendmail.el (mail-yank-original): Set
12227 buffer-file-coding-system from the one used by the message whose
12228 text is yanked.
12229
12230 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
12231 to "windows" when "pgnuplot" is used.
12232 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
12233 call accept-process-output if "pgnuplot" is used.
12234 (calc-graph-init): Don't send -display and -geometry to
12235 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
12236 running "pgnuplot -V" with shell-command-to-string.
12237
12238 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
12239 the default.
12240
12241 2009-08-07 Eli Zaretskii <eliz@gnu.org>
12242
12243 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
12244 org/org-latex.elc.
12245
12246 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
12247
12248 * vc-dispatcher.el (vc-resynch-window): Update comment.
12249
12250 * term.el (term-handle-ansi-escape): Add comments with the
12251 terminfo capabilities implemented.
12252
12253 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
12254
12255 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
12256 (gdb-var-create-handler): Rewritten using JSON parser.
12257 (gdb-propertize-header): Moved earlier.
12258 (gdb-set-header): Removed to avoid duplication.
12259 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
12260 Refresh disassembly buffers only after threads list have been
12261 update.
12262 (gdb-threads-header, gdb-registers-header): Per-buffer header line
12263 variables.
12264
12265 2009-08-04 Juri Linkov <juri@jurta.org>
12266
12267 * files.el: Commands to add/delete file/directory-local variables.
12268 (read-file-local-variable, read-file-local-variable-value)
12269 (read-file-local-variable-mode, modify-file-local-variable)
12270 (modify-file-local-variable-prop-line)
12271 (modify-dir-local-variable): New functions.
12272 (add-file-local-variable, delete-file-local-variable)
12273 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
12274 (add-dir-local-variable, delete-dir-local-variable)
12275 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
12276 (copy-dir-locals-to-file-locals-prop-line): New commands.
12277
12278 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
12279
12280 * abbrev.el (insert-abbrev-table-description): Prettify output.
12281 Suggested by Karl Chen.
12282
12283 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
12284
12285 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
12286 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
12287 (gdb-overlay-arrow-position, gdb-thread-position)
12288 (gdb-disassembly-position): Declare variables.
12289 (gdb-wait-for-pending): Function now.
12290 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
12291 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
12292 compilation goes smoothly.
12293 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
12294 (gdb-non-stop-setting): New customization setting which replaces
12295 `gdb-non-stop' so changing it doesn't break active GDB session.
12296 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
12297 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
12298 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
12299 (gdb-show-threads-by-default): New customization options.
12300 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
12301 routines.
12302 (gdb-get-buffer-create): Send buffers update signal when they are
12303 created.
12304 (gdb-invalidate-locals, gdb-invalidate-registers)
12305 (gdb-invalidate-breakpoints)
12306 (gdb-invalidate-threads, gdb-invalidate-disassembly)
12307 (gdb-invalidate-memory): Accept update signal.
12308 (gdb-current-context-command): Use --frame option.
12309 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
12310 Implement `gdb-frame-number' selection logic.
12311 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
12312 whether to show GUD toolbar buttons.
12313 (gdb-thread-exited): Unselect current thread when it exits.
12314 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
12315 (gdb-mark-line): Routine which sets overlay arrow or inverses
12316 video on fringeless displays.
12317 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
12318 to build aligned columns of data in GDB buffers and set text
12319 properties line-by-line.
12320 (gdb-invalidate-breakpoints)
12321 (gdb-breakpoints-list-handler-custom)
12322 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
12323 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
12324 (gdb-registers-handler-custom): Align data columns.
12325 (gdb-locals-handler-custom): Now prints data like in variable
12326 declarations.
12327 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
12328 Removed confusing buttons.
12329 (gdb-invalidate-threads): Append --frame.
12330 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
12331 between breakpoints/threads buffers.
12332 (gdb-set-window-buffer): Now can ignore dedicated windows.
12333 (gdb-propertize-header): Use `gdb-set-window-buffer'.
12334 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
12335 (def-gdb-thread-buffer-gud-command): Replaces
12336 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
12337 for fine thread control.
12338 (gdb-preempt-existing-or-display-buffer): New function used to
12339 display bound buffers without breaking window layout.
12340 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
12341 (gdb-select-frame): New version of `gdb-frames-select' which now
12342 sets `gdb-frame-number' so commands may use --frame option instead
12343 of inner debugger state.
12344 (gdb-frame-handler): Do not set `gdb-frame-number'.
12345 (gdb-threads-mode-map): Select threads with mouse.
12346
12347 * progmodes/gud.el (gdb-gud-context-call): Declare function to
12348 avoid compilation warning.
12349 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
12350 `gdb-show-stop-p`.
12351
12352 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
12353 Argument `key' renamed to `buffer-type'.
12354 (gdb-current-context-buffer-name): Do not add thread info to
12355 buffer name when no thread is selected.
12356 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
12357 command (bug 3794).
12358 (gdb-thread-selected): Handle `=thread-selected' notification.
12359 (gdb-wait-for-pending): New macro to deal with congestion problems.
12360 (gdb-breakpoints-list-handler-custom): Don't fail on pending
12361 breakpoints.
12362 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
12363 This fixes problem similar to one described in bug 3947.
12364 (gud-menu-map): More menu items.
12365 (gdb-init-1): Reset `gdb-thread-number' to nil.
12366
12367 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
12368 non-stop settings.
12369
12370 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
12371 (gdb-current-context-command): Do not append --thread if
12372 `gdb-thread-number' is nil.
12373 (gdb-running-threads-count, gdb-stopped-threads-count): New
12374 variables.
12375 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
12376 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
12377 customization options.
12378 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
12379 GUD commands.
12380 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
12381 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
12382 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
12383 set `gdb-thread-number' and update `gud-running' properly.
12384 (gdb-running): Update threads list when new threads appear.
12385 (gdb-stopped): Support non-stop operation and new thread switching
12386 logic.
12387 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
12388 (gdb-json-partial-output): New set of JSON routines.
12389 (def-gdb-auto-update-trigger): New `signal-list' optional
12390 argument.
12391 (gdb-thread-list-handler-custom): Update `gud-running',
12392 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
12393 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
12394 (gdb-continue-thread, gdb-step-thread): New commands for fine
12395 thread execution control.
12396 (gud-menu-map): New menu items to switch non-stop options.
12397 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
12398 (gdb-send): Mimic RET properly (bug 3794).
12399
12400 * progmodes/gdb-mi.el (gdb-rules-name-maker)
12401 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
12402 gdb-buffer-rules.
12403 (def-gdb-auto-update-handler): New nopreserve optional argument.
12404 (gdb-stack-list-frames-custom): Print stack from top to bottom.
12405
12406 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
12407 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
12408 (gdb-parent-mode): New mode to derive other GDB modes from.
12409 (gdb-display-disassembly-for-thread)
12410 (gdb-frame-disassembly-for-thread): New commands for threads
12411 buffer.
12412
12413 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
12414 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
12415 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
12416 (gdb-update): We now store all GDB buffers in a list so that they
12417 can be updated by traversing a list instead of calling invalidate
12418 triggers explicitly.
12419 (def-gdb-trigger-and-handler): New macro to define trigger-handler
12420 pair for GDB buffer.
12421 (gdb-stack-buffer-name): Add thread information.
12422 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
12423 handle pending triggers.
12424 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
12425 (def-gdb-thread-buffer-simple-command)
12426 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
12427 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
12428 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
12429 New commands which show buffers bound to thread.
12430 (gdb-stack-list-locals-regexp): Removed unused regexp.
12431
12432 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
12433 (gdb-locals-buffer-name, gdb-registers-buffer-name)
12434 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
12435 to (gud-comint-buffer) in *-buffer-name functions
12436 because (gdb-get-target-string) already does that.
12437 (gdb-locals-handler-custom, gdb-registers-handler-custom)
12438 (gdb-changed-registers-handler): Rewritten without regexps.
12439
12440 * progmodes/gdb-mi.el: Basic thread selection support.
12441 (gdb-thread-number): New variable.
12442 (gdb-current-context-command): New macro which adds --thread
12443 option to command.
12444 (gdb-threads-mode-map): Select thread with SPC.
12445 (gdb-thread-list-handler-custom): Mark current thread with overlay
12446 arrow. Synchronize GDB thread and Emacs thread.
12447 (gdb-select-thread): New command which selects current thread.
12448 (gdb-invalidate-frames, gdb-invalidate-locals)
12449 (gdb-invalidate-registers): Use --thread option.
12450
12451 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
12452
12453 * net/tramp.el (top): Make check for tramp-gvfs loading more
12454 robust. (Bug#3977)
12455 (tramp-handle-insert-file-contents): `unwind-protect' must be
12456 inside `with-parsed-tramp-file-name'.
12457
12458 * net/tramp-gvfs.el (top): Remove superfluous message when loading
12459 fails.
12460
12461 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
12462
12463 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
12464 directory if CLASSPATH is not set.
12465
12466 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
12467
12468 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
12469 New defconst.
12470 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
12471
12472 2009-08-02 Kevin Ryde <user42@zip.com.au>
12473
12474 * net/newst-backend.el (newsticker--raw-url-list-defaults):
12475 Update freshmeat link. Delete newsforge.com as it seems gone.
12476
12477 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
12478
12479 * select.el (x-set-selection): Doc fix (Bug#4021).
12480
12481 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
12482
12483 * help-fns.el (describe-variable): Treat list return values from
12484 dir-locals-find-file properly (Bug#4005).
12485
12486 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
12487
12488 * net/tramp.el (tramp-debug-message): Print also microseconds.
12489
12490 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
12491
12492 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
12493 or END is non-nil.
12494 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
12495 (tramp-get-debug-buffer): Change `outline-regexp' according to new
12496 format.
12497
12498 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
12499 (tramp-get-file-property): Use it.
12500
12501 * autorevert.el (auto-revert-handler): Allow
12502 `auto-revert-tail-mode' for remote files.
12503
12504 2009-08-02 Jason Rumney <jasonr@gnu.org>
12505
12506 * minibuffer.el (read-file-name): Treat confirm options to
12507 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
12508
12509 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
12510
12511 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
12512 (font-lock-variable-name-face, font-lock-constant-face): Darken
12513 the colors for light backgrounds.
12514
12515 2009-08-01 Eli Zaretskii <eliz@gnu.org>
12516
12517 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
12518 month names. (Bug#3987)
12519
12520 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
12521
12522 * simple.el (line-move-finish): Pass whole number to
12523 line-move-to-column.
12524 (line-move-visual): Perform hscroll to the recorded position.
12525
12526 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
12527
12528 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
12529
12530 2009-07-29 Alan Mackenzie <acm@muc.de>
12531
12532 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
12533
12534 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
12535
12536 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
12537 (gdb-place-breakpoints): Use full path when setting breakpoints.
12538
12539 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
12540
12541 * calc/calc.el (calc-mode-map): Add keybinding for
12542 `calc-transpose-lines'.
12543
12544 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
12545
12546 * calc/calc-misc.el (calc-transpose-lines): New function.
12547
12548 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
12549
12550 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
12551 Simplify check for out-of-band methods.
12552 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
12553 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
12554
12555 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
12556
12557 * vc-git.el (vc-git-checkin): Fix typo.
12558
12559 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
12560
12561 * progmodes/js2-mode.el: New file.
12562
12563 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
12564
12565 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
12566 (gud-menu-map): Adjust tooltip accordingly.
12567
12568 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12569
12570 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
12571 (vc-bzr-log-view-mode): Adjust log-view-file-re.
12572
12573 * add-log.el (change-log-mode-map): Add a menu.
12574
12575 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
12576
12577 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
12578 function returns nil.
12579 (dbus-handle-event): Handle special return value :ignore.
12580 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
12581
12582 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
12583
12584 * view.el (view-mode-enable): Don't define Helper-return-blurb if
12585 it's not needed.
12586
12587 2009-07-25 Eli Zaretskii <eliz@gnu.org>
12588
12589 Fix Bug#3888:
12590
12591 * w32-vars.el (x-select-enable-clipboard): Doc fix.
12592
12593 * term/pc-win.el (x-display-name, x-colors)
12594 (x-select-enable-clipboard, x-select-text): Doc fix.
12595
12596 * term/common-win.el (x-display-name, x-colors): Doc fix.
12597
12598 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
12599 (xw-defined-colors): Doc fix.
12600
12601 * w32-fns.el (x-select-text, x-setup-function-keys)
12602 (x-get-selection, x-set-selection): Doc fix.
12603
12604 * term/x-win.el (x-select-text, x-setup-function-keys)
12605 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
12606
12607 * select.el (x-set-selection): Doc fix.
12608
12609 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
12610
12611 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
12612 instead of "IsNSSSupportAvailable". Avahi ought to work also when
12613 "IsNSSSupportAvailable" method is not available. Reported by
12614 Steve Youngs <steve@sxemacs.org>.
12615
12616 2009-07-24 Kenichi Handa <handa@m17n.org>
12617
12618 * international/characters.el: Fix setting of category ?C, ?|, ?K,
12619 and ?H. Fix setting of case for Latin Extended and Greek Extended.
12620 (build-unicode-category-table): Fix range checks.
12621
12622 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
12623
12624 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
12625 the buffer we try to sync is current when calling
12626 vc-resynch-buffer.
12627
12628 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
12629 not show up to date files.
12630
12631 2009-07-24 Glenn Morris <rgm@gnu.org>
12632
12633 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
12634 Add autoload cookies. If necessary, initialize.
12635 (elint-log): Handle non-file buffers.
12636 (elint-initialize): Add optional argument to reinitialize.
12637 (elint-find-builtin-variables): Save excursion.
12638
12639 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
12640
12641 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12642 for Lint.
12643
12644 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12645
12646 * vc.el (vc-print-log-internal): New function, split out from ...
12647 (vc-print-log): ... here.
12648 (vc-dir-move-to-goal-column): Declare.
12649
12650 * vc-git.el (vc-git-add-signoff): New variable.
12651 (vc-git-checkin): Use it.
12652 (vc-git-toggle-signoff): New function.
12653 (vc-git-extra-menu-map): Bind it to menu.
12654 (vc-git--run-command-string): Accept a nil FILE argument.
12655 (vc-git-stash-list): New function.
12656 (vc-git-dir-extra-headers): Use it.
12657
12658 2009-07-23 Glenn Morris <rgm@gnu.org>
12659
12660 * help-fns.el (describe-variable): Describe ignored and risky local
12661 variables in a similar way to that in which we describe safe ones.
12662
12663 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
12664 (byte-compile-output-file-form, byte-compile-output-docform)
12665 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
12666 Give some more local variables with common names a "bytecomp-" prefix,
12667 so as not to shadow things during compilation.
12668 * emacs-lisp/cl-macs.el (load-time-value)
12669 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
12670 `outbuffer' to `bytecomp-outbuffer'.
12671
12672 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
12673 since the next two variables cover them automatically now.
12674 (elint-builtin-variables, elint-autoloaded-variables): New.
12675 (elint-unknown-builtin-args): Remove all members, since they can be
12676 parsed automatically now.
12677 (elint-extra-errors): New.
12678 (elint-env-add-env, elint-env-add-macro): Use cadr.
12679 (elint-current-buffer): Use or. Change final message.
12680 (elint-get-top-forms): Use line-end-position.
12681 (elint-init-env): Use cadr. Handle autoload, declare-function,
12682 and defalias.
12683 (elint-add-required-env): Doc fix. Use or. Standardize error.
12684 (regexp-assoc): Remove unused function.
12685 (elint-top-form): Set elint-current-pos, to record the start of the
12686 top-level form, for compilation-mode.
12687 (elint-form): Trap errors in macro expansion. Use dolist.
12688 (elint-unbound-variable): Use elint-builtin-variables and
12689 elint-autoloaded-variables.
12690 (elint-get-args): Use cadr, or.
12691 (elint-check-cond-form): Use dolist, cadr.
12692 (elint-check-condition-case-form): Doc fix. Use cadr.
12693 Use elint-extra-errors.
12694 (elint-log): New function.
12695 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
12696 Distinguish errors and warnings.
12697 (elint-log-message): Use with-current-buffer. Inhibit read-only.
12698 Use a bytecomp-style format.
12699 (elint-clear-log): Preserve default-directory. Inhibit read-only.
12700 (elint-get-log-buffer): Use compilation mode. Disable undo.
12701 Don't truncate lines.
12702 (elint-initialize): Set builtin and autoloaded variable lists.
12703 Only process elint-unknown-builtin-args if non-nil.
12704 (elint-find-builtin-variables, elint-find-autoloaded-variables):
12705 New functions.
12706 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
12707
12708 2009-07-22 Kevin Ryde <user42@zip.com.au>
12709
12710 * net/newst-backend.el (newsticker--parse-atom-1.0)
12711 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12712 (newsticker--parse-rss-1.0):
12713 * progmodes/idlwave.el (idlwave-mode):
12714 * progmodes/idlw-shell.el (idlwave-shell-mode):
12715 * progmodes/vera-mode.el (vera-mode):
12716 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
12717 * progmodes/vhdl-mode.el (vhdl-mode):
12718 * textmodes/table.el (table-generate-source)
12719 (table--warn-incompatibility):
12720 Hyperlink urls in docstrings with URL `...'.
12721
12722 2009-07-22 Glenn Morris <rgm@gnu.org>
12723
12724 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
12725 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
12726 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
12727 Remove leading * from defcustom docs.
12728
12729 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
12730
12731 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
12732 defcustom doc.
12733 (list-load-path-shadows): Optionally, just return shadows as a string.
12734
12735 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
12736
12737 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
12738
12739 * mail/rmailedit.el (rmail-edit-mode): Use
12740 auto-save-include-big-deletions.
12741
12742 * mail/rmail.el (rmail-variables): Use
12743 auto-save-include-big-deletions.
12744
12745 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
12746 changes.
12747
12748 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
12749
12750 * calc/calc.el (calc-undo-length): New variable.
12751 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
12752
12753 2009-07-21 Richard Stallman <rms@gnu.org>
12754
12755 * files.el (auto-save-mode): Handle buffer-save-size = -2
12756 for toggling mode.
12757
12758 2009-07-21 Glenn Morris <rgm@gnu.org>
12759
12760 * textmodes/ispell.el (ispell-looking-back): Update declaration.
12761
12762 * calendar/todo-mode.el (calendar-current-date): Update declaration.
12763
12764 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
12765 silence compiler. Instead...
12766 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
12767 (ps-print-ensure-fontified): Update for above function name changes.
12768
12769 * printing.el (pr-mh-get-msg-num, pr-mh-show)
12770 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
12771 silence compiler. Instead...
12772 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
12773 (mh-show-buffer): Only define for compiler.
12774 (pr-mh-current-message): Update for above function name changes.
12775
12776 * files.el (abort-if-file-too-large): Explicitly pass `filename'
12777 as an argument.
12778 (find-file-noselect, insert-file-1): Update for above change.
12779
12780 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
12781
12782 * mail/mailclient.el (mailclient-send-it): Fix message.
12783
12784 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
12785 (edebug-eval): Check cl-debug-env is bound.
12786 (print-level, print-circle): Don't redefine built-in variables.
12787
12788 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
12789 (custom-print-vectors): Remove old comments from doc.
12790
12791 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
12792 (emerge-version): Make the variable an obsolete alias for the
12793 emacs-version variable. Make the function obsolete.
12794 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
12795 Emerge options, rather than merging in into the main Options menu.
12796 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
12797 and auto advance modes. Disable edit/fast items when not relevant.
12798
12799 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
12800
12801 * term/vt420.el (terminal-init-vt420): Fix typo.
12802
12803 2009-07-20 Sam Steingold <sds@gnu.org>
12804
12805 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
12806 variable (removed from compile.el on 2004-03-11).
12807
12808 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
12809
12810 * files.el (hack-local-variables-filter): Fix last change.
12811
12812 2009-07-19 Juri Linkov <juri@jurta.org>
12813
12814 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
12815 (dir-local-variables-alist): New buffer-local variable.
12816 (hack-local-variables-filter): If variable is not dir-local,
12817 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
12818 because file-local overrides dir-local.
12819 (c-postprocess-file-styles) <declare-function>:
12820 Remove obsolete declaration.
12821 (hack-dir-local-variables): Add dir-local variable/value pair to
12822 `dir-local-variables-alist' and remove duplicates. Doc fix.
12823
12824 * help-fns.el (describe-variable): Add information about
12825 file-local and dir-local variables.
12826
12827 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
12828
12829 * files.el (hack-local-variables-filter): Rewrite.
12830
12831 2009-07-19 Glenn Morris <rgm@gnu.org>
12832
12833 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
12834 Silence compiler by only defining on XEmacs.
12835
12836 * international/mule.el (auto-coding-regexp-alist): Only match
12837 BABYL... at the start of buffer, not of lines. (Bug#3790)
12838
12839 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
12840 non-calendar buffers (Bug#3862). Restore "not on a date" message.
12841 (cal-menu-context-mouse-menu): Doc fix.
12842
12843 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
12844
12845 * simple.el (mail-user-agent): Doc fix. Set :version tag.
12846
12847 2009-07-18 Juri Linkov <juri@jurta.org>
12848
12849 * info.el: Virtual Info keyword finder.
12850 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
12851 (Info-finder-file): New variable.
12852 (Info-finder-find-file): New function.
12853 (finder-known-keywords, finder-package-info)
12854 (find-library-name, lm-commentary): Use defvar and
12855 declare-function to silence compiler warnings.
12856 (Info-finder-find-node): New function.
12857 (info-finder): New command.
12858
12859 * subr.el (process-kill-buffer-query-function): New function.
12860 (add-hook)<kill-buffer-query-functions>: Add hook
12861 `process-kill-buffer-query-function'.
12862
12863 2009-07-18 Alan Mackenzie <acm@muc.de>
12864
12865 * progmodes/cc-mode.el (c-before-hack-hook)
12866 (c-postprocess-file-styles): Give invocation of `c-set-style'
12867 DONT-OVERRIDE parameter of t. Already set style variables will
12868 thus not be overridden by style settings given by `c-file-syle'.
12869
12870 * files.el (hack-local-variables-filter): Remove entries with
12871 duplicate keys from `file-local-variables-alist'.
12872
12873 2009-07-18 Eli Zaretskii <eliz@gnu.org>
12874
12875 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
12876 x-set-selection if display-selections-p returns nil for the
12877 current frame.
12878
12879 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
12880
12881 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
12882
12883 2009-07-18 Eli Zaretskii <eliz@gnu.org>
12884
12885 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
12886 Accept nil in addition to a regexp.
12887 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
12888 Accept nil in addition to a regexp.
12889 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
12890 buffers that have an associated file. Handle nil values of
12891 desktop-buffers-not-to-save and desktop-files-not-to-save.
12892 (Bug#3833)
12893
12894 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12895 (x-disown-selection-internal): New functions.
12896
12897 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
12898
12899 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
12900 warning.
12901 (gdb-breakpoints-header): Move forward to avoid compiler warning.
12902 (gdb-make-header-line-mouse-map): Remove duplicate definition.
12903
12904 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
12905
12906 * simple.el (set-mark): Revert last change.
12907
12908 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
12909
12910 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
12911 rendering of pngs is not possible instead of messaging a long
12912 description.
12913
12914 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
12915
12916 * w32-fns.el (x-selection-owner-p): New function.
12917
12918 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
12919 (mouse-yank-at-click, mouse-yank-primary): If
12920 select-active-regions is non-nil, deactivate the mark before
12921 insertion.
12922
12923 * simple.el (deactivate-mark, set-mark): Only save selection if we
12924 own it.
12925
12926 2009-07-17 Kenichi Handa <handa@m17n.org>
12927
12928 * case-table.el (describe-buffer-case-table): Fix for the case
12929 that KEY is a cons.
12930
12931 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
12932
12933 * vc-rcs.el (vc-rcs-find-file-hook):
12934 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
12935
12936 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
12937
12938 * net/tramp.el (tramp-wait-for-output): Handle the case when
12939 commands do not return a newline but a null byte before the shell
12940 prompt. (Bug#3858)
12941
12942 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12943
12944 * term/ns-win.el (ns-set-alpha): Don't declare.
12945 (ns-set-background-alpha): Remove function.
12946
12947 2009-07-16 Kevin Ryde <user42@zip.com.au>
12948
12949 * emacs-lisp/copyright.el (copyright-update): Save match-data across
12950 y-or-n-p, for safety.
12951
12952 2009-07-16 Richard Stallman <rms@gnu.org>
12953
12954 * files.el (auto-save-mode): If buffer-saved-size is -2,
12955 don't clobber it.
12956
12957 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
12958 (rmail-retry-ignored-headers): Add more uninteresting fields.
12959
12960 2009-07-15 Jari Aalto <jari.aalto@cante.net>
12961
12962 * net/rcirc.el (rcirc): Use history variables.
12963 (rcirc-server-name-history, rcirc-nick-name-history)
12964 (rcirc-server-port-history): New variables.
12965
12966 2009-07-15 Kenichi Handa <handa@m17n.org>
12967
12968 * international/mule-cmds.el (set-language-environment-charset):
12969 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
12970 ignore them.
12971
12972 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
12973 Delete unibyte-display.
12974
12975 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
12976
12977 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
12978
12979 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
12980
12981 * simple.el (deactivate-mark): Optional argument FORCE.
12982 (set-mark): Use deactivate-mark.
12983
12984 * info.el (Info-search): No need to check transient-mark-mode
12985 before calling deactivate-mark.
12986
12987 * select.el (x-set-selection): Doc fix.
12988 (x-valid-simple-selection-p): Allow buffer values.
12989 (xselect--selection-bounds): Handle buffer values. Suggested by
12990 David De La Harpe Golden.
12991
12992 * mouse.el (mouse-set-region, mouse-drag-track): Call
12993 copy-region-as-kill before setting the mark, to let
12994 select-active-regions work.
12995
12996 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
12997
12998 * simple.el (deactivate-mark): If select-active-regions is
12999 non-nil, copy the selection data into a string.
13000 (activate-mark): If select-active-regions is non-nil, set the
13001 selection to the current buffer.
13002 (set-mark): Update selection if select-active-regions is non-nil.
13003
13004 * select.el (x-valid-simple-selection-p): Allow buffer values.
13005
13006 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
13007
13008 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
13009 and more featureful message-mode.
13010
13011 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
13012
13013 * select.el (x-set-selection): Doc fix.
13014 (x-valid-simple-selection-p): Disallow selection data consisting
13015 of a list or cons of integers, since that is not used.
13016 (xselect--selection-bounds, xselect--int-to-cons): New functions.
13017 (xselect-convert-to-string, xselect-convert-to-length)
13018 (xselect-convert-to-filename, xselect-convert-to-charpos)
13019 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
13020
13021 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
13022
13023 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
13024 output in -break-info command (Emacs bug #3794).
13025
13026 2009-07-14 Glenn Morris <rgm@gnu.org>
13027
13028 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
13029 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
13030 (edebug-print-length, edebug-print-level, edebug-print-circle)
13031 (edebug-sit-for-seconds, edebug-view-outside)
13032 (edebug-bounce-point, edebug-set-global-break-condition)
13033 (edebug-Go-nonstop-mode, edebug-trace-mode)
13034 (edebug-Trace-fast-mode, edebug-continue-mode)
13035 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
13036 (edebug-visit-eval-list): Doc fixes.
13037
13038 * subr.el (def-edebug-spec): Doc fix.
13039
13040 2009-07-14 Kenichi Handa <handa@m17n.org>
13041
13042 * international/characters.el: Fix setting of category ?C.
13043
13044 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
13045
13046 * term/ns-win.el (x-select-font): defalias x-select-font to
13047 ns-popup-font-panel instead of generate-fontset-menu.
13048
13049 2009-07-12 Eli Zaretskii <eliz@gnu.org>
13050
13051 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
13052
13053 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
13054
13055 * arc-mode.el (archive-find-type): Allow for a PK00 string before
13056 the PK\003\004 header (Bug#3770).
13057
13058 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
13059
13060 * pcomplete.el (pcomplete-comint-setup): Check for
13061 shell-dynamic-complete-filename too.
13062
13063 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
13064
13065 * simple.el (temporary-goal-column): Change the value for
13066 line-move-visual to a cons cell.
13067 (line-move-visual): Record or set the window hscroll, if
13068 necessary (Bug#3494).
13069 (line-move-1): Handle cons value of temporary-goal-column.
13070
13071 2009-07-11 Kenichi Handa <handa@m17n.org>
13072
13073 * international/mule-diag.el (describe-character-set): Don't show
13074 width.
13075
13076 2009-07-10 Sam Steingold <sds@gnu.org>
13077
13078 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13079 Omake sometimes indents the errors it prints, so allow all
13080 regexps to start with spaces.
13081
13082 2009-07-10 Eli Zaretskii <eliz@gnu.org>
13083
13084 * cus-edit.el (customize-changed-options-previous-release):
13085 Bump value to 22.1. (Bug#3804)
13086
13087 2009-07-08 Sam Steingold <sds@gnu.org>
13088
13089 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
13090 to be a cons cell (test . ignored-directory) to selectively ignore
13091 some directories depending on the location of the search.
13092
13093 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
13094
13095 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
13096 remote user is root, on the local host.
13097 (tramp-local-host-p): Either the local user or the remote user
13098 must be root. (Bug#3771)
13099
13100 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
13101
13102 * progmodes/gdb-mi.el (gdb): Remove description of
13103 gdb-use-separate-io-buffer.
13104 (menu): Don't allow toggling of or enable
13105 gdb-use-separate-io-buffer from menubar.
13106
13107 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
13108
13109 * mail/unrmail.el (unrmail): Make sure the message ends with two
13110 newlines (Bug#3769).
13111
13112 2009-07-08 Glenn Morris <rgm@gnu.org>
13113
13114 * calendar/calendar.el (calendar-current-date): Rework previous change.
13115
13116 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
13117
13118 * calendar/calendar.el (calendar-current-date):
13119 Add an optional argument giving an offset from today.
13120
13121 2009-07-08 Glenn Morris <rgm@gnu.org>
13122
13123 * tutorial.el (tutorial--describe-nonstandard-key):
13124 Adjust the message for when a key has been unbound.
13125 (help-with-tutorial): Hide the arch-tag.
13126
13127 2009-07-08 Kenichi Handa <handa@m17n.org>
13128
13129 * international/fontset.el (setup-default-fontset): For each
13130 script, append (not set) font-specs.
13131
13132 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
13133 docstring.
13134
13135 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
13136
13137 * progmodes/gdb-mi.el (gdb-init-1): Move sending
13138 -data-list-register-names to ...
13139 (gdb-starting): ... here because GDB 7.0 requires execution to
13140 have started when using this MI command.
13141 (gdb-set-header): New function to distinguish select and
13142 unselected tabs in gdb buffers.
13143 (gdb-propertize-header): New macro that uses gdb-set-header.
13144 (gdb-breakpoints-header, gdb-locals-header): Use it.
13145 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
13146
13147 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
13148
13149 * Makefile.in (ELCFILES): Remove fadr.elc.
13150
13151 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
13152
13153 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
13154 may contain frame information, so `string-match' should be used.
13155 (gdb-update): Disassembly is invalidated through
13156 `gdb-get-selected-frame'.
13157 (gdb-pad-string): New function to pad string with spaces.
13158 (gdb-invalidate-disassembly): Invalidate only if the buffer
13159 exists.
13160 (gdb-disassembly-handler-custom): Column alignment.
13161 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
13162 placing new ones.
13163 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
13164 end of line, too.
13165 (gdb-frame-handler): Match convention to for disassembly buffer
13166 mode name.
13167 (gdb-stack-list-frames-handler): Rewritten without regexps.
13168 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
13169 not highlight breakpoints without line information.
13170 (gdb-input): Add trailing newline to command.
13171
13172 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
13173 buffer properly.
13174 (gdb-breakpoints-list-handler-custom): Replacement for
13175 `gdb-break-list-handler'. Using real parser instead of regexps
13176 now.
13177 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
13178 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
13179 to place breakpoints.
13180 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
13181 functions.
13182 (gdb-disassembly-handler-custom): Show overlay arrow.
13183 (gdb-disassembly-place-breakpoints): Show breakpoints in
13184 disassembly buffer.
13185 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13186 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
13187 instead of parsing breakpoints buffer. Fixed old menu references
13188 in `gud-menu-map'.
13189
13190 * fadr.el: Remove.
13191
13192 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
13193 (gdb-memory-address): New variable which holds top address of
13194 memory page shown in memory buffer.
13195 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
13196 customization variables.
13197 New functions:
13198 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
13199 display the memory buffer.
13200 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
13201 buffer display parameters.
13202 (def-gdb-memory-format, gdb-memory-format-binary)
13203 (gdb-memory-format-octal, gdb-memory-format-unsigned)
13204 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
13205 Functions for setting memory buffer format.
13206 (gdb-memory-unit-word, gdb-memory-unit-halfword)
13207 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
13208 unit size used in memory buffer.
13209 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
13210 to next/previous page of memory buffer.
13211 Now using (bindat-get-field) instead of fadr functions.
13212
13213 2009-07-07 Sam Steingold <sds@gnu.org>
13214
13215 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
13216 non-top-level files.
13217
13218 2009-07-07 Kenichi Handa <handa@m17n.org>
13219
13220 * international/mule-cmds.el (reset-language-environment): Put
13221 the highset priority to the charset iso-8859-1.
13222
13223 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
13224
13225 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
13226 to the end of the line when locating the block (Bug#700).
13227
13228 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
13229
13230 * net/tramp.el (tramp-handle-write-region): Flush file properties
13231 in case of short track.
13232
13233 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
13234
13235 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
13236 Coded custom representation of verilog error regular expressions
13237 to work with Emacs-22's new format.
13238 (verilog-error-regexp-xemacs-alist): Coded custom representation
13239 of verilog error regular expressions to work with XEmacs format.
13240 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
13241 error recognition into XEmacs.
13242 (verilog-error-regexp-add-emacs): Hook routine to install verilog
13243 error recognition into Emacs-22.
13244
13245 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
13246
13247 * woman.el: Remove stand-alone closing parentheses.
13248 (woman-file-name, woman2-format-paragraphs)
13249 (woman-leave-blank-lines): Code cleanup.
13250 (woman-use-own-frame): Change default to nil.
13251 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
13252 defaults to inherit from default faces.
13253 (woman2-process-escapes): Consume the newline after a stand-alone
13254 filler character (Bug#3651).
13255
13256 2009-07-06 Glenn Morris <rgm@gnu.org>
13257
13258 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
13259 (top-level): Move provide to the end.
13260 (ffap): Remove defunct URL from custom group.
13261
13262 * subr.el (eval-after-load): Doc fix.
13263
13264 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
13265
13266 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
13267 `calc-embedded-word' is called twice.
13268
13269 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13270
13271 * files.el (find-alternate-file-other-window, find-alternate-file):
13272 Obey confirm-nonexistent-file-or-buffer.
13273
13274 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
13275
13276 * dired-aux.el (dired-show-file-type): Handle remote files.
13277
13278 2009-07-05 Jari Aalto <jari.aalto@cante.net>
13279
13280 * desktop.el (desktop-globals-to-save):
13281 Add file-name-history (Bug#2750).
13282
13283 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
13284
13285 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
13286
13287 2009-07-04 Johan Bockgård <bojohan@gnu.org>
13288
13289 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
13290 property on entire argument since this is what eshell-lisp-command
13291 expects.
13292
13293 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
13294
13295 * net/tramp-gvfs.el (tramp-gvfs-methods)
13296 (tramp-gvfs-zeroconf-domain)
13297 (tramp-bluez-discover-devices-timeout): Add version flag.
13298 (tramp-gvfs-handler-mounted-unmounted)
13299 (tramp-gvfs-connection-mounted-p): Polish handling of
13300 incompatibilities between GVFS 0.2 and 1.0.
13301
13302 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
13303
13304 * cus-start.el (all): Add make-pointer-invisible.
13305
13306 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
13307
13308 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
13309 formatted correctly.
13310
13311 2009-07-02 Juri Linkov <juri@jurta.org>
13312
13313 * info.el: Virtual Info files and nodes.
13314 (Info-virtual-files, Info-virtual-nodes): New variables.
13315 (Info-current-node-virtual): New variable.
13316 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
13317 New functions.
13318 (Info-file-supports-index-cookies): Use Info-virtual-file-p
13319 to check for a virtual file instead of checking a fixed list
13320 of node names.
13321 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
13322 instead of ad-hoc processing of "dir" and (apropos history toc).
13323 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
13324 instead of ad-hoc processing of "dir" and (apropos history toc).
13325 Reread a file when moving from a virtual node.
13326 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
13327 (Info-directory-toc-nodes, Info-directory-find-file)
13328 (Info-directory-find-node): New functions.
13329 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
13330 (Info-history): Move part of code to
13331 `Info-history-find-node'.
13332 (Info-history-toc-nodes, Info-history-find-file)
13333 (Info-history-find-node): New functions.
13334 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
13335 (Info-toc): Move part of code to `Info-toc-find-node'.
13336 (Info-toc-find-node): New function.
13337 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
13338 the current Info file name to references because now the node
13339 "*TOC*" belongs to the same Info manual.
13340 (Info-toc-build): Rename from `Info-build-toc'.
13341 (Info-toc-nodes): Rename input argument `file' to `filename'.
13342 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
13343 instead of ad-hoc processing of ("dir" apropos history toc).
13344 (Info-index-nodes): Use Info-virtual-file-p
13345 to check for a virtual file instead of checking a fixed list
13346 of node names.
13347 (Info-index-node): Add check for `Info-current-node-virtual'.
13348 Raise `save-match-data' higher up the tree to contain
13349 `search-forward' too (bug fix).
13350 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
13351 (Info-virtual-index-nodes): New variable.
13352 (Info-virtual-index-find-node, Info-virtual-index): New functions.
13353 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
13354 (Info-apropos-file, Info-apropos-nodes): New variables.
13355 (Info-apropos-toc-nodes, Info-apropos-find-file)
13356 (Info-apropos-find-node, Info-apropos-matches): New functions.
13357 (info-apropos): Move part of code to `Info-apropos-find-node' and
13358 `Info-apropos-matches'.
13359 (Info-mode-map): Bind "I" to `Info-virtual-index'.
13360 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
13361 for a virtual file instead of checking a fixed list of node names.
13362
13363 * simple.el (async-shell-command): New command.
13364
13365 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
13366
13367 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
13368 instead of `mount-info'.
13369
13370 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
13371
13372 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
13373 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
13374
13375 2009-07-02 Kenichi Handa <handa@m17n.org>
13376
13377 * international/mule.el (set-keyboard-coding-system): Force *-unix
13378 coding-system to avoid eol conversion.
13379
13380 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
13381
13382 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13383 Add handler for `process-file', `shell-command' and
13384 `start-file-process'.
13385 (tramp-gvfs-handle-shell-command)
13386 (tramp-gvfs-handle-start-file-process)
13387 (tramp-gvfs-handle-process-file): New defuns.
13388 (tramp-synce-list-devices): Simplify check for existence of property.
13389
13390 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
13391
13392 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
13393
13394 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
13395
13396 * language/korean.el (set-language-info-alist): Add korean-cp949,
13397 cp949 to spec.
13398
13399 2009-07-01 Kenichi Handa <handa@m17n.org>
13400
13401 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
13402
13403 * international/encoded-kb.el: Deleted.
13404
13405 * international/mule.el (set-keyboard-coding-system): Perform the
13406 necessary setup here instead of calling encoded-kbd-setup-display.
13407
13408 2009-07-01 Glenn Morris <rgm@gnu.org>
13409
13410 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
13411
13412 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
13413
13414 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
13415
13416 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
13417
13418 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
13419 Handle also the 'rename case, when setting file modes. (Bug#3712)
13420 (tramp-default-file-modes): Remove execute permissions.
13421
13422 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
13423 (top): Add a default for "synce" in `tramp-default-user-alist'.
13424 Add completion function for "synce" method.
13425 (tramp-hal-service, tramp-hal-path-manager)
13426 (tramp-hal-interface-manager, tramp-hal-interface-device):
13427 New defconst.
13428 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
13429 (tramp-synce-list-devices, tramp-synce-parse-device-names):
13430 New defuns.
13431
13432 * net/trampver.el: Update release number.
13433
13434 2009-06-30 Kenichi Handa <handa@m17n.org>
13435
13436 * international/fontset.el (setup-default-fontset): Add CJK fonts
13437 for symbols and the other miscellaneous characters.
13438
13439 * language/korea-util.el (setup-korean-environment-internal):
13440 Make char-width-table suitable for Korean environments.
13441 (exit-korean-environment): Cancel above.
13442
13443 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
13444 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
13445 setup-function to make char-width-table suitable for respective
13446 environments, and an exit-function to cancel that.
13447
13448 * language/japan-util.el (setup-japanese-environment-internal):
13449 Call use-cjk-char-width-table with arg `ja_JP'.
13450
13451 * international/characters.el (cjk-char-width-table): Delete it.
13452 (cjk-char-width-table-list): New variable.
13453 (use-cjk-char-width-table): New arg local-name.
13454 (use-default-char-width-table): Fix for the case that Emacs is
13455 already using the default char-width-table.
13456
13457 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
13458
13459 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
13460 modes mandatory. (Bug#3712)
13461
13462 2009-06-29 Alan Mackenzie <acm@muc.de>
13463
13464 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
13465 correction between the visible width of TABs and their number of bytes.
13466
13467 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
13468
13469 * server.el (server-buffer-done): Prevent kill-buffer from
13470 prompting by clearing the buffer modification flag (Bug#3696).
13471
13472 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
13473
13474 * progmodes/verilog-mode.el (verilog-beg-of-statement)
13475 (verilog-endcomment-reason-re): Support unique case and priority case.
13476 (verilog-basic-complete-re): Support localparam lineup.
13477 (verilog-beg-of-statement-1): Fix for robustness, unique case.
13478 (verilog-set-auto-endcomments): Fix for unique case, always_comb
13479 commenting.
13480 (verilog-leap-to-case-head): Now support *nested* unique &
13481 priority case statements.
13482 (verilog-auto-lineup): Make just declarations the default (as it
13483 had been).
13484 (verilog-leap-to-case-head): Support priority/unique case statements.
13485 (verilog-auto-lineup): Rework to give users radio buttons to
13486 select the various styles of automatic lineup.
13487 (verilog-error-regexp-alist): Rework to support the XEmacs style
13488 of error regular expressions from compilers, lint tools &
13489 simulators. Note that GNU Emacs has made it impossible for a mode
13490 to load such things.
13491 (electric-verilog-terminate-line, verilog-indent-declaration)
13492 (verilog-auto-wiure): Rework for radio button selection of
13493 auto-lineup selection of specification of auto lineup.
13494 (verilog-beg-of-statement-1): Redesign to support proper operation
13495 in additional code, based on testing with auto-lineup.
13496 (verilog-calculate-indent, assignments & declarations)
13497 (verilog-backward-token): Enhance to support auto-lineup of
13498 assignments & declarations.
13499 (verilog-in-directive-p, verilog-at-struct-p): New function for
13500 easy test of whether we are.
13501 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
13502 to support safe execution at almost anyline.
13503 (verilog-calc-1): Properly support indenting deep inside generate
13504 blocks.
13505 (verilog-init-font): Remove definition & use of verilog-init-font,
13506 as it is redundant with font-lock-defaults.
13507 (verilog-mode): Alter the definition of verilog-font-lock-defaults
13508 to avoid circular calls if syntax-ppss is a function (as is the
13509 case now in 22.x GNU Emacs) as that function would sometimes call
13510 itself, leading to (nearly) infinite recursion.
13511 (verilog-ovm-begin-re, verilog-ovm-end-re)
13512 (verilog-ovm-statement-re, verilog-leap-to-head)
13513 (verilog-backward-token): Add support for OVM macros. Some are
13514 complete statements, and others open and close scopes like begin
13515 and end.
13516 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
13517 (verilog-defun-level-generate-only-re): Really fix the defun-list
13518 compilation issue.
13519 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
13520 coverpoint, constraint and cross statements.
13521 (verilog-defun-level-list, verilog-generate-defun-level-list)
13522 (verilog-all-defun-level-list): Redo these specifications - it is
13523 too hard to support eval-when compile aggregation of lists also
13524 built at when-compile time.
13525 (verilog-defun-level-list): Place defconsts of variables used in
13526 building regular expressions which are built in eval-when-compile
13527 bodies in the same eval-when-compile body to facilitate compile
13528 without load.
13529 (verilog-beg-block-re-ordered): Support indenting
13530 virtual/protected tasks and functions.
13531 (verilog-defun-level-list, verilog-in-generate-region-p)
13532 (verilog-backward-ws&directives, verilog-calc-1): Speed up
13533 indentation of some module items (generate items).
13534 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
13535 across virtual/protected tasks and functions.
13536
13537 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
13538
13539 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
13540 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
13541 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
13542 in concatenations. Reported by Yishay Belkind.
13543 (verilog-auto-ascii-enum): Support one-hot state machines in
13544 AUTOASCIIENUM. Suggested by Lloyd Gomez.
13545 (verilog-auto-inst, verilog-auto-inst-port): Include interface
13546 modport in AUTOINST and add vl-modport for users. Reported by
13547 David Rogoff.
13548 (verilog-auto-inout-module, verilog-auto-inst)
13549 (verilog-decls-get-interfaces, verilog-insert-definition)
13550 (verilog-insert-one-definition, verilog-read-decls)
13551 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
13552 (verilog-sig-modport, verilog-signals-combine-bus)
13553 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
13554 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
13555 Suggested by David Rogoff.
13556 (verilog-repair-open-comma): Fix non-insertion of comma when
13557 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
13558 (verilog-make-width-expression): Simplify [A-1:0] expression
13559 widths to just {A{1'b0}}.
13560 (verilog-mode): Cleanup checkdoc warnings.
13561 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
13562 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
13563 inputs/outputs or data type. Suggested by Vasu Kandadi.
13564 (next-error-last-buffer): Fix byte-compiler warning.
13565 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
13566 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
13567 or shell command text during AUTO expansion. Suggested by Tad Truex.
13568 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
13569 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
13570 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
13571 in AUTOINOUT. Reported by Matthew Lovell.
13572 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
13573 causing use of <= assignments. Reported by Alex Reed.
13574 (verilog-read-decls): Fix triand, trior, wand, wor to be
13575 recognized by AUTOWIRE. Reported by Spencer Isaacson.
13576 (verilog-extended-complete-re): Support import "DPI-C" functions.
13577 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
13578 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
13579 (verilog-insert-date, verilog-insert-year)
13580 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
13581 Windows systems. Reported by Michael Potts.
13582 (verilog-read-module-name): Fix AUTOINST when the child module
13583 declaration's name is a tick define. Reported by Elliot Mednick.
13584 (verilog-read-decls): Fix V2K parameter bit subscripts getting
13585 passed to next parameter's definition. Reported by Bruce T.
13586 (verilog-read-decls): Fix detecting "parameter int" when using
13587 AUTOINSTPARAM. Reported by Bruce T.
13588 (verilog-goto-defun): Fix goto not finding modules unless first
13589 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
13590 (verilog-mode): Expand -f flag arguments on entry to mode so
13591 verilog-goto-defun will work. Reported by Lawrence Butcher.
13592 (verilog-getopt): Expand environment variables in -f file
13593 arguments. Suggested by Lawrence Butcher.
13594 (verilog-set-define): Fix "Symbol's value as variable is void"
13595 when reading enumerations.
13596 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
13597 Suggested by Stephen Peltan.
13598 (verilog-read-defines): Fix reading of enumerations in include
13599 files. Reported by Steve Peltan.
13600
13601 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
13602
13603 * files.el (trash-directory): Fix defcustom type.
13604
13605 2009-06-28 Juri Linkov <juri@jurta.org>
13606
13607 * help-fns.el (describe-function-1): Correctly locate adviced
13608 functions in hyperlink (Bug#2438).
13609
13610 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
13611
13612 * files.el (trash-directory): Change default to nil.
13613 (move-file-to-trash): If trash-directory is nil and
13614 system-move-file-to-trash is unbound, perform freedesktop-style
13615 trashing.
13616
13617 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
13618
13619 * files.el (move-file-to-trash): Add freedesktop trash
13620 support (Bug#973).
13621
13622 2009-06-28 Glenn Morris <rgm@gnu.org>
13623
13624 * autorevert.el (global-auto-revert-non-file-buffers)
13625 (global-auto-revert-mode): Doc fixes.
13626
13627 2009-06-27 Johan Bockgård <bojohan@gnu.org>
13628
13629 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
13630
13631 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
13632
13633 * faces.el (x-handle-named-frame-geometry): Ensure that we have
13634 opened an X connection before calling x-get-resource (Bug#3194).
13635
13636 * play/doctor.el: Remove reference to obsolete website.
13637 (make-doctor-variables): Correct grammar mistake (Bug#2633).
13638
13639 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
13640
13641 Remove find-file-not-found-hook VC method. (Bug#2757)
13642 * vc-hooks.el (vc-file-not-found-hook)
13643 (vc-default-find-file-not-found-hook): Remove functions.
13644 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
13645 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
13646 * vc.el:
13647 * vc-hg.el:
13648 * vc-git.el: Do not mention find-file-not-found-hook VC method.
13649
13650 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
13651
13652 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
13653 compatibility function for `looking-back'.
13654
13655 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
13656 Use `ispell-looking-back'.
13657
13658 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
13659
13660 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
13661 rather than `filename'.
13662
13663 2009-06-23 Miles Bader <miles@gnu.org>
13664
13665 * face-remap.el (text-scale-set): New function.
13666
13667 2009-06-23 Glenn Morris <rgm@gnu.org>
13668
13669 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
13670
13671 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
13672
13673 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
13674
13675 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
13676
13677 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
13678 Simplify Persian conditionals.
13679
13680 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
13681 variable `filename'.
13682
13683 * comint.el (comint-insert-input): Doc fix.
13684
13685 * Makefile.in (ELCFILES): Fix typo in previous change.
13686
13687 2009-06-23 Miles Bader <miles@gnu.org>
13688
13689 * cus-start.el: Add entry for `recenter-redisplay'.
13690
13691 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
13692
13693 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
13694 Add an optional argument for the backend, use it instead of
13695 calling vc-backend.
13696 (vc-mode-line): Add an optional argument for the backend.
13697 Pass the backend to vc-state and vc-working-revision. Move code for
13698 special handling for vc-state being a buffer to ...
13699
13700 * vc-rcs.el (vc-rcs-find-file-hook):
13701 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
13702
13703 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
13704 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
13705 vc-stay-local-p and vc-mode-line calls.
13706
13707 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
13708 (vc-cvs-diff, vc-cvs-annotate-command)
13709 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
13710 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
13711 vc-mode-line calls.
13712
13713 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
13714 direct comparison.
13715 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
13716 backend when calling vc-mode-line.
13717 (vc-register): Do not create a closure for calling the vc register
13718 function, call it directly.
13719
13720 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
13721
13722 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
13723 to make it obvious item can be clicked.
13724
13725 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
13726
13727 2009-06-23 Kenichi Handa <handa@m17n.org>
13728
13729 * language/korea-util.el (korean-key-bindings): Change the binding
13730 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
13731 same command.
13732
13733 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
13734
13735 Sync with Tramp 2.1.16.
13736
13737 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
13738
13739 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
13740 when a loading of a package fails. Completion function for rsync
13741 is `tramp-completion-function-alist-ssh'.
13742 (all): Replace all calls of `split-string' and
13743 `tramp-split-string' by `tramp-compat-split-string'.
13744 (tramp-default-method): Use `tramp-compat-process-running-p'.
13745 (tramp-default-proxies-alist): Allow also Lisp forms.
13746 (tramp-remote-path): Add choice "Private Directories".
13747 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
13748 (tramp-domain-regexp): Allow also "-", "_" and ".".
13749 (tramp-end-of-output): Remove newlines, and add "$" at the end.
13750 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
13751 (tramp-debug-message): Insert header line in debug buffer.
13752 (tramp-handle-directory-files-and-attributes-with-stat):
13753 Care about filenames with spaces, or starting with "-".
13754 (tramp-handle-dired-uncache): New defun.
13755 (tramp-handle-insert-directory): Don't flush the directory from
13756 cache, this is handled by `dired-uncache' now.
13757 (tramp-handle-insert-file-contents): Improve error handling.
13758 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13759 Quote `tramp-end-of-output'.
13760 (tramp-action-password): Improve trace message.
13761 (tramp-check-for-regexp): Both echoes must be present, before removing.
13762 (tramp-open-connection-setup-interactive-shell): Trace coding system.
13763 (tramp-compute-multi-hops): Eval cons cells of
13764 `tramp-default-proxies-alist'.
13765 (tramp-maybe-open-connection): Use the same command pattern for
13766 first hop and further hops.
13767 (tramp-wait-for-output): Remove handling of newlines.
13768 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
13769 (tramp-split-string): Remove function. It is handled in
13770 tramp-compat now.
13771
13772 * net/tramp-cmds.el (tramp-bug):
13773 Recommend `tramp-cleanup-all-connections' in the bug mail.
13774
13775 * net/tramp-compat.el (tramp-compat-split-string)
13776 (tramp-compat-process-running-p): New defuns.
13777
13778 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
13779 for `dired-uncache'.
13780
13781 * net/tramp-gvfs.el: New package.
13782
13783 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
13784 Add handler for `dired-uncache'.
13785 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
13786
13787 * net/trampver.el: Update release number. Make version check fit
13788 for SXEmacs 22.
13789
13790 2009-06-22 Jim Meyering <meyering@redhat.com>
13791
13792 Automatically handle .xz suffix (XZ-compressed files), too.
13793 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
13794 XZ is the successor to LZMA: <http://tukaani.org/xz/>
13795
13796 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
13797 Nick Roberts <nickrob@snap.net.nz>
13798
13799 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
13800 repository (http://sphinx.net.ru/hg/gdb-mi/).
13801
13802 2009-06-22 Glenn Morris <rgm@gnu.org>
13803
13804 * files.el (dir-locals-collect-mode-variables): Allow for any number of
13805 `mode' and `eval' entries. (Bug#3430)
13806
13807 * Makefile.in (ELCFILES): Add fadr.elc.
13808
13809 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
13810 differing behavior of \n and ^ in strings. (Bug#3385)
13811
13812 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
13813
13814 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
13815 property.
13816 (lisp-indent-function): Make it a defcustom.
13817
13818 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
13819
13820 * progmodes/gdb-ui.el: Replace with ...
13821 * progmodes/gdb-mi.el: ... this file.
13822 * progmodes/gud.el: Modify for gdb-mi.el.
13823
13824 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
13825
13826 * fadr.el: New file.
13827
13828 See ChangeLog.14 for earlier changes.
13829
13830 ;; Local Variables:
13831 ;; coding: utf-8
13832 ;; End:
13833
13834 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
13835
13836 This file is part of GNU Emacs.
13837
13838 GNU Emacs is free software: you can redistribute it and/or modify
13839 it under the terms of the GNU General Public License as published by
13840 the Free Software Foundation, either version 3 of the License, or
13841 (at your option) any later version.
13842
13843 GNU Emacs is distributed in the hope that it will be useful,
13844 but WITHOUT ANY WARRANTY; without even the implied warranty of
13845 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13846 GNU General Public License for more details.
13847
13848 You should have received a copy of the GNU General Public License
13849 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
13850
13851 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1