* ansi-color.el: Delete unused escape sequences (Bug#6085).
[bpt/emacs.git] / lisp / ChangeLog
1 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2
3 * ansi-color.el: Delete unused escape sequences (Bug#6085).
4 (ansi-color-drop-regexp): New constant.
5 (ansi-color-apply, ansi-color-filter-region)
6 (ansi-color-apply-on-region): Delete unrecognized control
7 sequences.
8 (ansi-color-apply): Build string list before calling concat.
9
10 2010-05-29 Eli Zaretskii <eliz@gnu.org>
11
12 Bidi-sensitive word movement with arrow keys.
13 * subr.el (right-arrow-command, left-arrow-command): Move to
14 bindings.el.
15
16 * bindings.el (right-char, left-char): Move from subr.el and
17 rename from right-arrow-command and left-arrow-command.
18 (right-word, left-word): New functions.
19 (global-map) <right>: Bind to right-char.
20 (global-map) <left>: Bind to left-char.
21 (global-map) <C-right>: Bind to right-word.
22 (global-map) <C-left>: Bind to left-word.
23
24 * ls-lisp.el (ls-lisp-classify-file): New function.
25 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
26 (ls-lisp-classify): Call ls-lisp-classify-file.
27 (insert-directory): Remove blanks from switches.
28
29 2010-05-28 Juri Linkov <juri@jurta.org>
30
31 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
32 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
33 (Bug#5270)
34
35 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
36
37 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
38 to ignored backtrace functions.
39 (with-progress-reporter): Expand docstring.
40 (tramp-handle-delete-file): Implement TRASH argument.
41 (tramp-get-remote-trash): New defun.
42
43 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
44
45 * net/tramp-compat.el (tramp-compat-delete-file): Use
46 `symbol-value' for backward compatibility.
47
48 * net/tramp.el (tramp-handle-make-symbolic-link)
49 (tramp-handle-load)
50 (tramp-do-copy-or-rename-file-via-buffer)
51 (tramp-do-copy-or-rename-file-directly)
52 (tramp-do-copy-or-rename-file-out-of-band)
53 (tramp-handle-process-file, tramp-handle-call-process-region)
54 (tramp-handle-shell-command, tramp-handle-file-local-copy)
55 (tramp-handle-insert-file-contents, tramp-handle-write-region)
56 (tramp-delete-temp-file-function): Use `delete-file' instead
57 of `tramp-compat-delete-file'.
58
59 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
60 (tramp-fish-handle-make-symbolic-link)
61 (tramp-fish-handle-process-file): Use `delete-file' instead
62 of `tramp-compat-delete-file'.
63
64 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
65 `delete-file' instead of `tramp-compat-delete-file'.
66
67 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
68 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
69 `tramp-compat-delete-file'.
70
71 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
72 `delete-file' instead of `tramp-compat-delete-file'.
73
74 * net/tramp-smb.el (tramp-smb-handle-copy-file)
75 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
76 (tramp-smb-handle-write-region): Use `delete-file' instead of
77 `tramp-compat-delete-file'.
78 (tramp-smb-handle-delete-directory): Use 'trash as arg.
79
80 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
81
82 * dired.el (dired-delete-file): New arg TRASH.
83 (dired-internal-do-deletions): New arg TRASH. Use progress
84 reporter.
85 (dired-do-flagged-delete, dired-do-delete): Use trash.
86
87 * speedbar.el (speedbar-item-delete): Allow trashing.
88
89 * files.el (delete-directory): New arg TRASH.
90
91 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
92 (ange-ftp-rename-remote-to-remote)
93 (ange-ftp-rename-local-to-remote)
94 (ange-ftp-rename-remote-to-local, ange-ftp-load)
95 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
96 `delete-file'.
97 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
98 allow trashing.
99
100 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
101 handle new TRASH arg of `delete-file'.
102
103 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to
104 TRASH.
105 (tramp-handle-make-symbolic-link, tramp-handle-load)
106 (tramp-do-copy-or-rename-file-via-buffer)
107 (tramp-do-copy-or-rename-file-directly)
108 (tramp-do-copy-or-rename-file-out-of-band)
109 (tramp-handle-process-file, tramp-handle-call-process-region)
110 (tramp-handle-shell-command, tramp-handle-file-local-copy)
111 (tramp-handle-insert-file-contents, tramp-handle-write-region)
112 (tramp-delete-temp-file-function): Use null TRASH arg in
113 tramp-compat-delete-file call.
114
115 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
116 (tramp-fish-handle-delete-file)
117 (tramp-fish-handle-make-symbolic-link)
118 (tramp-fish-handle-process-file): Use null TRASH arg in
119 `tramp-compat-delete-file' call.
120
121 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
122 arg in `tramp-compat-delete-file' call.
123
124 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
125 (tramp-gvfs-handle-write-region): Use null TRASH arg in
126 `tramp-compat-delete-file' call.
127
128 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
129 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
130 `tramp-compat-delete-file' call.
131
132 * net/tramp-smb.el (tramp-smb-handle-copy-file)
133 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
134 (tramp-smb-handle-write-region): Use null TRASH arg in
135 tramp-compat-delete-file call.
136 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
137 (tramp-smb-handle-delete-file): Rename arg.
138
139 * diff.el (diff-sentinel):
140 * epg.el (epg--make-temp-file, epg-decrypt-string)
141 (epg-verify-string, epg-sign-string, epg-encrypt-string):
142 * jka-compr.el (jka-compr-partial-uncompress)
143 (jka-compr-call-process, jka-compr-write-region):
144 * server.el (server-sentinel): Remove optional arg from
145 delete-file, reverting 2010-05-03 change.
146
147 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
148
149 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
150 font-lock-constant-face, not obsolete font-lock-reference-face.
151
152 2010-05-27 Masatake YAMATO <yamato@redhat.com>
153
154 * htmlfontify.el (hfy-face-resolve-face): New function.
155 (hfy-face-to-style): Use it (Bug#6279).
156
157 2010-05-27 Kenichi Handa <handa@m17n.org>
158
159 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
160 element of GSTRING is nil.
161
162 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
163
164 * emacs-lisp/smie.el (smie-forward-token-function)
165 (smie-backward-token-function): New vars.
166 (smie-backward-sexp, smie-forward-sexp)
167 (smie-indent-hanging-p, smie-indent-calculate): Use them.
168 (smie-default-backward-token): Rename from smie-backward-token and
169 skip comments.
170 (smie-default-forward-token): Rename from smie-forward-token and
171 skip comments.
172 (smie-next-sexp): Handle nil results from next-token.
173 (smie-indent-calculate): Add a new case for special `fixindent' comments.
174
175 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
176
177 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
178 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
179
180 2010-05-26 Glenn Morris <rgm@gnu.org>
181
182 * emulation/edt.el (edt-load-keys): Use locate-library.
183
184 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
185
186 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
187 (log-edit-changelog-entries): Doc fix.
188 (log-edit-changelog-insert-entries): Args changed.
189 Rename relative filenames in ChangeLog entries. Delete tabs.
190 (log-edit-insert-changelog-entries): Reorganize return value of
191 `log-edit-changelog-entries' to pass filenames to
192 log-edit-changelog-insert-entries.
193
194 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
195
196 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
197 `image-dired-dired-insert-marked-thumbs' to
198 `image-dired-dired-toggle-marked-thumbs'.
199
200 * image-dired.el: Require cl when compiling.
201 (image-dired-dired-toggle-marked-thumbs): Rename from
202 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
203 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
204 to 'no-dir. Skip files whose names don't match
205 `image-file-name-regexp'. When file has a thumbnail overlay,
206 delete it. (Bug#5270)
207
208 2010-05-25 Juri Linkov <juri@jurta.org>
209
210 * image-mode.el (image-mode): Add image-after-revert-hook to
211 after-revert-hook.
212 (image-after-revert-hook): New function. (Bug#5669)
213
214 2010-05-25 Juri Linkov <juri@jurta.org>
215
216 * image.el (image-animated-p): When delay between animated images
217 is 0, set it to 10 (0.1 sec). (Bug#6258)
218
219 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
220
221 * net/tramp.el (tramp-handle-insert-directory): Don't use
222 `forward-word', its default syntax could be changed.
223
224 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
225
226 * net/tramp.el (tramp-progress-reporter-update): New defun.
227 (with-progress-reporter): Use it.
228 (tramp-process-actions):
229 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
230 current message, in order to let progress reporter continue
231 afterwards. (Bug#6257)
232
233 2010-05-25 Glenn Morris <rgm@gnu.org>
234
235 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
236 Add :version.
237
238 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
239
240 * net/rcirc.el (rcirc-server-alist): Add :pass.
241 (rcirc-default-user-name): Change to "user".
242 (rcirc-default-full-name): Change to "unknown".
243 (rcirc-user-name-history): Add variable.
244 (rcirc): When prompting for connection paramaters, also prompt for
245 username and password.
246 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
247 value to server when connecting.
248
249 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
250
251 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
252 (smie-merge-prec2s): Pass the tables as separate args.
253 (smie-bnf-precedence-table): Adjust call accordingly.
254 (smie-prec2-levels): Set levels at the end.
255
256 Replace Lisp calls to delete-backward-char by delete-char.
257 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
258 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
259 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
260 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
261 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
262 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
263 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
264 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
265 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
266 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
267 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
268 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
269 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
270 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
271 delete-backward-char by calls to delete-char.
272
273 2010-05-25 Kenichi Handa <handa@m17n.org>
274
275 * language/hebrew.el (hebrew-shape-gstring): New function.
276 Register it in composition-function-table for all Hebrew combining
277 characters.
278
279 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
280
281 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
282
283 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
284
285 * subr.el (read-quoted-char): Resolve modifiers after key
286 remapping (bug#6212).
287
288 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
289
290 * image.el (image-refresh): Define as an alias for image-flush.
291
292 * image-mode.el (image-toggle-display-image): Caller changed.
293
294 2010-05-21 Juri Linkov <juri@jurta.org>
295
296 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
297 Remove "all" from grep-files-aliases. Split grep-files-aliases by
298 whitespace, call wildcard-to-regexp on substrings and concat them
299 with "\\|". (Bug#6114)
300
301 2010-05-21 Alan Mackenzie <acm@muc.de>
302
303 * progmodes/cc-engine.el (c-parse-state-get-strategy):
304 Replace parameter `here' with `here-' and `here-plus', which sandwich
305 any pertinent CPP construct.
306 (c-remove-stale-state-cache-backwards): Fix a bug which happens
307 when doing (c-parse-state) in a CPP construct: Exclude any "new"
308 CPP construct from taking part in the scanning.
309
310 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
311
312 * net/tramp.el (tramp-do-copy-or-rename-file)
313 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
314 Tune `with-progress-reporter' messages.
315 (tramp-handle-vc-registered):
316 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
317 (tramp-fish-handle-insert-file-contents)
318 (tramp-fish-maybe-open-connection):
319 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
320 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
321 (tramp-imap-handle-insert-file-contents)
322 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
323
324 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
325
326 * add-log.el (change-log-font-lock-keywords):
327 Highlight all authors in multi-author entries.
328
329 * smerge-mode.el (smerge-refine-ignore-whitespace)
330 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
331 Fix typos in docstrings.
332 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
333
334 2010-05-21 Glenn Morris <rgm@gnu.org>
335
336 * progmodes/fortran.el (fortran-mode):
337 * progmodes/f90.el (f90-mode): Derive from prog-mode.
338
339 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
340 having a relative path in src/Makefile.in.
341
342 2010-05-20 Kevin Ryde <user42@zip.com.au>
343
344 * help-mode.el (help-make-xrefs): For Info node links turn
345 newlines into spaces. Link node names with newlines are matched
346 by help-xref-info-regexp and buttonized, this change ensures they
347 can be followed successfully with RET. (Bug#6206)
348
349 2010-05-20 Juri Linkov <juri@jurta.org>
350
351 * locate.el (locate): Use pop-to-buffer instead of
352 switch-to-buffer-other-window. (Bug#6204)
353
354 2010-05-20 Juri Linkov <juri@jurta.org>
355
356 * replace.el (replace-highlight): Fix lazy-highlighting
357 for `M-s w str M-% str RET'.
358
359 2009-12-15 Masatake YAMATO <yamato@redhat.com>
360
361 * isearch.el (isearch-yank-word-or-char): Pull next subword
362 when `subword-mode' is activated. (Bug#6220)
363
364 2010-05-20 Mark A. Hershberger <mah@everybody.org>
365
366 * isearch.el (isearch-update-post-hook): New hook.
367 (isearch-update): Use the new hook. (Bug#6225)
368
369 2010-05-20 Juri Linkov <juri@jurta.org>
370
371 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
372 [f1], [help], and (char-to-string help-char) instead of "\C-h".
373 (Bug#6222)
374
375 2010-05-20 Juri Linkov <juri@jurta.org>
376
377 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
378 (Bug#6223)
379
380 2010-05-20 Juri Linkov <juri@jurta.org>
381
382 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
383 FILE-NAME to read from the minibuffer when called interactively
384 with prefix argument instead of using buffer-file-name.
385 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
386
387 * dired.el: Update autoloads.
388
389 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
390
391 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
392 nxml-finish-element, for consistency with SGML mode.
393
394 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
395 octave-close-block.
396
397 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
398
399 * composite.el: Require cl when compiling.
400 (reference-point-alist, compose-gstring-for-graphic)
401 (compose-gstring-for-terminal): Fix typos in docstrings.
402
403 2010-05-19 Juri Linkov <juri@jurta.org>
404
405 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
406 set-window-parameter.
407
408 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
409
410 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
411 where appropriate.
412 (tramp-maybe-open-connection): Use it.
413
414 2010-05-19 Eli Zaretskii <eliz@gnu.org>
415
416 * simple.el (move-end-of-line): Make sure we are at line beginning
417 before backing up to end of previous line.
418
419 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
420
421 * password-cache.el (password-cache-remove): Fix docstring.
422
423 * net/secrets.el: Autoload the widget functions.
424 (secrets-search-items, secrets-create-item)
425 (secrets-get-attributes, secrets-expand-item): Attributes will be
426 stored on the password database without leading ":", as all other
427 clients do as well.
428 (secrets-mode): Fix docstring.
429 (secrets-show-secrets): Provide it as autoloaded command only when
430 D-Bus support is available. Check existence of Secret Service API.
431
432 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
433
434 * indent.el (indent-region): Deactivate region (bug#6200).
435
436 2010-05-19 Glenn Morris <rgm@gnu.org>
437
438 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
439
440 2010-05-19 Kenichi Handa <handa@m17n.org>
441
442 * composite.el: Register compose-gstring-for-graphic in
443 composition-function-table only for combining characters (Mn, Mc, Me).
444
445 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
446
447 * calc/calc-trail.el (calc-trail-isearch-forward)
448 (calc-trail-isearch-backward): Ensure that the new window
449 point is set correctly.
450
451 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
452
453 * subr.el (read-quoted-char): Resolve modifiers after key
454 remapping (bug#6212).
455
456 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
457
458 Add visualization code for secrets.
459 * net/secrets.el (secrets-mode): New major mode.
460 (secrets-show-secrets, secrets-show-collections)
461 (secrets-expand-collection, secrets-expand-item)
462 (secrets-tree-widget-after-toggle-function)
463 (secrets-tree-widget-show-password): New defuns.
464
465 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
466
467 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
468 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
469 handled in smie-next-sexp.
470 (smie-indent-calculate): Provide a starting indentation (so the
471 recursion is well-founded ;-).
472
473 Fix handling of non-associative equal levels.
474 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
475 when it's not needed.
476 (smie-op-left, smie-op-right): New functions.
477 (smie-next-sexp): New function, extracted from smie-backward-sexp.
478 Better handle equal levels to distinguish the associative case from
479 the "multi-keyword construct" case.
480 (smie-backward-sexp, smie-forward-sexp): Use it.
481
482 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
483
484 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
485
486 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
487 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
488
489 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
490
491 Provide a simple generic indentation engine and use it for Prolog.
492 * emacs-lisp/smie.el: New file.
493 * progmodes/prolog.el (prolog-smie-op-levels)
494 (prolog-smie-indent-rules): New var.
495 (prolog-mode-variables): Use them to configure SMIE.
496 (prolog-indent-line, prolog-indent-level): Remove.
497
498 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
499
500 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
501 order before computing the averages.
502
503 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
504
505 * calc/calc-vec.el (calc-histogram):
506 (calcFunc-histogram): Allow vectors as inputs.
507 (math-vector-avg): New function.
508
509 * calc/calc-ext.el (math-group-float): Have the number of digits
510 being grouped depend on the radix (Bug#6189).
511
512 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
513
514 * version.el (emacs-copyright, emacs-version): Don't define here,
515 now that emacs.c defines it.
516
517 2010-05-15 Eli Zaretskii <eliz@gnu.org>
518
519 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
520 "Describe Language Environment" menu item.
521
522 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
523
524 Bidi-sensitive movement with arrow keys.
525 * subr.el (right-arrow-command, left-arrow-command): New functions.
526
527 * bindings.el (global-map): Bind them to right and left arrow keys.
528
529 Don't override standard definition of convert-standard-filename.
530 * files.el (convert-standard-filename): Call
531 w32-convert-standard-filename and dos-convert-standard-filename on
532 the corresponding systems.
533
534 * w32-fns.el (w32-convert-standard-filename): Rename from
535 convert-standard-filename. Doc fix.
536
537 * dos-fns.el (dos-convert-standard-filename): Doc fix.
538 (convert-standard-filename): Don't defalias.
539 (register-name-alist, make-register, register-value)
540 (set-register-value, intdos): Obsolete aliases for the
541 corresponding dos-* functions and variables.
542 (dos-intdos): Add a doc string.
543
544 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
545
546 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
547 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
548 (math-compose-tex-func):
549 * calc/calccomp.el (math-compose-expr):
550 * calc/calc-ext.el (math-format-flat-expr-fancy):
551 * calc/calc-store.el (calc-read-var-name):
552 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
553
554 * calc/calc.el (var-π, var-φ, var-γ): New variables.
555 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
556 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
557 (math-standard-units): Add units.
558
559 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * progmodes/asm-mode.el (asm-mode):
562 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
563
564 * pcomplete.el (pcomplete-completions-at-point): New function,
565 extracted from pcomplete-std-complete.
566 (pcomplete-std-complete): Use it.
567
568 2010-05-15 Glenn Morris <rgm@gnu.org>
569
570 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
571 Remove references to CVS, RCS and Old directories.
572
573 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
574
575 * calc/calc-bin.el (math-format-twos-complement): Group digits when
576 appropriate.
577
578 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
579
580 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
581 (sh-mode-syntax-table): Give it a default value instead.
582 (sh-header-marker): Make buffer-local.
583 (sh-mode): Move make-local-variable to the corresponding setq.
584 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
585 Use complete-with-action.
586
587 * simple.el (prog-mode): New (abstract) major mode.
588 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
589 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
590
591 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
592
593 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
594 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
595 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
596 (sql-make-alternate-buffer-name, sql-placeholders-filter)
597 (sql-escape-newlines-filter, sql-input-sender)
598 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
599
600 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
601
602 Add TeX open-block and close-block keybindings to SGML, and vice versa.
603
604 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
605 latex-open-block and C-c / to latex-close-block.
606
607 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
608 and C-c C-e to sgml-close-tag.
609
610 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
611
612 * net/tramp.el (with-progress-reporter): Create reporter object
613 only when the message would be displayed. Handle nested calls.
614 (tramp-handle-load, tramp-handle-file-local-copy)
615 (tramp-handle-insert-file-contents, tramp-handle-write-region)
616 (tramp-maybe-send-script, tramp-find-shell):
617 Use `with-progress-reporter'.
618 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
619 Fix message text.
620
621 * net/tramp-smb.el (tramp-smb-handle-copy-file)
622 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
623 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
624 Use `with-progress-reporter'.
625
626 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
627
628 * ispell.el (ispell-init-process): Do not kill ispell process
629 everytime when spellchecking from the minibuffer (bug#6143).
630
631 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
632
633 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
634
635 * dos-fns.el: Add "dos-" prefix for namespace control.
636 (convert-standard-filename): Define as alias for
637 dos-convert-standard-filename but only if applicable.
638
639 2010-05-12 Alan Mackenzie <acm@muc.de>
640
641 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
642 Push the mark at the start of these functions when appropriate.
643
644 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
645
646 * minibuffer.el (completion-cycle-threshold): New custom var.
647 (completion--do-completion): Use it.
648 (minibuffer-complete): Use cycling if appropriate.
649
650 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
651
652 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
653 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
654
655 2010-05-11 Juri Linkov <juri@jurta.org>
656
657 * scroll-all.el (scroll-all-check-to-scroll):
658 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
659
660 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
661
662 * iimage.el (iimage-mode-map): Move initialization into declaration.
663 (iimage-mode-buffer): Use with-silent-modifications.
664 Simplify calling convention. Adjust callers.
665 (iimage-mode): Don't run hook redundantly.
666
667 * minibuffer.el (completion-pcm--pattern->regex):
668 Fix last change (bug#6160).
669
670 2010-05-10 Juri Linkov <juri@jurta.org>
671
672 Remove nodes visited during Isearch from the Info history.
673 * info.el (Info-isearch-initial-history)
674 (Info-isearch-initial-history-list): New variables.
675 (Info-isearch-start): Record initial values of
676 Info-isearch-initial-history and Info-isearch-initial-history-list.
677 Add Info-isearch-end to isearch-mode-end-hook.
678 (Info-isearch-end): New function.
679
680 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
681
682 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
683 format string, in order to work around a bug in pdksh.
684 Reported by Gilles Pion <gpion@lfdj.com>.
685 (tramp-handle-verify-visited-file-modtime): Do not send a command
686 when the connection is not established.
687 (tramp-handle-set-file-times): Simplify the check for utc.
688
689 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
690
691 Fix use of `filter-buffer-substring' (rework previous change).
692 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
693 (cua-repeat-replace-region):
694 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
695 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
696 (cua-cut-region-to-global-mark): Use it.
697
698 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
699
700 * progmodes/sql.el: Version 2.1.
701 (sql-product-alist): Redesign structure of product info.
702 (sql-product, sql-user, sql-server, sql-database): Safe variables.
703 (sql-port, sql-port-history): New variables.
704 (sql-interactive-product): New variable.
705 (sql-send-terminator): New variable.
706 (sql-imenu-generic-expression): Add "Types" imenu entry.
707 (sql-oracle-login-params, sql-sqlite-login-params)
708 (sql-mysql-login-params, sql-solid-login-params)
709 (sql-sybase-login-params, sql-informix-login-params)
710 (sql-ingres-login-params, sql-ms-login-params)
711 (sql-postgres-login-params, sql-interbase-login-params)
712 (sql-db2-login-params, sql-linter-login-params)
713 (sql-oracle-scan-on): New variables.
714 (sql-mode-map): Add C-c C-i to start interactive mode.
715 (sql-mode-menu): Update existing menu entries.
716 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
717 (sql-mode-oracle-font-lock-keywords)
718 (sql-mode-postgres-font-lock-keywords)
719 (sql-mode-ms-font-lock-keywords)
720 (sql-mode-sybase-font-lock-keywords)
721 (sql-mode-informix-font-lock-keywords)
722 (sql-mode-interbase-font-lock-keywords)
723 (sql-mode-ingres-font-lock-keywords)
724 (sql-mode-solid-font-lock-keywords)
725 (sql-mode-mysql-font-lock-keywords)
726 (sql-mode-sqlite-font-lock-keywords)
727 (sql-mode-db2-font-lock-keywords)
728 (sql-mode-linter-font-lock-keywords): Update initialization to
729 reduce run-time complexity.
730 (sql-add-product, sql-del-product): New functions.
731 (sql-set-product-feature, sql-get-product-feature): New functions.
732 (sql-product-font-lock): Update product API.
733 (sql-add-product-keywords): New function.
734 (sql-highlight-product): Update product API.
735 (sql-help-list-products): New function.
736 (sql-help): Dynamically lists free and non-free products.
737 (sql-get-login): Correct bug in handling history and added
738 prompt for port.
739 (sql-copy-column): Copy without properties.
740 (sqli-input-sender): Apply filters to SQLi input.
741 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
742 Implement as a filter.
743 (sql-escape-newlines-filter): Implement as a filter.
744 (sql-remove-tabs-filter): New function.
745 (sql-send-magic-terminator): New function.
746 (sql-send-string): Implement magic terminator.
747 (sql-send-region): Use `sql-send-string'.
748 (sql-interactive-mode): Use product API.
749 (sql-product-interactive): Use product API.
750 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
751 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
752 (sql-db2, sql-linter): Use `sql-product-interactive'.
753 (sql-connect): New function.
754 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
755 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
756 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
757 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
758 Use `sql-connect'.
759
760 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
761
762 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
763 New custom variable.
764 (completion-pcm--string->pattern): Use it.
765 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
766 Make it handle any symbol as `any'.
767 (completion-pcm--merge-completions): Extract common suffix for the new
768 `prefix' symbol as well.
769 (completion-substring--all-completions): Use the new `prefix' symbol.
770
771 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
772
773 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
774 not bound.
775 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
776 (tramp-compat-funcall): New defmacro.
777 (tramp-compat-line-beginning-position)
778 (tramp-compat-line-end-position)
779 (tramp-compat-temporary-file-directory)
780 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
781 (tramp-compat-copy-file, tramp-compat-copy-directory)
782 (tramp-compat-delete-file, tramp-compat-delete-directory)
783 (tramp-compat-number-sequence, tramp-compat-process-running-p)
784 * net/tramp.el (top, with-progress-reporter)
785 (tramp-rfn-eshadow-setup-minibuffer)
786 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
787 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
788 (tramp-completion-mode-p, tramp-check-for-regexp)
789 (tramp-open-connection-setup-interactive-shell)
790 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
791 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
792 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
793 * net/tramp-cmds.el (tramp-cleanup-all-connections)
794 (tramp-reporter-dump-variable, tramp-load-report-modules)
795 (tramp-append-tramp-buffers)
796 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
797
798 * net/tramp-imap.el (top): Autoload `epg-make-context'.
799
800 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
801
802 * progmodes/compile.el (compilation-buffer-modtime): Rename from
803 buffer-modtime. Adjust users.
804
805 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
806
807 * international/mule.el (auto-coding-alist): Only purecopy
808 car of each item, not the whole list (Bug#6083).
809
810 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
811
812 * progmodes/js.el (js-mode): Make paragraph variables local before
813 calling c-setup-paragraph-variables (Bug#6071).
814
815 2010-05-08 Eli Zaretskii <eliz@gnu.org>
816
817 * composite.el (compose-region, reference-point-alist): Fix typos
818 in the doc strings.
819
820 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
821
822 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
823 gnuplot's "set" command.
824
825 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
826
827 * abbrev.el (last-abbrev-text): Doc fix.
828 (abbrev-prefix-mark): Don't escape parenthesis.
829
830 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
831
832 * composite.el (find-composition): Doc fix.
833
834 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
835
836 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
837 (sql-oracle-program, sql-sqlite-options)
838 (sql-query-placeholders-and-send): Doc fixes.
839 (sql-set-product, sql-interactive-mode): Reflow docstrings.
840 (sql-imenu-generic-expression, sql-buffer)
841 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
842 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
843 (sql-mode-sybase-font-lock-keywords)
844 (sql-mode-informix-font-lock-keywords)
845 (sql-mode-interbase-font-lock-keywords)
846 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
847 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
848 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
849 (sql-product-feature, sql-highlight-product)
850 (comint-line-beginning-position, sql-rename-buffer)
851 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
852 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
853 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
854 Fix typos in docstrings.
855
856 2010-05-08 Juri Linkov <juri@jurta.org>
857
858 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
859 property instead of `invisible' and `after-string' (bug#5998).
860
861 2010-05-08 Juri Linkov <juri@jurta.org>
862
863 * image-mode.el (image-mode-as-text): Fix typo in docstring.
864
865 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
866
867 * filecache.el (file-cache-add-directory-list)
868 (file-cache-add-directory-recursively): Fix typos in docstrings.
869
870 2010-05-08 Kenichi Handa <handa@m17n.org>
871
872 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
873 (gujarati-composable-pattern): Fix typo.
874
875 2010-05-08 Kenichi Handa <handa@m17n.org>
876
877 * language/indian.el (oriya-composable-pattern)
878 (tamil-composable-pattern, malayalam-composable-pattern):
879 Add two-part vowels to "v" (vowel sign).
880
881 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
882
883 * files.el (copy-directory): Handle symlinks (Bug#5982).
884
885 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
886
887 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
888 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
889 (Bug#5846).
890
891 2010-05-08 Glenn Morris <rgm@gnu.org>
892
893 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
894
895 * minibuffer.el (completion-at-point): Doc fix.
896
897 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * electric.el (Electric-command-loop): Minor tweak.
900
901 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
902 better with dedicated windows.
903
904 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
905
906 * Version 23.2 released.
907
908 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
909 Stefan Monnier <monnier@iro.umontreal.ca>
910
911 Highlight vendor specific properties.
912 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
913 (css-proprietary-property): New face.
914 (css-font-lock-keywords): Use them.
915
916 2010-05-07 Eli Zaretskii <eliz@gnu.org>
917
918 * cus-start.el (all): Add native condition for tool-bar-* symbols.
919
920 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
921
922 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
923 * files.el (auto-mode-alist): Remove redundant entries.
924
925 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
926 * simple.el (auto-save-mode): Move from files.el.
927 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
928
929 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
930
931 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
932
933 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
934
935 * mail/binhex.el (binhex-decode-region-internal)
936 * mail/uudecode.el (uudecode-decode-region-internal)
937 * net/dns.el (dns-read-string-name, dns-write, dns-read)
938 (dns-read-type, dns-query)
939 * pgg-parse.el (pgg-parse-armor)
940 * pgg.el (pgg-verify-region)
941 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
942 XEmacs.
943
944 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
945
946 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
947
948 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
949
950 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
951 * emulation/cua-base.el (cua-repeat-replace-region):
952 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
953 (cua-cut-region-to-global-mark):
954 Remove text properties with `set-text-properties'.
955
956 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
957
958 * net/tramp.el (top, with-progress-reporter):
959 Use `symbol-function' inside `funcall'.
960
961 * net/tramp-compat.el (tramp-compat-file-attributes)
962 (tramp-compat-delete-file, tramp-compat-delete-directory):
963 Handle only `wrong-number-of-arguments' error.
964
965 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
966 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
967 inside `funcall'.
968
969 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
970
971 * minibuffer.el (completion--sreverse, completion--common-suffix):
972 New functions.
973 (completion-pcm--merge-completions): Extract common suffix when safe.
974
975 * emacs-lisp/easy-mmode.el (define-minor-mode):
976 Make :variable more flexible.
977 * files.el (auto-save-mode): Use it to define using define-minor-mode.
978
979 2010-05-05 Juri Linkov <juri@jurta.org>
980
981 Add `slow' and `history' tags to the desktop data.
982
983 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
984 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
985 (Info-finder-find-node): Require `finder.el' to be able
986 to restore node from the desktop.
987 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
988 data `Info-history' and `slow' tag in the assoc list.
989 (Info-restore-desktop-buffer): Don't restore nodes with the
990 `slow' tag. Restore `Info-history'.
991
992 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
993
994 Add FORCE argument to `delete-file'.
995
996 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
997 forcing to delete the temporary file.
998 (ange-ftp-delete-file): Add FORCE arg.
999 (ange-ftp-rename-remote-to-remote)
1000 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
1001 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
1002 Force file deletion.
1003
1004 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
1005
1006 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
1007 (tramp-handle-make-symbolic-link, tramp-handle-load)
1008 (tramp-do-copy-or-rename-file-via-buffer)
1009 (tramp-do-copy-or-rename-file-directly)
1010 (tramp-do-copy-or-rename-file-out-of-band)
1011 (tramp-handle-process-file, tramp-handle-call-process-region)
1012 (tramp-handle-shell-command, tramp-handle-file-local-copy)
1013 (tramp-handle-insert-file-contents, tramp-handle-write-region)
1014 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
1015
1016 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
1017 (tramp-fish-handle-make-symbolic-link)
1018 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
1019
1020 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1021 Use `tramp-compat-delete-file'.
1022
1023 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
1024 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
1025
1026 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
1027 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
1028
1029 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
1030 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
1031 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
1032 `tramp-compat-delete-file'.
1033
1034 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1035
1036 Minor cleanups.
1037 * subr.el (add-minor-mode): Use push.
1038 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
1039 * emulation/edt.el (edt-select-mode): Simplify.
1040
1041 Use define-minor-mode in more cases.
1042 * term/tvi970.el (tvi970-set-keypad-mode):
1043 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1044 (normal-erase-is-backspace-mode):
1045 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
1046 (set-scroll-bar-mode-1): (Re)move to its sole caller.
1047 (get-scroll-bar-mode): New function.
1048 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
1049
1050 Use define-minor-mode for less obvious cases.
1051 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
1052 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
1053 * international/iso-ascii.el (iso-ascii-mode):
1054 * frame.el (auto-raise-mode, auto-lower-mode):
1055 * composite.el (global-auto-composition-mode): Use define-minor-mode.
1056
1057 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
1058
1059 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
1060 in order to see error messages for failed logins.
1061
1062 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
1063
1064 * diff.el (diff-sentinel):
1065
1066 * epg.el (epg--make-temp-file, epg-decrypt-string)
1067 (epg-verify-string, epg-sign-string, epg-encrypt-string):
1068
1069 * jka-compr.el (jka-compr-partial-uncompress)
1070 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
1071
1072 * server.el (server-sentinel): Use delete-file's new FORCE arg
1073 (Bug#6070).
1074
1075 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1076
1077 Use define-minor-mode where applicable.
1078 * view.el (view-mode):
1079 * type-break.el (type-break-query-mode)
1080 (type-break-mode-line-message-mode):
1081 * textmodes/reftex.el (reftex-mode):
1082 * term/vt100.el (vt100-wide-mode):
1083 * tar-mode.el (tar-subfile-mode):
1084 * savehist.el (savehist-mode):
1085 * ibuf-ext.el (ibuffer-auto-mode):
1086 * composite.el (auto-composition-mode):
1087 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1088 Use define-minor-mode.
1089 (vhdl-mode): Use static mode-line format.
1090 (vhdl-mode-line-update): Delete.
1091 (vhdl-create-mode-menu, vhdl-activate-customizations)
1092 (vhdl-hs-minor-mode): Don't bother calling it.
1093
1094 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1095
1096 * simple.el (with-wrapper-hook): Move.
1097 (buffer-substring-filters): Mark obsolete.
1098 (filter-buffer-substring-functions): New variable.
1099 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
1100
1101 Use a mode-line spec rather than a static string in Semantic.
1102 * cedet/semantic/util-modes.el:
1103 (semantic-minor-modes-format): New var to replace...
1104 (semantic-minor-modes-status): Remove.
1105 (semantic-mode-line-update): Construct a mode-line spec rather than
1106 a static string so that mouse buttons can be used on individual minor
1107 modes and so that semantic-mode-line-update only needs to be called
1108 when global settings are changed.
1109 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
1110 Call semantic-mode-line-update.
1111 (semantic-toggle-minor-mode-globally): Don't assume mode is on
1112 minor-mode-alist, check semantic-minor-mode-alist as well.
1113 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
1114 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
1115 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
1116 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1117 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1118 (define-semantic-idle-service, semantic-idle-summary-mode):
1119 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
1120 Don't call semantic-mode-line-update any more.
1121
1122 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1123
1124 Use define-minor-mode in CEDET where applicable.
1125
1126 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
1127 Use define-minor-mode.
1128
1129 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
1130 Remove unused arg `keymap' and code redundant with define-minor-mode.
1131 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
1132 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
1133 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
1134 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
1135 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
1136 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
1137 Use define-minor-mode.
1138 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
1139 (semantic-show-unmatched-syntax-mode-setup)
1140 (semantic-show-parser-state-mode-setup)
1141 (semantic-highlight-func-mode-setup): Inline into sole caller.
1142
1143 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1144 (semantic-mru-bookmark-mode): Use define-minor-mode.
1145 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
1146
1147 * cedet/semantic/idle.el (define-semantic-idle-service):
1148 Use define-minor-mode and inline setup function into its sole caller.
1149 (semantic-idle-scheduler-mode-setup)
1150 (semantic-idle-summary-mode-setup): Inline into sole caller.
1151 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
1152 Use define-minor-mode.
1153
1154 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
1155 (semantic-decoration-mode): Use define-minor-mode.
1156 (semantic-decoration-mode-setup): Inline into sole caller.
1157
1158 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
1159 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
1160 (ede-dired-add-to-target): Use dolist.
1161
1162 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1163 Michael Albinus <michael.albinus@gmx.de>
1164
1165 Implement compression for inline methods.
1166
1167 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1168 (tramp-copy-size-limit): Allow also nil.
1169 (tramp-inline-compress-commands): New defconst.
1170 (tramp-find-inline-compress, tramp-get-inline-compress)
1171 (tramp-get-inline-coding): New defuns.
1172 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1173 replaced by `tramp-get-inline-coding'.
1174 (tramp-handle-file-local-copy, tramp-handle-write-region)
1175 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1176
1177 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1178
1179 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
1180 Remove unused functions.
1181
1182 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
1183 Set find-tag-default-function as a variable rather than a property.
1184
1185 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
1186 * progmodes/etags.el (tags-completion-at-point-function):
1187 Remove left over interactive spec. Add autoloading stub.
1188 (complete-tag): Use tags-completion-at-point-function.
1189
1190 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
1191
1192 * minibuffer.el (tags-completion-at-point-function): Fix return value.
1193
1194 2010-04-30 Eli Zaretskii <eliz@gnu.org>
1195
1196 * composite.el (compose-region, reference-point-alist): Fix typos
1197 in the doc strings.
1198
1199 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
1200
1201 * ido.el (ido-init-completion-maps): Remove C-v binding.
1202 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
1203
1204 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
1205
1206 * minibuffer.el (tags-completion-at-point-function): New function.
1207 (completion-at-point-functions): Use it.
1208
1209 * cedet/semantic.el (semantic-completion-at-point-function): New function.
1210 (semantic-mode): Use semantic-completion-at-point-function for
1211 completion-at-point-functions instead.
1212
1213 * progmodes/etags.el (complete-tag): Revert last change.
1214
1215 2010-04-29 Alan Mackenzie <acm@muc.de>
1216
1217 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
1218 off-by-one error (in end of macro position).
1219
1220 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1221
1222 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
1223 firefox is absent. Don't autoload.
1224 (browse-url-galeon-program): Don't autoload.
1225
1226 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
1227
1228 * bindings.el (complete-symbol): Move into minibuffer.el.
1229
1230 * minibuffer.el (complete-tag): Move from etags.el. If tags
1231 completion cannot be performed, return nil instead of signalling
1232 an error.
1233 (completion-at-point): Make it an alias for complete-symbol.
1234 (complete-symbol): Move from bindings.el, and replace with the
1235 body of completion-at-point.
1236
1237 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
1238
1239 * cedet/semantic.el (semantic-mode): When enabled, add
1240 semantic-ia-complete-symbol to completion-at-point-functions.
1241
1242 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
1243 if Semantic is not active.
1244
1245 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
1246
1247 * net/tramp.el (tramp-remote-selinux-p): New defun.
1248 (tramp-handle-file-selinux-context)
1249 (tramp-handle-set-file-selinux-context): Use it.
1250
1251 2010-04-28 Sam Steingold <sds@gnu.org>
1252
1253 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1254 `safe-local-variable' if the value is a string or a symbol with
1255 the property `bug-reference-url-format'.
1256
1257 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
1258
1259 * progmodes/bug-reference.el (bug-reference-url-format): Revert
1260 2010-04-27 change due to security risk.
1261
1262 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1263
1264 Make it possible to locally disable a globally enabled mode.
1265 * simple.el (fundamental-mode): Run fundamental-mode-hook.
1266 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
1267 rather than kill-all-local-variables so it runs fundamental-mode-hook.
1268 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1269 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
1270 that subsequent hooks get a chance to disable it.
1271
1272 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1273
1274 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1275 Avoid re-enabling a minor mode after the user turned the minor mode
1276 off if MODE-enable-in-buffers is run twice (typically once from
1277 fundamental-mode's after-change-major-mode-hook and a second time from
1278 run-mode-hook's own after-change-major-mode-hook).
1279
1280 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
1281
1282 2010-04-27 Sam Steingold <sds@gnu.org>
1283
1284 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1285 `safe-local-variable' if the value is a string or a function, as
1286 documented and implemented on 2010-04-02.
1287
1288 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
1289
1290 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
1291 when method is 'kill.
1292
1293 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1294
1295 * ispell.el (ispell-init-process): Fix personal dictionary condition
1296 in default directory check.
1297 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
1298 Kill ispell process when killing its associated buffer.
1299
1300 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
1301
1302 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
1303 but we aren't using it.
1304
1305 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
1306
1307 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
1308 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
1309
1310 2010-04-24 Glenn Morris <rgm@gnu.org>
1311
1312 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
1313 Ignore VCS-ignore files, and deleted nextstep preferences files.
1314 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
1315 (authors-ambiguous-files): New list.
1316 (authors-valid-file-names): Add some deleted files.
1317 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
1318 (authors-disambiguate-file-name): New function. (Bug#5501)
1319 (authors-canonical-file-name): Doc fix.
1320 Don't warn about obsolete files.
1321 (authors-canonical-file-name, authors-scan-el):
1322 Use authors-disambiguate-file-name.
1323
1324 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1325 Add autoload cookies.
1326 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
1327 (generated-autoload-file): Set file-local value to "htmlfontify.el".
1328 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
1329 They have definitions / compiler macros in cl.el.
1330 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1331 Replace manual autoloads with generated ones.
1332 (htmlfontify-unload-rgb-file): Remove autoload.
1333 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
1334
1335 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1336
1337 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
1338 (byte-compile-setq-default): Optimize for the
1339 single-var case and don't call byte-compile-form in this case to avoid
1340 inf-loop with byte-compile-set-default.
1341
1342 * progmodes/compile.el (compilation-start): Abbreviate default directory.
1343
1344 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
1345
1346 Implement SELINUX backends.
1347
1348 * net/tramp.el (tramp-file-name-handler-alist):
1349 Add `file-selinux-context' and `set-file-selinux-context'.
1350 (tramp-handle-file-selinux-context)
1351 (tramp-handle-set-file-selinux-context): New defuns.
1352 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1353 Handle PRESERVE-SELINUX-CONTEXT.
1354
1355 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1356 Add `file-selinux-context' and `set-file-selinux-context'.
1357 (tramp-gvfs-handle-file-selinux-context)
1358 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1359 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1360
1361 * net/ange-ftp.el (ange-ftp-copy-file):
1362 * net/tramp-fish.el (tramp-fish-handle-copy-file):
1363 * net/tramp-imap.el (tramp-imap-handle-copy-file):
1364 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1365 Add PRESERVE-SELINUX-CONTEXT.
1366
1367 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
1368
1369 Synchronize with Tramp repository.
1370
1371 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
1372 (tramp-action-process-alive, tramp-action-out-of-band)
1373 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1374 (tramp-exists-file-name-handler): Fix docstring.
1375 (with-progress-reporter): New defmacro.
1376 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
1377 (tramp-maybe-open-connection): Use it.
1378
1379 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
1380
1381 Detect ssh 'ControlMaster' argument automatically in some cases.
1382
1383 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1384 (tramp-default-method): Use it.
1385
1386 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
1387
1388 * net/tramp.el (tramp-handle-copy-file): Add new optional
1389 parameter `preserve-selinux-context'.
1390 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
1391
1392 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
1393
1394 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
1395 Ensure, that non remote files are still checked. Oops.
1396
1397 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
1398
1399 Fix Bug#5840.
1400
1401 * icomplete.el (icomplete-completions): Use `non-essential'.
1402
1403 * net/tramp.el (tramp-connectable-p): New defun.
1404 (tramp-handle-expand-file-name)
1405 (tramp-completion-handle-file-name-all-completions)
1406 (tramp-completion-handle-file-name-completion): Use it.
1407
1408 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1409
1410 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
1411
1412 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1413
1414 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
1415
1416 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
1417
1418 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
1419 is present.
1420
1421 * info.el (info-tool-bar-map): Add labels.
1422
1423 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
1424
1425 * cus-edit.el (custom-commands): Add labels for tool bar.
1426 (custom-buffer-create-internal, Custom-mode): Adjust for
1427 labels in custom-commands.
1428
1429 * dynamic-setting.el: Renamed from font-setting.el.
1430
1431 2010-04-21 John Wiegley <jwiegley@gmail.com>
1432
1433 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
1434 toggles the use of virtual buffers.
1435 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
1436 value.
1437 (ido-toggle-virtual-buffers): New function.
1438
1439 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
1440
1441 Use `define-derived-mode'; fix window selection; doc fixes.
1442 * play/tetris.el (tetris, tetris-update-speed-function)
1443 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
1444 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
1445 (tetris-rotate-next, tetris-end-game, tetris-start-game)
1446 (tetris-pause-game): Fix typos in docstrings.
1447 (tetris-mode-map, tetris-null-map):
1448 Move initialization into declaration.
1449 (tetris-mode): Define with `define-derived-mode';
1450 set show-trailing-whitespace to nil.
1451 (tetris): Prefer window already displaying the "*Tetris*" buffer.
1452
1453 2010-04-21 Karel Klíč <kklic@redhat.com>
1454
1455 * files.el (backup-buffer): Handle SELinux context, and return it
1456 if a backup was made by renaming.
1457 (backup-buffer-copy): Set SELinux context to the target file.
1458 (basic-save-buffer): Set SELinux context of the newly written file.
1459 (basic-save-buffer-1): Now it also returns any SELinux context.
1460 (basic-save-buffer-2): Set SELinux context of the newly created file,
1461 and return it.
1462 * net/tramp.el (tramp-file-name-for-operation):
1463 Add file-selinux-context.
1464
1465 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1466
1467 Make the log-edit comments use RFC822 format throughout.
1468
1469 * vc.el (vc-checkin, vc-modify-change-comment):
1470 Adjust to new vc-start/finish-logentry.
1471 (vc-find-conflicted-file): New command.
1472 (vc-transfer-file): Adjust to new vc-checkin.
1473 (vc-next-action): Improve scoping.
1474
1475 * vc-hg.el (vc-hg-log-edit-mode): Remove.
1476 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
1477
1478 * vc-git.el (vc-git-log-edit-mode): Remove.
1479 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
1480 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1481
1482 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
1483 (vc-start-logentry): Remove argument `extra'.
1484 (vc-finish-logentry): Remove extra args.
1485
1486 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
1487 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
1488 (vc-bzr-conflicted-files): New function.
1489
1490 * log-edit.el (log-edit-extra-flags)
1491 (log-edit-before-checkin-process): Remove.
1492 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
1493 (log-edit-headers-alist): New var.
1494 (log-edit-header-contents-regexp): New const.
1495 (log-edit-match-to-eoh): New function.
1496 (log-edit-font-lock-keywords): Use them.
1497 (log-edit): Insert a "Summary:" header as default.
1498 (log-edit-mode): Mark font-lock rules as case-insensitive.
1499 (log-edit-done): Cleanup headers.
1500 (log-view-process-buffer): Remove.
1501 (log-edit-extract-headers): New function to replace it.
1502
1503 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
1504
1505 * subr.el (default-direction-reversed): Remove obsolescence info.
1506
1507 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1508
1509 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
1510 windows/frames.
1511
1512 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
1513 I.e. include text after point in the completion region.
1514 Also, return nil when we're not after/in a symbol.
1515
1516 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
1517 default enable-multibyte-characters.
1518
1519 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1520
1521 * international/mule.el: Help the user choose a valid coding-system.
1522 (read-buffer-file-coding-system): New function.
1523 (set-buffer-file-coding-system): Use it. Prompt the user if the
1524 coding-system cannot encode all the chars.
1525
1526 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
1527 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
1528 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
1529 Don't use *vc-bzr-shelve*.
1530
1531 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
1532
1533 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
1534 Don't destroy list before using it.
1535
1536 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
1537
1538 Fix the version number for added files.
1539 * vc-hg.el (vc-hg-working-revision): Check if the file is
1540 registered after hg parent fails (Bug#5961).
1541
1542 2010-04-19 Glenn Morris <rgm@gnu.org>
1543
1544 * htmlfontify.el (htmlfontify-buffer)
1545 (htmlfontify-copy-and-link-dir): Autoload entry points.
1546
1547 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
1548
1549 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1550 name relative to the project root (Bug#5960).
1551
1552 2010-04-19 Glenn Morris <rgm@gnu.org>
1553
1554 * vc-git.el (vc-git-print-log): Doc fix.
1555
1556 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
1557
1558 * ido.el (ido-file-internal): Fix 2009-12-02 change.
1559
1560 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
1561
1562 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1563 default settings (Bug#5928).
1564
1565 2010-04-19 Glenn Morris <rgm@gnu.org>
1566
1567 * progmodes/fortran.el (fortran-match-and-skip-declaration):
1568 New function.
1569 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
1570
1571 2010-04-19 Kenichi Handa <handa@m17n.org>
1572
1573 * language/indian.el (malayalam-composable-pattern): Fix previous
1574 change (add U+0D4D "SIGN VIRAMA").
1575 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1576 (tamil-composable-pattern): Fix typo in the regexp.
1577 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1578 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1579 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1580
1581 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
1582
1583 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1584 paragraph-separate (Bug#5821).
1585
1586 2010-04-19 Juri Linkov <juri@jurta.org>
1587
1588 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1589
1590 * info.el (Info-find-node-2): Comment out code that skips
1591 breadcrumbs line.
1592 (Info-mouse-follow-link): New command.
1593 (Info-link-keymap): New keymap.
1594 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1595 Return a string with links instead of inserting breadcrumbs
1596 to the Info buffer.
1597 (Info-fontify-node): Comment out code that inserts breadcrumbs.
1598 Instead of putting the `invisible' text property over the Info
1599 header, make an overlay over the Info header with the `invisible'
1600 property and `after-string' set to the string returned by
1601 `Info-breadcrumbs'.
1602
1603 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
1604
1605 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1606 Reported by monkey@sandpframing.com.
1607
1608 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1609
1610 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
1611 (tmm-get-keymap): Add key-binding shortcuts now that they're not
1612 available in the "keyseq cache" any more.
1613
1614 * custom.el (defcustom): Add edebug spec.
1615
1616 2010-04-18 Juri Linkov <juri@jurta.org>
1617
1618 Test for special mode-class in view-buffer instead of view-file (bug#5513).
1619
1620 * view.el (view-file, view-buffer): Move test for special mode-class
1621 from view-file to view-buffer.
1622
1623 * tar-mode.el (tar-extract): Turn if's into one cond
1624 like in arc-mode.el.
1625
1626 2010-04-18 Juri Linkov <juri@jurta.org>
1627
1628 Add 7z archive format support (bug#5475).
1629
1630 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
1631 (archive-7z-extract): New defcustom.
1632 (archive-find-type): Add magic string for 7z.
1633 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
1634 If `stderr-file' is non-nil, use `(t stderr-file)' for the
1635 `buffer' arg of `call-process'.
1636 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
1637 call the function `archive-7z-extract' with the variable
1638 `archive-7z-extract' let-bound to `archive-zip-extract'.
1639 (archive-7z-summarize, archive-7z-extract): New functions.
1640
1641 * international/mule.el (auto-coding-alist):
1642 * files.el (auto-mode-alist): Add 7z file extension.
1643
1644 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1645
1646 * loadup.el: Setup hash-cons for pure data.
1647
1648 Fix duplicate entries in cedet's loaddefs.el files.
1649 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
1650 Should make most file-local generated-autoload-file unnecessary.
1651 (print-readably): Silence warnings.
1652 (autoload-find-destination): Take load-name as an arg to make sure
1653 it's the same as the one that will be in the file.
1654 (autoload-generate-file-autoloads): Adjust to above changes.
1655 Try to make the dataflow a bit simpler.
1656
1657 * cvs-status.el (cvs-refontify): Remove unused.
1658
1659 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
1660
1661 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
1662
1663 * calc-bin.el (calc-radix): Have the "O" option turn on
1664 twos-complement mode.
1665
1666 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
1667
1668 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
1669 Add `calc-option-prefix-help' to calc-help autoloads.
1670 (calc-inverse): Add "Option" to message, as appropriate.
1671 (calc-hyperbolic): Add "Option" to message, as appropriate.
1672 (calc-option, calc-is-option): New functions.
1673
1674 * calc-help.el (calc-full-help): Add `calc-option-help'.
1675 (calc-option-prefix-help): New function.
1676
1677 * calc-misc.el (calc-help): Add "Option" entry.
1678
1679 * calc.el (calc-local-var-list): Add `calc-option-flag'.
1680 (calc-option-flag): New variable.
1681 (calc-do): Set `calc-option-flag to nil.
1682 (calc-set-mode-line): Add "Opt " as appropriate.
1683
1684 2010-04-16 Juri Linkov <juri@jurta.org>
1685
1686 Move scrolling commands from simple.el to window.el
1687 because their primitives are implemented in window.c.
1688
1689 * simple.el (scroll-error-top-bottom)
1690 (scroll-up-command, scroll-down-command, scroll-up-line)
1691 (scroll-down-line, scroll-other-window-down)
1692 (beginning-of-buffer-other-window, end-of-buffer-other-window):
1693 * window.el (scroll-error-top-bottom)
1694 (scroll-up-command, scroll-down-command, scroll-up-line)
1695 (scroll-down-line, scroll-other-window-down)
1696 (beginning-of-buffer-other-window, end-of-buffer-other-window):
1697 Move from simple.el to window.el because their primitives are
1698 implemented in window.c.
1699
1700 2010-04-16 Juri Linkov <juri@jurta.org>
1701
1702 * isearch.el (isearch-lookup-scroll-key): Check both
1703 `isearch-scroll' and `scroll-command' properties.
1704 (scroll-up, scroll-down): Remove `isearch-scroll' property.
1705
1706 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
1707
1708 * simple.el (scroll-up-command, scroll-down-command)
1709 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
1710
1711 2010-04-15 Juri Linkov <juri@jurta.org>
1712
1713 * simple.el (scroll-up-command, scroll-down-command)
1714 (scroll-up-line, scroll-down-line): Put `scroll-command'
1715 property on the these symbols. Remove them from
1716 `scroll-preserve-screen-position-commands'.
1717
1718 * mwheel.el (mwheel-scroll): Put `scroll-command' and
1719 `isearch-scroll' properties on the `mwheel-scroll' symbol.
1720 Remove it from `scroll-preserve-screen-position-commands'.
1721
1722 * isearch.el (isearch-allow-scroll): Doc fix.
1723
1724 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
1725
1726 * net/tramp.el (tramp-error-with-buffer): Don't show the
1727 connection buffer when we are in completion mode.
1728 (tramp-file-name-handler): Catch the error for some operations
1729 when we are in completion mode. This gives the user the chance to
1730 correct the file name in the minibuffer.
1731
1732 2010-04-15 Glenn Morris <rgm@gnu.org>
1733
1734 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
1735
1736 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
1737
1738 Simplify by using `define-derived-mode'.
1739 * info.el (Info-mode):
1740 * calendar/todo-mode.el (todo-mode):
1741 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
1742 (gomoku-mode-map): Move initialization into declaration.
1743
1744 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
1745
1746 Fix Bug#5840.
1747 * ido.el (ido-file-name-all-completions-1):
1748 * minibuffer.el (minibuffer-completion-help):
1749 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
1750
1751 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1752
1753 * simple.el (non-essential): New var.
1754
1755 Add a new field `location' to bookmarks for non-file bookmarks.
1756 * bookmark.el (bookmark-location): Use the new field, if present.
1757 (bookmark-insert-location): Undo last change, not needed any more.
1758 * man.el (Man-bookmark-make-record):
1759 * woman.el (woman-bookmark-make-record): Add `location' field.
1760
1761 2010-04-14 Juri Linkov <juri@jurta.org>
1762
1763 * simple.el (scroll-error-top-bottom): New defcustom.
1764 (scroll-up-command, scroll-down-command): Use it. Doc fix.
1765
1766 * emulation/pc-select.el (pc-select-override-scroll-error):
1767 Obsolete in favor of `scroll-error-top-bottom'.
1768
1769 2010-04-14 Juri Linkov <juri@jurta.org>
1770
1771 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
1772 `scroll-up-command' and `M-v' to `scroll-down-command'.
1773
1774 * emulation/cua-rect.el (cua--init-rectangles):
1775 * forms.el (forms--change-commands):
1776 * image-mode.el (image-mode-map):
1777 Remap scroll-down-command and scroll-up-command
1778 in addition to scroll-down and scroll-up.
1779
1780 2010-04-14 Juri Linkov <juri@jurta.org>
1781
1782 * mwheel.el (scroll-preserve-screen-position-commands):
1783 Add mwheel-scroll to this list of commands.
1784
1785 * simple.el (scroll-preserve-screen-position-commands):
1786 Add scroll-up-command, scroll-down-command, scroll-up-line,
1787 scroll-down-line to this list of commands.
1788
1789 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1790
1791 * obsolete/complete.el: Move from lisp/complete.el.
1792
1793 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
1794
1795 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
1796 to the minor mode function now turns the mode ON unconditionally.
1797
1798 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1799
1800 * vc-dir.el (vc-dir-kill-line): New command.
1801 (vc-dir-mode-map): Bind it to C-k.
1802
1803 * bookmark.el (bookmark-insert-location): Handle a nil filename.
1804
1805 * woman.el: Add bookmark declarations to silence the compiler.
1806 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
1807 step to compatibility between man and woman bookmarks.
1808 Adjust for Man-default-bookmark-title renaming.
1809 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
1810
1811 * man.el: Add bookmark declarations to silence the compiler.
1812 (Man-name-local-regexp): Make it match NAME as well.
1813 (Man-getpage-in-background): Return the buffer.
1814 (Man-notify-when-ready): Use `case'.
1815 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
1816 Don't hardcode "NAME". Simplify.
1817 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
1818 Rename from Man-bookmark-make-record.
1819 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
1820 we have the actual man-args. Use Man-getpage-in-background rather
1821 than `man' since the arg is already processed. Let bookmark.el do the
1822 window handling. Only wait for the relevant process.
1823 Don't forget to autoload.
1824
1825 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
1826
1827 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1828
1829 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
1830 New functions.
1831 (woman-mode): Setup bookmark support.
1832
1833 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
1834 (man-bookmark-jump): New functions.
1835 (Man-mode): Setup bookmark support.
1836
1837 2010-04-10 Jari Aalto <jari.aalto@cante.net>
1838
1839 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
1840 recognize ssh-keygen prompt (Bug#2817).
1841
1842 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
1843
1844 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
1845
1846 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
1847
1848 Synchronize with Tramp repository.
1849
1850 * net/tramp.el (tramp-completion-function-alist)
1851 (tramp-file-name-regexp, tramp-chunksize)
1852 (tramp-local-coding-commands, tramp-remote-coding-commands):
1853 Fix docstring.
1854 (tramp-remote-process-environment): Use `format' instead of `concat'.
1855 (tramp-handle-directory-files-and-attributes)
1856 (tramp-get-remote-path): Use `copy-tree'.
1857 (tramp-handle-file-name-all-completions): Backward/ XEmacs
1858 compatibility: Use `completion-ignore-case' if
1859 `read-file-name-completion-ignore-case' does not exist.
1860 (tramp-do-copy-or-rename-file-directly): Do not use
1861 `tramp-handle-file-remote-p'.
1862 (tramp-do-copy-or-rename-file-out-of-band):
1863 Use `tramp-compat-delete-directory'.
1864 (tramp-do-copy-or-rename-file-out-of-band)
1865 (tramp-compute-multi-hops, tramp-maybe-open-connection):
1866 Use `format-spec-make'.
1867 (tramp-find-foreign-file-name-handler)
1868 (tramp-advice-make-auto-save-file-name)
1869 (tramp-set-auto-save-file-modes): Remove superfluous check for
1870 `stringp'. This is done inside `tramp-tramp-file-p'.
1871 (tramp-debug-outline-regexp): New defconst.
1872 (tramp-get-debug-buffer): Use it.
1873 (tramp-check-for-regexp): Use (forward-line 1).
1874 (tramp-set-auto-save-file-modes): Adapt version check.
1875
1876 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
1877 Wrap call of `featurep' for 2nd argument.
1878 (tramp-compat-make-temp-file): Simplify fallback implementation.
1879 (tramp-compat-copy-tree): Remove function.
1880 (tramp-compat-delete-directory): Provide implementation for older
1881 Emacsen.
1882
1883 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
1884 Do not use `tramp-fish-handle-file-attributes.
1885
1886 * net/trampver.el: Update release number.
1887
1888 2010-04-10 Glenn Morris <rgm@gnu.org>
1889
1890 * progmodes/compile.el (compilation-save-buffers-predicate):
1891 Add missing :version tag.
1892
1893 2010-04-09 Sam Steingold <sds@gnu.org>
1894
1895 * progmodes/compile.el (compilation-save-buffers-predicate):
1896 Remove the "autoload" cookie.
1897
1898 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
1899 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
1900 and `bug-reference-prog-mode' can be used in hooks directly.
1901
1902 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
1903
1904 Add --author support to git commit.
1905 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
1906 (vc-git-log-edit-mode): New minor mode.
1907 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
1908 New declarations.
1909
1910 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
1911
1912 * vc-hooks.el, vc-git.el: Improve documentation comments.
1913
1914 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1915
1916 Fix some of the problems in defsubst* (bug#5728).
1917 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
1918 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
1919
1920 2010-04-07 Sam Steingold <sds@gnu.org>
1921
1922 * progmodes/compile.el (compilation-save-buffers-predicate):
1923 New custom variable.
1924 (compile, recompile): Pass it to `save-some-buffers'.
1925
1926 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
1927
1928 * wid-edit.el (widget-choose): Move cursor to the second line of
1929 the buffer (Bug#5695).
1930
1931 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
1932
1933 Add new VC methods: vc-log-incoming and vc-log-outgoing.
1934 * vc.el (vc-print-log-setup-buttons): New function split out from
1935 vc-print-log-internal.
1936 (vc-log-internal-common): New function, a parametrized version of
1937 vc-print-log-internal.
1938 (vc-print-log-internal): Just call vc-log-internal-common with the
1939 right arguments.
1940 (vc-incoming-outgoing-internal):
1941 (vc-log-incoming, vc-log-outgoing): New functions.
1942 (vc-log-view-type): New permanent local variable.
1943
1944 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
1945
1946 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
1947 of the dynamic bound vc-short-log.
1948 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
1949
1950 * vc-git.el (vc-git-log-outgoing): New function.
1951 (vc-git-log-view-mode): Use vc-log-view-type instead
1952 of the dynamic bound vc-short-log.
1953
1954 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
1955 of the dynamic bound vc-short-log. Highlight the tag.
1956 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
1957 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
1958 (vc-hg-incoming-mode): Remove.
1959 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
1960
1961 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
1962
1963 Fix default-directory for vc-root-diff.
1964 * vc.el (vc-root-diff): Bind default-directory to the root
1965 directory for the diff command.
1966
1967 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
1968
1969 * progmodes/verilog-mode.el (verilog-forward-sexp):
1970 (verilog-calc-1): Support "disable fork" and "fork wait" multi
1971 word keywords, suggested by Steve Pearlmutter.
1972 (verilog-pretty-declarations): Support lineup of declarations in
1973 port lists.
1974 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
1975 fix bug for /* / comments
1976 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
1977 Speed up and simplfy as this is never called with a bound.
1978 (verilog-pretty-declarations): Enhance to line up declarations
1979 inside a parameter list, suggested by Alan Morgan.
1980 (verilog-pretty-expr): Tune assignment regular expression match
1981 string for corner cases; also use markers instead of character
1982 number as indent changes the later.
1983
1984 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
1985
1986 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
1987 as missing keyword.
1988 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
1989 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
1990 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
1991 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
1992 Tennant.
1993 (verilog-keywords):
1994 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
1995 1800-2009 keywords, including "global.".
1996
1997 2010-04-06 John Wiegley <jwiegley@gmail.com>
1998
1999 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2000 appearing in buffer list (if a live buffer name matched a recentf
2001 file basename). Should use uniquify to offer a real solution.
2002
2003 2010-04-06 John Wiegley <jwiegley@gmail.com>
2004
2005 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
2006 comment to code, and add a :version tag.
2007 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
2008
2009 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
2010
2011 Enable recentf-mode if using virtual buffers.
2012 * ido.el (recentf-list): Declare for byte-compiler.
2013 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
2014 (ido-make-buffer-list): Simplify.
2015 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
2016
2017 2010-04-05 Juri Linkov <juri@jurta.org>
2018
2019 Scrolling commands which scroll a line instead of full screen.
2020 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2021
2022 * simple.el (scroll-up-line, scroll-down-line): New commands.
2023 Put property isearch-scroll=t on them.
2024
2025 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
2026 Remove commands.
2027
2028 2010-04-05 Juri Linkov <juri@jurta.org>
2029
2030 Scrolling commands which do not signal errors at top/bottom.
2031 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2032
2033 * simple.el (scroll-up-command, scroll-down-command): New commands.
2034 Put property isearch-scroll=t on them.
2035
2036 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
2037 `scroll-down-command' and [next] from `scroll-up' to
2038 `scroll-up-command'.
2039
2040 * emulation/cua-base.el: Put property CUA=move on
2041 `scroll-up-command' and `scroll-down-command'.
2042 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
2043 and `scroll-down-command' to `cua-scroll-down'.
2044
2045 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
2046
2047 * help.el (describe-mode): Return nil.
2048
2049 2010-04-04 John Wiegley <jwiegley@gmail.com>
2050
2051 * ido.el (ido-use-virtual-buffers): New variable to indicate
2052 whether "virtual buffer" support is enabled for IDO.
2053 (ido-virtual): Face used to indicate virtual buffers in the list.
2054 (ido-buffer-internal): If a buffer is chosen, and no such buffer
2055 exists, but a virtual buffer of that name does (which would be why
2056 it was in the list), recreate the buffer by reopening the file.
2057 (ido-make-buffer-list): If virtual buffers are being used, call
2058 `ido-add-virtual-buffers-to-list' before the make list hook.
2059 (ido-virtual-buffers): New variable which contains a copy of the
2060 current contents of the `recentf-list', albeit pared down for the
2061 sake of speed, and with proper faces applied.
2062 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
2063 create a list of "virtual buffers" to present to the user in
2064 addition to the currently open set. Note that this logic could
2065 get rather slow if that list is too large. With the default
2066 `recentf-max-saved-items' of 200, there is little speed penalty.
2067
2068 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2069
2070 * font-lock.el: Require CL when compiling.
2071 (font-lock-turn-on-thing-lock): Use `case'.
2072
2073 2010-04-03 Eli Zaretskii <eliz@gnu.org>
2074
2075 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
2076 Zaretskii.
2077
2078 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
2079
2080 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
2081 (semantic-create-imenu-directory-index): Fix typos in docstrings.
2082 (semantic-imenu-goto-function): Reflow docstring.
2083
2084 2010-04-02 Juri Linkov <juri@jurta.org>
2085
2086 * ehelp.el (electric-help-orig-major-mode):
2087 New buffer-local variable.
2088 (electric-help-mode): Set it to original major-mode. Doc fix.
2089 (with-electric-help): Use `electric-help-orig-major-mode' instead
2090 of (default-value 'major-mode). Doc fix.
2091 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
2092
2093 2010-04-02 Sam Steingold <sds@gnu.org>
2094
2095 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
2096 `vc-hg-command' with a list of flags.
2097
2098 * progmodes/bug-reference.el (bug-reference-bug-regexp):
2099 Also accept "patch" and "RFE".
2100 (bug-reference-fontify): `bug-reference-url-format' can also be a
2101 function to be able to handle the bug kind.
2102 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
2103
2104 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
2105
2106 * tmm.el (tmm-get-keymap): Check with symbolp before passing
2107 value to fboundp, it may not be a symbol.
2108
2109 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2110
2111 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
2112
2113 2010-03-31 Juri Linkov <juri@jurta.org>
2114
2115 * simple.el (next-line, previous-line): Re-throw a signal
2116 with `signal' instead of using `ding'.
2117 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
2118
2119 2010-03-31 Juri Linkov <juri@jurta.org>
2120
2121 * simple.el (keyboard-escape-quit): Raise deselecting the active
2122 region higher than exiting the minibuffer.
2123 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
2124
2125 2010-03-31 Juri Linkov <juri@jurta.org>
2126
2127 * image.el (image-animated-p): Use `image-metadata' instead of
2128 `image-extension-data'. Get GIF extenstion data from metadata
2129 property `extension-data'.
2130
2131 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2132
2133 * simple.el (append-to-buffer): Simplify.
2134
2135 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
2136
2137 * textmodes/artist.el (artist-mode): Fix typo in docstring.
2138 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
2139
2140 2010-03-31 Kenichi Handa <handa@m17n.org>
2141
2142 * language/sinhala.el (composition-function-table): Fix regexp for
2143 the new Unicode specification.
2144
2145 * language/indian.el (devanagari-composable-pattern)
2146 (tamil-composable-pattern, kannada-composable-pattern)
2147 (malayalam-composable-pattern): Adjust for the new Unicode
2148 specification.
2149 (bengali-composable-pattern, gurmukhi-composable-pattern)
2150 (gujarati-composable-pattern, oriya-composable-pattern)
2151 (telugu-composable-pattern): New variables to cope with the new
2152 Unicode specification. Use them in composition-function-table.
2153
2154 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2155
2156 Make tmm-menubar work for the Buffers menu again (bug#5726).
2157 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2158 vectors rather than cons cells, as used in menu-bar-update-buffers.
2159
2160 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2161
2162 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2163 (js-insert-and-indent): Revert 2009-08-15 change, restoring
2164 electric punctuation for "{}();,:" (Bug#5586).
2165
2166 * mail/sendmail.el (mail-default-directory): Doc fix.
2167
2168 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2169
2170 * mail/sendmail.el (mail-default-directory): Doc fix.
2171
2172 2010-03-31 Eli Zaretskii <eliz@gnu.org>
2173
2174 * subr.el (version-regexp-alist, version-to-list)
2175 (version-list-<, version-list-=, version-list-<=)
2176 (version-list-not-zero, version<, version<=, version=): Doc fix.
2177 (Bug#5744).
2178
2179 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
2180
2181 * vc.el (vc-root-diff): Doc fix.
2182
2183 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2184
2185 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2186
2187 * simple.el (append-to-buffer): Fix last change.
2188
2189 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
2190
2191 * simple.el (append-to-buffer): Ensure that point is preserved if
2192 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
2193 (Bug#5749)
2194
2195 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2196
2197 * files.el (auto-mode-case-fold): Change default to t.
2198
2199 2010-03-30 Juri Linkov <juri@jurta.org>
2200
2201 * dired-x.el (dired-omit-mode): Doc fix.
2202
2203 2010-03-30 Juri Linkov <juri@jurta.org>
2204
2205 * replace.el (occur-accumulate-lines): Move occur-engine related
2206 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
2207 to be located after `occur-engine'.
2208
2209 2010-03-30 Juri Linkov <juri@jurta.org>
2210
2211 Make occur handle multi-line matches cleanly with context.
2212 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
2213
2214 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
2215 (occur-engine): Add local variables `ret', `prev-after-lines',
2216 `prev-lines'. Use more arguments for `occur-context-lines'.
2217 Set first elem of its returned list to `data', and the second elem
2218 to `prev-after-lines'. Don't print the separator line.
2219 In the end, print remaining context after-lines.
2220 (occur-context-lines): Add new arguments `begpt', `endpt',
2221 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
2222 after-lines of the previous match with before-lines of the
2223 current match and not overlap them. Return a list with two
2224 values: the output line and the list of context after-lines.
2225
2226 2010-03-30 Juri Linkov <juri@jurta.org>
2227
2228 * replace.el (occur-accumulate-lines): Fix a bug where the first
2229 context line at the beginning of the buffer was missing.
2230
2231 2010-03-30 Eli Zaretskii <eliz@gnu.org>
2232
2233 * files.el: Make bidi-display-reordering safe variable for boolean
2234 values.
2235
2236 2010-03-29 Phil Hagelberg <phil@evri.com>
2237 Chong Yidong <cyd@stupidchicken.com>
2238
2239 * subr.el: Extend progress reporters to perform "spinning".
2240 (progress-reporter-update, progress-reporter-do-update):
2241 Handle non-numeric value arguments.
2242 (progress-reporter--pulse-characters): New var.
2243
2244 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
2245
2246 * progmodes/compile.el (compilation-start): Fix regexp detection
2247 of initial cd command (Bug#5771).
2248
2249 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
2250
2251 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
2252
2253 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
2254
2255 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
2256 * lisp/progmodes/gdb-mi.el: Restore.
2257 * lisp/progmodes/gdb-ui.el: Remove.
2258 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
2259
2260 2010-03-25 Glenn Morris <rgm@gnu.org>
2261
2262 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2263 all dired buffers, even tramp ones. (Bug#5755)
2264
2265 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2266
2267 Add "union tags" in mpc.el.
2268 * mpc.el: Remove backward compatibility code.
2269 (mpc-browser-tags): Change default.
2270 (mpc--find-memoize-union-tags): New var.
2271 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
2272 (mpc-cmd-find): Handle the case where the playlist does not exist.
2273 Handle union-tags.
2274 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
2275 (mpc-cmd-add): Use mpc-cmd-flush.
2276 (mpc-tagbrowser-tag-name): New fun.
2277 (mpc-tagbrowser-buf): Use it.
2278 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
2279
2280 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2281
2282 Misc cleanup.
2283 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
2284 Use replace-regexp-in-string.
2285 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
2286 (makefile-imake-mode-syntax-table): Move init into defvar.
2287 (makefile-mode): Use define-derived-mode.
2288
2289 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2290 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2291 not be present any more.
2292
2293 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2294
2295 * faces.el (set-face-attribute): Fix typo in docstring.
2296 (face-valid-attribute-values): Reflow docstring.
2297
2298 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
2299
2300 2010-03-24 Glenn Morris <rgm@gnu.org>
2301
2302 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2303
2304 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2305
2306 * indent.el (indent-for-tab-command): Doc fix.
2307
2308 2010-03-24 Alan Mackenzie <acm@muc.de>
2309
2310 * progmodes/cc-engine.el (c-remove-stale-state-cache):
2311 Fix off-by-one error. Fixes bug #5747.
2312
2313 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2314
2315 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2316 (image-dired-read-comment): Doc fix.
2317
2318 * json.el (json-object-type, json-array-type, json-key-type)
2319 (json-false, json-null, json-read-number):
2320 * minibuffer.el (completion-in-region-functions):
2321 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2322 (cal-tex-cursor-week):
2323 * emacs-lisp/trace.el (trace-function):
2324 * eshell/em-basic.el (eshell/printnl):
2325 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2326 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2327 * obsolete/levents.el (allocate-event, event-key, event-object)
2328 (event-point, event-process, event-timestamp, event-to-character)
2329 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2330 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2331 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2332 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2333 (reftex-highlight-selection): Fix typos in docstrings.
2334
2335 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2336
2337 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2338
2339 2010-03-24 Glenn Morris <rgm@gnu.org>
2340
2341 * mail/rmail.el (rmail-highlight-face): Restore option deleted
2342 2008-02-13 without comment; mark it obsolete.
2343 (rmail-highlight-headers): Use rmail-highlight-face once more.
2344
2345 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
2346
2347 * woman.el (woman2-process-escapes): Only consume the newline if
2348 the filler character is on a line by itself (Bug#5729).
2349
2350 2010-03-24 Kenichi Handa <handa@m17n.org>
2351
2352 * language/indian.el (devanagari-composable-pattern): Add more
2353 consonants.
2354
2355 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
2356
2357 * net/trampver.el: Update release number.
2358
2359 2010-03-24 Glenn Morris <rgm@gnu.org>
2360
2361 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2362
2363 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
2364
2365 * net/tramp.el (tramp-find-executable):
2366 Use `tramp-get-connection-buffer'. Make the regexp for checking
2367 output of "wc -l" more robust.
2368 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2369 (tramp-open-connection-setup-interactive-shell): Remove workaround
2370 for OpenSolaris bug, it is not needed anymore.
2371
2372 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
2373
2374 * cedet/semantic/imenu.el: New file, from the CEDET repository
2375 (Bug#5412).
2376
2377 2010-03-24 Glenn Morris <rgm@gnu.org>
2378
2379 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
2380
2381 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
2382
2383 * files.el (auto-mode-alist): Accept more verilog file patterns.
2384
2385 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2386
2387 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
2388
2389 2010-03-24 Glenn Morris <rgm@gnu.org>
2390
2391 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
2392 log-edit-before-checkin-process.
2393
2394 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
2395
2396 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
2397
2398 * vc-dispatcher.el (vc-start-logentry): Doc fix.
2399 (log-view-process-buffer, log-edit-extra-flags): Declare.
2400
2401 * log-edit.el (log-edit-before-checkin-process): Doc fix.
2402
2403 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2404 Consistently check ede-object is bound throughout.
2405
2406 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
2407
2408 2010-03-23 Sam Steingold <sds@gnu.org>
2409
2410 Fix bug#5620: recalculate all markers on compilation buffer
2411 modifications, not on file modifications.
2412 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
2413 the buffer modification time, for buffers not associated with files.
2414 (compilation-mode): Create it.
2415 (compilation-filter): Update it.
2416 (compilation-next-error-function): Use it instead of
2417 `visited-file-modtime' for timestamp.
2418
2419 2010-03-23 Juri Linkov <juri@jurta.org>
2420
2421 Implement Occur multi-line matches.
2422 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
2423
2424 * replace.el (occur): Doc fix.
2425 (occur-engine): Set `begpt' to the beginning of the first line.
2426 Set `endpt' to the end of the last match line. At first, count
2427 line numbers between `origpt' and `begpt'. Split out code from
2428 `out-line' variable to new let-bindings `match-prefix' and
2429 `match-str'. In `out-line' add non-numeric prefix to all
2430 non-first lines of multi-line matches. Finally, count lines
2431 between `begpt' and `endpt' and add to `lines'.
2432
2433 2010-03-23 Juri Linkov <juri@jurta.org>
2434
2435 * replace.el (occur-accumulate-lines, occur-engine):
2436 Use `occur-engine-line' instead of duplicate code.
2437 (occur-engine-line): New function created from duplicate code
2438 in `occur-accumulate-lines' and `occur-engine'.
2439
2440 * replace.el (occur-engine-line): Add optional arg `keep-props'.
2441 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
2442
2443 2010-03-23 Juri Linkov <juri@jurta.org>
2444
2445 * finder.el: Remove TODO tasks.
2446
2447 * info.el (Info-finder-find-node): Add node "all"
2448 with all package info. Handle a list of multiple keywords
2449 separated by comma.
2450 (info-finder): In interactive use with a prefix argument,
2451 use `completing-read-multiple' to read a list of keywords
2452 separated by comma.
2453
2454 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2455
2456 Add a new completion style `substring'.
2457 * minibuffer.el (completion-basic--pattern): New function.
2458 (completion-basic-try-completion, completion-basic-all-completions):
2459 Use it.
2460 (completion-substring--all-completions)
2461 (completion-substring-try-completion)
2462 (completion-substring-all-completions): New functions.
2463 (completion-styles-alist): New style `substring'.
2464
2465 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2466
2467 Get rid of .elc files after removal of the corresponding .el.
2468 * Makefile.in (compile-clean): New target.
2469 (compile-main): Use it.
2470
2471 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
2472
2473 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
2474 don't do make there. When compiling with separate object dir, there
2475 is no Makefile there.
2476
2477 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2478
2479 Get rid of the ELCFILES abomination, again.
2480 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2481 (all, compile): Don't call compile-last.
2482 (compile-main): Build the "elcfiles" list dynamically.
2483 (compile-targets): New (internal) target.
2484
2485 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
2486
2487 * Makefile.in (top_srcdir): Define.
2488 (abs_top_builddir): Define.
2489 (srcdir): Don't append `/..'.
2490 (EMACS): Use ${abs_top_builddir}.
2491 (all, compile, compile-always, compile-last): Don't set emacswd.
2492 (update-subdirs, update-authors): Use $(top_srcdir) instead of
2493 $(srcdir).
2494 (lisp): Use $(srcdir) instead of @srcdir@.
2495
2496 2010-03-21 Juri Linkov <juri@jurta.org>
2497
2498 Fix message of multi-line occur regexps and multi-buffer header lines.
2499 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
2500
2501 * replace.el (occur-1): Don't display regexp if it is longer
2502 than window-width. Use `query-replace-descr' to display regexp.
2503 (occur-engine): Don't display regexp in the buffer header for
2504 multi-buffer occur. Display a separate header line with total
2505 match count and regexp for multi-buffer occur.
2506 Use `query-replace-descr' to display regexp.
2507
2508 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
2509
2510 * net/secrets.el: Fix parenthesis.
2511 (secrets-enabled): Fix parenthesis.
2512
2513 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2514
2515 Use more relative file and directory names.
2516 * Makefile.in (EMACS): Arrange for it to work when we chdir.
2517 (setwins, setwins_almost, setwins_for_subdirs):
2518 Don't `cd'; output relative names.
2519 (all, compile, compile-always, compile-last): Set emacswd.
2520 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
2521 Just cd to the lisp source dir so we can use relative file names.
2522
2523 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
2524
2525 2010-03-20 Glenn Morris <rgm@gnu.org>
2526
2527 * textmodes/rst.el: Use faces for font-lock customization, and make the
2528 old -face variables obsolete.
2529 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
2530 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
2531 (rst-block-face, rst-external-face, rst-definition-face)
2532 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
2533 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
2534 Make obsolete.
2535 (rst-font-lock-keywords-function): Update for above changes.
2536
2537 2010-03-20 Juri Linkov <juri@jurta.org>
2538
2539 * s-region.el:
2540 * obsolete/s-region.el: Move to obsolete.
2541
2542 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
2543
2544 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
2545
2546 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2547
2548 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
2549
2550 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2551
2552 Add special markup processing for commit logs.
2553 * log-edit.el (log-edit-extra-flags): New variable.
2554 (log-edit): Add new argument MODE. Use that mode when non-nil
2555 instead of the log-view-mode.
2556 (log-view-process-buffer): New function.
2557
2558 * vc.el: Document that the checkin method takes optional
2559 arguments. Document new backend specific method: log-view-mode.
2560 (vc-default-log-edit-mode): New function.
2561 (vc-checkin): Use a backend specific log-view-mode.
2562 Pass extra arguments to the checkin method.
2563 (vc-modify-change-comment): Pass a dummy extra argument.
2564
2565 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
2566 log-edit.
2567 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
2568 (vc-finish-logentry): Process the log buffer before passing it
2569 down. Pass log-edit-extra-flags.
2570
2571 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
2572 command.
2573 (log-edit-extra-flags, log-edit-before-checkin-process):
2574 New declarations.
2575
2576 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
2577 command.
2578 (log-edit-extra-flags, log-edit-before-checkin-process):
2579 New declarations.
2580 (vc-hg-log-edit-mode): New derived mode.
2581
2582 * vc-arch.el (vc-arch-checkin):
2583 * vc-cvs.el (vc-cvs-checkin):
2584 * vc-git.el (vc-git-checkin):
2585 * vc-mtn.el (vc-mtn-checkin):
2586 * vc-rcs.el (vc-rcs-checkin):
2587 * vc-sccs.el (vc-sccs-checkin):
2588 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
2589
2590 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2591
2592 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
2593 parent typo).
2594
2595 2010-03-19 Glenn Morris <rgm@gnu.org>
2596
2597 * password-cache.el (password-cache, password-cache-expiry): Autoload.
2598
2599 2010-03-18 Glenn Morris <rgm@gnu.org>
2600
2601 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
2602
2603 * replace.el (query-replace-history): Give it a doc string.
2604 (map-query-replace-regexp): Use query-replace-from-history-variable
2605 and query-replace-to-history-variable.
2606
2607 * mail/hashcash.el (declare-function): Remove duplicate definition.
2608
2609 * mail/emacsbug.el (report-emacs-bug-pretest-address):
2610 Make it an obsolete alias for report-emacs-bug-address.
2611 (message-strip-special-text-properties): Declare.
2612 (report-emacs-bug): Remove test for a pretest bug address.
2613 Combine message-mode-specific code.
2614
2615 * mail/supercite.el: Don't require sendmail.
2616 (mh-in-header-p): Declare rather than using with-no-warnings.
2617 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
2618 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
2619
2620 * calendar/cal-french.el: Convert to utf-8.
2621
2622 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
2623 Emacs scripts.
2624
2625 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
2626
2627 * net/secrets.el (secrets-enabled): New variable. Use it instead
2628 of a subfeature.
2629
2630 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
2631
2632 * net/secrets.el (top): Register the D-Bus signals only when the
2633 service "org.freedesktop.secrets" can be pinged.
2634 Provide subfeature `enabled'.
2635
2636 2010-03-14 Juri Linkov <juri@jurta.org>
2637
2638 Add finder unknown keywords.
2639
2640 * finder.el (finder-unknown-keywords): New function.
2641
2642 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
2643 to create a Finder node with unknown keywords.
2644
2645 2010-03-14 Juri Linkov <juri@jurta.org>
2646
2647 * finder.el (finder-compile-keywords): Replace `princ' with
2648 `prin1' on a list of symbols interned from keyword strings.
2649
2650 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
2651 a comma, then split keywords using a comma and optional whitespace.
2652 Otherwise, split by whitespace.
2653
2654 * complete.el:
2655 * face-remap.el:
2656 * log-view.el:
2657 * net/hmac-def.el:
2658 * net/hmac-md5.el:
2659 * net/netrc.el:
2660 * progmodes/mixal-mode.el: Fix keywords.
2661
2662 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
2663
2664 * Makefile.in (ELCFILES): Add net/secrets.elc.
2665
2666 * net/secrets.el: New file.
2667
2668 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2669
2670 * facemenu.el (list-colors-display, list-colors-print): New arg
2671 callback. Use it to allow selecting colors.
2672
2673 * wid-edit.el (widget-image-insert): Insert image prop even if the
2674 current display is non-graphic.
2675 (widget-field-value-set): New fun.
2676 (editable-field): Use it.
2677 (widget-field-value-get): Clean up unused var.
2678 (widget-color-value-create, widget-color--choose-action):
2679 New funs. Allow using list-colors-display to choose color.
2680
2681 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2682
2683 * cus-edit.el: Resort topmost custom groups.
2684 (custom-buffer-sort-alphabetically): Default to t.
2685 (customize-apropos): Use apropos-parse-pattern.
2686 (custom-search-field): New var.
2687 (custom-buffer-create-internal): Add custom-apropos search field.
2688 (custom-add-parent-links): Don't display parent doc.
2689 (custom-group-value-create): Don't sort top-level custom group.
2690 (custom-magic-value-create): Show visibility button before option name.
2691
2692 (custom-variable-state): New fun, from custom-variable-state-set.
2693 (custom-variable-state-set): Use it.
2694 (custom-group-value-create): Hide options with standard values
2695 using the :hidden-states property. Use progress reporter.
2696
2697 (custom-show): Simplify.
2698 (custom-visibility): Disable images by default.
2699 (custom-variable): New property :hidden-states.
2700 (custom-variable-value-create): Enable images for
2701 custom-visibility widgets. Use :hidden-states property to
2702 determine initial visibility.
2703
2704 * wid-edit.el (widget-image-find): Give images center ascent.
2705 (visibility): Add :on-image and :off-image properties.
2706 (widget-visibility-value-create): Use them.
2707
2708 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
2709
2710 * cus-edit.el (processes): Remove from development group.
2711 (oop, hypermedia): Delete group.
2712 (comm): Promote to top-level group.
2713
2714 * net/browse-url.el (browse-url):
2715 * net/xesam.el (xesam):
2716 * net/tramp.el (tramp):
2717 * net/goto-addr.el (goto-address):
2718 * net/ange-ftp.el (ange-ftp): Put in comm group.
2719
2720 * view.el (view): Remove from editing group.
2721
2722 * uniquify.el (uniquify): Put in files group.
2723
2724 * net/browse-url.el (browse-url):
2725 * ps-print.el (postscript): Put in external group.
2726
2727 * cus-edit.el (outlines):
2728 * textmodes/text-mode.el (text-mode-hook):
2729 * textmodes/table.el (table):
2730 * textmodes/picture.el (picture):
2731 * outline.el (outlines): Put in wp group.
2732
2733 * nxml/nxml-mode.el (nxml): Remove from wp group.
2734
2735 * net/tramp-imap.el (tramp-imap): Put in tramp group.
2736
2737 * mail/metamail.el (metamail): Remove from hypermedia group.
2738
2739 * cus-edit.el (abbrev):
2740 * whitespace.el (whitespace):
2741 * vcursor.el (vcursor):
2742 * reveal.el (reveal):
2743 * hl-line.el (hl-line): Put in convenience group.
2744
2745 * epg-config.el (epg): Put in data group.
2746
2747 * emulation/pc-select.el (pc-select): Put in emulations group.
2748
2749 * calculator.el (calculator): Put in applications group.
2750
2751 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
2752
2753 Add .dir-locals.el support for file-less buffers.
2754 * files.el (hack-local-variables): Split out code to apply local
2755 variable settings ...
2756 (hack-local-variables-apply): ... here. New function.
2757 (hack-dir-local-variables): Use the default directory for when the
2758 buffer does not have an associated file.
2759 (hack-dir-local-variables-non-file-buffer): New function.
2760 * diff-mode.el (diff-mode):
2761 * vc-annotate.el (vc-annotate-mode):
2762 * vc-dir.el (vc-dir-mode):
2763 * log-edit.el (log-edit-mode):
2764 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
2765
2766 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
2767
2768 Add support for shelving snapshots and for showing shelves.
2769 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
2770 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
2771 New functions.
2772 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2773 (vc-bzr-extra-menu-map): Map them.
2774
2775 2010-03-11 Glenn Morris <rgm@gnu.org>
2776
2777 * cus-edit.el (customize-changed-options-previous-release):
2778 Bump to 23.1.
2779
2780 * image.el (image-animate-max-time): Fix :version tag.
2781
2782 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2783
2784 * Branch for 23.2.
2785
2786 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2787
2788 * vc-git.el (vc-git-revision-table): Include remote branches.
2789
2790 2010-03-10 Kim F. Storm <storm@cua.dk>
2791
2792 Animated image API.
2793 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
2794
2795 * image.el (image-animate-max-time): New defcustom.
2796 (image-animated-types): New defconst.
2797 (create-animated-image, image-animate-timer)
2798 (image-animate-start, image-animate-stop, image-animate-timeout)
2799 (image-animated-p): New functions.
2800
2801 * image-mode.el (image-toggle-display-image):
2802 Replace `create-image' with `create-animated-image'.
2803
2804 2010-03-09 Miles Bader <miles@gnu.org>
2805
2806 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2807 instead of "format:"; this ensures that the output is
2808 newline-terminated.
2809
2810 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
2811
2812 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2813 that all errors are caught, and that the return value is always a
2814 list (Bug#5692).
2815
2816 2010-03-08 Kenichi Handa <handa@m17n.org>
2817
2818 * language/misc-lang.el (windows-1256): New coding system.
2819 (cp1256): New alias of windows-1256 (bug#5690).
2820
2821 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
2822
2823 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2824 call to rfc822-bad-address. (Bug#5692)
2825
2826 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
2827
2828 * vc-git.el (vc-git-annotate-extract-revision-at-line):
2829 Use vc-git-root as default directory for revision path (Bug#5657).
2830
2831 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
2832
2833 * calculator.el (calculator): Don't bind split-window-keep-point
2834 (Bug#5674).
2835
2836 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2837
2838 * vc-git.el: Re-flow to fit into 80 columns.
2839 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2840 Remove spurious `quote' element in each case alternative.
2841 (vc-git-show-log-entry): Use prog1.
2842 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2843
2844 2010-03-06 Glenn Morris <rgm@gnu.org>
2845
2846 * cedet/semantic/grammar.el (semantic-grammar-header-template):
2847 Update template copyright to GPLv3+.
2848
2849 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2850
2851 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2852
2853 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
2854
2855 * macros.el (insert-kbd-macro): Look up keyboard macro using the
2856 definition, not the name (Bug#5481).
2857
2858 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
2859
2860 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2861 argument with a local variable. (Bug#5670)
2862
2863 2010-03-02 Juri Linkov <juri@jurta.org>
2864
2865 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
2866
2867 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
2868
2869 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2870 error when FILENAME and NEWNAME are existing remote directories.
2871
2872 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2873 parameter DIR-FLAG.
2874
2875 2010-03-02 Glenn Morris <rgm@gnu.org>
2876
2877 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2878 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2879
2880 2010-03-01 Kenichi Handa <handa@m17n.org>
2881
2882 * language/burmese.el (burmese-composable-pattern): Rename from
2883 myanmar-composable-pattern.
2884
2885 * international/characters.el (script-list):
2886 * international/fontset.el (script-representative-chars):
2887 Change myanmar to burmese.
2888 (otf-script-alist): Likewise.
2889 (setup-default-fontset): Likewise. Re-fix :otf spec.
2890
2891 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2892
2893 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2894
2895 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2896
2897 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2898
2899 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2900
2901 * net/tramp.el (tramp-handle-write-region): START can be a string.
2902 Take care in the checks. Reported by Dan Davison
2903 <davison@stats.ox.ac.uk>.
2904
2905 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
2906
2907 * net/dbus.el (dbus-introspect, dbus-get-property)
2908 (dbus-set-property, dbus-get-all-properties):
2909 Use `dbus-call-method' when noninteractive. (Bug#5645)
2910
2911 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
2912
2913 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2914 * emacs-lisp/elint.el (elint-add-required-env):
2915 * cedet/semantic/db-find.el
2916 (semanticdb-find-translate-path-brutish-default):
2917 * cedet/ede/make.el (ede-make-check-version):
2918 * calendar/icalendar.el (icalendar--add-diary-entry):
2919 * calc/calcalg2.el (math-tracing-integral):
2920 * files.el (recover-session-finish): Use with-current-buffer
2921 instead of save-excursion.
2922
2923 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2924
2925 Fix in-buffer completion when after-change-functions modify the buffer.
2926 * minibuffer.el (completion--replace): New function.
2927 (completion--do-completion): Use it and use relative movement.
2928
2929 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
2930
2931 * international/fontset.el (setup-default-fontset): Fix :otf spec.
2932
2933 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2934
2935 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2936 Allow the characters _<> in the stack entry (Bug#5653).
2937
2938 2010-02-26 Kenichi Handa <handa@m17n.org>
2939
2940 * language/burmese.el: Fix entries in composition-function-table.
2941 (myanmar-composable-pattern): New variable.
2942
2943 * international/fontset.el (setup-default-fontset): Add an entry
2944 for myanmar.
2945
2946 * international/characters.el (script-list): Add Myanmar
2947 Extended-A.
2948
2949 2010-02-26 Glenn Morris <rgm@gnu.org>
2950
2951 * custom.el (custom-initialize-delay): Doc fix.
2952
2953 * mail/sendmail.el (send-mail-function): Autoload the call
2954 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2955
2956 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
2957
2958 * files.el (hack-local-variables-filter): For eval forms, also
2959 check safe-local-variable-p (Bug#5636).
2960
2961 2010-02-24 Eduard Wiebe <usenet@pusto.de>
2962
2963 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2964 and use c(ad)r of cddr (Bug#5640).
2965
2966 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
2967
2968 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2969 setting the modes by `ignore-errors'. It might fail, for example
2970 if the file is not owned by the user but the group.
2971 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2972
2973 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
2974
2975 * files.el (directory-listing-before-filename-regexp): Use
2976 stricter matching for iso-style dates, to avoid false matches with
2977 date-like filenames (Bug#5597).
2978
2979 * htmlfontify.el (htmlfontify): Doc fix.
2980
2981 * eshell/eshell.el (eshell): Doc fix.
2982
2983 * startup.el (fancy-about-screen): In mode-line, apply
2984 mode-line-buffer-id face only to the buffer name (Bug#5613).
2985
2986 2010-02-20 Kevin Ryde <user42@zip.com.au>
2987
2988 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2989 In `watcom' anchor regexp to start of line, to avoid slowness
2990 (Bug#5599).
2991
2992 2010-02-20 Eli Zaretskii <eliz@gnu.org>
2993
2994 * subr.el (remove-yank-excluded-properties): Explain in a comment
2995 why `category' property is removed.
2996
2997 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
2998
2999 * isearch.el (isearch-update-post-hook, isearch-update): Revert
3000 2010-02-17 change.
3001
3002 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
3003
3004 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3005 (icalendar--convert-weekly-to-ical)
3006 (icalendar--convert-yearly-to-ical)
3007 (icalendar--convert-block-to-ical)
3008 (icalendar--convert-cyclic-to-ical)
3009 (icalendar--convert-anniversary-to-ical): Take care of time
3010 specifications where hour has 1-digit only (Bug#5549).
3011
3012 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
3013
3014 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3015 of disassemble output in GDB 7.1.
3016
3017 2010-02-19 Glenn Morris <rgm@gnu.org>
3018
3019 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3020 property. (Bug#5593)
3021
3022 2010-02-18 Sam Steingold <sds@gnu.org>
3023
3024 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3025
3026 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3027
3028 Use abbreviated file names in bookmarks (bug#5591).
3029 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3030 calls to expand-file-name.
3031 (bookmark-relocate): Use abbreviated file names in bookmarks.
3032 (bookmark-load): Use abbreviated file names in messages.
3033
3034 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
3035
3036 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3037 expand "." and "..". Reported by Thierry Volpiatto
3038 <thierry.volpiatto@gmail.com>.
3039
3040 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
3041
3042 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3043 permissions of the temporary file to "0600". In case the remote
3044 file has no read permissions for the owner, there might be
3045 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
3046
3047 22010-02-18 Glenn Morris <rgm@gnu.org>
3048
3049 * emacs-lisp/authors.el (authors-renamed-files-alist):
3050 Add entries for INSTALL.CVS.
3051
3052 2010-02-17 Mark A. Hershberger <mah@everybody.org>
3053
3054 * vc-bzr.el: Fix typo in Known Bugs section.
3055
3056 * isearch.el (isearch-update-post-hook): New hook.
3057 (isearch-update): Use the new hook.
3058
3059 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
3060
3061 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3062 Fix errors in copying directories.
3063 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3064 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3065 (tramp-handle-delete-file)
3066 (tramp-handle-dired-recursive-delete-directory)
3067 (tramp-handle-write-region): Flush also the cache for the upper
3068 directory.
3069
3070 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
3071
3072 * simple.el (save-interprogram-paste-before-kill): Doc fix.
3073
3074 * cus-edit.el (hardware): Doc fix.
3075
3076 * man.el (man): Add to external custom group.
3077
3078 * delim-col.el (columns): Move to wp custom group.
3079
3080 * doc-view.el (doc-view): Add to data custom group.
3081
3082 * cedet/data-debug.el (data-debug): Move to extensions group.
3083
3084 * cedet/ede.el (ede):
3085 * cedet/srecode.el (srecode):
3086 * cedet/semantic.el (semantic): Put in tools and extensions group.
3087
3088 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
3089
3090 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3091 by ispell-parse-output (Bug#5575).
3092
3093 2010-02-16 Kenichi Handa <handa@m17n.org>
3094
3095 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3096 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3097 (skkdic-convert): Use `euc-japan' coding system for writing.
3098
3099 2010-02-16 Glenn Morris <rgm@gnu.org>
3100
3101 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3102 tex-main-file before using it. (Bug#5562)
3103
3104 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3105
3106 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3107 warnings, since it is annoying for the user to see them each time he
3108 runs the code.
3109
3110 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
3111
3112 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3113 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3114 instead of PROC for caching "first-password-request". Otherwise,
3115 new processes would not profit from passwords already entered.
3116
3117 * net/tramp-cache.el (tramp-dump-connection-properties):
3118 Don't save "first-password-request" property.
3119
3120 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
3121
3122 * outline.el (outline-head-from-level):
3123 * simple.el (with-wrapper-hook):
3124 * cedet/ede.el (ede-run-target, project-delete-target)
3125 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
3126 (ede-adebug-project, ede-adebug-project-parent)
3127 (ede-adebug-project-root):
3128 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3129 (elint-defun, elint-buffer-env, elint-top-form-logged)
3130 (elint-unbound-variable):
3131 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3132 Fix typos in docstrings.
3133
3134 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
3135
3136 * files.el (insert-directory): When WILDCARD-REGEXP and
3137 FULL-DIRECTORY-P are nil, insert the file entry instead of the
3138 whole directory. (Bug#5551)
3139
3140 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
3141 dired's alignment sanity. (Bug#5516)
3142
3143 2010-02-14 Juri Linkov <juri@jurta.org>
3144
3145 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3146 Remove remaining ^H with their preceding chars. (Bug#5566)
3147
3148 2010-02-13 Glenn Morris <rgm@gnu.org>
3149
3150 * simple.el (transpose-subr): Give it a doc-string.
3151
3152 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3153 Doc fixes.
3154
3155 2010-02-12 Juri Linkov <juri@jurta.org>
3156
3157 * arc-mode.el (archive-unique-fname): Make directories for nested
3158 archives. (Bug#5540)
3159
3160 2010-02-12 Juri Linkov <juri@jurta.org>
3161
3162 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
3163
3164 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3165
3166 * subr.el (copy-overlay): Handle deleted overlays.
3167
3168 * man.el (Man-completion-table): Don't signal an error if we can't run
3169 manual-program (bug#4056).
3170
3171 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
3172
3173 * textmodes/artist.el (artist-mt): Fix typos in docstring.
3174
3175 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3176
3177 * info.el (Info-bookmark-jump): Simplify.
3178
3179 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3180 (bookmark-default-handler): Accept new bookmark field `buffer'.
3181
3182 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
3183
3184 * iswitchb.el (iswitchb-completions): Revert last change.
3185
3186 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
3187
3188 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3189 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3190 This prevents file names like "~/" being listed literally.
3191
3192 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
3193
3194 * term/xterm.el (xterm-maybe-set-dark-background-mode):
3195 Remove dead code. (Bug#5546)
3196
3197 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
3198
3199 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3200 correctly (Bug#5548).
3201
3202 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
3203
3204 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3205 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3206
3207 2010-02-08 Kenichi Handa <handa@m17n.org>
3208
3209 * international/mule-util.el (with-coding-priority): Add autoload
3210 cookie for putting `lisp-indent-function'.
3211
3212 2010-02-07 Glenn Morris <rgm@gnu.org>
3213
3214 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3215 Move F2003 named interfaces from keywords-2 to keywords-1, and
3216 use function-name-face rather than constant-face.
3217 Simplify "abstract interface" regexp.
3218
3219 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
3220
3221 * eshell/esh-util.el (eshell-file-attributes): New optional arg
3222 ID-FORMAT. Pass it to `file-attributes'.
3223
3224 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3225
3226 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
3227
3228 * faces.el (set-face-attribute): Allow calling
3229 internal-set-lisp-face-attribute with 'unspecified family and
3230 foundry argument (Bug#5536).
3231
3232 2010-02-07 Glenn Morris <rgm@gnu.org>
3233
3234 * progmodes/f90.el (f90-font-lock-keywords-2)
3235 (f90-looking-at-type-like, f90-looking-at-program-block-end):
3236 Handle F2003 named interfaces.
3237
3238 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
3239
3240 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3241 beg and end before calling c-get-state-before-change-functions.
3242
3243 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
3244
3245 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
3246
3247 2010-02-05 Juri Linkov <juri@jurta.org>
3248
3249 * doc-view.el (doc-view-mode):
3250 * image-mode.el (image-mode): Put property mode-class=special.
3251 (Bug#4896)
3252
3253 2010-02-05 Mark A. Hershberger <mah@everybody.org>
3254
3255 * vc-svn.el (vc-svn-revision-table): New function.
3256
3257 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
3258
3259 * net/ange-ftp.el (ange-ftp-insert-directory):
3260 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3261 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3262 Handle also directories. (Bug#5478)
3263
3264 2010-02-05 Glenn Morris <rgm@gnu.org>
3265
3266 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3267
3268 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
3269
3270 * startup.el (command-line-1): Convert options beginning with a
3271 single dash as well (Bug#5519).
3272
3273 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
3274
3275 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3276 * minibuffer.el (completion-initials-expand): Only check the presence
3277 of delims *within* the boundaries, since otherwise the / delim is
3278 always found for files.
3279
3280 Fix up various corner case problems.
3281 * doc-view.el (doc-view-last-page-number): New function.
3282 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3283 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3284 (doc-view-kill-proc): Avoid inf-loop in freak cases.
3285 (doc-view-reconvert-doc): Use the new recursive delete-directory.
3286 (doc-view-convert-current-doc): Don't create the resolution.el file
3287 here any more.
3288 (doc-view-pdf/ps->png): Do it here instead.
3289 (doc-view-already-converted-p): Check that resolution.el is present.
3290 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3291 windows that are not yet showing images.
3292
3293 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
3294
3295 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3296 `dired-uncache' for every elemnt which is an absolute file name.
3297
3298 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3299 directory, handle its directory component.
3300 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3301 function is called permanently and creates noise, otherwise.
3302
3303 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3304 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3305 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
3306
3307 2010-02-04 David Burger <dburger@google.com> (tiny change)
3308
3309 * macros.el (apply-macro-to-region-lines):
3310 Minor simplification. (Bug#5485)
3311
3312 2010-02-04 Glenn Morris <rgm@gnu.org>
3313
3314 * mail/rmail.el (rmail-show-message-1): Handle malformed
3315 quoted-printable text. (Bug#5441)
3316
3317 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3318
3319 * simple.el (visual-line-mode): Capitalize lighter.
3320
3321 2010-02-03 John Wiegley <jwiegley@gmail.com>
3322
3323 * iswitchb.el (iswitchb-completions): Add bookmark files to the
3324 list of files considered for "virtual buffer" completions.
3325
3326 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
3327
3328 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3329 also in case of (and (not full) (not wildcard)). This is needed,
3330 when dired is called with a list of files, which are not in
3331 `default-directory'. (Bug#5478)
3332
3333 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3334
3335 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3336
3337 2010-02-02 Juri Linkov <juri@jurta.org>
3338
3339 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3340 from unidiff to allow function-line after @@.
3341
3342 2010-02-02 Juri Linkov <juri@jurta.org>
3343
3344 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3345 '(RCS SCCS) with inverted condition.
3346
3347 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
3348
3349 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3350 messages.
3351
3352 2010-02-01 Juri Linkov <juri@jurta.org>
3353
3354 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3355 compare with "pkunzip" and "pkzip" instead of only "pkzip".
3356 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3357 only when (car archive-zip-extract) is "unzip". (Bug#5475)
3358
3359 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3360
3361 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3362 (doc-view-revert-buffer): New command.
3363 (doc-view-mode-map): Use it.
3364
3365 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
3366
3367 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3368 pending merge is detected.
3369
3370 2010-01-31 Juri Linkov <juri@jurta.org>
3371
3372 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3373 beginning of interactive spec like all other grep commands do.
3374 Put "all" in front of "gz". (Bug#5260)
3375
3376 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3377
3378 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3379
3380 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
3381
3382 * dirtrack.el (dirtrack): Warn instead of signalling error if the
3383 regexp is incorrect (Bug#5476).
3384
3385 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
3386
3387 * net/tramp.el (tramp-handle-insert-directory): Handle also
3388 symlinks, when FILENAME is not in `default-directory'.
3389
3390 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3391
3392 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3393 FILE is not in `default-directory'. (Bug#5478)
3394
3395 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3396 of SWITCHES. Handle the case, FILENAME is not in
3397 `default-directory'. (Bug#5478)
3398 (tramp-register-file-name-handlers): Add safe-magic property.
3399
3400 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
3401
3402 * arc-mode.el (archive-zip-extract): Quote the argument passed to
3403 unzip (Bug#5475).
3404
3405 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
3406
3407 * progmodes/flymake.el (flymake-allowed-file-name-masks)
3408 (flymake-master-make-header-init): Add other C++ filename masks.
3409 (flymake-find-possible-master-files)
3410 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3411
3412 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
3413
3414 Fix some busybox annoyances.
3415
3416 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3417 not responding." string.
3418 (tramp-open-connection-setup-interactive-shell): Dump stty
3419 settings. Enable "neveropen" arg for all `tramp-send-command'
3420 calls. Handle "=" in variable values properly.
3421 (tramp-find-inline-encoding): Raise an error, when no encoding is
3422 found.
3423 (tramp-wait-for-output): Check, whether PROC buffer is available.
3424 Remove spurious " ^H" sequences, sent by busybox.
3425 (tramp-get-ls-command): Suppress coloring, if possible.
3426
3427 2010-01-28 Glenn Morris <rgm@gnu.org>
3428
3429 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
3430
3431 * log-edit.el (log-edit-strip-single-file-name): Add missing
3432 :safe, :group, and :version tags.
3433
3434 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
3435
3436 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3437 buffers. (Bug#5477)
3438
3439 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
3440
3441 * files.el (delete-directory): Handle moving to trash without
3442 first doing recursion (Bug#5436).
3443
3444 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
3445
3446 * vc-hooks.el (vc-path): Mark as obsolete.
3447
3448 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
3449
3450 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3451 names too.
3452
3453 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3454 for the short log.
3455 (vc-bzr-log-view-mode): Adjust regexp for the above change.
3456
3457 2010-01-25 Mark A. Hershberger <mah@everybody.org>
3458
3459 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3460
3461 * vc-bzr.el (vc-bzr-revision-table): New function.
3462
3463 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
3464
3465 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3466 diff-index command. This requires at least git-1.5.5. (Bug#1589).
3467
3468 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3469
3470 Remove support for adding --signoff on commit.
3471 Future support will use an incompatible generic mechanism.
3472 * vc-git.el (vc-git-add-signoff): Remove variable.
3473 (vc-git-toggle-signoff): Remove function.
3474 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3475
3476 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
3477 from xterm-set-background-mode. Return t if the background mode
3478 was set.
3479 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3480 earlier, call it again in case the background mode has changed.
3481
3482 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
3483
3484 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3485 (Bug#3541).
3486
3487 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
3488
3489 * emacs-lisp/assoc.el (aelement): Doc fix.
3490 (aput, adelete, amake): Use lexical-let (Bug#5450).
3491
3492 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
3493
3494 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3495 is the same as subprogram call, not declaration. (Bug#5435).
3496
3497 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
3498
3499 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3500 (tramp-smb-maybe-open-connection): Use it.
3501
3502 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
3503
3504 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
3505
3506 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3507
3508 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3509 just because we see "encoding: 8bit".
3510 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3511
3512 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
3513
3514 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3515
3516 2010-01-22 Eli Zaretskii <eliz@gnu.org>
3517
3518 * jka-compr.el (jka-compr-load): If load-file is not in
3519 load-history, try its file-truename version. (bug#5447)
3520
3521 2010-01-21 Alan Mackenzie <acm@muc.de>
3522
3523 Fix a situation where deletion of a cpp construct throws an error.
3524 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
3525 invoking c-with-all-but-one-cpps-commented-out, check that the
3526 special cpp construct is still in the buffer.
3527 (c-parse-state): Record the special cpp with markers, not numbers.
3528
3529 2010-01-21 Kenichi Handa <handa@m17n.org>
3530
3531 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3532 process last-command-event, as it is now decoded first (Bug#5380).
3533
3534 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
3535
3536 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3537
3538 2010-01-20 Glenn Morris <rgm@gnu.org>
3539
3540 * indent.el (tab-always-indent): Fix custom-type.
3541
3542 2010-01-19 Alan Mackenzie <acm@muc.de>
3543
3544 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3545 buffer throws "args out of range".
3546 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3547 playing the role of delimiter.
3548
3549 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
3550
3551 * progmodes/ada-mode.el: Fix bug#5400.
3552 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3553 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3554 changed. Delete RECURSIVE parameter; never used. Improve doc string.
3555 Improve comments in "is" portion. Handle null procedure declaration.
3556 (ada-move-to-end): Improve doc string.
3557
3558 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
3559
3560 * ido.el (ido-cur-list): Initialize to nil.
3561 Remove obsolete information from commentary.
3562 (ido-choice-list): Initialize to nil.
3563 (ido-get-bufname): Reject minibuffers.
3564 (ido-make-buffer-list): If "default" is a nonexistent
3565 buffer, ignore it, as per the function's comment.
3566 (ido-kill-buffer-internal): New function.
3567 (ido-kill-buffer-at-head): Use it.
3568 (ido-visit-buffer): Likewise.
3569
3570 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
3571
3572 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3573
3574 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
3575
3576 * cedet/ede/locate.el (ede-locate-file-in-project)
3577 (ede-locate-file-in-project-impl): Fix typos in docstrings.
3578 (ede-enable-locate-on-project): Fix typos in error messages.
3579
3580 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
3581 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
3582 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
3583 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
3584 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
3585 Fix typos in menu help.
3586
3587 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3588 Fix typos in chart titles.
3589
3590 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3591 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
3592 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
3593 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
3594 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
3595 (semantic-parse-stream, semantic-parse-region)
3596 (semantic-parse-region-default, semantic--set-buffer-cache)
3597 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
3598 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
3599 (semantic-default-submodes):
3600 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
3601 (semanticdb-create-ebrowse-database)
3602 (semanticdb-find-tags-for-completion-method)
3603 (semanticdb-find-tags-by-class-method)
3604 (semanticdb-deep-find-tags-by-name-method)
3605 (semanticdb-deep-find-tags-for-completion-method):
3606 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
3607 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
3608 (semanticdb-find-tags-for-completion-method)
3609 (semanticdb-find-tags-by-class-method)
3610 (semanticdb-deep-find-tags-for-completion-method):
3611 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
3612 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
3613 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
3614 (semanticdb-find-tags-by-name-method)
3615 (semanticdb-find-tags-by-name-regexp-method)
3616 (semanticdb-find-tags-for-completion-method)
3617 (semanticdb-find-tags-by-class-method)
3618 (semanticdb-find-tags-external-children-of-type-method)
3619 (semanticdb-find-tags-subclasses-of-type-method)
3620 (semanticdb-deep-find-tags-by-name-method)
3621 (semanticdb-deep-find-tags-by-name-regexp-method)
3622 (semanticdb-deep-find-tags-for-completion-method):
3623 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
3624 (semanticdb-enable-gnu-global-in-buffer)
3625 (semanticdb-find-tags-for-completion-method)
3626 (semanticdb-deep-find-tags-by-name-method)
3627 (semanticdb-deep-find-tags-for-completion-method):
3628 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
3629 (javascript-mode, semanticdb-find-translate-path)
3630 (semanticdb-find-tags-for-completion-method)
3631 (semanticdb-find-tags-by-class-method)
3632 (semanticdb-deep-find-tags-by-name-method)
3633 (semanticdb-deep-find-tags-for-completion-method)
3634 (semanticdb-find-tags-external-children-of-type-method):
3635 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
3636 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
3637 (global-semantic-idle-scheduler-mode):
3638 * cedet/srecode/dictionary.el (srecode-field-value)
3639 (srecode-dictionary-add-section-dictionary):
3640 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3641 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3642 (describe-class, eieio-describe-generic, describe-generic):
3643 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3644 (eieio-speedbar-expand):
3645 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3646 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3647 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3648 (viper-del-backward-char-in-replace, viper-backward-indent)
3649 (viper-brac-function, viper-register-to-point, viper-submit-report):
3650 * net/tramp.el (tramp-remote-coding-commands):
3651 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3652 Fix typos in docstrings.
3653
3654 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3655
3656 * mail/sendmail.el (mail-yank-original): Set the mark if the
3657 specified function for yanking does not do it.
3658
3659 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
3660
3661 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
3662
3663 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3664 resyncing a directory.
3665
3666 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
3667
3668 * progmodes/ada-mode.el: Fix bug#1920.
3669 (ada-ident-re): Delete ., allow multibyte characters.
3670 (ada-goto-label-re): New; matches goto labels.
3671 (ada-block-label-re): New; matches block labels.
3672 (ada-label-re): New; matches both.
3673 (ada-named-block-re): Deleted; callers changed to use
3674 `ada-block-label-re' instead.
3675 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3676 Use `ada-block-label-re'.
3677 (ada-indent-on-previous-lines): Improve handling of goto labels.
3678 (ada-get-indent-block-start): Special-case block label.
3679 (ada-get-indent-label): Split into `ada-indent-block-label' and
3680 `ada-indent-goto-label'.
3681 (ada-goto-stmt-start, ada-goto-next-non-ws):
3682 Optionally ignore goto labels.
3683 (ada-goto-next-word): Simplify.
3684 (ada-indent-newline-indent-conditional): Insert newline before
3685 trying to fix indentation; doc fix.
3686
3687 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
3688
3689 * calc/calc.el (calc-command-flags): Give it an initial value.
3690
3691 2010-01-17 Glenn Morris <rgm@gnu.org>
3692
3693 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
3694
3695 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3696
3697 * cedet/semantic.el (semantic-mode):
3698 * files.el (minibuffer-with-setup-hook):
3699 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3700 (artist-key-draw-continously, artist-key-do-continously-continously)
3701 (artist-key-set-point-continously, artist-mouse-draw-continously):
3702 Fix typos in docstrings.
3703
3704 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
3705
3706 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
3707 return t (Bug#3898).
3708
3709 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
3710
3711 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3712 can parse the output of the external commands (Bug#5279).
3713
3714 2010-01-16 Jari Aalto <jari.aalto@cante.net>
3715
3716 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3717
3718 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
3719
3720 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3721
3722 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3723
3724 * startup.el (command-line): Remove unused --icon-type arg.
3725 Handle --display arg, passing it to command-line-1 (Bug#5392).
3726
3727 2010-01-16 Mario Lang <mlang@delysid.org>
3728
3729 * cedet/ede/cpp-root.el (ede-cpp-root-project):
3730 * cedet/ede/files.el (ede-expand-filename):
3731 * cedet/ede/simple.el (ede-simple-project):
3732 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3733 (semantic-complete-inline-tag-engine):
3734 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3735 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
3736 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3737 * cedet/semantic/db.el (semanticdb-equivalent-mode):
3738 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
3739 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
3740 * emacs-lisp/chart.el (chart-translate-namezone):
3741 * textmodes/artist.el (artist-compute-popup-menu-table):
3742 Remove duplicated words in doc-strings.
3743
3744 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
3745
3746 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3747 to mairix-search to suppress threading (Bug#5342).
3748
3749 2010-01-15 Kenichi Handa <handa@m17n.org>
3750
3751 * international/mule-cmds.el (canonicalize-coding-system-name):
3752 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3753
3754 2010-01-15 Glenn Morris <rgm@gnu.org>
3755
3756 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
3757
3758 * wid-edit.el (widget-keymap): Doc fix.
3759
3760 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3761 former seems to be more widely accepted by various svn versions.
3762
3763 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3764
3765 * find-cmd.el (find-constituents):
3766 * vc-arch.el (vc-arch-root):
3767 * window.el (window-body-height, pop-up-frames):
3768 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
3769 (semantic-no-reparse-needed-change-hook):
3770 * cedet/srecode/insert.el (srecode-resolve-argument-list)
3771 (srecode-template-inserter-blank, srecode-template-inserter-variable)
3772 (srecode-template-inserter-ask, srecode-template-inserter-width)
3773 (srecode-template-inserter-section-start)
3774 (srecode-template-inserter-section-end, srecode-insert-method):
3775 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3776 * progmodes/ada-stmt.el (ada-if):
3777 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3778 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3779 (ispell-encoding8-command, ispell-aspell-supports-utf8)
3780 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3781
3782 * progmodes/flymake.el (flymake-post-syntax-check):
3783 Fix typo in error message.
3784
3785 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3786
3787 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3788 which is always a string. (Bug#5313)
3789
3790 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
3791
3792 * progmodes/ada-xref.el (ada-default-prj-properties):
3793 Simplify previous change.
3794
3795 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3796
3797 * progmodes/ada-xref.el (ada-default-prj-properties):
3798 Default ada_project_path to $ADA_PROJECT_PATH.
3799
3800 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3801
3802 * progmodes/ada-mode.el (ada-create-keymap):
3803 Override `narrow-to-defun' with `ada-narrow-to-defun'.
3804
3805 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3806
3807 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3808 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3809 (ada-get-current-indent, ada-imenu-generic-expression)
3810 (ada-which-function): Check for it.
3811
3812 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
3813
3814 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3815 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3816
3817 2010-01-14 Glenn Morris <rgm@gnu.org>
3818
3819 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
3820
3821 2010-01-14 Kenichi Handa <handa@m17n.org>
3822
3823 * composite.el (auto-composition-mode): Make it a buffer local
3824 variable (permanent-local).
3825 (auto-composition-function): Set the default value to
3826 auto-compose-chars.
3827 (auto-composition-mode): Make it a simple function, not a minor mode.
3828 (global-auto-composition-mode): Likewise.
3829 (turn-on-auto-composition-if-enabled): Delete it.
3830
3831 2010-01-13 Karl Fogel <kfogel@red-bean.com>
3832
3833 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3834
3835 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
3836
3837 * files.el (copy-directory): Compute target for recursive
3838 directories with identical names. (Bug#5343)
3839
3840 2010-01-12 Glenn Morris <rgm@gnu.org>
3841
3842 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
3843 it to bug-gnu-emacs rather than emacs-pretest-bug.
3844
3845 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
3846
3847 * cedet/data-debug.el (data-debug): Fix customization group reference.
3848
3849 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
3850
3851 * cedet/semantic/analyze.el (semantic-analyze-push-error)
3852 (semantic-analyze-context, semantic-analyze-context-assignment)
3853 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
3854 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
3855 (semantic-java-doc-keywords-map):
3856 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
3857 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
3858 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
3859 (semantic-c-classname, semantic-format-tag-uml-prototype)
3860 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
3861 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
3862 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
3863 (semantic-get-local-variables, semantic-end-of-command)
3864 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
3865 (lisp-mode):
3866 * cedet/semantic/bovine/make.el (makefile-mode):
3867 * cedet/semantic/wisent/python.el (wisent-python-string-re)
3868 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
3869 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
3870 (semantic-lex, semantic-get-local-variables, python-mode):
3871 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
3872 * cedet/srecode/extract.el (srecode-extract-state-set)
3873 (srecode-extract-method): Fix typos in docstrings.
3874
3875 2010-01-11 Sam Steingold <sds@gnu.org>
3876
3877 * imenu.el (imenu-default-create-index-function): Detect infinite
3878 loops caused by imenu-prev-index-position-function.
3879
3880 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3881
3882 * htmlfontify.el (htmlfontify-load-rgb-file)
3883 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3884 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3885 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3886 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3887 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3888 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3889 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3890 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3891 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3892 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3893 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3894 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3895 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3896 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3897 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3898 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3899 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3900 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3901 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3902 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3903 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3904 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3905 backslash-quoting from parentheses, etc.
3906
3907 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
3908
3909 * progmodes/js.el: Autoload javascript-mode alias.
3910
3911 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
3912
3913 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3914 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3915 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3916 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3917 Fix typos in docstrings.
3918 (ffap-url-regexp): Doc fix.
3919 (ffap-at-mouse): Fix typo in message.
3920
3921 2010-01-11 Glenn Morris <rgm@gnu.org>
3922
3923 * version.el (emacs-copyright): Set copyright year to 2010.
3924
3925 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3926
3927 * format.el (format-annotate-function): Only set
3928 write-region-post-annotation-function after running to-fn so as not to
3929 affect nested write-region calls (bug#5273).
3930
3931 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
3932
3933 * cedet/semantic.el (semantic-new-buffer-setup-functions):
3934 Add python parser.
3935
3936 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3937 wisent/python.el.
3938
3939 2010-01-10 Richard Kim <emacs18@gmail.com>
3940
3941 * cedet/semantic/wisent/python-wy.el:
3942 * cedet/semantic/wisent/python.el: New files.
3943
3944 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3945
3946 * man.el (Man-goto-section): Signal error if the section is not
3947 found (Bug#5317).
3948
3949 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
3950
3951 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3952 URLs with a leading triple slash in the file: scheme. (Bug#5345)
3953
3954 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
3955
3956 * progmodes/compile.el: Don't treat compile-command as safe if
3957 compilation-read-command might be nil (Bug#4218).
3958
3959 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
3960
3961 * startup.el (command-line-1): Use orig-argi to check for ignored X and
3962 NS options.
3963
3964 2010-01-08 Kenichi Handa <handa@m17n.org>
3965
3966 * international/fontset.el (build-default-fontset-data):
3967 Exclude characters in scripts kana, hangul, han, or cjk-misc.
3968
3969 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
3970
3971 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3972 to `create-file-buffer' as it expects, not just a buffer name.
3973 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3974 to help uniquify. (Bug#3224)
3975
3976 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
3977
3978 * font-setting.el (font-setting-change-default-font): Use user-spec
3979 instead of name.
3980
3981 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3982
3983 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3984
3985 2010-01-05 Tom Tromey <tromey@redhat.com>
3986
3987 * progmodes/python.el (python-font-lock-keywords):
3988 Handle qualified decorators (Bug#881).
3989
3990 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3991
3992 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3993 in a lightweight checkout.
3994
3995 2010-01-05 Kenichi Handa <handa@m17n.org>
3996
3997 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3998
3999 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4000
4001 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
4002
4003 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
4004
4005 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
4006 checkouts. (Bug#618)
4007 (vc-bzr-log-view-mode): Also highlight the author.
4008 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
4009 (vc-bzr-shelve-menu-map):
4010 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
4011 (vc-bzr-shelve-apply): Make prompt more explicit.
4012
4013 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
4014
4015 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
4016 They are valid characters in URL paths (rfc3986), and at least
4017 Firefox does not understand the encoded version (Bug#3166).
4018
4019 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
4020
4021 * progmodes/octave-mod.el (octave-end-keywords)
4022 (octave-block-begin-or-end-regexp, octave-block-match-alist):
4023 Add "end" keyword (Bug#3061).
4024 (octave-end-as-array-index-p): New function.
4025 (calculate-octave-indent): Use it.
4026
4027 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4028
4029 * bookmark.el: Consistently put the text property on the bookmark name.
4030 (bookmark-bmenu-marks-width): Bump back to 2, to include
4031 annotation marks.
4032 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
4033 property on the bookmark name, instead of not putting it at all.
4034 (bookmark-bmenu-list): Fix where we put the text property.
4035
4036 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4037
4038 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
4039 for showing buffer modified state (as added in the previous change).
4040
4041 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4042
4043 * bookmark.el: Show modified state of bookmark buffer more accurately.
4044 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
4045 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
4046 (with-buffer-modified-unmodified): New macro.
4047 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4048 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
4049 Use new macro to preserve the buffer modified state.
4050
4051 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4052
4053 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
4054 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
4055 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
4056 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
4057 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4058 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
4059 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
4060
4061 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4062
4063 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4064 Make the lines in the generated doc string shorter. (Bug#4668)
4065
4066 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
4067
4068 * net/rcirc.el: Add follow-link binding (Bug#4738).
4069
4070 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4071
4072 * Makefile.in (bzr-update): Rename from cvs-update.
4073 (cvs-update): New target for backward compatibility.
4074
4075 * makefile.w32-in (bzr-update): Rename from cvs-update.
4076 (cvs-update): New target for backward compatibility.
4077
4078 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4079
4080 * bookmark.el: Remove gratuitous gratitude.
4081
4082 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4083
4084 * bookmark.el (bookmark-bmenu-any-marks): New function
4085 (bookmark-bmenu-save): Clear buffer modification if no marks.
4086
4087 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4088
4089 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
4090 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
4091 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
4092 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
4093
4094 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
4095 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
4096 To: emacs-devel {_AT_} gnu.org
4097 Subject: bookmark.el bug report
4098 Date: Mon, 28 Dec 2009 14:19:16 +0800
4099 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
4100
4101 2010-01-02 Karl Fogel <kfogel@red-bean.com>
4102
4103 * bookmark.el: Improvements suggested by Drew Adams:
4104 (bookmark-bmenu-ensure-position): New name for
4105 `bookmark-bmenu-check-position'. Just ensure the position,
4106 don't return any meaningful value.
4107 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4108 New constants.
4109
4110 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
4111
4112 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4113 (bookmark-yank-point, bookmark-bmenu-check-position):
4114 Fix typos in docstrings.
4115 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4116 (bookmark-name-from-full-record, bookmark-get-position)
4117 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4118 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4119 Remove useless quoting of parenthesis, etc. in docstrings.
4120
4121 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4122 (ediff-append-custom-diff): Fix typo in error message.
4123 (ediff-meta-mark-equal-files): Fix typos in messages.
4124
4125 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4126
4127 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
4128 Fix typo in docstring.
4129
4130 * net/imap-hash.el (imap-hash-make): Doc fix.
4131 (imap-hash-test): Fix typo in error message; reflow docstring.
4132 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4133 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4134 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4135 Fix typos in docstrings.
4136 (imap-hash-open-connection): Fix typo in error message.
4137
4138 * play/gomoku.el (gomoku): Fix typos in docstring.
4139
4140 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4141 (gdb-jsonify-buffer): Fix typos in docstring.
4142 (gdb-goto-breakpoint): Fix typo in error message.
4143 ("Display Other Windows"): Fix typo in help message.
4144 (gdb-speedbar-expand-node): Fix typo in question.
4145
4146 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4147 (idlwave-html-system-help-location, idlwave-html-help-location)
4148 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4149 (idlwave-help-browser-generic-args, idlwave-help-directory)
4150 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4151 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4152 (idlwave-online-help, idlwave-help-html-link)
4153 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4154 Fix typos in docstrings.
4155 (idlwave-help-with-source, idlwave-help-find-routine-definition):
4156 Reflow docstrings.
4157 (idlwave-help-assistant-start): Fix typo in error message.
4158
4159 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4160 (octave-electric-space): Fix typos in docstrings.
4161
4162 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
4163
4164 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4165
4166 2010-01-01 Juri Linkov <juri@jurta.org>
4167
4168 * comint.el (comint-input-ring-size): Make it a defcustom and
4169 increase the default to 500 (Bug#5148).
4170
4171 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
4172
4173 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4174 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4175 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4176
4177 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
4178
4179 Show working revision correctly for mercurial.
4180 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
4181 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
4182
4183 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
4184
4185 Declare some functions for the byte-compiler.
4186 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4187 (speedbar-timer-fn, speedbar-change-expand-button-char)
4188 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4189
4190 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
4191
4192 This changeset reverts GDB Graphical Interface to use annotations.
4193 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4194
4195 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
4196
4197 Make vc-dir work on subdirectories of the bzr root.
4198 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
4199 file names relative to it.
4200 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4201 relative directory to vc-bzr-after-dir-status.
4202
4203 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
4204
4205 * font-lock.el (font-lock-refresh-defaults): New function, which
4206 can be used to let font-lock react to external changes in
4207 variables like font-lock-defaults and keywords.
4208 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4209
4210 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
4211
4212 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4213
4214 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4215
4216 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
4217
4218 Supersede color.diff settings in git log (bug#5211).
4219
4220 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4221 escape chars in its output when the user has color.diff set to `always'.
4222 This fix works on git 1.4.2 and newer (released on 2006-08-13).
4223
4224 2009-12-26 Kevin Ryde <user42@zip.com.au>
4225
4226 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4227 node. Keep previous "Index" name to work with past coreutils too.
4228
4229 * man.el (man): Revise docstring a bit to show -a and -l as
4230 examples. Add -k description since support for it has otherwise
4231 been a secret. (Further to bug#3717.)
4232 (Man-bgproc-sentinel): When "-k foo" produces no output show error
4233 "no matches" rather than "Can't find manpage", as the latter reads
4234 like -k was interpreted as a page name, which is not so. (Bug#5431)
4235
4236 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
4237
4238 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4239 switches. Check also for //SUBDIRED// line.
4240
4241 2009-12-25 Kenichi Handa <handa@m17n.org>
4242
4243 * language/indian.el (devanagari-composable-pattern): Fixed to
4244 handle ZWNJ and ZWJ. Use it in composition-function-table for
4245 Devanagari.
4246 (malayalam-composable-pattern): Fix previous change.
4247
4248 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4249
4250 * ps-print.el (ps-face-attributes): It was not returning the
4251 attribute face for faces specified as string. Reported by harven
4252 <harven@free.fr>.
4253 (ps-print-version): New version 7.3.5.
4254
4255 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
4256
4257 * calendar/icalendar.el (icalendar--convert-tz-offset):
4258 Fix timezone names.
4259 (icalendar--convert-tz-offset): Fix the "last-day-problem".
4260 (icalendar--add-diary-entry): Remove the trailing blank that
4261 diary-make-entry inserts.
4262
4263 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
4264
4265 Make `file-expand-wildcards' work for remote files.
4266
4267 * files.el (file-expand-wildcards): In case of remote files, check
4268 only local file name part for wildcards. Provide feature 'files
4269 and subfeature 'remote-wildcards. (Bug#5198)
4270
4271 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4272 if there is already an established connection.
4273 (tramp-advice-file-expand-wildcards): Remove it.
4274
4275 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
4276 (tramp-advice-file-expand-wildcards): Move from tramp.el.
4277 Activate advice for older GNU Emacs versions. (Bug#5237)
4278
4279 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
4280
4281 Some doc fixes (more needed).
4282
4283 * find-cmd.el (find-constituents): Reflow docstring.
4284 (find-cmd, find-prune, find-command): Fix typos in docstrings.
4285 (find-generic): Doc fix.
4286
4287 2009-12-17 Juri Linkov <juri@jurta.org>
4288
4289 Fix regression from 23.1 to allow multiple modes in Local Variables.
4290
4291 * files.el (hack-local-variables-filter): While ignoring duplicates,
4292 don't take `mode' into account.
4293 (hack-local-variables-filter, hack-dir-local-variables):
4294 Don't remove duplicate `mode' from local-variables-alist (like `eval').
4295
4296 2009-12-17 Juri Linkov <juri@jurta.org>
4297
4298 Make `dired-diff' safer. (Bug#5225)
4299
4300 * dired-aux.el (dired-diff): Signal an error when `file' equals to
4301 `current' or when `file' is a directory of the `current' file.
4302
4303 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
4304
4305 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4306 unconditionally preloaded files.
4307
4308 2009-12-16 Juri Linkov <juri@jurta.org>
4309
4310 Revert to old 23.1 logic of using the file at the mark as default.
4311 * dired-aux.el (dired-diff): Use the file at the mark as default
4312 if it's not the same as the current file, and the target dir is
4313 the current dir or the mark is active. Add the current file
4314 as the arg of `dired-dwim-target-defaults'. Use the default file
4315 in the prompt. (Bug#5225)
4316
4317 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
4318
4319 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4320 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4321 (tramp-check-for-regexp): Check also, when an echoing shell stops
4322 to echo sent commands.
4323
4324 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4325
4326 * Makefile.in: Revert last change (Bug#5191).
4327
4328 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
4329
4330 * vc-hg.el (vc-hg-print-log): Fix argument order.
4331 (vc-hg-working-revision): Make sure the command is executed in a
4332 known environment so that we can parse the output. (Bug#4417)
4333
4334 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4335
4336 * progmodes/python.el (python-symbol-completions): Remove text
4337 properties from symbol string before calling python-send-receive.
4338
4339 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
4340
4341 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4342 when there are values for both file and line. (Bug#5060)
4343
4344 2009-12-14 Juri Linkov <juri@jurta.org>
4345
4346 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4347 whitespace after the file name of the first line of unified format,
4348 because git-diff doesn't output whitespace and file modification time
4349 after the file name.
4350
4351 2009-12-14 David Kastrup <dak@gnu.org>
4352
4353 * info.el (Info-hide-cookies-node): Before hiding a cookie,
4354 check if it already has the `display' property added by
4355 `Info-display-images-node', and not put the `invisible' property
4356 in this case.
4357
4358 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
4359
4360 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4361 (semantic-mru-bookmark-mode): Doc fixes.
4362
4363 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
4364 of assert.
4365
4366 2009-12-13 Glenn Morris <rgm@gnu.org>
4367
4368 * mail/emacsbug.el (message-sort-headers): Define for compiler.
4369 (report-emacs-bug): In message-mode, sort manually before storing
4370 original report text. (Bug#5178)
4371 Remove superfluous save-excursion.
4372
4373 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
4374
4375 * net/dbus.el (dbus-property-handler): Filter lambda forms out
4376 when responding to "GetAll" properties.
4377
4378 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
4379
4380 * simple.el (compose-mail): Remove mail-setup-with-from from
4381 customization checks.
4382
4383 2009-12-12 Eli Zaretskii <eliz@gnu.org>
4384
4385 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4386 RAR archives created on Unix systems.
4387
4388 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4389
4390 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4391 the varalias that was accidentally removed by the 2009-11-19 change
4392 (bug#5186).
4393
4394 2009-12-12 Kenichi Handa <handa@m17n.org>
4395
4396 * language/indian.el (indian-compose-regexp): New function.
4397 (malayalam-composable-pattern): Fix the pattern.
4398 (composition-function-table): Set malayalam-composable-pattern for
4399 Malayalam characters.
4400
4401 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
4402
4403 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4404 rather than down-mouse-1, based on follow-link conventions.
4405
4406 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4407 are compiled.
4408
4409 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
4410
4411 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4412 (verilog-vmm-statement-re, verilog-ovm-statement-re)
4413 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4414 (verilog-leap-to-head, verilog-backward-token):
4415 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
4416
4417 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
4418
4419 * progmodes/verilog-mode.el (verilog-auto-lineup)
4420 (verilog-nameable-item-re): Cleanup user-visible spelling and
4421 documentation errors. One reported by Gary Delp.
4422 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4423 (verilog-read-decls): Fix AUTOWIRE with types declared in a
4424 package, bug195. Reported by Pierre-David Pfister.
4425
4426 2009-12-11 Glenn Morris <rgm@gnu.org>
4427
4428 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4429
4430 * mail/emacsbug.el: No longer require sendmail.
4431 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
4432 (report-emacs-bug-orig-text): Doc fix.
4433 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4434 New local variables, to adapt to different mail-user-agents.
4435 (report-emacs-bug): Fix test for a gnu.org address.
4436 Use overlays for emphasis, since font-lock defeats 'face property.
4437 Pretest bugs also end up at the newsgroup these days.
4438 Stop message-mode stripping text properties.
4439 Set and use the new buffer-local variables.
4440 (report-emacs-bug-hook): Add doc-string.
4441 Remove some unnecessary save-excursions and simplify.
4442 Use the appropriate hook and send-command.
4443
4444 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4445 capitalization of some menu entries.
4446
4447 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4448
4449 * whitespace.el (whitespace-display-char-on): Ensure
4450 `buffer-display-table' is unique when two or more windows are
4451 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4452 New version 12.1.
4453
4454 2009-12-10 Eli Zaretskii <eliz@gnu.org>
4455
4456 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4457 characters in the Attribute field.
4458
4459 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4460
4461 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
4462
4463 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
4464
4465 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4466 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4467 Disregard autoload-excludes.
4468 (update-directory-autoloads): Obey autoload-excludes here instead.
4469 But don't store its contents in no-autoloads and remove entries that
4470 refer to excludes files.
4471
4472 2009-12-10 Glenn Morris <rgm@gnu.org>
4473
4474 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4475 (expand-mail-aliases): Define for compiler.
4476
4477 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4478 Define for compiler.
4479
4480 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4481 appropriate for the mail-user-agent in use.
4482
4483 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
4484
4485 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4486
4487 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4488
4489 Fix short log parsing and fontification.
4490 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4491 Fix fontification for the [merge] label.
4492
4493 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
4494
4495 Drop some properties to avoid surprises (bug#5002).
4496 * htmlfontify.el (hfy-ignored-properties): New defcustom.
4497 (hfy-fontify-buffer): Use it.
4498
4499 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
4500
4501 Minor cleanup.
4502 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4503 Adjust all callers.
4504 (ffap-locate-file): Remove unused arg `dir-ok' and make other
4505 args compulsory. Adjust callers.
4506 (ffap-gopher-at-point): Remove unused var `name'.
4507
4508 Get rid of the ELCFILES abomination.
4509 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4510 (compile-elcfiles): New phony target.
4511 (compile-main): Compute ELCFILES dynamically.
4512 (compile-clean): New target to remove left-over elc files.
4513 (compile, all): Use it.
4514
4515 2009-12-09 Kenichi Handa <handa@etlken>
4516
4517 * international/mule-diag.el: Require help-mode instead of help-fns.
4518
4519 2009-12-09 Kenichi Handa <handa@m17n.org>
4520
4521 * international/mule-cmds.el (ucs-names): Supply sufficiently
4522 fine ranges instead of pre-calculating accurate ranges.
4523 Iterate with bigger gc-cons-threshold.
4524
4525 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
4526
4527 Add support for stashing a snapshot of the current tree.
4528 * vc-git.el (vc-git-stash-snapshot): New function.
4529 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4530
4531 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
4532
4533 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4534 instead of `(beginning|end)-of-line'.
4535
4536 2009-12-08 Glenn Morris <rgm@gnu.org>
4537
4538 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4539
4540 * Makefile.in (ELCFILES): Regenerate.
4541
4542 2009-12-07 Juri Linkov <juri@jurta.org>
4543
4544 Don't lazy-highlight the comint output in history Isearch mode.
4545
4546 * comint.el (comint-history-isearch-search): Instead of
4547 `comint-line-beginning-position', use `comint-after-pmark-p'
4548 to check if point if before the process mark, and go to
4549 `process-mark' in this case.
4550
4551 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4552
4553 * textmodes/tex-mode.el (latex-complete)
4554 (latex-indent-or-complete): Remove.
4555 (latex-mode): Set completion-at-point-functions instead.
4556
4557 Provide a standard completion command and hook it into TAB.
4558 * minibuffer.el (completion-at-point-functions): New var.
4559 (completion-at-point): New command.
4560 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4561 * progmodes/python.el (python-mode-map): Use completion-at-point.
4562 (python-completion-at-point): Rename from python-partial-symbol and
4563 adjust for use in completion-at-point-functions.
4564 (python-mode): Setup completion-at-point for Python completion.
4565 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4566 extracted from lisp-complete-symbol.
4567 (lisp-complete-symbol): Use it.
4568 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4569 setup completion-at-point for Elisp completion.
4570 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4571 Use completion-at-point.
4572 * ielm.el (ielm-map): Use completion-at-point.
4573 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4574 * progmodes/sym-comp.el: Move to...
4575 * obsolete/sym-comp.el: Move from progmodes.
4576
4577 2009-12-07 Eli Zaretskii <eliz@gnu.org>
4578
4579 Prevent save-buffer in Rmail buffers from using the coding-system
4580 of the current message, and from clobbering the encoding mnemonics
4581 in the mode line (Bug#4623).
4582
4583 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4584 flag, too.
4585 (rmail-message-encoding): New variable.
4586 (rmail-write-region-annotate): Record the encoding of the current
4587 message in rmail-message-encoding.
4588 (rmail-after-save-hook): New function, restores the encoding of
4589 the current message after the message collection is saved.
4590
4591 2009-12-07 Juri Linkov <juri@jurta.org>
4592
4593 * progmodes/grep.el (grep-read-files): Use `completing-read'
4594 instead of `read-string'. Set its `collection' arg to
4595 `read-file-name-internal'. (Bug#4301)
4596
4597 2009-12-07 Juri Linkov <juri@jurta.org>
4598
4599 Correctly restore original Isearch point. (Bug#4994)
4600
4601 * isearch.el (isearch-mode): Move `isearch-push-state' after
4602 `(run-hooks 'isearch-mode-hook)'.
4603 (isearch-cancel): When `isearch-push-state-function' is defined,
4604 let-bind `isearch-cmds' to the first state (the last element of
4605 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4606 function and restores the original point). Otherwise, move point
4607 to `isearch-opoint'.
4608
4609 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4610
4611 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4612 chars that don't have names, so the table can be built much faster at
4613 run-time.
4614
4615 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
4616
4617 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4618 change. Suggested by David Kastrup.
4619
4620 * simple.el (compose-mail): Check for incompatibilities and warn.
4621 (compose-mail-user-agent-warnings): New option.
4622
4623 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4624
4625 Support showing a single log entry from vc-annotate.
4626 * vc.el (print-log): Add a new argument: START-REVISION.
4627 (vc-print-log-internal): Add a new optional argument and
4628 pass it to the backend.
4629 (vc-print-log, vc-print-root-log): Adjust callers.
4630 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4631 buffer already displays the requested log entry, use it.
4632 Otherwise display only the log entry in question.
4633 * vc-svn.el (vc-svn-print-log):
4634 * vc-mtn.el (vc-mtn-print-log):
4635 * vc-hg.el (vc-hg-state):
4636 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4637 (vc-git-show-log-entry): Return t on success.
4638 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4639 (vc-bzr-show-log-entry): Return t on success.
4640 * vc-rcs.el (vc-rcs-print-log):
4641 * vc-sccs.el (vc-sccs-print-log):
4642 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4643
4644 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4645
4646 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4647 Add menus to the meta mode. (Bug#5043)
4648
4649 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
4650
4651 * ediff-init.el (ediff-event-key): Use event-to-character instead of
4652 event-key.
4653
4654 * ediff.el (ediff-buffers-internal): Add unwind-protect.
4655
4656 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
4657
4658 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
4659 Berbain <raphael.berbain@gmail.com>.
4660
4661 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
4662 characters.
4663 (tramp-initial-end-of-output): New defconst.
4664 (tramp-methods, tramp-find-shell)
4665 (tramp-open-connection-setup-interactive-shell)
4666 (tramp-maybe-open-connection): Use it.
4667 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
4668 existence of `#' and `$'.
4669
4670 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
4671 `tramp-initial-end-of-output'.
4672
4673 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
4674
4675 Get the background mode from the terminal for xterm, and set
4676 faces accordingly.
4677 * term/xterm.el (xterm-set-background-mode): New function.
4678 (terminal-init-xterm): Use it in case xterm supports background
4679 color queries. Recompute faces after getting the background
4680 color.
4681
4682 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
4683
4684 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4685 number comment back on its own line, for easier parsing.
4686
4687 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4688
4689 Make it work for non-file buffers (bug#5102).
4690 * doc-view.el (doc-view-current-cache-dir):
4691 Use doc-view-buffer-file-name rather than buffer-file-name.
4692 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4693
4694 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
4695
4696 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4697 author field is too short.
4698
4699 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
4700
4701 * vc-git.el (vc-git-print-log): Handle a limit argument.
4702 Display the short log in graph form and with labels.
4703 (vc-git-log-view-mode): Handle labels.
4704
4705 Make vc-revert change VC state from 'added to 'unregistered.
4706 * vc-git.el (vc-git-revert): Call git reset first.
4707
4708 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4709
4710 * net/newst-backend.el, net/newst-plainview.el:
4711 * net/newst-reader.el, net/newst-ticker.el:
4712 * net/newst-treeview.el, net/newsticker.el:
4713 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
4714
4715 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4716
4717 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4718
4719 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4720 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
4721 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4722 Update annotation regexp.
4723
4724 * simple.el (beginning-of-visual-line): Constrain to field
4725 boundaries (Bug#5106).
4726
4727 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
4728
4729 * xml.el (xml-substitute-numeric-entities): Move
4730 newsticker--decode-numeric-entities in newst-backend.el to
4731 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4732 * net/newst-backend.el (newsticker--parse-generic-feed)
4733 (newsticker--parse-generic-items)
4734 (newsticker--decode-numeric-entities): Move
4735 newsticker--decode-numeric-entities in newst-backend.el to
4736 xml-substitute-numeric-entities in xml.el. (Bug#5008)
4737
4738 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
4739
4740 * progmodes/js.el (js--js-not): Add null to the list of values.
4741
4742 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
4743
4744 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4745
4746 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4747
4748 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4749 delimiter if it is at the end of the current line.
4750 (bibtex-generate-url-list): Fix docstring.
4751
4752 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4753
4754 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4755 minibuffer's content with itself.
4756 Fold the confirm-after-completion case into the `confirm' case.
4757 (completion-pcm-word-delimiters): Add : and / to the delimiters.
4758
4759 2009-12-06 Kevin Ryde <user42@zip.com.au>
4760
4761 * ffap.el (ffap-rfc-path): Make this a defcustom since
4762 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
4763
4764 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4765 manuals, similar to existing setup for help-mode. (Bug#3913.)
4766
4767 2009-12-05 Juri Linkov <juri@jurta.org>
4768
4769 Save and restore dired buffer's point positions too. (Bug#4880)
4770
4771 * dired.el (dired-save-positions): Return in the first element
4772 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4773 Doc fix.
4774 (dired-restore-positions): First restore buffer's position.
4775 While restoring window's positions, check if window still displays
4776 the original buffer.
4777
4778 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
4779
4780 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4781 if possible.
4782
4783 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
4784 Make argument optional.
4785
4786 * shell.el (shell): Require ansi-color (Bug#5113).
4787
4788 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4789
4790 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4791
4792 2009-12-05 Alan Mackenzie <acm@muc.de>
4793
4794 * progmodes/cc-mode.el (c-before-hack-hook)
4795 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4796 `c-file-style' to work again. This reversion restores the current
4797 software to its state in Emacs 23.1. (Bug#4146)
4798
4799 2009-12-05 Kevin Ryde <user42@zip.com.au>
4800
4801 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
4802 comment-start-skip to comment-end-skip as comment (Bug#4781).
4803
4804 2009-12-05 Juri Linkov <juri@jurta.org>
4805
4806 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4807 for virtual nodes. (Bug#4147)
4808 (Info-find-node-2): Set `Info-current-node-virtual' to nil
4809 when moving from a virtual node.
4810 (Info-mode-menu): Add `Info-virtual-index' to the menu.
4811 (Info-mode): Add `Info-virtual-index' to the docstring.
4812
4813 2009-12-05 Eric Ludlam <zappo@gnu.org>
4814
4815 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
4816 Describe project macro symbols.
4817
4818 * cedet/semantic/complete.el (semantic-complete-do-completion):
4819 Don't call semantic-collector-current-exact-match.
4820
4821 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
4822 ede-objects as targets.
4823
4824 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
4825 a target's object list even if compiler vars are already in the
4826 Makefile.
4827
4828 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
4829 list of headers producing necessary macros.
4830
4831 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4832
4833 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4834 track of the buffer position of the end of a BibTeX entry as this
4835 position may change during reformatting.
4836 (bibtex-format-entry): Remove whitespace before processing
4837 numerical fields so that we recognize the latter properly.
4838 (bibtex-reformat): Do not use push which changes the global value
4839 of bibtex-entry-format.
4840 (bibtex-field-braces-alist, bibtex-field-strings-alist)
4841 (bibtex-field-re-init): Replace only space characters by regexp
4842 for whitespace.
4843 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4844 (bibtex-initialize): Also update bibtex-strings.
4845 (bibtex-kill-field): Preserve white space at end of entry.
4846 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4847 Update bibtex-reference-keys.
4848
4849 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4850
4851 * minibuffer.el (completion-pcm--merge-try): Also consider placing
4852 point after a star, if that's the only place where modifications can
4853 make progress.
4854
4855 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
4856
4857 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4858 in docstrings.
4859
4860 2009-12-04 Juri Linkov <juri@jurta.org>
4861
4862 * proced.el (proced): Call `(proced-update t)' to update process
4863 information instead of only running proced-post-display-hook.
4864 (proced-send-signal): Add a leading space to the buffer name
4865 " *Marked Processes*" to make this buffer ephemeral.
4866
4867 2009-12-04 Juri Linkov <juri@jurta.org>
4868
4869 * dired.el (dired-auto-revert-buffer): New defcustom.
4870 (dired-internal-noselect): Use it.
4871
4872 2009-12-04 Juri Linkov <juri@jurta.org>
4873
4874 Change roles of modes and functions in image-mode.el (Bug#5062).
4875
4876 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4877 in `auto-mode-alist'.
4878 (image-mode-previous-major-mode): New variable.
4879 (image-minor-mode-map): Rename from `image-mode-text-map'.
4880 (image-mode): Move graceful error-handling code from
4881 `image-minor-mode' to here. On errors call `image-mode-as-text'.
4882 (image-minor-mode): Remove all image-handling code.
4883 Replace `image-mode-text-map' with `image-minor-mode-map'.
4884 Check for `image-type' in mode-line format string.
4885 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4886 (image-mode-as-text): New function with most code from
4887 `image-mode-maybe'.
4888 (image-toggle-display-text): Move code that removes image
4889 properties from `image-toggle-display' to here.
4890 (image-toggle-display-image): New function with code that adds
4891 image properties copied from `image-toggle-display'.
4892 (image-toggle-display): Remove most code with leaving only code
4893 that toggles between `image-mode-as-text' and `image-mode'.
4894
4895 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
4896
4897 * net/newst-treeview.el
4898 (newsticker--treeview-list-highlight-start): Restored call to
4899 save-excursion: Selected item was stuck.
4900 (newsticker--treeview-list-select): New.
4901 (newsticker--treeview-item-show-text)
4902 (newsticker--treeview-item-show)
4903 (newsticker--treeview-item-update): Use new
4904 newsticker-treeview-item-mode.
4905 (newsticker-treeview-update): Keep current item.
4906 (newsticker-treeview-next-new-or-immortal-item): Doc change.
4907 (newsticker--treeview-first-feed): Doc change.
4908 (newsticker-treeview-list-menu)
4909 (newsticker-treeview-item-menu): Added menu entries.
4910 (newsticker-treeview-item-mode): New.
4911
4912 * net/newst-backend.el (newsticker-customize): Delete other
4913 windows.
4914
4915 2009-12-04 Sam Steingold <sds@gnu.org>
4916
4917 * log-view.el (log-view-mode-map): "q" calls quit-window,
4918 like in all the other non-self-insert buffers.
4919
4920 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4921
4922 Minor cleanup.
4923 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4924 key decoding rather than do it manually via last-input-event +
4925 ascii-character.
4926 (term-exec): Use delete-and-extract-region.
4927 (term-handle-ansi-terminal-messages): Remove unused var `end'.
4928 (term-process-pager): Remove unused var `i'.
4929 (term-dynamic-simple-complete): Make obsolete.
4930 (serial-update-config-menu): Remove unused vars `y' and `str'.
4931 (term-update-mode-line): Remove unused var `temp'.
4932
4933 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
4934
4935 Limit the number of log entries displayed by default.
4936 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4937 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4938 using a prefix argument.
4939
4940 2009-12-03 Glenn Morris <rgm@gnu.org>
4941
4942 * progmodes/idlwave.el (class): Restore still useful declaration.
4943
4944 2009-12-03 Alan Mackenzie <acm@muc.de>
4945
4946 Enhance `c-parse-state' to run efficiently in "brace deserts".
4947
4948 * progmodes/cc-mode.el (c-basic-common-init):
4949 Call c-state-cache-init.
4950 (c-neutralize-syntax-in-and-mark-CPP): Rename from
4951 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
4952 placing `category' properties value 'c-cpp-delimiter at its boundaries.
4953
4954 * progmodes/cc-langs.el (c-before-font-lock-function):
4955 c-extend-and-neutralize-syntax-in-CPP has been renamed
4956 c-neutralize-syntax-in-and-mark-CPP.
4957
4958 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4959 with `category' properties now, not `syntax-table' ones.
4960
4961 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4962 enhanced (but slower) version of c-end-of-macro that won't land
4963 inside a literal or on another awkward character.
4964 (c-state-cache-too-far, c-state-cache-start)
4965 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4966 (c-state-nonlit-pos-cache-limit, c-state-point-min)
4967 (c-state-point-min-lit-type, c-state-point-min-lit-start)
4968 (c-state-min-scan-pos, c-state-brace-pair-desert)
4969 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4970 buffer local variables.
4971 (c-state-literal-at, c-state-lit-beg)
4972 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4973 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4974 (c-state-cache-top-paren, c-state-cache-after-top-paren)
4975 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4976 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4977 (c-renarrow-state-cache)
4978 (c-append-lower-brace-pair-to-state-cache)
4979 (c-state-push-any-brace-pair, c-append-to-state-cache)
4980 (c-remove-stale-state-cache)
4981 (c-remove-stale-state-cache-backwards, c-state-cache-init)
4982 (c-invalidate-state-cache-1, c-parse-state-1)
4983 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4984 (c-parse-state): Enhance and refactor.
4985 (c-debug-parse-state): Amend to deal with all the new variables.
4986
4987 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4988 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4989 modify to use category text properties rather than syntax-table ones.
4990 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4991 to switch off/on the syntactic paren property of C++ template
4992 delimiters using the category property.
4993 (c-with-<->-as-parens-suppressed): Macro to invoke code with
4994 template delims suppressed.
4995 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4996 New constant/macros which apply category properties to the start
4997 and end of preprocessor constructs.
4998 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4999 "comment out" the syntactic value of characters in preprocessor
5000 constructs.
5001 (c-with-cpps-commented-out)
5002 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
5003 with characters in all or all but one preprocessor constructs
5004 "commented out".
5005
5006 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5007
5008 * proced.el (proced-filter-alist): Use regexp-quote.
5009
5010 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
5011
5012 Cleanup.
5013 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
5014 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
5015 arguments. Expand `default-directory'.
5016
5017 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
5018 the benefit of returning an expanded localname.
5019 (tramp-tramp-file-p): Handle the case NAME is not a string.
5020
5021 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5022
5023 Add support for bzr shelve/unshelve.
5024 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
5025 (vc-bzr-extra-menu-map): New variables.
5026 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
5027 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
5028 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
5029 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
5030 (vc-bzr-dir-extra-headers): Display shelves.
5031
5032 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
5033
5034 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5035
5036 * textmodes/bibtex.el (bibtex-complete-internal):
5037 Use completion-in-region.
5038 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
5039
5040 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
5041
5042 Support applying stashes. Improve UI.
5043 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
5044 (vc-git-stash-apply, vc-git-stash-pop)
5045 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
5046 (vc-git-stash-menu): New functions.
5047 (vc-git-stash-menu-map): New variable.
5048 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
5049
5050 2009-12-03 Glenn Morris <rgm@gnu.org>
5051
5052 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
5053 (vc-print-log-internal): Fix previous change.
5054 (vc-revert): Correct pluralization.
5055
5056 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5057
5058 * progmodes/make-mode.el (makefile-special-targets-list): No need for
5059 it to be an alist any more.
5060 (makefile-complete): Use completion-in-region.
5061
5062 * progmodes/octave-mod.el (octave-complete-symbol):
5063 Use completion-in-region.
5064
5065 Misc cleanup.
5066 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
5067 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
5068 (idlwave-complete-class): Don't quote lambda.
5069 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
5070 (idlwave-mode-map): Move initialization into declaration.
5071 (idlwave-action-and-binding): Use backquotes.
5072 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
5073 Simplify.
5074 (idlwave-is-pointer-dereference): Remove unused var `pos'.
5075 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
5076 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
5077 `parts', and `all-parts'.
5078 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
5079 (idlwave-convert-xml-system-routine-info): Remove unused string
5080 `version-string'.
5081 (idlwave-display-user-catalog-widget): Use dolist.
5082 (idlwave-scanning-lib): Declare dynamically-scoped var.
5083 (idlwave-scan-library-catalogs): Remove unused var `flags'.
5084 (completion-highlight-first-word-only): Declare to silence bytecomp.
5085 (idlwave-popup-select): Tighten scope of `resp'.
5086 (idlwave-find-struct-tag): Remove unused var `beg'.
5087 (idlwave-after-load-rinfo-hook): Declare.
5088 (idlwave-sintern-class-info): Remove unused var `taglist'.
5089 (idlwave-find-class-definition): Remove unused var `list'.
5090 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
5091 (idlwave-what-module-find-class): Remove unused var `classes'.
5092
5093 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
5094
5095 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
5096
5097 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5098
5099 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
5100 buffers visited. Remove redundant current-buffer-saving.
5101
5102 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5103
5104 Use completion-in-buffer and remove uses of dynamic scoping.
5105 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
5106 (pascal-buffer-to-use, pascal-flag): Don't declare.
5107 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
5108 (pascal-get-completion-decl, pascal-keyword-completion):
5109 Add `pascal-str' argument, save-excursion,
5110 return the found completions, and don't filter with pascal-pred.
5111 (pascal-completion-cache): New var.
5112 (pascal-completion): Don't switch buffer any more (it was never
5113 necessary). Don't save-excursion any more (it's done by the called
5114 subroutines). Use a cache to avoid redundant computations.
5115 Use complete-with-action rather than pascal-completion-response and
5116 let it apply the predicate as well.
5117 (pascal-complete-word): Use completion-in-buffer when
5118 pascal-toggle-completions is nil.
5119 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
5120 not used any more.
5121 (pascal-comp-defun): Don't change buffer any more.
5122 Use complete-with-action rather than pascal-completion-response and
5123 let it apply the predicate as well.
5124 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
5125 when neded.
5126
5127 2009-12-02 Kenichi Handa <handa@m17n.org>
5128
5129 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
5130 shape for all Indic scripts.
5131
5132 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5133
5134 Use completion-in-buffer.
5135 * wid-edit.el (widget-field-text-end): New function.
5136 (widget-field-value-get): Use it.
5137 (widget-string-complete, widget-file-complete)
5138 (widget-color-complete): Use it and completion-in-region.
5139 (widget-complete): Don't narrow the buffer.
5140
5141 2009-12-02 Glenn Morris <rgm@gnu.org>
5142
5143 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
5144 (rmail-select-summary): Use rmail-pop-to-buffer.
5145 * mail/rmailsum.el: Replace all pop-to-buffer calls with
5146 rmail-pop-to-buffer, to prevent horizontal splits.
5147
5148 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5149 save-excursion with save-current-buffer.
5150 Widen before searching. (Bug#5093)
5151 (diary-list-sexp-entries): Remove superfluous save-excursion.
5152
5153 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
5154
5155 * woman.el (woman-make-bufname): Handle man-pages with "." in the
5156 name. (Bug#5038)
5157
5158 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
5159
5160 * ido.el (ido-file-internal): Handle filenames at point that do
5161 not have a directory part. (Bug#5049)
5162
5163 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
5164
5165 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5166 (mpc-songs-jump-to, mpc-resume): Doc fixes.
5167
5168 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
5169
5170 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5171 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5172 any more.
5173
5174 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5175
5176 * comint.el (comint-insert-input): Ignore clicks to the right of
5177 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5178
5179 * vc.el (vc-print-log-internal): Don't wait for the process to
5180 terminate before setting up the major mode.
5181
5182 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5183 in case.
5184
5185 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5186 the last element.
5187
5188 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5189
5190 2009-12-01 Glenn Morris <rgm@gnu.org>
5191
5192 * window.el (window--display-buffer-2): Fix previous changes.
5193
5194 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
5195
5196 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5197
5198 2009-12-01 Glenn Morris <rgm@gnu.org>
5199
5200 * Makefile.in (ELCFILES): Add mpc.elc.
5201
5202 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5203
5204 * mpc.el: New file.
5205
5206 2009-12-01 Glenn Morris <rgm@gnu.org>
5207
5208 * window.el (window-to-use): Define for compiler.
5209
5210 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5211 consistent with others (no final period).
5212
5213 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5214 (rmail-mime-show): Downcase the encoding. (Bug#5070)
5215
5216 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
5217
5218 Make vc-print-log buttons work.
5219 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
5220
5221 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
5222
5223 * savehist.el (savehist-autosave-interval): Allow setting to nil
5224 through customize. (Bug#5056)
5225
5226 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
5227
5228 Fix references to jit-lock properties.
5229 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5230 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5231 (perl-font-lock-special-syntactic-constructs):
5232 Quote jit-lock-defer-multiline property.
5233
5234 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
5235
5236 * vc-git.el (vc-git-registered): Call vc-git-root only once.
5237
5238 2009-11-30 Juri Linkov <juri@jurta.org>
5239
5240 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5241 value `buffer' of `multi-isearch-next-buffer-current-function'.
5242 Use `(current-buffer)' when `buffer' is nil.
5243 (multi-isearch-next-buffer-from-list): Don't fallback to
5244 `(current-buffer)' when `buffer' is nil. (Bug#4947)
5245
5246 2009-11-30 Juri Linkov <juri@jurta.org>
5247
5248 * misearch.el (multi-isearch-read-buffers): Move canonicalization
5249 of buffers with `get-buffer' to `multi-isearch-buffers'.
5250 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5251 Canonicalize BUFFERS with `get-buffer'. Doc fix.
5252 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5253 FILES with `expand-file-name' converting relative file names
5254 to absolute. Doc fix. (Bug#4727)
5255
5256 2009-11-30 Juri Linkov <juri@jurta.org>
5257
5258 * misearch.el (multi-isearch-read-buffers)
5259 (multi-isearch-read-matching-buffers): New functions.
5260 (multi-isearch-buffers, multi-isearch-buffers-regexp):
5261 Use them in the `interactive' spec. Doc fix.
5262 (multi-isearch-read-files, multi-isearch-read-matching-files):
5263 New functions.
5264 (multi-isearch-files, multi-isearch-files-regexp):
5265 Use them in the `interactive' spec. Doc fix. (Bug#4725)
5266
5267 2009-11-30 Juri Linkov <juri@jurta.org>
5268
5269 * doc-view.el (doc-view-continuous):
5270 Rename from `doc-view-continuous-mode'.
5271 (doc-view-menu): Move "Toggle display" to the top.
5272 Add submenu "Continuous" with radio buttons "Off"/"On"
5273 and "Save as Default".
5274 (doc-view-scroll-up-or-next-page)
5275 (doc-view-scroll-down-or-previous-page)
5276 (doc-view-next-line-or-next-page)
5277 (doc-view-previous-line-or-previous-page): Rename
5278 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
5279
5280 2009-11-30 Juri Linkov <juri@jurta.org>
5281
5282 * comint.el (comint-mode-map): Rebind `M-r' from
5283 `comint-previous-matching-input' to
5284 `comint-history-isearch-backward-regexp'.
5285 Unbind `M-s' to allow global key binding `M-s'.
5286 Add menu items for `comint-history-isearch-backward' and
5287 `comint-history-isearch-backward-regexp'. (Bug#3746)
5288
5289 2009-11-30 Juri Linkov <juri@jurta.org>
5290
5291 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5292 For def=recenter, replace `recenter' with `recenter-top-bottom'
5293 that is called with `this-command' and `last-command' let-bound
5294 to `recenter-top-bottom'. When the last `def' was not `recenter',
5295 set `recenter-last-op' to nil. (Bug#4981)
5296
5297 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5298
5299 Minor cleanup and simplification.
5300 * filecache.el (file-cache-add-directory)
5301 (file-cache-add-directory-recursively)
5302 (file-cache-add-from-file-cache-buffer)
5303 (file-cache-delete-file-regexp, file-cache-delete-directory)
5304 (file-cache-files-matching-internal, file-cache-display): Use dolist.
5305 (file-cache-temp-minibuffer-message): Delete function.
5306 (file-cache-minibuffer-complete): Use minibuffer-message instead.
5307
5308 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5309 Don't signal an error when bumping into EOB in tr, s, or y.
5310
5311 2009-11-29 Juri Linkov <juri@jurta.org>
5312
5313 * startup.el (fancy-about-text): Fix wording of Guided Tour.
5314 (Bug#4960)
5315
5316 * descr-text.el (describe-char-unidata-list): Use lowercase name
5317 for "Unicode name" like in other tags.
5318
5319 2009-11-29 Juri Linkov <juri@jurta.org>
5320
5321 * ediff-util.el (ediff-minibuffer-with-setup-hook):
5322 New compatibility macro.
5323 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
5324
5325 2009-11-29 Juri Linkov <juri@jurta.org>
5326
5327 Add defcustom to define the cycling order of `recenter-top-bottom'.
5328 (Bug#4981)
5329
5330 * window.el (recenter-last-op): Doc fix.
5331 (recenter-positions): New defcustom.
5332 (recenter-top-bottom): Rewrite to use `recenter-positions'.
5333 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5334
5335 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
5336
5337 Improve integration of Tramp and ange-ftp in eshell.
5338
5339 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5340 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
5341 (eshell/sudo): Flatten args. Let-bind `default-directory'.
5342
5343 * eshell/esh-util.el (top): Require also Tramp when compiling.
5344 (eshell-directory-files-and-attributes): Check for FTP remote
5345 connection.
5346 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5347 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5348 (eshell-file-attributes): Handle ".". Return `entry'.
5349
5350 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5351 (ange-ftp-directory-files-and-attributes)
5352 (ange-ftp-real-directory-files-and-attributes): New defuns.
5353
5354 * net/tramp.el (tramp-maybe-open-connection): Open the remote
5355 shell with "exec" when possible. This prevents trailing prompts
5356 in `start-file-process'.
5357
5358 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5359
5360 Try and remove assumptions about point-min==1.
5361 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5362 (rng-compute-mode-line-string): Show the validation percentage in
5363 terms of the narrowed text, not the widened text.
5364 (rng-do-some-validation): Don't catch internal errors when debugging.
5365 (rng-first-error): Simplify.
5366 (rng-after-change-function): Remove work around. AFAIK the bug has
5367 been fixed a while ago.
5368
5369 * image-mode.el (image-minor-mode): Exit more gracefully when the image
5370 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5371
5372 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5373
5374 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5375 `cd' doesn't always do it for us (bug#5067).
5376
5377 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5378 on 2009-10-25 as part of some other change (bug#5067).
5379
5380 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5381
5382 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5383 `suspicious'.
5384 (byte-compile-warnings): Use byte-compile-warning-types.
5385 (byte-compile-save-excursion): Warn about use of set-buffer right
5386 after save-excursion.
5387
5388 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5389 the excursion as well.
5390
5391 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
5392
5393 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5394 providing a Tramp related implementation of "su" and "sudo".
5395 (eshell-unix-initialize): Add "su" and "sudo".
5396
5397 2009-11-27 Daiki Ueno <ueno@unixuser.org>
5398
5399 * net/socks.el (socks-send-command): Convert binary request to
5400 unibyte before sending. This fixes mishandling of some port
5401 numbers such as 129.
5402
5403 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5404
5405 * help.el (describe-bindings-internal): Remove `interactive'.
5406
5407 * man.el (Man-completion-table): Trim a terminating "(".
5408 Remove the space between name page a section.
5409 Add the command's description on the `help-echo' property.
5410 Remove `process-connection-type' binding since it's unused by
5411 call-process.
5412 Provide completion for the "<section> <name>" format as well.
5413 (Man-default-man-entry): Remove spurious var shadowing the argument.
5414
5415 2009-11-26 Kevin Ryde <user42@zip.com.au>
5416
5417 * log-view.el: Add "Keywords: tools", since its other keywords
5418 aren't in finder-known-keywords, and following vc.el.
5419
5420 * sha1.el (sha1-string-external): default-directory "/" in case
5421 otherwise non-existent. process-connection-type pipe for touch of
5422 efficiency recommended by elisp manual. (An aside in Bug#3911.)
5423
5424 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5425
5426 Misc coding convention cleanups.
5427 * htmlfontify.el (hfy-init-kludge-hook): Rename from
5428 hfy-init-kludge-hooks.
5429 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5430 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5431 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5432 and push.
5433 (hfy-slant, hfy-weight): Use tables rather than code.
5434 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5435 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5436 (hfy-face-attr-for-class): Initialize `face-spec' directly.
5437 (hfy-face-to-css): Remove `nconc' with single arg.
5438 (hfy-p-to-face-lennart): Use `or'.
5439 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
5440 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5441 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5442 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5443 (hfy-force-fontification): Use run-hooks.
5444
5445 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
5446
5447 Various minor fixes.
5448 * htmlfontify.el (hfy-default-header): Add toggle_invis since
5449 Javascript belongs in the header, not the body.
5450 (hfy-javascript): Remove.
5451 (hfy-fontify-buffer): Don't insert it any more.
5452 (hfy-face-at): Handle (face0 face1 face2) style face properties.
5453 Fix bug in invis handling when there were no invis props in a chunk.
5454
5455 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5456
5457 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5458
5459 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
5460
5461 * finder.el (finder-mode-map): Add a menu.
5462
5463 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
5464
5465 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5466 "unsigned" structs.
5467
5468 (verilog-leap-to-head, verilog-backward-token): Handle "disable
5469 fork" statement better.
5470
5471 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
5472
5473 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5474 (verilog-delete-auto, verilog-delete-empty-auto-pair)
5475 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5476 Reported by Clay Douglass.
5477
5478 (verilog-auto-inst, verilog-auto-star-safe)
5479 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5480 Fix removing "// Interfaces" when saving .* expansions. Reported by
5481 Pierre-David Pfister.
5482
5483 2009-11-26 Glenn Morris <rgm@gnu.org>
5484
5485 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5486 the scope.
5487
5488 2009-11-25 Johan Bockgård <bojohan@gnu.org>
5489
5490 * vc-annotate.el (vc-annotate-revision-previous-to-line):
5491 Really use previous revision.
5492
5493 2009-11-25 Kevin Ryde <user42@zip.com.au>
5494
5495 * man.el (Man-completion-table): default-directory "/" in case
5496 doesn't otherwise exist. process-environment COLUMNS=999 so as
5497 not to truncate long names. process-connection-type pipe to avoid
5498 any chance of hitting the pseudo-tty TIOCGWINSZ.
5499 (man): completion-ignore-case t for friendliness and since man
5500 itself is case-insensitive on the command line.
5501 Further to Bug#3717.
5502
5503 * arc-mode.el: Add "Keywords: files", so the details in its
5504 commentary can be reached from finder-by-keyword.
5505 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
5506 editing mode, but it's comms related and sgml-mode.el has "comm"
5507 on that basis too.
5508 * textmodes/bibtex-style.el: Add "Keywords: tex".
5509 * international/isearch-x.el, international/ja-dic-cnv.el:
5510 * international/ja-dic-utl.el, international/kkc.el:
5511 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5512
5513 2009-11-25 Juri Linkov <juri@jurta.org>
5514
5515 * man.el (Man-completion-table): Modify regexp to include
5516 section names to completion strings. (Bug#3717)
5517
5518 2009-11-25 Juri Linkov <juri@jurta.org>
5519
5520 Search recursively in gzipped files. (Bug#4982)
5521
5522 * progmodes/grep.el (grep-highlight-matches): Add new options
5523 `always' and `auto'. Doc fix.
5524 (grep-process-setup): Check `grep-highlight-matches' for
5525 `auto-detect' to determine the need to compute grep defaults.
5526 Move Windows/DOS specific --colors settings handling
5527 to `grep-compute-defaults'. Check `grep-highlight-matches'
5528 to get the value of "--color=".
5529 (grep-compute-defaults): Compute `grep-highlight-matches' when it
5530 has the value `auto-detect'. Move Windows/DOS specific settings
5531 from `grep-process-setup'.
5532 (zrgrep): New command with alias `rzgrep'.
5533
5534 2009-11-25 Juri Linkov <juri@jurta.org>
5535
5536 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5537 to nil instead of switching off view-mode. (Bug#4896)
5538
5539 2009-11-25 Juri Linkov <juri@jurta.org>
5540
5541 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
5542
5543 * mwheel.el (mwheel-scroll-up-function)
5544 (mwheel-scroll-down-function): New defvars.
5545 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5546 `scroll-up', and `mwheel-scroll-down-function' instead of
5547 `scroll-down'.
5548
5549 * doc-view.el (doc-view-scroll-up-or-next-page)
5550 (doc-view-scroll-down-or-previous-page): Add optional ARG.
5551 Use this ARG in the call to image-scroll-up/image-scroll-down.
5552 Change `interactive' spec to "P". Goto next/previous page only
5553 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5554 SPC/DEL case). Doc fix.
5555 (doc-view-next-line-or-next-page)
5556 (doc-view-previous-line-or-previous-page): Rename arg to ARG
5557 for consistency.
5558 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5559 `doc-view-scroll-up-or-next-page', and buffer-local
5560 `mwheel-scroll-down-function' to
5561 `doc-view-scroll-down-or-previous-page'.
5562
5563 2009-11-25 Juri Linkov <juri@jurta.org>
5564
5565 Provide additional default values (directories at other Dired
5566 windows) via M-n in the minibuffer of some Dired commands.
5567
5568 * dired-aux.el (dired-diff, dired-compare-directories)
5569 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5570 `minibuffer-default' in `minibuffer-with-setup-hook'.
5571 (dired-dwim-target-directory): Find a window that displays Dired
5572 buffer instead of failing when the next window is not Dired.
5573 Use `get-window-with-predicate' to find for the next Dired window.
5574 (dired-dwim-target-defaults): New function.
5575
5576 * ediff-util.el (ediff-read-file-name):
5577 Use `dired-dwim-target-defaults' to set `minibuffer-default'
5578 in `minibuffer-with-setup-hook'.
5579
5580 2009-11-25 Juri Linkov <juri@jurta.org>
5581
5582 Provide additional default values (file name at point or at the
5583 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
5584
5585 * minibuffer.el (read-file-name-defaults): New function.
5586 (read-file-name): Reset `minibuffer-default' to nil when
5587 it duplicates initial input `insdef'.
5588 Bind `minibuffer-default-add-function' to lambda that
5589 calls `read-file-name-defaults' in `minibuffer-selected-window'.
5590 (minibuffer-insert-file-name-at-point): New command.
5591
5592 * files.el (file-name-at-point-functions): New defcustom.
5593 (find-file-default): Remove defvar.
5594 (find-file-read-args): Don't use `find-file-default'.
5595 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5596 to `read-file-name'.
5597 (find-file-literally): Use `read-file-name' with
5598 `confirm-nonexistent-file-or-buffer'.
5599
5600 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5601
5602 * dired.el (dired-read-dir-and-switches):
5603 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5604 to `read-file-name'.
5605 (dired-file-name-at-point): New function.
5606 (dired-mode): Add hook `dired-file-name-at-point' to
5607 `file-name-at-point-functions'.
5608
5609 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5610
5611 Really make the *Completions* window soft-dedicated (bug#5030).
5612 * window.el (window--display-buffer-2): Add `dedicated' argument.
5613 (display-buffer): Pass it when needed so the dedicated flag is set
5614 after calling set-window-buffer, which would otherwise reset it.
5615
5616 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5617
5618 * progmodes/meta-mode.el (meta-complete-symbol):
5619 * progmodes/etags.el (complete-tag):
5620 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5621 Use completion-in-region.
5622
5623 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5624 (dabbrev-completion): Use completion-in-region.
5625 (dabbrev--abbrev-at-point): Simplify regexp.
5626
5627 * abbrev.el (abbrev--before-point): Use word-motion functions
5628 if :regexp is not specified (bug#5031).
5629
5630 * subr.el (string-prefix-p): New function.
5631
5632 * man.el (Man-completion-cache): New var.
5633 (Man-completion-table): Use it.
5634
5635 * vc.el (vc-print-log-internal): Make `limit' optional for better
5636 compatibility (e.g. with vc-annotate.el).
5637
5638 2009-11-24 Kevin Ryde <user42@zip.com.au>
5639
5640 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5641 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
5642
5643 * emacs-lisp/elint.el (elint-add-required-env): Better error message
5644 when .el source file not found or other error.
5645
5646 2009-11-24 Markus Triska <markus.triska@gmx.at>
5647
5648 * linum.el (linum-update-window): Ignore intangible (bug#4996).
5649
5650 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5651
5652 Handle the [back] button properly (bug#4979).
5653 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5654 Use help-setup-xref, help-buffer, and with-help-window.
5655 (describe-char): Add `buffer' argument.
5656 Pass proper command to help-setup-xref. Don't meddle with
5657 help-xref-stack-item directly.
5658 (describe-text-category): Use with-help-window and help-buffer.
5659
5660 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5661 for the displayed buffer (bug#4887).
5662
5663 * man.el (Man-completion-table): New function.
5664 (man): Use it.
5665
5666 2009-11-24 David Reitter <david.reitter@gmail.com>
5667
5668 * vc-git.el (vc-git-registered): Use checkout directory (where
5669 .git is) rather than the file's directory and a relative path spec
5670 to work around a bug in git.
5671
5672 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
5673
5674 Improve handling of processes on remote hosts.
5675
5676 * eshell/esh-util.el (eshell-path-env): New defvar.
5677 (eshell-parse-colon-path): New defun.
5678 (eshell-file-attributes): Use `eshell-parse-colon-path'.
5679
5680 * eshell/esh-ext.el (eshell-search-path):
5681 Use `eshell-parse-colon-path'.
5682 (eshell-remote-command): Remove argument HANDLER.
5683 (eshell-external-command): Check for FTP remote connection.
5684
5685 * eshell/esh-proc.el (eshell-gather-process-output):
5686 Use `file-truename', in order to start also symlinked files.
5687 Apply `start-file-process' instead of `start-process'.
5688 Shorten `command' to the local file name part.
5689
5690 * eshell/em-cmpl.el (eshell-complete-commands-list):
5691 Use `eshell-parse-colon-path'.
5692
5693 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5694
5695 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
5696 to `eshell-directory-change-hook'.
5697
5698 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
5699
5700 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5701 because it could be enabled automatically if view-read-only is non-nil.
5702
5703 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
5704
5705 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5706 made on 2009-11-22.
5707
5708 2009-11-24 Glenn Morris <rgm@gnu.org>
5709
5710 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5711 deleted variable bookmark-bmenu-bookmark-column.
5712
5713 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
5714 Move after definition of global-semantic-idle-tag-highlight-mode.
5715
5716 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5717
5718 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5719
5720 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
5721
5722 * net/browse-url.el (browse-url-filename-alist): On Windows, add
5723 two slashes to the "file:" prefix.
5724 (browse-url-file-url): De-munge Cygwin filenames before passing
5725 them to Windows browser.
5726 (browse-url-default-windows-browser): Use call-process.
5727
5728 2009-11-23 Juri Linkov <juri@jurta.org>
5729
5730 Implement DocView Continuous mode. (Bug#4896)
5731 * doc-view.el (doc-view-continuous-mode): New defcustom.
5732 (doc-view-mode-map): Bind C-n/<down> to
5733 `doc-view-next-line-or-next-page', C-p/<up> to
5734 `doc-view-previous-line-or-previous-page'.
5735 (doc-view-next-line-or-next-page)
5736 (doc-view-previous-line-or-previous-page): New commands.
5737
5738 2009-11-23 Juri Linkov <juri@jurta.org>
5739
5740 Implement Isearch in comint input history. (Bug#3746)
5741 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5742 `isearch-mode-hook'.
5743 (comint-history-isearch): New defcustom.
5744 (comint-history-isearch-backward)
5745 (comint-history-isearch-backward-regexp): New commands.
5746 (comint-history-isearch-message-overlay): New buffer-local variable.
5747 (comint-history-isearch-setup, comint-history-isearch-end)
5748 (comint-goto-input, comint-history-isearch-search)
5749 (comint-history-isearch-message, comint-history-isearch-wrap)
5750 (comint-history-isearch-push-state)
5751 (comint-history-isearch-pop-state): New functions.
5752
5753 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
5754
5755 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5756 return.
5757 (tramp-handle-make-symbolic-link)
5758 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5759 Quote file names.
5760 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5761 (tramp-handle-process-file): Use it.
5762
5763 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5764
5765 * window.el (move-to-window-line-last-op): Remove.
5766 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5767
5768 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5769
5770 Make M-r mirror the new cycling behavior of C-l.
5771 * window.el (move-to-window-line-last-op): New var.
5772 (move-to-window-line-top-bottom): New command.
5773 (global-map): Bind M-r move-to-window-line-top-bottom.
5774
5775 2009-11-23 Sven Joachim <svenjoac@gmx.de>
5776
5777 * dired-x.el (dired-guess-shell-alist-default):
5778 Support xz format. (Bug#4953)
5779
5780 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
5781
5782 * cedet/srecode/map.el (srecode-get-maps):
5783 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
5784 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
5785 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
5786 (semantic-toggle-decoration-style):
5787 * cedet/semantic/decorate/include.el
5788 (semantic-decoration-include-describe)
5789 (semantic-decoration-unknown-include-describe)
5790 (semantic-decoration-unparsed-include-describe)
5791 (semantic-decoration-all-include-summary):
5792 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
5793 * cedet/semantic/analyze/complete.el
5794 (semantic-analyze-possible-completions):
5795 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
5796 (semantic-show-unmatched-syntax-mode)
5797 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
5798 (semantic-highlight-func-mode):
5799 * cedet/semantic/util.el (semantic-describe-buffer):
5800 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
5801 (semantic-symref-find-tags-by-name)
5802 (semantic-symref-find-tags-by-regexp)
5803 (semantic-symref-find-tags-by-completion)
5804 (semantic-symref-find-file-references-by-name)
5805 (semantic-symref-find-text):
5806 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
5807 (senator-yank-tag):
5808 * cedet/semantic/scope.el (semantic-calculate-scope):
5809 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
5810 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
5811 (define-semantic-idle-service):
5812 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
5813 (semantic-complete-analyze-inline-idle):
5814 * cedet/semantic/analyze.el (semantic-analyze-current-context):
5815 * cedet/mode-local.el (describe-mode-local-bindings)
5816 (describe-mode-local-bindings-in-mode):
5817 * cedet/ede/make.el (ede-make-check-version):
5818 * cedet/ede/locate.el (ede-enable-locate-on-project):
5819 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
5820 (cedet-idutils-version-check):
5821 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
5822 (cedet-gnu-global-version-check):
5823 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
5824 (cedet-cscope-version-check): Use called-interactively-p instead
5825 of interactive-p.
5826
5827 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
5828 Use semantic-format-tag-prototype.
5829
5830 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
5831
5832 * emulation/viper-cmd.el: Use viper-last-command-char instead of
5833 last-command-char/last-command-event.
5834 (viper-prefix-arg-value): Do correct conversion of event-char for
5835 XEmacs.
5836
5837 * emulation/viper-util.el, emulation/viper.el:
5838 Use viper-last-command-char instead of
5839 last-command-char/last-command-event.
5840
5841 * ediff-init.el, ediff-mult.el, ediff-util.el:
5842 Replace last-command-char and last-command-event
5843 with (ediff-last-command-char) everywhere.
5844
5845 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5846 created in fundamental mode.
5847
5848 * ediff.el (ediff-version): Revert the change of interactive-p to
5849 called-interactively-p.
5850
5851 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
5852
5853 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5854 generation from word-movement command names.
5855
5856 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
5857
5858 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5859 (semantic-complete-jump-local, semantic-complete-jump):
5860 Improve prompt string.
5861
5862 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5863
5864 * cus-start.el (all): Add native condition for font-use-system-font.
5865
5866 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
5867
5868 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5869 Correct the patch from 2009-11-18. (Bug#3910)
5870
5871 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
5872
5873 * progmodes/subword.el: Rename from lisp/subword.el.
5874
5875 * subword.el: Rename to progmodes/subword.el.
5876
5877 * Makefile.in (ELCFILES): Adapt to subword.el move.
5878
5879 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5880 Stefan Monnier <monnier@iro.umontreal.ca>
5881
5882 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5883 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5884 (bookmark-bmenu-show-filenames): Use push.
5885 (bookmark-bmenu-hide-filenames): Use local var instead of
5886 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
5887 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5888 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5889 filenames now that the bookmark names are always available.
5890
5891 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5892
5893 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5894 (bookmark-search-pattern): Move and leave unbound.
5895 (bookmark-bmenu-mode-map): Change binding.
5896 (bookmark-read-search-input): Simplify.
5897 Don't use text-char-description. Don't error on non-char events.
5898 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5899 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5900 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5901 Use a local var for the timer.
5902 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5903 (i.e. bookmark-bmenu-search).
5904
5905 2009-11-21 Glenn Morris <rgm@gnu.org>
5906
5907 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
5908
5909 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
5910
5911 * net/browse-url.el (browse-url-default-windows-browser):
5912 Use cygstart for cygwin.
5913
5914 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
5915
5916 * bookmark.el: Formatting and doc fixes only:
5917 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5918 (bookmark-bmenu-search): Wrap to fit within 80 columns.
5919 Minor grammar and punctuation fixes in doc string.
5920 (bookmark-read-search-input): Adjust to fit within 80 columns.
5921
5922 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5923
5924 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5925 (c-backward-into-nomenclature): Adapt to subword renaming.
5926
5927 * subword.el (subword-forward, subword-backward, subword-mark)
5928 (subword-kill, subword-backward-kill, subword-transpose)
5929 (subword-downcase, subword-upcase, subword-capitalize)
5930 (subword-forward-internal, subword-backward-internal):
5931 Rename from forward-subword, backward-subword, mark-subword,
5932 kill-subword, backward-kill-subword, transpose-subwords,
5933 downcase-subword, upcase-subword, capitalize-subword,
5934 forward-subword-internal, backward-subword-internal.
5935
5936 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5937
5938 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5939 New options.
5940 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5941 New vars.
5942 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5943 (bookmark-bmenu-filter-alist-by-regexp)
5944 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5945 (bookmark-bmenu-search): New command.
5946 (bookmark-bmenu-mode-map): Bind it.
5947
5948 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5949
5950 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
5951
5952 * cedet/semantic/idle.el (define-semantic-idle-service)
5953 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
5954
5955 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
5956
5957 * progmodes/cc-cmds.el: declare-functioned forward-subword and
5958 backward-subword to quit the byte-compiler.
5959
5960 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5961
5962 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5963
5964 * progmodes/cc-cmds.el (c-update-modeline)
5965 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5966 Refer to subword.el functions instead of cc-subword.el.
5967
5968 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5969 subword.el functions instead of cc-subword.el.
5970
5971 * progmodes/cc-subword.el: Rename to subword.el.
5972 * subword.el: Rename from progmodes/cc-subword.el.
5973 (subword-mode-map): Rename from c-subword-mode-map.
5974 (subword-mode): Rename from c-subword-mode.
5975 (global-subword-mode): New global minor mode.
5976 (forward-subword): Rename from c-forward-subword.
5977 (backward-subword): Rename from c-backward-subword.
5978 (mark-subword): Rename from c-mark-subword.
5979 (kill-subword): Rename from c-kill-subword.
5980 (backward-kill-subword): Rename from c-backward-kill-subword.
5981 (transpose-subwords): Rename from c-tranpose-subword.
5982 (downcase-subword): Rename from c-downcase-subword.
5983 (capitalize-subword): Rename from c-capitalize-subword.
5984 (forward-subword-internal): Rename from c-forward-subword-internal.
5985 (backward-subword-internal): Rename from c-backward-subword-internal.
5986
5987 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5988
5989 * vc.el (vc-deduce-fileset): Allow non-state changing operations
5990 from a dired buffer.
5991 (vc-dired-deduce-fileset): New function.
5992 (vc-root-diff, vc-print-root-log): Use it.
5993
5994 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5995 nil LIMIT argument to vc-print-log-internal.
5996
5997 2009-11-20 Glenn Morris <rgm@gnu.org>
5998
5999 * Makefile.in (ELCFILES): Regenerate.
6000
6001 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
6002
6003 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
6004
6005 * cedet/semantic.el: Enable idle-mode menu items only if
6006 global-semantic-idle-scheduler-mode is enabled.
6007 (semantic-default-submodes): Doc fix.
6008
6009 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6010 When turning off, disable other idle modes.
6011
6012 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
6013
6014 * calc/calc.el (calc-set-mode-line):
6015 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6016 (math-format-number): Rename `math-format-complement-signed' to
6017 `math-format-twos-complement'.
6018
6019 * calc/calc-bin.el (math-format-twos-complement): Rename from
6020 math-format-complement-signed.
6021 (calc-radix): Rename `calc-complement-signed-mode' to
6022 `calc-twos-complement-mode'.
6023 (calc-octal-radix, calc-hex-radix): Add an argument for
6024 two's complement.
6025
6026 * calc/calc-embed.el (calc-embedded-mode-vars):
6027 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6028
6029 * calc/calc-ext.el (calc-init-extensions):
6030 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6031 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
6032
6033 * calc/calc-units.el (math-build-units-table-buffer):
6034 Let `calc-twos-complement-mode' be nil.
6035
6036 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
6037 entries.
6038
6039 * calc/calc-vec.el (calcFunc-vunpack):
6040 * calc/calc-aent.el (calc-do-calc-eval):
6041 * calc/calc-forms.el (math-format-date):
6042 * calc/calc-graph.el (calc-graph-plot):
6043 * calc/calc-math.el (math-use-emacs-fn):
6044 * calc/calccomp.el (math-compose-expr):
6045 Let `calc-twos-complement-mode' be nil.
6046
6047 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6048
6049 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
6050 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
6051 * minibuffer.el (completion-in-region-functions): New hook.
6052 (completion-in-region): New function.
6053 * emacs-lisp/lisp.el (lisp-complete-symbol):
6054 * pcomplete.el (pcomplete-std-complete): Use it.
6055
6056 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6057
6058 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
6059 (latex-complete-alist): New vars.
6060 (latex-string-prefix-p, latex-complete-bibtex-keys)
6061 (latex-complete-envnames, latex-complete-refkeys)
6062 (latex-complete-data): New functions.
6063 (latex-complete, latex-indent-or-complete): New commands.
6064
6065 * window.el (display-buffer-mark-dedicated): New var.
6066 (display-buffer): Obey it.
6067 * minibuffer.el (minibuffer-completion-help): Use it.
6068
6069 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
6070
6071 * filecache.el (file-cache-add-file): Use push and cons.
6072 (file-cache-delete-file-regexp): Use push.
6073 (file-cache-complete): Use completion-in-region.
6074
6075 * simple.el (with-wrapper-hook): Fix thinko.
6076
6077 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
6078 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
6079 Use with-current-buffer and string-to-number.
6080 (hfy-fallback-colour-values): Use assoc-string.
6081 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
6082 (hfy-face-at): Remove unused var `found-face'.
6083 (hfy-compile-stylesheet): Remove unused var `css'.
6084 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
6085 and `orig-buffer'.
6086 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
6087 Use with-current-buffer.
6088 (hfy-text-p): Use expand-file-name and fewer setq.
6089
6090 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
6091
6092 * htmlfontify.el, hfy-cmap.el: New files.
6093
6094 2009-11-19 Juri Linkov <juri@jurta.org>
6095
6096 * minibuffer.el (completions-format): New defcustom.
6097 (completion--insert-strings): Implement vertical format.
6098
6099 * simple.el (switch-to-completions): Move point to the first
6100 completion when point was at the beginning of the buffer.
6101
6102 2009-11-19 Juri Linkov <juri@jurta.org>
6103
6104 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
6105
6106 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
6107
6108 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
6109
6110 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
6111 (mail-signature): Change default to t.
6112 (mail-from-style): Deprecate `system-default' value.
6113 (mail-insert-from-field): For default value of mail-from-style,
6114 default to `angles' unless `angles' needs quoting and `parens'
6115 does not.
6116 (mail-citation-prefix-regexp): Use citation regexp from
6117 message-mode.
6118
6119 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
6120
6121 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6122 Set variables for computing the prompt for reading password.
6123
6124 2009-11-19 Glenn Morris <rgm@gnu.org>
6125
6126 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
6127
6128 * textmodes/flyspell.el (sgml-lexical-context): Declare.
6129
6130 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
6131 (newsticker-treeview-listwindow-height): Fix custom type.
6132
6133 2009-11-19 Kenichi Handa <handa@m17n.org>
6134
6135 * descr-text.el (describe-char-padded-string): Compose with TAB
6136 only if there's a font for CH.
6137 (describe-char): Fix the condition for detecting a trivial composition.
6138
6139 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
6140
6141 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
6142 more accurate version of the regexp. (Bug#3910)
6143
6144 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
6145
6146 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
6147
6148 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
6149
6150 * font-setting.el (font-use-system-font): Declare for byte-compiler.
6151 (font-setting-change-default-font): Fix typo in docstring.
6152
6153 2009-11-18 Alan Mackenzie <acm@muc.de>
6154
6155 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
6156
6157 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6158
6159 * font-setting.el (font-use-system-font): Move ...
6160
6161 * cus-start.el (all): ... to here.
6162
6163 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
6164
6165 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
6166 Don't set `ad-return-value' if `ad-do-it' doesn't.
6167
6168 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
6169 modification time.
6170
6171 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6172
6173 * menu-bar.el: Put "Use system font" in Option-menu.
6174 (menu-bar-options-save): Add font-use-system-font.
6175
6176 * loadup.el: If feature system-font-setting or font-render-setting is
6177 there, load font-setting.
6178
6179 * Makefile.in (ELCFILES): Add font-settings.el.
6180 * font-setting.el: New file.
6181
6182 2009-11-17 Glenn Morris <rgm@gnu.org>
6183
6184 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
6185
6186 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
6187 Preserve point in the list buffer. (Bug#4939)
6188 Use point-at-eol.
6189 (newsticker--treeview-list-update-highlight)
6190 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
6191
6192 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6193
6194 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
6195 Remove.
6196
6197 * calc/calc-ext.el (calc-init-extensions): Remove references to
6198 symclip.
6199
6200 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
6201
6202 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
6203 * calc/calc-help.el (calc-b-prefix-help): Remove references to
6204 `calc-symclip'.
6205
6206 2009-11-16 Kevin Ryde <user42@zip.com.au>
6207
6208 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
6209 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
6210
6211 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
6212 (lm-keywords-list): Allow comma-only separator like "foo,bar".
6213 Ignore trailing spaces by omit-nulls to split-string (fixing
6214 regression from Emacs 21 due to the incompatible split-string
6215 change). (Bug #4928.)
6216
6217 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
6218
6219 * vc.el (vc-log-show-limit): Default to 2000.
6220 (vc-print-log-internal): Insert buttons to request more entries
6221 when limiting the output.
6222
6223 * vc-sccs.el (vc-sccs-print-log):
6224 * vc-rcs.el (vc-rcs-print-log):
6225 * vc-cvs.el (vc-cvs-print-log):
6226 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6227 LIMIT is non-nil.
6228
6229 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
6230
6231 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6232 error when `tramp-gvfs-dbus-event-vector' is set.
6233 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6234
6235 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6236
6237 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6238
6239 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
6240
6241 * net/dbus.el (dbus-unregister-service): New defun.
6242 (dbus-register-property): Register the handlers of
6243 "org.freedesktop.DBus.Properties" for SERVICE.
6244 (dbus-property-handler): Fix docstring.
6245
6246 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6247
6248 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6249 Quote doc string reference in defvaralias as it is not in special form.
6250 (byte-compile-output-docform): Doc fix.
6251
6252 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
6253
6254 * calc/calc.el (math-2-word-size, math-half-2-word-size)
6255 (calc-complement-signed-mode): New variables.
6256 (calc-set-mode-line): Add indicator for twos-complements.
6257 (math-format-number): Format twos-complement notation.
6258
6259 * calc/calc-bin.el (calc-word-size): Reset the variables
6260 `math-2-word-size' and `math-half-2-word-size'.
6261 (math-format-complement-signed, math-symclip, calcFunc-symclip)
6262 (calc-symclip): New functions.
6263
6264 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6265
6266 * calc/calc-embed.el (calc-embedded-mode-vars):
6267 Add `calc-complement-signed-mode' to the list of modes.
6268
6269 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
6270 (calc-b-oper-keys): Add `calc-symclip' to list.
6271
6272 * calc/calc-ext.el (math-read-number-fancy): Read complement
6273 signed numbers.
6274 (calc-init-extensions): Add binding for `calc-symclip'.
6275 Add autoload for `calcFunc-symclip' and `calc-symclip'.
6276
6277 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6278 `calc-symclip'.
6279 (calc-modes-menu): Add item for twos complement mode.
6280
6281 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
6282
6283 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
6284
6285 * register.el (jump-to-register, insert-register): Handle Semantic
6286 tags. From commented-out advice in semantic/senator.el.
6287
6288 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6289
6290 * vc.el (vc-log-show-limit): New variable.
6291 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
6292 when using a prefix argument.
6293 (vc-print-log-internal): Add new argument LIMIT.
6294
6295 * vc-svn.el (vc-svn-print-log):
6296 * vc-mtn.el (vc-mtn-print-log):
6297 * vc-hg.el (vc-hg-print-log):
6298 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
6299 pass it to the log command when set. Make the BUFFER argument
6300 non-optional.
6301
6302 * vc-sccs.el (vc-sccs-print-log):
6303 * vc-rcs.el (vc-rcs-print-log):
6304 * vc-git.el (vc-git-print-log):
6305 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6306 ignore it. Make the BUFFER argument non-optional
6307
6308 * bindings.el (mode-line-buffer-identification): Do not purecopy.
6309
6310 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
6311
6312 * dired.el (dired-mode-map): Move encryption items to "Operate"
6313 menu (Bug#4703).
6314
6315 * strokes.el (strokes-update-window-configuration): Make strokes
6316 buffer current before erasing (Bug#4906).
6317
6318 * cedet/semantic/idle.el (semantic-idle-summary-mode)
6319 (semantic-idle-summary-mode): Define using define-minor-mode
6320 instead of define-semantic-idle-service.
6321 (semantic-idle-summary-mode): New function.
6322 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
6323 that mouse motion does not reset the echo area.
6324
6325 2009-11-15 Juri Linkov <juri@jurta.org>
6326
6327 * simple.el (set-mark-default-inactive): Add :type, :group
6328 and :version. (Bug#4876)
6329
6330 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
6331
6332 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6333 (archive-unique-fname): ... here. (Bug#4929)
6334
6335 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6338 with a real fix.
6339
6340 * novice.el (disabled-command-function): Add useful args.
6341 Setup the help buffer so that [back] works.
6342 Remove redundant call to help-mode.
6343 (disabled-command-function): Use `case'.
6344 (en/disable-command): New function extracted from enable-command.
6345 (enable-command, disable-command): Use it.
6346
6347 2009-11-14 Glenn Morris <rgm@gnu.org>
6348
6349 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6350 constants. (Bug#4913)
6351
6352 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6353
6354 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
6355
6356 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6357 defined in C that have no doc-strings. (Bug#1063)
6358
6359 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
6360
6361 * cus-edit.el (data, files):
6362 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
6363
6364 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
6365
6366 * simple.el (shell-command): Doc fix (Bug#4891).
6367
6368 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6369
6370 2009-11-14 Glenn Morris <rgm@gnu.org>
6371
6372 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6373 statements for vc-diff, emerge-quit, and rmail-cease-edit.
6374 If they are already loaded, eval-after-load will do the right thing.
6375
6376 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6377 compiling.
6378
6379 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6380
6381 * simple.el (x-selection-owner-p): Declare.
6382 (read-mail-command): Use custom radio type rather than choice.
6383 (completion-no-auto-exit): Doc fix.
6384
6385 * custom.el (defgroup):
6386 * epg-config.el (epg): Doc fixes.
6387
6388 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6389
6390 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6391 * international/ccl.el (define-ccl-program): Do not purecopy the
6392 docstring, defconst does it anyway.
6393
6394 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6395
6396 * add-log.el (add-change-log-entry): Avoid displaying the changelog
6397 a second time.
6398
6399 * x-dnd.el (x-dnd-maybe-call-test-function):
6400 * window.el (split-window-vertically):
6401 * whitespace.el (whitespace-help-on):
6402 * vc-rcs.el (vc-rcs-consult-headers):
6403 * userlock.el (ask-user-about-lock-help)
6404 (ask-user-about-supersession-help):
6405 * type-break.el (type-break-force-mode-line-update):
6406 * time-stamp.el (time-stamp-conv-warn):
6407 * terminal.el (te-set-output-log, te-more-break, te-filter)
6408 (te-sentinel, terminal-emulator):
6409 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6410 (term-write-input-ring, term-check-source, term-start-output-log):
6411 (term-display-buffer-line, term-dynamic-list-completions):
6412 (term-ansi-make-term, serial-term):
6413 * subr.el (selective-display):
6414 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6415 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6416 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6417 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6418 (speedbar-remove-localized-speedbar-support)
6419 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6420 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6421 (speedbar-buffers-line-directory):
6422 * simple.el (shell-command-on-region, append-to-buffer)
6423 (prepend-to-buffer):
6424 * shadowfile.el (shadow-save-todo-file):
6425 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6426 (scroll-bar-maybe-set-window-start):
6427 * sb-image.el (speedbar-image-dump):
6428 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6429 (load-save-place-alist-from-file):
6430 * ps-samp.el (ps-print-message-from-summary):
6431 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6432 (ps-background-image, ps-begin-job, ps-do-despool):
6433 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6434 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6435 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6436 (pr-call-process, pr-file-list, pr-interface-save):
6437 * novice.el (disabled-command-function)
6438 (enable-command, disable-command):
6439 * mouse.el (mouse-buffer-menu-alist):
6440 * mouse-copy.el (mouse-kill-preserving-secondary):
6441 * macros.el (kbd-macro-query):
6442 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6443 * informat.el (batch-info-validate):
6444 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6445 * hippie-exp.el (try-expand-dabbrev-visible):
6446 * help-mode.el (help-make-xrefs):
6447 * help-fns.el (describe-variable):
6448 * generic-x.el (bat-generic-mode-run-as-comint):
6449 * finder.el (finder-mouse-select):
6450 * find-dired.el (find-dired-sentinel):
6451 * filesets.el (filesets-file-close):
6452 * files.el (list-directory):
6453 * faces.el (list-faces-display, describe-face):
6454 * facemenu.el (list-colors-display):
6455 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6456 * epg.el (epg--process-filter, epg-cancel):
6457 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6458 (epa--read-signature-type):
6459 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6460 (emerge-file-names):
6461 * ehelp.el (electric-helpify):
6462 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6463 * ediff-vers.el (rcs-ediff-view-revision):
6464 * ediff-util.el (ediff-setup):
6465 * ediff-mult.el (ediff-append-custom-diff):
6466 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6467 (ediff-wordify):
6468 * echistory.el (Electric-command-history-redo-expression):
6469 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6470 * disp-table.el (describe-display-table):
6471 * dired.el (dired-find-buffer-nocreate):
6472 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6473 * dabbrev.el (dabbrev--same-major-mode-p):
6474 * chistory.el (list-command-history):
6475 * apropos.el (apropos-documentation):
6476 * allout.el (allout-obtain-passphrase):
6477 (allout-copy-exposed-to-buffer):
6478 (allout-verify-passphrase): Use with-current-buffer.
6479
6480 2009-11-13 Glenn Morris <rgm@gnu.org>
6481
6482 * Makefile.in (ELCFILES): Regenerate.
6483
6484 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
6485
6486 * net/dbus.el (dbus-registered-objects-table): Rename from
6487 `dbus-registered-functions-table', because it contains also properties.
6488 (dbus-unregister-object): Unregister also properties.
6489 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6490 Use a timeout of 500 msec, in order to not block.
6491 (dbus-register-property, dbus-property-handler): New defuns.
6492
6493 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6494
6495 * simple.el (minibuffer-default-add-completions): Drop deprecated
6496 4th arg.
6497
6498 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
6499
6500 * textmodes/artist.el (artist-mouse-choose-operation):
6501 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6502 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6503 (artist-compute-up-event-key): New function.
6504 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6505
6506 2009-11-13 Kenichi Handa <handa@m17n.org>
6507
6508 * language/japan-util.el: Make sure that the value of jisx0208
6509 property is jisx0208 character.
6510
6511 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
6512
6513 * international/mule.el (auto-coding-regexp-alist): Only purecopy
6514 car or each item, not the whole list.
6515
6516 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
6517
6518 * minibuffer.el (minibuffer-completion-help):
6519 Use minibuffer-hide-completions.
6520
6521 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
6522
6523 * dired.el (dired-save-positions, dired-restore-positions): New funs.
6524 (dired-revert): Use them (bug#4880).
6525
6526 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6527
6528 * tooltip.el (tooltip-frame-parameters): Undo previous change.
6529
6530 2009-11-12 Juri Linkov <juri@jurta.org>
6531
6532 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6533 New functions.
6534 (find-file-literally-at-point): Alias of `ffap-literally'.
6535
6536 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
6537
6538 * textmodes/ispell.el (ispell-skip-region-alist):
6539 * textmodes/css-mode.el (auto-mode-alist):
6540 * progmodes/compile.el (auto-mode-alist):
6541 * international/mule.el (ctext-non-standard-encodings-alist)
6542 (ctext-non-standard-encodings-regexp):
6543 * simple.el (shell-command-switch, text-read-only):
6544 * replace.el (occur-mode-map):
6545 * paths.el (rmail-file-name):
6546 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6547 * find-file.el (ff-special-constructs):
6548 * files.el (file-name-handler-alist):
6549 * composite.el: Purecopy strings.
6550
6551 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6552
6553 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6554
6555 * widget.el (define-widget): Purecopy the docstring.
6556 * international/mule-cmds.el (charset): Do not purecopy the
6557 docstring here, define-widget does it.
6558
6559 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6560 * textmodes/bibtex-style.el (auto-mode-alist):
6561 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6562 * progmodes/compile.el (compile-command):
6563 * language/korea-util.el (default-korean-keyboard):
6564 * international/mule-conf.el (file-coding-system-alist):
6565 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6566 * tooltip.el (tooltip-frame-parameters):
6567 * newcomment.el (comment-end, comment-padding):
6568 * dired.el (dired-trivial-filenames):
6569 * comint.el (comint-file-name-prefix): Purecopy initial values.
6570
6571 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
6572
6573 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6574 (tramp-advice-minibuffer-electric-tilde): Unload advices via
6575 `tramp-unload'.
6576 (tramp-advice-make-auto-save-file-name)
6577 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6578 after removing the advice.
6579
6580 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
6581
6582 * progmodes/grep.el (grep-regexp-alist):
6583 * international/mule-cmds.el (iso-2022-control-alist):
6584 * emacs-lisp/timer.el (timer-duration-words):
6585 * subr.el (version-separator, version-regexp-alist):
6586 * minibuffer.el (completion-styles-alist):
6587 * faces.el (face-attribute-name-alist, list-faces-sample-text):
6588 Change defvars to defconsts.
6589
6590 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6591 * loadup.el ("international/mule-conf"): Load the byte compiled version.
6592 * international/mule-conf.el: Allow to be byte compiled.
6593
6594 * international/mule.el (define-charset): Purecopy props.
6595 (load-with-code-conversion): Purecopy doc string and file name.
6596 (put-charset-property): Purecopy strings.
6597 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6598
6599 * international/mule-cmds.el (register-input-method): Purecopy arguments.
6600 (define-char-code-property): Correctly purecopy the table.
6601
6602 * international/ccl.el (define-ccl-program): Purecopy the docstring.
6603
6604 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6605
6606 * subr.el (add-hook): Purecopy strings.
6607 (eval-after-load): Purecopy load-history-regexp and the form.
6608
6609 * custom.el (custom-declare-group): Purecopy load-file-name.
6610
6611 * subr.el (menu-bar-separator): New defconst.
6612 * net/eudc.el (eudc-tools-menu):
6613 * international/mule-cmds.el (set-coding-system-map)
6614 (mule-menu-keymap):
6615 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6616 * vc-hooks.el (vc-menu-map):
6617 * replace.el (occur-mode-map):
6618 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6619 (menu-bar-edit-menu, menu-bar-goto-menu)
6620 (menu-bar-custom-menu, menu-bar-showhide-menu)
6621 (menu-bar-options-menu, menu-bar-tools-menu)
6622 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6623 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6624 (menu-bar-help-menu):
6625 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6626 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6627
6628 * term/x-win.el (x-gtk-stock-map):
6629 * progmodes/vera-mode.el (auto-mode-alist):
6630 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6631 (inferior-lisp-program, inferior-lisp-load-command):
6632 * progmodes/hideshow.el (hs-special-modes-alist):
6633 * progmodes/gud.el (same-window-regexps):
6634 * progmodes/grep.el (grep-program, find-program, xargs-program):
6635 * net/telnet.el (same-window-regexps):
6636 * net/rlogin.el (same-window-regexps):
6637 * language/ethiopic.el (font-ccl-encoder-alist):
6638 * vc-sccs.el (vc-sccs-master-templates):
6639 * vc-rcs.el (vc-rcs-master-templates):
6640 * subr.el (cl-assertion-failed):
6641 * simple.el (next-error-overlay-arrow-position):
6642 * lpr.el (lpr-command):
6643 * locate.el (locate-ls-subdir-switches):
6644 * info.el (same-window-regexps, info)
6645 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6646 * image-mode.el (image-mode, auto-mode-alist):
6647 * hippie-exp.el (hippie-expand-ignore-buffers):
6648 * format.el (format-alist):
6649 * find-dired.el (find-ls-subdir-switches, find-grep-options)
6650 (find-name-arg):
6651 * facemenu.el (facemenu-keybindings):
6652 * dired.el (dired-listing-switches, dired-chown-program):
6653 * diff.el (diff-switches, diff-command):
6654 * cus-edit.el (same-window-regexps):
6655 * bindings.el (mode-line-mule-info)
6656 (mode-line-buffer-identification): Purecopy strings.
6657
6658 2009-11-11 Juri Linkov <juri@jurta.org>
6659
6660 * simple.el (dired-get-filename) <declare-function>:
6661 Tell the byte-compiler about dired-get-filename.
6662 (shell-command): In Dired mode, get filename from the current line
6663 as the default value.
6664
6665 2009-11-10 Glenn Morris <rgm@gnu.org>
6666
6667 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6668 * calendar/holidays.el, progmodes/cperl-mode.el:
6669 Update x-popup-menu declarations.
6670
6671 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6672 (list-load-path-shadows): Use dolist.
6673 (list-load-path-shadows): Use with-current-buffer.
6674
6675 2009-11-10 Juri Linkov <juri@jurta.org>
6676
6677 * minibuffer.el (read-file-name): Support a list of default values
6678 in `default-filename'. Use the first file name where only one
6679 element is required. Doc fix.
6680
6681 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
6682
6683 * net/dbus.el (dbus-unregister-object): Release service, if no
6684 other method is registered for it.
6685
6686 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
6687
6688 * bookmark.el (bookmark-completing-read): Sort bookmark names if
6689 bookmark-sort-flag is non-nil (Bug#4653).
6690
6691 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6692
6693 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
6694 the progress reporter entirely.
6695
6696 * emulation/cua-base.el: Add CUA property to some CC mode commands
6697 (Bug#4100).
6698
6699 2009-11-08 Kevin Ryde <user42@zip.com.au>
6700
6701 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6702 at end of sentence (Bug#4818).
6703
6704 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
6705
6706 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6707 Handle "see declaration of" MSFT statements (Bug#4100).
6708
6709 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
6710
6711 * net/tramp.el (tramp-advice-make-auto-save-file-name)
6712 (tramp-advice-file-expand-wildcards): Unload via
6713 `ad-remove-advice'.
6714
6715 * net/trampver.el: Update release number.
6716
6717 2009-11-08 Kevin Ryde <user42@zip.com.au>
6718
6719 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6720 `ad-do-it'.
6721
6722 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
6723
6724 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6725 in order to keep context in SELinux.
6726
6727 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
6728
6729 * dired-aux.el (dired-query): Place cursor in echo area and allow
6730 C-g.
6731
6732 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6733 menu item if not on a directory (Bug#4701).
6734
6735 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
6736
6737 Sync with Tramp 2.1.17.
6738
6739 * net/tramp.el (tramp-handle-copy-directory): Don't use
6740 `file-remote-p' (due to compatibility).
6741
6742 * net/tramp-compat.el (tramp-compat-copy-directory)
6743 (tramp-compat-delete-directory): New defuns.
6744
6745 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6746 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
6747 `tramp-compat-delete-directory'.
6748
6749 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6750 (tramp-smb-handle-delete-directory): Use
6751 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6752
6753 * net/trampver.el: Update release number.
6754
6755 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
6756
6757 * tar-mode.el (tar-copy): Call write-region on the right buffer
6758 (Bug#4857).
6759
6760 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6761 by hand, if necessary (Bug#4878).
6762
6763 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
6764
6765 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6766 align size column (Bug#4839).
6767
6768 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6769 statement.
6770
6771 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6772
6773 * progmodes/ld-script.el (auto-mode-alist):
6774 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6775
6776 * cus-face.el (custom-declare-face): Purecopy face spec.
6777
6778 2009-11-06 Kenichi Handa <handa@m17n.org>
6779
6780 * international/uni-bidi.el: Re-generated.
6781 * international/uni-category.el: Re-generated.
6782 * international/uni-combining.el: Re-generated.
6783 * international/uni-mirrored.el: Re-generated.
6784
6785 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
6786
6787 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6788 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6789 (tex-start-options, slitex-run-command, latex-run-command)
6790 (tex-run-command, tex-directory):
6791 * textmodes/ispell.el (ispell-html-skip-alists)
6792 (ispell-tex-skip-alists, ispell-tex-skip-alists):
6793 * textmodes/fill.el (adaptive-fill-first-line-regexp):
6794 (adaptive-fill-regexp):
6795 * textmodes/dns-mode.el (auto-mode-alist):
6796 * progmodes/python.el (interpreter-mode-alist):
6797 * progmodes/etags.el (tags-compression-info-list):
6798 * progmodes/etags.el (tags-file-name):
6799 * net/browse-url.el (browse-url-galeon-program)
6800 (browse-url-firefox-program):
6801 * mail/sendmail.el (mail-signature-file)
6802 (mail-citation-prefix-regexp):
6803 * international/mule-conf.el (eight-bit):
6804 * international/latexenc.el (latex-inputenc-coding-alist):
6805 * international/fontset.el (x-pixel-size-width-font-regexp):
6806 * emacs-lisp/warnings.el (warning-type-format):
6807 * emacs-lisp/trace.el (trace-buffer):
6808 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6809 (emacs-lisp-mode-map):
6810 * calendar/holidays.el (holiday-solar-holidays)
6811 (holiday-bahai-holidays, holiday-islamic-holidays)
6812 (holiday-christian-holidays, holiday-hebrew-holidays)
6813 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6814 (hebrew-holidays-1, holiday-oriental-holidays)
6815 (holiday-general-holidays):
6816 * x-dnd.el (x-dnd-known-types):
6817 * tool-bar.el (tool-bar):
6818 * startup.el (site-run-file):
6819 * shell.el (shell-dumb-shell-regexp):
6820 * rfn-eshadow.el (file-name-shadow-tty-properties)
6821 (file-name-shadow-properties):
6822 * paths.el (remote-shell-program, news-directory):
6823 * mouse.el ([C-down-mouse-3]):
6824 * menu-bar.el (menu-bar-tools-menu):
6825 * jka-cmpr-hook.el (jka-compr-load-suffixes)
6826 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6827 (jka-compr-compression-info-list):
6828 * isearch.el (search-whitespace-regexp):
6829 * image-file.el (image-file-name-extensions):
6830 * find-dired.el (find-ls-option):
6831 * files.el (directory-listing-before-filename-regexp)
6832 (directory-free-space-args, insert-directory-program)
6833 (list-directory-brief-switches, magic-fallback-mode-alist)
6834 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6835 (automount-dir-prefix):
6836 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6837 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6838 (face-font-registry-alternatives, face-font-registry-alternatives)
6839 (face-font-family-alternatives):
6840 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6841 (facemenu-foreground-menu, facemenu-face-menu):
6842 * epa-hook.el (epa-file-name-regexp):
6843 * dnd.el (dnd-protocol-alist):
6844 * textmodes/rst.el (auto-mode-alist):
6845 * button.el (default-button): Purecopy strings.
6846
6847 2009-11-06 Glenn Morris <rgm@gnu.org>
6848
6849 * Makefile.in (ELCFILES): Update.
6850
6851 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6852
6853 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6854 * emacs-lisp/levents.el: Move to obsolete/levents.el.
6855
6856 * nxml/xsd-regexp.el (xsdre-gen-categories):
6857 * nxml/xmltok.el (xmltok-parse-entity):
6858 * nxml/rng-parse.el (rng-parse-validate-file):
6859 * nxml/rng-maint.el (rng-format-manual)
6860 (rng-manual-output-force-new-line):
6861 * nxml/rng-loc.el (rng-save-schema-location-1):
6862 * nxml/rng-cmpct.el (rng-c-parse-file):
6863 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6864 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6865
6866 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
6867
6868 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6869 Remove extra save-excursions and make-variable-buffer-local's.
6870 Suggested by Stefan Monnier.
6871
6872 (verilog-getopt-file, verilog-module-inside-filename-p)
6873 (verilog-set-define): Merge GNU 1.35 and repair changes from
6874 switching to using with-current-buffer.
6875
6876 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6877 being treated as a number and confusing AUTORESET.
6878 Reported by Dan Dever.
6879
6880 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6881 Add verilog-auto-ignore-concat to fix backward compatibility with
6882 older verilog-modes. Reported by Dan Katz.
6883
6884 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6885 containing closing anchors "...$".
6886
6887 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6888 Reported by Wade Smith.
6889
6890 (verilog-batch-execute-func): Comment on function usage.
6891
6892 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
6893
6894 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6895 for labels.
6896
6897 (verilog-label-re, verilog-calc-1): Support proper indent of named
6898 asserts.
6899
6900 (verilog-backward-token, verilog-basic-complete-re)
6901 (verilog-beg-of-statement, verilog-indent-re): Support proper
6902 indent of the assert statement at the beginning of a block of text.
6903
6904 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6905 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6906 tokens as begins.
6907
6908 2009-11-05 Glenn Morris <rgm@gnu.org>
6909
6910 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6911 Emacs 19. (Bug#1531)
6912 (byte-compile-fix-header): Update for the above change.
6913 Drop test for epoch::version.
6914
6915 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6916 * cus-dep.el (custom-make-dependencies):
6917 * finder.el (finder-compile-keywords):
6918 Use autoload-rubric's feature argument.
6919
6920 * calendar/diary-lib.el (top-level): Make load behave more like require.
6921
6922 * vc-git.el (vc-git-stash-map): Move definition before use.
6923
6924 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6925
6926 * custom.el (custom-declare-group): Purecopy standard-value.
6927 (custom-declare-group): Purecopy custom-prefix.
6928
6929 * international/mule.el (load-with-code-conversion):
6930 Call do-after-load-evaluation unconditionally.
6931
6932 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6933
6934 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6935
6936 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6937
6938 2009-11-04 Glenn Morris <rgm@gnu.org>
6939
6940 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6941 (byte-compile-compatibility): Remove option.
6942 (byte-compile-close-variables, byte-compile-fix-header)
6943 (byte-compile-insert-header, byte-compile-output-docform)
6944 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6945 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6946 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6947 (byte-compile-insert, byte-compile-defun):
6948 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
6949 (byte-defop-compiler19): Remove.
6950 Without byte-compile-compatibility, the 'emacs19-opcode property is not
6951 used by anything. Replace all calls with byte-defop-compiler.
6952
6953 2009-11-04 Juri Linkov <juri@jurta.org>
6954
6955 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6956 (menu-bar-options-menu): Don't quote the `prop' arg of
6957 `menu-bar-make-mm-toggle'.
6958
6959 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
6960
6961 * calendar/calendar.el (cal-loaddefs):
6962 * calendar/diary-lib.el (diary-loaddefs):
6963 * calendar/holidays.el (hol-loaddefs):
6964 * eshell/esh-module.el (esh-groups): Load rather than require.
6965
6966 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6967
6968 * calendar/todo-mode.el (todo-add-category): Don't hardcode
6969 point-min==1.
6970 (todo-top-priorities): Only display-buffer when called interactively.
6971 (todo-item-start): Don't save excursion point.
6972 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
6973 (todo-insert-item-here, todo-file-item, todo-remove-item):
6974 Adjust uses of todo-item-start and todo-item-end.
6975
6976 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6977 (autoload-rubric): Don't use any more.
6978 * cedet/semantic/fw.el (semantic/loaddefs):
6979 * cedet/srecode.el (srecode/loaddefs):
6980 * cedet/ede.el (ede/loaddefs): Load rather than require.
6981 * cedet/ede/cpp-root.el:
6982 * cedet/ede/emacs.el:
6983 * cedet/ede/files.el:
6984 * cedet/ede/linux.el:
6985 * cedet/ede/locate.el:
6986 * cedet/ede/make.el:
6987 * cedet/ede/shell.el:
6988 * cedet/ede/speedbar.el:
6989 * cedet/ede/system.el:
6990 * cedet/ede/util.el:
6991 * cedet/semantic/analyze.el:
6992 * cedet/semantic/bovine.el:
6993 * cedet/semantic/complete.el:
6994 * cedet/semantic/ctxt.el:
6995 * cedet/semantic/db-file.el:
6996 * cedet/semantic/db-find.el:
6997 * cedet/semantic/db-global.el:
6998 * cedet/semantic/db-mode.el:
6999 * cedet/semantic/db-typecache.el:
7000 * cedet/semantic/db.el:
7001 * cedet/semantic/debug.el:
7002 * cedet/semantic/dep.el:
7003 * cedet/semantic/doc.el:
7004 * cedet/semantic/edit.el:
7005 * cedet/semantic/find.el:
7006 * cedet/semantic/format.el:
7007 * cedet/semantic/html.el:
7008 * cedet/semantic/ia-sb.el:
7009 * cedet/semantic/ia.el:
7010 * cedet/semantic/idle.el:
7011 * cedet/semantic/lex-spp.el:
7012 * cedet/semantic/lex.el:
7013 * cedet/semantic/mru-bookmark.el:
7014 * cedet/semantic/scope.el:
7015 * cedet/semantic/senator.el:
7016 * cedet/semantic/sort.el:
7017 * cedet/semantic/symref.el:
7018 * cedet/semantic/tag-file.el:
7019 * cedet/semantic/tag-ls.el:
7020 * cedet/semantic/tag-write.el:
7021 * cedet/semantic/tag.el:
7022 * cedet/semantic/util-modes.el:
7023 * cedet/semantic/analyze/complete.el:
7024 * cedet/semantic/analyze/refs.el:
7025 * cedet/semantic/bovine/c.el:
7026 * cedet/semantic/bovine/gcc.el:
7027 * cedet/semantic/bovine/make.el:
7028 * cedet/semantic/bovine/scm.el:
7029 * cedet/semantic/decorate/include.el:
7030 * cedet/semantic/decorate/mode.el:
7031 * cedet/semantic/symref/cscope.el:
7032 * cedet/semantic/symref/global.el:
7033 * cedet/semantic/symref/grep.el:
7034 * cedet/semantic/symref/idutils.el:
7035 * cedet/semantic/symref/list.el:
7036 * cedet/semantic/wisent/java-tags.el:
7037 * cedet/semantic/wisent/javascript.el:
7038 * cedet/srecode/compile.el:
7039 * cedet/srecode/cpp.el:
7040 * cedet/srecode/document.el:
7041 * cedet/srecode/el.el:
7042 * cedet/srecode/expandproto.el:
7043 * cedet/srecode/getset.el:
7044 * cedet/srecode/insert.el:
7045 * cedet/srecode/java.el:
7046 * cedet/srecode/map.el:
7047 * cedet/srecode/mode.el:
7048 * cedet/srecode/template.el:
7049 * cedet/srecode/texi.el: Remove the file-local setting of
7050 generated-autoload-feature.
7051
7052 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
7053 and only put a prop if it is non-nil.
7054
7055 2009-11-03 Juri Linkov <juri@jurta.org>
7056
7057 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
7058 (menu-bar-options-menu): Fix list quoting (Bug#4429).
7059
7060 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
7061 and "Menu" to make top-level menu item visually one unit (like
7062 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
7063 multi-word menu items). Fix :help string for quit-window.
7064
7065 2009-11-03 Glenn Morris <rgm@gnu.org>
7066
7067 * cedet/mode-local.el (with-mode-local): Doc fix.
7068
7069 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7070 (byte-compile-file-form-define-abbrev-table)
7071 (byte-compile-file-form-custom-declare-variable)
7072 (byte-compile-variable-ref, byte-compile-defvar):
7073 Whether or not a warning is enabled should only affect whether we issue
7074 the warning, not whether or not we collect the relevant data.
7075 Eg warnings can be turned on and off throughout the course of a file.
7076
7077 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
7078 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
7079
7080 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7081
7082 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
7083 * play/mpuz.el (mpuz-create-buffer):
7084 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
7085 (lm-print-y,s,noise, lm-print-w0, lm-init):
7086 * play/gomoku.el (gomoku-prompt-for-move):
7087 * play/fortune.el (fortune-in-buffer):
7088 * play/dissociate.el (dissociated-press):
7089 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
7090 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
7091 * mail/supercite.el (sc-eref-show):
7092 * mail/smtpmail.el (smtpmail-send-it):
7093 * mail/rmailsum.el (rmail-summary-next-labeled-message)
7094 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
7095 (rmail-summary-undelete-many, rmail-summary-rmail-update)
7096 (rmail-summary-goto-msg, rmail-summary-expunge)
7097 (rmail-summary-get-new-mail, rmail-summary-search-backward)
7098 (rmail-summary-add-label, rmail-summary-output-menu)
7099 (rmail-summary-output-body):
7100 * mail/rfc822.el (rfc822-addresses):
7101 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
7102 * mail/mailpost.el (post-mail-send-it):
7103 * mail/hashcash.el (hashcash-generate-payment):
7104 * mail/feedmail.el (feedmail-run-the-queue)
7105 (feedmail-queue-send-edit-prompt-help-first)
7106 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
7107 (feedmail-deduce-address-list):
7108 * eshell/esh-ext.el (eshell-remote-command):
7109 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
7110 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
7111 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
7112 (viper-save-string-in-file, viper-valid-marker):
7113 * emulation/viper-keym.el (viper-toggle-key):
7114 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
7115 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
7116 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
7117 * emulation/viper-cmd.el (viper-exec-form-in-vi)
7118 (viper-exec-form-in-emacs, viper-brac-function):
7119 * emulation/viper.el (viper-delocalize-var):
7120 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
7121 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
7122 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
7123 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
7124 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
7125 * emulation/edt.el (edt-electric-helpify):
7126 * emulation/cua-rect.el (cua--rectangle-aux-replace):
7127 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
7128 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
7129 (cua-indent-to-global-mark-column):
7130 * calendar/diary-lib.el (calendar-mark-1):
7131 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
7132 Use with-current-buffer.
7133 * emulation/viper.el (viper-delocalize-var): Use dolist.
7134
7135 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
7136
7137 * comint.el (comint-replace-by-expanded-history-before-point):
7138 Replace !! with the previous input string literally (Bug#1795).
7139
7140 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
7141
7142 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
7143 to be made up of whitespace.
7144
7145 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
7146
7147 * minibuffer.el (read-file-name): Don't use file dialogs for
7148 remote directories (Bug#99).
7149
7150 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
7151
7152 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
7153
7154 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
7155
7156 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
7157 instead of deleting the window or frame.
7158
7159 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
7160
7161 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
7162 Support face colors.
7163
7164 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
7165 New function. Support face colors (Bug#1168).
7166 (tex-common-initialization): Use it.
7167
7168 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
7169 mode allows it (Bug#1168).
7170
7171 2009-10-31 Juri Linkov <juri@jurta.org>
7172
7173 * facemenu.el (list-colors-display): Don't mark buffer as
7174 modified (Bug#3948).
7175
7176 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
7177
7178 * international/mule-diag.el (list-character-sets-1): Minor
7179 message fix (Bug#3526).
7180
7181 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
7182 face property (Bug#4834).
7183 (etags-list-tags, etags-tags-apropos-additional)
7184 (etags-tags-apropos, tags-select-tags-table): Add follow-link
7185 property.
7186
7187 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
7188 items.
7189
7190 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
7191 items.
7192
7193 * cedet/ede.el (ede-minor-mode):
7194 * cedet/semantic.el (semantic-mode): Toggle menu separators.
7195
7196 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7197
7198 * textmodes/two-column.el (2C-split):
7199 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
7200 * textmodes/tex-mode.el (tex-set-buffer-directory):
7201 * textmodes/spell.el (spell-region, spell-string):
7202 * textmodes/reftex.el (reftex-erase-buffer):
7203 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
7204 * textmodes/reftex-toc.el (reftex-toc-promote-action):
7205 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
7206 (reftex-select-item):
7207 * textmodes/reftex-ref.el (reftex-label-info-update)
7208 (reftex-offer-label-menu):
7209 * textmodes/reftex-index.el (reftex-index-change-entry)
7210 (reftex-index-phrases-info):
7211 * textmodes/reftex-global.el (reftex-create-tags-file)
7212 (reftex-save-all-document-buffers, reftex-ensure-write-access):
7213 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
7214 (reftex-view-crossref-from-bibtex):
7215 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
7216 (reftex-extract-bib-entries-from-thebibliography)
7217 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
7218 * textmodes/refbib.el (r2b-capitalize-title):
7219 (r2b-convert-buffer, r2b-help):
7220 * textmodes/page-ext.el (pages-directory)
7221 (pages-directory-goto-with-mouse):
7222 * textmodes/bibtex.el (bibtex-validate-globally):
7223 * textmodes/bib-mode.el (bib-capitalize-title):
7224 * textmodes/artist.el (artist-clear-buffer, artist-system):
7225 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
7226 (local-set-scheme-interaction-buffer, xscheme-process-filter)
7227 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
7228 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
7229 (xscheme-send-control-g-interrupt, xscheme-start-process)
7230 (xscheme-process-sentinel, xscheme-cd):
7231 * progmodes/verilog-mode.el (verilog-read-always-signals)
7232 (verilog-set-define, verilog-getopt-file)
7233 (verilog-module-inside-filename-p):
7234 * progmodes/sh-script.el:
7235 * progmodes/python.el (python-pdbtrack-get-source-buffer)
7236 (python-pdbtrack-grub-for-buffer, python-execute-file):
7237 * progmodes/octave-inf.el (inferior-octave):
7238 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7239 (idlwave-shell-compile-helper-routines, idlwave-set-local)
7240 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
7241 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
7242 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
7243 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
7244 (idlwave-shell-filter, idlwave-shell-examine-highlight)
7245 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
7246 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
7247 (idlwave-shell-examine-display, idlwave-shell-run-region)
7248 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
7249 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
7250 * progmodes/idlw-help.el (idlwave-help-get-special-help)
7251 (idlwave-help-get-help-buffer):
7252 * progmodes/gud.el (gud-basic-call, gud-find-class)
7253 (gud-tooltip-activate-mouse-motions-if-enabled):
7254 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7255 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
7256 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
7257 (ebrowse-tags-next-file):
7258 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
7259 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
7260 (ebnf-eps-finish-and-write):
7261 * progmodes/cpp.el (cpp-edit-save):
7262 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
7263 * progmodes/cc-defs.el (c-emacs-features):
7264 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
7265 (antlr-directory-dependencies):
7266 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
7267 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
7268 (ada-find-any-references, ada-make-filename-from-adaname)
7269 (ada-make-body-gnatstub):
7270 * obsolete/rnews.el (news-list-news-groups):
7271 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
7272 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
7273 * net/rcirc.el (rcirc-debug):
7274 * net/newst-treeview.el (newsticker--treeview-list-add-item)
7275 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
7276 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
7277 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
7278 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
7279 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
7280 (newsticker--treeview-list-clear-highlight)
7281 (newsticker--treeview-list-update-highlight)
7282 (newsticker--treeview-list-highlight-start)
7283 (newsticker--treeview-tree-update-highlight)
7284 (newsticker--treeview-get-selected-item)
7285 (newsticker-treeview-mark-list-items-old)
7286 (newsticker--treeview-set-current-node):
7287 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7288 * net/newst-backend.el (newsticker--get-news-by-funcall)
7289 (newsticker--get-news-by-wget, newsticker--image-get)
7290 (newsticker--image-sentinel):
7291 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
7292 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
7293 (eudc-ph-close-session):
7294 * net/eudc.el (eudc-save-options):
7295 * language/thai-word.el (thai-update-word-table):
7296 * language/japan-util.el (japanese-string-conversion):
7297 * international/titdic-cnv.el (tsang-quick-converter)
7298 (ziranma-converter, ctlau-converter):
7299 * international/mule-cmds.el (describe-language-environment):
7300 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
7301 (skkdic-convert-postfix, skkdic-convert-prefix):
7302 (skkdic-convert-okuri-nasi, skkdic-convert):
7303 * emacs-lisp/re-builder.el (reb-update-overlays):
7304 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
7305 * emacs-lisp/gulp.el (gulp-send-requests):
7306 * emacs-lisp/find-gc.el (trace-call-tree):
7307 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7308 (eieio-describe-generic):
7309 * emacs-lisp/eieio-base.el (eieio-persistent-read):
7310 * emacs-lisp/edebug.el (edebug-outside-excursion):
7311 * emacs-lisp/debug.el (debugger-make-xrefs):
7312 * emacs-lisp/cust-print.el (custom-prin1-to-string):
7313 * emacs-lisp/chart.el (chart-new-buffer):
7314 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7315 Use with-current-buffer.
7316 * textmodes/artist.el (artist-system): Don't call
7317 copy-sequence on a fresh string.
7318 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7319
7320 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
7321
7322 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
7323 is no item to edit. (Bug#4820)
7324 (todo-top-priorities): Restore point and restore narrowing in Todo
7325 buffer. (Bug#4820)
7326
7327 2009-10-31 Glenn Morris <rgm@gnu.org>
7328
7329 * net/ange-ftp.el (top-level): Don't require dired when compiling.
7330 (comint-last-output-start, comint-last-input-start)
7331 (comint-last-input-end): Don't defvar when compiling.
7332 (ange-ftp-process-file): Use bound-and-true-p.
7333
7334 * pcmpl-rpm.el (top-level): Move provide statement to end.
7335 (pcmpl-rpm): Remove unused custom group.
7336
7337 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7338
7339 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7340
7341 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7342 (byte-compile-warnings): Add `constants' as an option.
7343 (byte-compile-callargs-warn, byte-compile-arglist-warn)
7344 (display-call-tree): Update for byte-compile-fdefinition possibly
7345 returning `(macro lambda ...)'. (Bug#4778)
7346 (byte-compile-variable-ref, byte-compile-setq-default):
7347 Respect `constants' member of byte-compile-warnings.
7348
7349 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
7350 Use mapc rather than mapcar because the return value is never used.
7351
7352 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
7353 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
7354 * cedet/semantic/html.el:
7355 Suppress harmless warnings about setting up semantic-imenu (not
7356 part of Emacs) variables.
7357
7358 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7359
7360 * vc-bzr.el (vc-bzr-revision-keywords): New var.
7361 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7362 to "submit:".
7363
7364 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
7365 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
7366 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
7367 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
7368 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
7369 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
7370 (semantic-analyzer-debug-global-symbol)
7371 (semantic-analyzer-debug-missing-innertype)
7372 (semantic-analyzer-debug-insert-include-summary):
7373 * cedet/semantic/util.el (semantic-file-tag-table):
7374 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
7375 (semantic-recursive-find-nonterminal-by-name):
7376 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
7377 * cedet/semantic/tag-file.el (semantic-prototype-file):
7378 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
7379 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
7380 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
7381 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
7382 (semantic-idle-summary-maybe-highlight):
7383 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
7384 (semantic-ia-sb-tag-info):
7385 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
7386 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
7387 * cedet/semantic/ede-grammar.el (project-compile-target):
7388 (ede-proj-makefile-insert-variables):
7389 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
7390 (semantic-debug-set-source-location, semantic-debug-interface-layout)
7391 (semantic-debug-mode, semantic-debug):
7392 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
7393 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
7394 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
7395 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
7396 (semanticdb-find-translate-path-includes--internal)
7397 (semanticdb-reset-log, semanticdb-find-log-activity):
7398 * cedet/semantic/db-file.el (object-write):
7399 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
7400 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
7401 (semanticdb-create-ebrowse-database):
7402 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
7403 * cedet/semantic/complete.el (semantic-displayor-focus-request)
7404 (semantic-collector-calculate-completions-raw)
7405 (semantic-complete-read-tag-analyzer):
7406 * cedet/semantic/analyze.el (semantic-analyze-pulse):
7407 * cedet/ede/util.el (ede-update-version-in-source):
7408 * cedet/ede/proj.el (project-delete-target):
7409 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
7410 (ede-proj-flush-autoconf):
7411 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
7412 (ede-proj-configure-synchronize):
7413 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
7414 * cedet/ede/linux.el (ede-linux-version):
7415 * cedet/ede/emacs.el (ede-emacs-version):
7416 * cedet/ede/dired.el (ede-dired-add-to-target):
7417 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
7418 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
7419 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
7420 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
7421 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
7422 (cedet-idutils-version-check):
7423 * cedet/cedet-global.el (cedet-gnu-global-call):
7424 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
7425 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
7426 * cedet/cedet-cscope.el (cedet-cscope-call)
7427 (cedet-cscope-expand-filename, cedet-cscope-version-check):
7428 Use with-current-buffer.
7429 * cedet/ede.el (ede-make-project-local-variable)
7430 (ede-set-project-variables, ede-set): Use dolist.
7431
7432 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
7433
7434 * textmodes/ispell.el (ispell-skip-region-alist):
7435 * international/mule-conf.el (eight-bit):
7436 * international/fontset.el (font-encoding-alist):
7437 * startup.el (pure-space-overflow-message):
7438 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7439 * paths.el (gnus-nntp-service, rmail-spool-directory)
7440 (term-file-prefix):
7441 * files.el (save-some-buffers-action-alist):
7442 * cmuscheme.el (same-window-buffer-names):
7443 * ielm.el (same-window-buffer-names):
7444 * shell.el (same-window-buffer-names):
7445 * mail/sendmail.el (same-window-buffer-names):
7446 * progmodes/inf-lisp.el (same-window-buffer-names):
7447 * bindings.el (mode-line-client)
7448 (mode-line-column-line-number-mode-map):
7449 * language/tibetan.el (tibetan-precomposition-rule-regexp)
7450 (tibetan-precomposed-regexp): Purecopy string arguments.
7451
7452 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7453
7454 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7455 (calcDigit-nondigit):
7456 * calc/calc-yank.el (calc-copy-to-buffer):
7457 * calc/calc-units.el (calc-invalidate-units-table):
7458 * calc/calc-trail.el (calc-trail-yank):
7459 * calc/calc-store.el (calc-insert-variables):
7460 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7461 * calc/calc-prog.el (calc-read-parse-table):
7462 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7463 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7464 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7465 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7466 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7467 (calc-graph-name, calc-graph-find-command, calc-graph-view)
7468 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7469 * calc/calc-ext.el (calc-realign):
7470 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7471 (calc-embedded-finish-edit, calc-embedded-make-info)
7472 (calc-embedded-finish-command, calc-embedded-stack-change):
7473 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7474
7475 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
7476 (overload-docstring-extension): Use that info.
7477 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
7478 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
7479 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
7480 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
7481 (semantic-nonterminal-full-name): Add the new `when' info.
7482 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
7483 `assert'.
7484
7485 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7486 shell-dynamic-complete-filename in preference to
7487 comint-dynamic-complete-filename.
7488
7489 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7490 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7491 Don't consider whether the display supports colors.
7492 (bookmark-import-new-list): Use dolist.
7493 (bookmark-bmenu-mode-map): Move initialization into declaration.
7494 (bookmark-bmenu-list): Use dolist, simplify.
7495 (bookmark-show-all-annotations): Use save-selected-window and dolist.
7496 (menu-bar-final-items): Use push.
7497
7498 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
7499
7500 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7501 it works on remote files.
7502 (vc-hg-diff): Don't pass any `--cwd' argument.
7503
7504 2009-10-27 Kevin Ryde <user42@zip.com.au>
7505
7506 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7507 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7508 (Further to Bug#3921).
7509
7510 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
7511
7512 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7513 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7514 calling `tramp-imap-put-file'. Add file size to the call.
7515 (tramp-imap-get-file-entries): Compute also user name, file size,
7516 and date.
7517 (tramp-imap-handle-insert-directory): Insert uid and gid.
7518 (tramp-imap-handle-file-attributes): Transform uid and gid
7519 according to `id-format'.
7520 (tramp-imap-put-file): New optional parameter SIZE. Encode file
7521 size in header X-Size.
7522
7523 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
7524
7525 * simple.el (transpose-subr): Give clearer error when the mark
7526 is not set. (Bug#4807)
7527
7528 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
7529
7530 * net/tramp.el (tramp-perl-file-truename): New defconst.
7531 Perl code contributed by yary <not.com@gmail.com> (tiny change).
7532 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7533 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7534 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7535
7536 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7537 Ignore `dired-call-process'.
7538 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7539
7540 2009-10-26 Julian Scheid <julians37@gmail.com>
7541
7542 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7543 (tramp-get-remote-readlink): New defun.
7544 (tramp-handle-file-truename): Use it.
7545 (tramp-handle-file-exists-p): Check file-attributes cache, assume
7546 file exists if cache value present.
7547 (tramp-check-cached-permissions): New defun.
7548 (tramp-handle-file-readable-p): Use it.
7549 (tramp-handle-file-writable-p): Likewise.
7550 (tramp-handle-file-executable-p): Likewise.
7551 (tramp-handle-file-name-all-completions): Try using Perl to get
7552 partial completions. When perl not available, combine `cd' and
7553 `ls' into single remote operation and use shell expansion to get
7554 partial remote directory contents. Set `file-exists-p' cache for
7555 directory and any files returned by ls. Change cache handling to
7556 support partial directory contents. Use error message emitted by
7557 remote `cd' or Perl code for local tramp-error.
7558 (tramp-do-copy-or-rename-file-directly): Avoid separate
7559 tramp-send-command-and-check call.
7560 (tramp-handle-process-file): Merge three remote ops into one.
7561 Do not flush all caches when `process-file-side-effects' is set.
7562 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7563 file-attributes shows uid/gid to be set already.
7564
7565 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7566
7567 * textmodes/tex-mode.el (tex-dvi-view-command)
7568 (tex-show-queue-command, tex-open-quote):
7569 * progmodes/ruby-mode.el (auto-mode-alist)
7570 (interpreter-mode-alist): Purecopy strings.
7571
7572 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7573
7574 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7575 string for the hook, keymap and abbrev table.
7576
7577 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7578
7579 * x-dnd.el (x-dnd-xdnd-to-action):
7580 * startup.el (fancy-startup-text, fancy-about-text): Change to
7581 defconst from defvar.
7582
7583 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7584
7585 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7586 Purecopy initialization strings.
7587
7588 * mail/sendmail.el (mail-header-separator)
7589 (mail-personal-alias-file):
7590 * mail/rmail.el (rmail-default-dont-reply-to-names)
7591 (rmail-ignored-headers, rmail-retry-ignored-headers)
7592 (rmail-highlighted-headers, rmail-secondary-file-directory)
7593 (rmail-secondary-file-regexp):
7594 * files.el (null-device, file-name-invalid-regexp)
7595 (locate-dominating-stop-dir-regexp)
7596 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7597 (interpreter-mode-alist): Use mapcar instead of mapc.
7598
7599 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7600
7601 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7602 (completion-ignored-extensions):
7603 (debug-ignored-errors): Purecopy strings.
7604
7605 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7606
7607 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7608 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7609 (pcomplete--here): Use push.
7610
7611 * subr.el (all-completions): Declare the 4th arg obsolete.
7612
7613 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7614
7615 * pcomplete.el (pcomplete-unquote-argument-function): New var.
7616 (pcomplete-unquote-argument): New function.
7617 (pcomplete--common-suffix): Always pay attention to case.
7618 (pcomplete--table-subvert): Quote and unquote the text.
7619 (pcomplete--common-quoted-suffix): New function.
7620 (pcomplete-std-complete): Use it and pcomplete-begin.
7621
7622 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7623 we're inside a dedicated or minibuffer window.
7624
7625 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7626
7627 * cedet/semantic/fw.el (semantic-alias-obsolete)
7628 (semantic-varalias-obsolete): Make the `when' arg mandatory.
7629 (define-mode-overload-implementation):
7630 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
7631 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
7632 * cedet/semantic/util.el (semantic-file-token-stream)
7633 (semantic-something-to-stream):
7634 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
7635 (semantic-expand-nonterminal):
7636 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
7637 (semantic-find-dependency, semantic-find-nonterminal)
7638 (semantic-find-dependency):
7639 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
7640 (semantic-flex-text, semantic-flex-make-keyword-table)
7641 (semantic-flex-keyword-p, semantic-flex-keyword-put)
7642 (semantic-flex-keyword-get, semantic-flex-map-keywords)
7643 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
7644 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
7645 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
7646 (semantic-after-idle-scheduler-reparse-hooks):
7647 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
7648 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
7649 * cedet/semantic.el (semantic-toplevel-bovine-table)
7650 (semantic-toplevel-bovine-cache)
7651 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
7652 (semantic-init-mode-hooks, semantic-init-db-hooks)
7653 (semantic-bovination-working-type): Provide the `when' arg.
7654
7655 2009-10-24 Karl Fogel <kfogel@red-bean.com>
7656
7657 * bookmark.el: Update documentation, especially documentation
7658 of `bookmark-alist' and of the bookmark file format.
7659 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
7660
7661 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7662
7663 * mail/emacsbug.el (report-emacs-bug): Clarify that the
7664 keybindings apply to the mail buffer (Bug#4003). Shrink help
7665 window to buffer.
7666
7667 * whitespace.el (whitespace-mode, whitespace-newline-mode)
7668 (global-whitespace-mode, global-whitespace-newline-mode)
7669 (whitespace-toggle-options, global-whitespace-toggle-options):
7670 Doc fix (Bug#3660).
7671
7672 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7673 of xmltok-start before the end tag was inserted (Bug#2840).
7674
7675 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7676 patterns that are preceded by an open-paren (Bug#1320).
7677
7678 2009-10-24 Sven Joachim <svenjoac@gmx.de>
7679
7680 * files.el (delete-directory): Delete symlinks to directories with
7681 delete-file (Bug#4739).
7682
7683 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
7684
7685 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
7686 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
7687 argument to make-obsolete.
7688
7689 * cedet/semantic/fw.el (semantic-alias-obsolete)
7690 (semantic-varalias-obsolete): Add optional WHEN argument.
7691
7692 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
7693
7694 * vc.el (vc-backend-for-registration): Rename from
7695 vc-get-backend-for-registration. Update callers.
7696
7697 * international/mule-cmds.el (set-language-info-alist):
7698 Purecopy lang-env.
7699 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7700 (charset): Purecopy the name.
7701 (define-char-code-property): Purecopy string arguments.
7702
7703 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7704 Purecopy string arguments.
7705
7706 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7707 * ediff-hook.el (menu-bar-ediff-menu):
7708 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7709 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7710
7711 2009-10-24 Glenn Morris <rgm@gnu.org>
7712
7713 * comint.el (comint-dynamic-list-completions):
7714 * term.el (term-dynamic-list-completions): Use choose-completion rather
7715 than obsolete alias mouse-choose-completion.
7716
7717 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7718 file-cache-choose-completion.
7719 (file-cache-choose-completion): Handle an optional event argument.
7720 (file-cache-mouse-choose-completion): Make it an obsolete alias.
7721
7722 * progmodes/octave-mod.el (octave-complete-symbol):
7723 Use choose-completion if mouse-choose-completion is ever removed.
7724
7725 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7726 use.
7727
7728 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7729 compiler.
7730
7731 * vc-hooks.el (vc-responsible-backend): Fix declaration.
7732
7733 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7734
7735 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7736 Ignore `pred' now that we receive one.
7737 Handle test-completion specially.
7738
7739 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7740
7741 * vc.el (vc-responsible-backend): Throw an error if not backend is
7742 found. Remove the REGISTER argument. Move the code dealing with
7743 REGISTER ...
7744 (vc-get-backend-for-registration): ... here. New function.
7745 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7746 of vc-responsible-backend, pass the file name instead of the
7747 directory name.
7748
7749 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7750
7751 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7752 New funs.
7753 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
7754 (pcomplete-comint-setup): Don't modify a global var via
7755 accidental side-effects.
7756 (pcomplete-shell-setup): Adjust call accordingly.
7757 (pcomplete-parse-comint-arguments): Use push.
7758
7759 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
7760
7761 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7762 Allow uncapitalized info node names (Bug#3921).
7763
7764 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7765 to the DEBUG file (Bug#3781).
7766
7767 2009-10-23 Jari Aalto <jari.aalto@cante.net>
7768
7769 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7770 dictionary entry (Bug#4579).
7771
7772 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
7773
7774 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7775 from `rfn-eshadow-update-overlay-hook' when unloading.
7776 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7777 "rsyncc". Adjust doc string.
7778 (tramp-temp-buffer-file-name): New buffer-local defvar.
7779 (tramp-handle-insert-file-contents, tramp-handle-write-region):
7780 Keep temporary file when indicated by method ("rsync" and
7781 "rsyncc").
7782 (tramp-handle-write-region): Handle APPEND.
7783 (tramp-delete-temp-file-function): New defun. Added to
7784 `kill-buffer-hook'.
7785
7786 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
7787
7788 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7789
7790 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
7791
7792 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7793 (color-name-rgb-alist, tty-standard-colors)
7794 (tty-color-mode-alist): Change to defconst.
7795
7796 * simple.el (mark-inactive): Purecopy message.
7797
7798 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7799 (global-map, yank-menu):
7800 * textmodes/ispell.el (ispell-menu-map):
7801 * net/eudc.el (eudc-tools-menu):
7802 * international/mule-cmds.el (describe-language-environment-map)
7803 (setup-language-environment-map, set-coding-system-map)
7804 (mule-menu-keymap):
7805 * vc-hooks.el (vc-menu-entry, vc-menu-map):
7806 * replace.el (occur-mode-map):
7807 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7808
7809 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
7810
7811 * calc/calc.el (math-read-number, math-read-number-simple): Use
7812 `save-match-data'.
7813
7814 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7815
7816 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7817 rather than fiddling with global-map bindings, since it should only
7818 affect per-terminal settings.
7819 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7820
7821 * minibuffer.el (completion-table-with-terminator): Allow to specify
7822 the terminator-regexp.
7823
7824 * simple.el (switch-to-completions): Look for *Completions* in other
7825 frames as well.
7826
7827 * pcomplete.el: Allow the use of completion-tables.
7828 (pcomplete-std-complete): New command.
7829 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7830 (pcomplete--here): Use a function for `form' rather than an expression,
7831 so it can be byte-compiled.
7832 (pcomplete-here, pcomplete-here*): Adjust accordingly.
7833 Add edebug declaration.
7834 (pcomplete-show-completions): Remove unused var `curbuf'.
7835 (pcomplete-do-complete, pcomplete-stub):
7836 Don't assume `completions' is a list of strings any more.
7837
7838 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
7839
7840 * find-dired.el (find-name-arg): Fix typo in docstring.
7841
7842 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7843
7844 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7845 (pcmpl-linux-fs-types): Same, and update to new modules layout.
7846
7847 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7848 pcomplete-entries.
7849
7850 * comint.el (comint-read-input-ring, comint-write-input-ring)
7851 (comint-substitute-in-file-name)
7852 (comint-dynamic-complete-as-filename)
7853 (comint-dynamic-simple-complete)
7854 (comint-dynamic-list-filename-completions)
7855 (comint-dynamic-list-completions)
7856 (comint-redirect-results-list-from-process): Minor simplifications.
7857
7858 2009-10-21 Kevin Ryde <user42@zip.com.au>
7859
7860 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7861 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7862 the first form. And insert a blank line after ";;; Code" since
7863 that's usual style. (Bug#4612)
7864
7865 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7866
7867 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7868
7869 * minibuffer.el (completion-table-with-terminator): Properly implement
7870 boundaries, in case `terminator' appears in the suffix.
7871 (completion--embedded-envvar-table): Don't return boundaries if
7872 there's no valid completion. Simplify.
7873 (completion-file-name-table): New completion table extracted from
7874 completion--file-name-table.
7875 (completion--file-name-table): Use it.
7876 (read-file-name-predicate): Declare obsolete.
7877 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7878 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7879 completion-file-name-table, and use the `pred' argument.
7880 * files.el (locate-file-completion-table): Use the `pred' arg rather
7881 than read-file-name-predicate.
7882 (abbreviate-file-name): Use \` rather than ^ for BOS.
7883
7884 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
7885
7886 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7887 vc-responsible-backend to register, it causes problems.
7888
7889 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7890
7891 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7892
7893 2009-10-21 Eric Ludlam <zappo@gnu.org>
7894
7895 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
7896 (semantic-c-debug-mode-init-pch): New functions.
7897 (semantic-c-debug-mode-init-last-mode): New var.
7898 (semantic-c-parse-lexical-token): Use them.
7899
7900 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
7901 When extracting the argument list, limit only by point-max.
7902
7903 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
7904
7905 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7906 (tramp-smb-handle-file-attributes): Use it.
7907 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7908 (tramp-smb-handle-insert-directory): Use `mapc' rather than
7909 `mapcar'. Use `tramp-smb-get-stat-capability'.
7910 Add `dired-filename' text properties.
7911 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7912 (tramp-smb-maybe-open-connection): Simplify check for smbclient
7913 version.
7914
7915 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7916
7917 * subr.el (read-key-delay): Reduce to 0.01.
7918 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7919 (bug#4751).
7920
7921 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7922
7923 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7924
7925 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7926 (Info-menu): Remove unused vars `last' and `completions'.
7927 (Info-index-nodes): Remove unused var `node'.
7928
7929 * info.el (Info-complete-menu-item): Use complete-with-action.
7930
7931 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
7932
7933 Make vc-annotate work through copies and renames.
7934 * vc-annotate.el (vc-annotate-extract-revision-at-line):
7935 Return the file name too.
7936 (vc-annotate-revision-at-line)
7937 (vc-annotate-find-revision-at-line)
7938 (vc-annotate-revision-previous-to-line)
7939 (vc-annotate-show-log-revision-at-line): Update to get the file
7940 name from vc-annotate-extract-revision-at-line.
7941 (vc-annotate-show-diff-revision-at-line-internal): Change the
7942 argument to mean whether to show a file diff or not. Get the file
7943 name from vc-annotate-extract-revision-at-line.
7944 (vc-annotate-show-diff-revision-at-line):
7945 Update vc-annotate-show-diff-revision-at-line call.
7946 (vc-annotate-warp-revision): Add an optional file argument.
7947
7948 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7949 (vc-git-annotate-extract-revision-at-line): Also return the file
7950 name if found.
7951
7952 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7953 command. Remove unused code.
7954 (vc-hg-annotate-re): Update to match --follow output.
7955 (vc-hg-annotate-extract-revision-at-line): Also return the file
7956 name if found.
7957
7958 * vc.el: Update annotate-extract-revision-at-line documentation.
7959
7960 2009-10-18 Kevin Ryde <user42@zip.com.au>
7961
7962 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7963 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7964
7965 * net/browse-url.el (browse-url): Identify alist with "consp and
7966 not functionp" and let all other things go down the `apply' leg,
7967 as suggested by Stefan. (Further to bug#4531.)
7968
7969 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
7970
7971 * minibuffer.el (read-file-name): Check for repeat before putting
7972 a default argument in file-name-history (Bug#4657).
7973
7974 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7975 read syntax (Bug#4737).
7976
7977 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7978
7979 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7980
7981 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7982 (html-tag-alist, html-tag-help): Add descriptions for undocumented
7983 entries and make note of obsolete tags.
7984
7985 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7986
7987 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7988
7989 2009-10-18 Glenn Morris <rgm@gnu.org>
7990
7991 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7992 grep, so that binary files (eg international/uni-bidi.el) can match.
7993 Remove test for "UnicodeData" files, since it is hopefully unnecessary
7994 now, and in any case the file header format has changed.
7995
7996 2009-10-17 Glenn Morris <rgm@gnu.org>
7997
7998 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7999 (flyspell-get-word, flyspell-large-region)
8000 (flyspell-auto-correct-previous-word): Doc/error message fixes.
8001
8002 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
8003
8004 * Makefile.in (ELCFILES): Add ede/shell.
8005
8006 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
8007
8008 * term/common-win.el (x-colors): Purecopy it.
8009
8010 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8011
8012 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
8013 permissive for when the buffer is empty.
8014 (tar-header-block-tokenize): Decode the username and groupname.
8015 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
8016
8017 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
8018
8019 * cedet/srecode/srt.el:
8020 * cedet/srecode/compile.el:
8021 * cedet/semantic/mru-bookmark.el:
8022 * cedet/semantic/debug.el:
8023 * cedet/semantic/complete.el:
8024 * cedet/semantic/analyze.el: Require CL when compiling.
8025
8026 2009-10-17 Eric Ludlam <zappo@gnu.org>
8027
8028 * cedet/semantic/scope.el
8029 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
8030 tmpscope so that the regular scope will continue to work.
8031
8032 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
8033 Use semantic-idle-summary-highlight-face as the highlighting.
8034
8035 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
8036 contains multibyte characters, choose first applicable coding
8037 system automatically.
8038
8039 * cedet/ede/project-am.el (project-run-target): New method.
8040 (project-run-target): New method.
8041
8042 * cedet/ede.el (ede-target): Add run target menu item.
8043 (ede-project, ede-minor-keymap): Add ede-run-target binding.
8044 (ede-run-target): New function.
8045 (ede-target::project-run-target): New method.
8046
8047 * cedet/ede/proj.el (project-run-target): New method.
8048
8049 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
8050 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
8051 Add :rules.
8052 (ede-proj-target-makefile-shared-object): Only libtool compilers
8053 now available. Add linkers for libtool.
8054 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
8055 (ede-proj-makefile-target-name): Always use .la extension.
8056
8057 * cedet/ede/proj-prog.el (project-run-target): New method.
8058
8059 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
8060 (ede-g++-linker): Change Change link lines.
8061
8062 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
8063 When searching for old variables, go to the end of the buffer and
8064 search backward from there.
8065 (ede-proj-makefile-automake-insert-subdirs)
8066 (ede-proj-makefile-automake-insert-extradist): New methods.
8067 (ede-proj-makefile-create): Use them.
8068
8069 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
8070 Force FILE to expand to the current target. Use file-exists-p to
8071 check that it exists.
8072
8073 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
8074 (ede-linux-load): Wrap dir in file-name-as-directory.
8075 Set :version slot.
8076
8077 * cedet/ede/files.el (ede-get-locator-object): When enabling
8078 locate, do so on "top".
8079
8080 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
8081 file-name-as-directory during compare.
8082 (ede-emacs-version): Return Emacs/XEmacs differentiator.
8083 Get version number from different places. Don't call egrep.
8084 (ede-emacs-load): Set :version slot. Call file-name-as-directory
8085 to set the directory.
8086
8087 * cedet/ede/shell.el: New file.
8088
8089 * cedet/inversion.el (inversion-decoders): Allow for stray . in
8090 alpha/beta variants.
8091
8092 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8093
8094 * international/mule-cmds.el (select-safe-coding-system): If the file
8095 has a coding cookie, use it regardless of any other setting (bug#4712).
8096
8097 2009-10-17 Glenn Morris <rgm@gnu.org>
8098
8099 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
8100 All errors should have messages.
8101
8102 * foldout.el (foldout-mouse-swallow-events):
8103 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
8104
8105 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
8106 (dired-keep-marker-copy, dired-keep-marker-hardlink)
8107 (dired-keep-marker-symlink, dired-dwim-target)
8108 (dired-copy-preserve-time): Do not autoload these defcustoms.
8109
8110 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
8111 messages from messing up the file coding. (Bug#4623)
8112
8113 2009-10-17 Jari Aalto <jari.aalto@cante.net>
8114
8115 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
8116 if no match is found for the current dictionary. (Bug#4578)
8117
8118 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
8119 optional, since that is how it is documented, and this is often called
8120 with a nil argument. (Bug#4577)
8121 (flyspell-external-point-words, flyspell-auto-correct-word)
8122 (flyspell-correct-word-before-point, flyspell-word-search-forward)
8123 (flyspell-word-search-backward): Remove nil argument in calls to
8124 flyspell-get-word, since it is not needed now.
8125
8126 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
8127
8128 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
8129
8130 2009-10-16 Glenn Morris <rgm@gnu.org>
8131
8132 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
8133
8134 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
8135
8136 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
8137 (ange-ftp-file-size): New function.
8138 (ange-ftp-file-attributes): Use it.
8139
8140 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
8141
8142 * net/tramp-smb.el (tramp-smb-version): New defvar.
8143 (tramp-smb-maybe-open-connection): Use it, in order to avoid
8144 repeated checks.
8145
8146 2009-10-16 Glenn Morris <rgm@gnu.org>
8147
8148 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
8149 Maybe copy some custom properties from old to new name. (Bug#4706)
8150
8151 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
8152
8153 * subr.el (error, sit-for, start-process-shell-command)
8154 (start-file-process-shell-command): Set the calling convention
8155 after the function definition.
8156
8157 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8158
8159 * subr.el (error, sit-for, start-process-shell-command)
8160 (start-file-process-shell-command): Use the new
8161 set-advertised-calling-convention feature.
8162
8163 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
8164
8165 * international/ucs-normalize.el (ucs-normalize-version):
8166 Change to 1.2.
8167 (check-range): Adjust for Unicode 5.2.
8168
8169 2009-10-15 Juri Linkov <juri@jurta.org>
8170
8171 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
8172 to the `menu-item' format.
8173
8174 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
8175
8176 * net/tramp.el (tramp-replace-environment-variables): Do not fail
8177 if the environment variable does not exist.
8178
8179 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8180 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
8181 parameter.
8182 (tramp-smb-handle-add-name-to-file)
8183 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8184 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8185 (tramp-smb-handle-file-attributes)
8186 (tramp-smb-do-file-attributes-with-stat)
8187 (tramp-smb-handle-file-local-copy)
8188 (tramp-smb-handle-insert-directory)
8189 (tramp-smb-handle-make-directory)
8190 (tramp-smb-handle-make-directory-internal)
8191 (tramp-smb-handle-make-symbolic-link)
8192 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
8193 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
8194 (tramp-smb-maybe-open-connection): Apply the changed parameters.
8195 (tramp-smb-read-file-entry): Read Disk names in compressed format.
8196 Handle long file names.
8197 (tramp-smb-get-cifs-capabilities): Check, whether the connection
8198 process is running.
8199 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
8200 Read share names with "-g" option.
8201
8202 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
8203
8204 * net/rcirc.el (rcirc-view-log-file): New command.
8205 (rcirc-track-minor-mode-map): Remove C-c ` binding.
8206 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
8207 specified.
8208
8209 2009-10-15 Glenn Morris <rgm@gnu.org>
8210
8211 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
8212 from the second command-line argument.
8213 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
8214 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
8215 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
8216 w32-batch-update-autoloads.
8217 * emacs-lisp/autoload.el (autoload-make-program): New variable.
8218 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
8219
8220 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
8221 the headers cannot be located. Simplify, subtracting superflous
8222 save-excursions.
8223
8224 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
8225
8226 Replace completion-base-size by completion-base-position to fix bugs
8227 such as (bug#4699).
8228 * simple.el (completion-base-position): New var.
8229 (completion-base-size): Mark as obsolete.
8230 (choose-completion): Make it work for mouse events as well.
8231 Pass the new base-position to choose-completion-string.
8232 (choose-completion-guess-base-position): New function, extracted from
8233 choose-completion-delete-max-match.
8234 (choose-completion-delete-max-match): Use it. Make obsolete.
8235 (choose-completion-string): Use the new base-position info.
8236 (completion-root-regexp): Delete.
8237 (completion-setup-function): Preserve completion-base-position.
8238 Eliminate obsolete base-size manipulation.
8239 * minibuffer.el (display-completion-list): Don't mess with base-size.
8240 (minibuffer-completion-help): Set completion-base-position instead.
8241 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
8242 choose-completion.
8243 * textmodes/bibtex.el (bibtex-complete):
8244 * emacs-lisp/crm.el (crm--choose-completion-string):
8245 Adjust to new calling convention.
8246 * complete.el (partial-completion-mode): Use minibufferp to avoid
8247 bumping into incompatible change to choose-completion-string-functions.
8248 * ido.el (ido-choose-completion-string): Make its calling convention
8249 more permissive.
8250 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
8251 base-size manipulation.
8252 (comint-dynamic-list-input-ring): Use dotimes and push.
8253 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
8254 fundamental-mode. Use `or'.
8255
8256 2009-10-14 Juri Linkov <juri@jurta.org>
8257
8258 * misearch.el (multi-isearch-next-buffer-from-list)
8259 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
8260
8261 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8262
8263 * Makefile.in (compile-onefile): Load `bytecomp' rather than
8264 `bytecomp.el'.
8265
8266 * minibuffer.el (completion-pcm--merge-completions): Make sure the
8267 string we return is all made up of text from the completions rather
8268 than part from the completions and part from the input (bug#4219).
8269
8270 * ido.el (ido-everywhere): Use define-minor-mode.
8271
8272 * buff-menu.el (list-buffers, ctl-x-map):
8273 Mark the entry points with ;;;###autoload cookies.
8274
8275 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
8276
8277 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
8278 correctly in the detached head case.
8279 (vc-git-print-log): Remove unused binding.
8280
8281 * vc.el (vc-responsible-backend): When a directory is passed for
8282 for registration create a VC repository if no backend is
8283 responsible for the directory argument.
8284 (vc-deduce-fileset): Tell vc-responsible-backend to register.
8285
8286 * vc.el: Move comments about RCS and SCCS ...
8287 * vc-rcs.el:
8288 * vc-sccs.el: ... here, respectively.
8289
8290 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8291
8292 * minibuffer.el (completion--file-name-table): Return nil if there's
8293 no file completion, even if substitute-in-file-name changed
8294 the string (bug#4708).
8295
8296 2009-10-13 Juri Linkov <juri@jurta.org>
8297
8298 * files-x.el (read-file-local-variable-value): Don't filter out
8299 minor modes from mode name completion (bug#4664).
8300
8301 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
8302
8303 * international/mule-cmds.el (ucs-names): Remove exclusion of
8304 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
8305
8306 2009-10-13 Kenichi Handa <handa@m17n.org>
8307
8308 * international/uni-name.el: Regenerated.
8309
8310 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
8311
8312 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
8313 should be automatically buffer-local, but isn't.)
8314
8315 2009-10-12 Sam Steingold <sds@gnu.org>
8316
8317 * progmodes/compile.el (compilation-next-error-function): Fix the
8318 timestamps if the buffer has been visited before.
8319 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
8320 non-anchored patterns, like the perl one (bug#3928).
8321
8322 2009-10-12 Glenn Morris <rgm@gnu.org>
8323
8324 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
8325 Let-bind `size'.
8326
8327 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
8328
8329 * proced.el (proced-unload-function): New function.
8330
8331 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
8332 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
8333 Doc fix.
8334
8335 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
8336
8337 2009-10-11 Juri Linkov <juri@jurta.org>
8338
8339 * files-x.el (read-file-local-variable-value):
8340 Provide default value only for bound variables (bug#4664).
8341
8342 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
8343
8344 * net/tramp.el (tramp-local-host-p): Function shall return nil for
8345 connection methods like smb.
8346
8347 * net/tramp-cache.el (tramp-flush-connection-property): The hash
8348 can be empty.
8349
8350 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8351 (tramp-smb-file-name-handler-alist): Add handlers for
8352 `add-name-to-file', `make-symbolic-link'.
8353 (tramp-smb-handle-add-name-to-file)
8354 (tramp-smb-do-file-attributes-with-stat)
8355 (tramp-smb-handle-make-symbolic-link)
8356 (tramp-smb-get-cifs-capabilities): New defuns.
8357 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8358 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8359 (tramp-smb-handle-file-local-copy)
8360 (tramp-smb-handle-make-directory-internal)
8361 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8362 The file name syntax depends on cifs capabilities.
8363 (tramp-smb-handle-file-attributes):
8364 Call `tramp-smb-do-file-attributes-with-stat' if possible.
8365 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
8366 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
8367
8368 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
8369
8370 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
8371 (eieio-defclass): Apply deftype handler and setf-method properties
8372 directly.
8373 (eieio-add-new-slot): Avoid union function from cl library.
8374 (eieio--typep): New function.
8375 (eieio-perform-slot-validation): Use it.
8376
8377 2009-10-10 Karl Fogel <kfogel@red-bean.com>
8378
8379 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
8380 Update documentation to refer to the variables documented in r1.135.
8381 (Bug#4188)
8382
8383 2009-10-10 Karl Fogel <kfogel@red-bean.com>
8384
8385 * bookmark.el (Info-suffix-list): Remove this unused variable.
8386 (bookmark-current-point): Remove this obsolete variable.
8387 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
8388 Adjust for removal of bookmark-current-point.
8389
8390 (bookmarks-already-loaded, bookmark-current-buffer)
8391 (bookmark-yank-point): Document. (Bug#4188)
8392
8393 2009-10-10 Glenn Morris <rgm@gnu.org>
8394
8395 * frame.el (frame-height): Doc fix.
8396
8397 * calendar/calendar.el (calendar-split-width-threshold): New option.
8398 (calendar-basic-setup): Use calendar-split-width-threshold.
8399
8400 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
8401
8402 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
8403 Use .la for Automake.
8404
8405 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
8406
8407 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
8408 Use "autoreconf -i". Suggested by Andreas Schwab.
8409
8410 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
8411
8412 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
8413 Ideographic Supplement" range (U+1F200..U+1F2FF).
8414
8415 2009-10-09 Karl Fogel <kfogel@red-bean.com>
8416
8417 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
8418 since the list will have been rebuilt anyway. (Bug#4349)
8419
8420 2009-10-09 Karl Fogel <kfogel@red-bean.com>
8421
8422 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
8423 (bookmark-bmenu-execute-deletions): Don't save here, as
8424 bookmark-delete will now do so if necessary.
8425 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
8426 (Bug#4348)
8427
8428 2009-10-09 Glenn Morris <rgm@gnu.org>
8429
8430 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
8431
8432 2009-10-09 Karl Fogel <kfogel@red-bean.com>
8433
8434 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
8435 (bookmark-jump-other-window): Just invoke bookmark-jump with new
8436 argument now, so the two function's behaviors will match. (Bug#3645)
8437
8438 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
8439
8440 * cedet/ede/proj.el (project-make-dist, project-compile-project):
8441 Fix filename test.
8442 (ede-proj-dist-makefile): Use expand-file-name instead of concat
8443 to expand file names.
8444
8445 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
8446
8447 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
8448 (tramp-file-name-real-host, tramp-file-name-port):
8449 Apply `save-match-data'.
8450
8451 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
8452 case both directories are remote.
8453 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
8454 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
8455
8456 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
8457
8458 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
8459 (ede-proj-target-makefile-objectcode): Use it.
8460
8461 * cedet/ede/source.el (ede-want-any-source-files-p)
8462 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
8463 Return search result. This error was introduced while merging.
8464
8465 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
8466
8467 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
8468
8469 2009-10-07 Glenn Morris <rgm@gnu.org>
8470
8471 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
8472 of concat.
8473
8474 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8475
8476 * files-x.el (read-file-local-variable): Include some
8477 non-user-variables in the completion table (bug#4664).
8478
8479 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
8480
8481 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
8482 message.
8483
8484 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8485 (tramp-smb-file-name-handler-alist): Add handler for
8486 `copy-directory', `expand-file-name', `set-file-modes'.
8487 (tramp-smb-handle-copy-directory)
8488 (tramp-smb-handle-expand-file-name)
8489 (tramp-smb-handle-set-file-modes): New defuns.
8490 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
8491 (tramp-smb-handle-file-attributes): Simplify check for retrieving
8492 entry.
8493 (tramp-smb-handle-insert-directory): Don't flush the cache.
8494 (tramp-smb-maybe-open-connection): Check for samba client and
8495 server versions.
8496
8497 2009-10-07 Eli Zaretskii <eliz@gnu.org>
8498
8499 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
8500 to not error out of search for "^lisp=" fails.
8501
8502 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
8503
8504 * makefile.w32-in (WINS_UPDATES): New macro.
8505 (custom-deps, finder-data, autoloads): Use it.
8506
8507 2009-10-07 Glenn Morris <rgm@gnu.org>
8508
8509 * Makefile.in (autoloads): Revert previous change.
8510 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
8511 the list of preloaded files passed on the command-line, get
8512 it from src/Makefile.
8513
8514 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
8515 show the original buffer rather than a random one.
8516
8517 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
8518
8519 * help.el (describe-no-warranty): Place point in a slightly better
8520 position in the GPLv3 text.
8521
8522 2009-10-06 Sam Steingold <sds@gnu.org>
8523
8524 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8525 the comm attribute is present before calling regexp-quote.
8526
8527 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
8528
8529 * play/animate.el (animate-string): For good effect, make sure
8530 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8531
8532 * play/animate.el (animate-sequence, animate-birthday-present):
8533 * misc.el (butterfly): Don't set `indent-tabs-mode'.
8534
8535 2009-10-06 Glenn Morris <rgm@gnu.org>
8536
8537 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8538
8539 * emacs-lisp/autoload.el (autoload-excludes): New variable.
8540 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8541 (batch-update-autoloads): Process a string value of autoload-excludes,
8542 set during the build process.
8543 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
8544
8545 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8546 inside with-parsed... macro so that `v' is defined.
8547
8548 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8549 * progmodes/fortran.el (fortran-end-of-block)
8550 (fortran-beginning-of-block):
8551 Also push mark in the macro case.
8552
8553 * emerge.el (emerge-show-file-name):
8554 * calc/calc.el (calc-quit):
8555 * calc/calc-misc.el (calc-big-or-small):
8556 * calc/calc-graph.el (calc-graph-view):
8557 * calc/calc-ext.el (calc-reset):
8558 * calendar/calendar.el (calendar-basic-setup):
8559 Use window-full-height-p.
8560
8561 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8562 header we don't understand, don't insert another. (Bug#4624)
8563 If changing mime charset, insert the new one in the right place.
8564
8565 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
8566
8567 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8568 (cal-tex-cursor-month): Correctly increment the end date for diary and
8569 holiday listing. (Bug#4626)
8570
8571 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8572
8573 * help-fns.el (describe-function-1): Don't burp if the function is not
8574 a symbol.
8575
8576 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
8577
8578 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8579 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8580 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8581 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8582
8583 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8584 (eieio-default-superclass): Reflow docstrings.
8585 (this, class-option-assoc, defclass, eieio-class-un-autoload)
8586 (eieio-unbind-method-implementations, defmethod)
8587 (eieio-validate-slot-value, eieio-validate-class-slot-value)
8588 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8589 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8590 (eieio-slot-originating-class-p, eieio-slot-name-index)
8591 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8592 (constructor, initialize-instance, no-next-method, object-print)
8593 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8594 Fix typos in docstrings.
8595 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8596 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8597 (next-method-p): Doc fixes.
8598 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8599 Fix typos in error messages.
8600 (eieio-defmethod): Fix typo in description of generic method.
8601
8602 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8603 (eieio-persistent-save-interactive, slot-missing):
8604 Fix typos in docstrings.
8605 (eieio-instance-inheritor-slot-boundp): Doc fix.
8606
8607 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8608 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8609
8610 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8611 (eieio-custom-object-apply-reset):
8612 Fix typos in docstrings and error messages.
8613
8614 * emacs-lisp/eieio-datadebug.el (data-debug-show):
8615 Fix typo in docstring.
8616
8617 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8618 (eieio-browse-tree): Doc fix.
8619 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8620 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8621 Fix typos in docstrings.
8622
8623 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8624 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8625 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8626 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8627 Reflow docstrings.
8628
8629 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
8630
8631 * vc-hg.el (log-view-vc-backend): Declare for compiler.
8632 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8633 Set log-view-vc-backend so that diff can work.
8634
8635 * log-view.el (log-view-diff): Use vc-diff-internal instead of
8636 vc-version-diff.
8637 (vc-diff-internal): Autoload this instead of vc-version-diff.
8638
8639 2009-10-05 Eli Zaretskii <eliz@gnu.org>
8640
8641 * simple.el (eval-expression): Doc fix.
8642
8643 * progmodes/cwarn.el (cwarn-mode): Doc fix.
8644
8645 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
8646
8647 * files.el (directory-files-no-dot-files-regexp): New defconst.
8648 (delete-directory): Use it.
8649 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
8650
8651 * net/tramp.el (tramp-verbose): Fix docstring.
8652 (tramp-methods): Add recursive option to `tramp-copy-args'.
8653 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
8654 "scp1_old", "scp2_old", "rsync", "rsyncc".
8655 (tramp-default-method): Check also for `auth-source-user-or-password'.
8656 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8657 Add handler for `copy-directory'.
8658 (tramp-handle-copy-directory): New defun.
8659 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
8660 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8661 Optimize sent command.
8662
8663 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8664
8665 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8666 window if necessary.
8667
8668 * calendar/calendar.el (calendar-basic-setup): Don't call
8669 switch-to-buffer in a dedicated window.
8670
8671 2009-10-05 Karl Fogel <kfogel@red-bean.com>
8672
8673 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
8674 don't do anything related to relocating, just return nil.
8675 (bookmark-error-no-filename): New error.
8676 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
8677 bookmark has no file. Don't even attempt to handle things that
8678 are not files; the whole point of custom handlers is to keep that
8679 knowledge elsewhere anyway. Tighten some comments.
8680 (bookmark-file-or-variation-thereof): Remove now-unused function.
8681 (bookmark-location): Doc string fix.
8682 (Bug#4250)
8683
8684 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8685
8686 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8687 don't use a file dialog, because they usually don't know how to read
8688 a directory target from the user. (Bug#4230)
8689 Also, make sure the prompt can display directories as well as files.
8690
8691 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8692
8693 * bookmark.el (bookmark-set, bookmark-buffer-name):
8694 Improve doc strings. (Bug#1193)
8695
8696 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8697
8698 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8699 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8700 (bookmark-get-annotation, bookmark-set-annotation)
8701 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8702 (bookmark-set-position, bookmark-get-front-context-string)
8703 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8704 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8705 (bookmark-jump-other-window, bookmark-handle-bookmark)
8706 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8707 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8708 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
8709 Improve doc strings to say whether bookmark can be a string or
8710 a record or both, and make other consistency and clarity fixes.
8711 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8712 (bookmark-default-annotation-text, bookmark-yank-word)
8713 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8714 (bookmark-import-new-list, bookmark-maybe-rename)
8715 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8716 (bookmark-bmenu-bookmark): Give these doc strings.
8717 (bookmark-bmenu-check-position): Give this a doc string, but also
8718 add a FIXME comment about how the function may be pointless.
8719 (bookmark-default-handler): Rework doc string and change a
8720 parameter name, to clarify that this takes a bookmark record
8721 not a bookmark name.
8722 (bookmark-set): Change a parameter name to indicate its meaning,
8723 and improve the doc string a bit.
8724 (Bug#4188)
8725
8726 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8727
8728 * bookmark.el (bookmark-alist): Document the new `handler' element
8729 in the param alist.
8730 (bookmark-make-record-function): Adjust documentation for above.
8731 (Bug#4193)
8732
8733 2009-10-04 Karl Fogel <kfogel@red-bean.com>
8734
8735 * info.el (Info-bookmark-make-record): Document this function.
8736 (Info-bookmark-jump): Document with a doc string, not just a comment.
8737 (Bug#4203)
8738
8739 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
8740
8741 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
8742 (semantic-new-buffer-fcn): Call parser setup functions here.
8743 (semantic-mode): Don't call parser setup functions here, it's done
8744 in semantic-new-buffer-fcn now.
8745 (semantic-mode): Parse all existing buffers when enabled.
8746
8747 * cedet/srecode/compile.el (srecode-compile-file):
8748 Call semantic-new-buffer-fcn if the buffer has not been parsed.
8749
8750 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
8751
8752 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
8753
8754 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
8755 (proj-comp-insert-variable-once): New macro, renamed from
8756 ede-pmake-insert-variable-once in ede/pmake.edl.
8757 (ede-proj-makefile-insert-variables): Use it.
8758
8759 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
8760
8761 * files.el (copy-directory): New defun.
8762
8763 * dired-aux.el (dired-copy-file-recursive): Use it.
8764
8765 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8766
8767 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
8768 (makefile-end-of-command):
8769 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
8770 (semantic-end-of-context): Fix previous change. Doc fixes.
8771
8772 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
8773
8774 * files-x.el (modify-dir-local-variable)
8775 (copy-dir-locals-to-file-locals-prop-line):
8776 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
8777 (makefile-end-of-command):
8778 * cedet/semantic/lex.el (semantic-lex-token):
8779 * cedet/semantic/analyze/fcn.el
8780 (semantic-analyze-dereference-metatype-1):
8781 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
8782 (semantic-lex-cpp-undef):
8783 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
8784 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
8785 (semantic-end-of-context): Fix typos in docstrings.
8786
8787 * recentf.el (recentf-unload-function): New function.
8788
8789 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
8790
8791 * cedet/ede.el (ede-project-placeholder-cache-file):
8792 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
8793 * cedet/srecode/map.el (srecode-map-save-file):
8794 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
8795
8796 2009-10-04 Glenn Morris <rgm@gnu.org>
8797
8798 * window.el (window-full-height-p): Add doc string.
8799
8800 2009-10-04 Martin Rudalics <rudalics@gmx.at>
8801
8802 * window.el (window-full-height-p): New function. (Bug#4543)
8803
8804 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
8805
8806 * cedet/srecode/insert.el: Require srecode/args.
8807
8808 * cedet/srecode/args.el: Require srecode/dictionary instead of
8809 srecode/insert.
8810
8811 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
8812
8813 * files.el (auto-mode-alist): Add .srt and Project.ede.
8814
8815 * cedet/semantic.el (semantic-mode):
8816 Handle srecode-template-mode-hook as well.
8817 (semantic-mode): Use js-mode-hook for Javascript hook.
8818
8819 * cedet/srecode/template.el: Remove hook variable.
8820
8821 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
8822
8823 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
8824 projects exist.
8825 (ede-project-placeholder-cache-file): Default to a file in
8826 user-emacs-directory.
8827
8828 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
8829 templates in data-directory.
8830 (srecode-map-save-file): Default to a file in user-emacs-directory.
8831
8832 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
8833 directory.
8834
8835 2009-09-30 Eric Ludlam <zappo@gnu.org>
8836
8837 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
8838 Doc fix.
8839
8840 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
8841 Only insert each variable once.
8842
8843 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
8844 (ede-pmake-insert-variable-shared): Use it.
8845
8846 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
8847 for lexical table iff table is nil.
8848
8849 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
8850
8851 * vc.el: Remove commented out code.
8852 (vc-derived-from-dir-mode): Remove, unused.
8853 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
8854
8855 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
8856
8857 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8858 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
8859 there could be recursive loading when `default-directory' is a
8860 remote file name. (Bug#4614)
8861
8862 2009-10-03 Glenn Morris <rgm@gnu.org>
8863
8864 * calendar/calendar.el (calendar-basic-setup): Handle the case where
8865 the frame is wide.
8866 (calendar-generate-window): Test for shrinkability rather than width.
8867
8868 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
8869 declaration, currently false.
8870
8871 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
8872 reusing existing buffers, in case we happen to visit two files with the
8873 same basename. (Bug#4593)
8874
8875 2009-10-02 Eli Zaretskii <eliz@gnu.org>
8876
8877 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
8878 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
8879 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
8880 subdirs of cedet as well.
8881 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
8882
8883 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8884
8885 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
8886 Obey advertised-signature-table.
8887
8888 * help-fns.el (help-function-arglist): Don't check
8889 advertised-signature-table.
8890 (describe-function-1): Do it here instead so it also applies to subrs.
8891
8892 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
8893
8894 * simple.el (start-file-process): Say in the doc-string, that file
8895 handlers might not support pty association, if PROGRAM is nil.
8896
8897 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
8898 HOST and USER are strings. They are nil, when there are
8899 incomplete entries in ~/.netrc, for example.
8900 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
8901 root directory ("device busy" error otherwise).
8902
8903 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
8904 Flush file properties of created directory.
8905
8906 2009-10-02 Eli Zaretskii <eliz@gnu.org>
8907
8908 * makefile.w32-in (WINS_BASIC): Remove cedet.
8909 (WINS_CEDET): Add cedet.
8910 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8911
8912 2009-10-02 Kevin Ryde <user42@zip.com.au>
8913
8914 * net/browse-url.el (browse-url): Pass any symbol in
8915 browse-url-browser-function to `apply', since if you've mistakenly put
8916 an unbound symbol then the error is clearer. (Bug#4531)
8917
8918 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
8919
8920 * allout.el (allout-init, allout-back-to-current-heading)
8921 (allout-beginning-of-current-entry, allout-ascend-to-depth)
8922 (allout-ascend, allout-up-current-level, allout-end-of-level)
8923 (allout-previous-visible-heading, allout-forward-current-level)
8924 (allout-backward-current-level, allout-show-children):
8925 * apropos.el (apropos-describe-plist):
8926 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8927 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8928 * completion.el (add-completion, add-permanent-completion):
8929 * descr-text.el (describe-text-category, describe-char):
8930 * desktop.el (desktop-lazy-abort):
8931 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8932 * dired.el (dired-build-subdir-alist):
8933 * ediff.el (ediff-version):
8934 * elide-head.el (elide-head, elide-head-show):
8935 * emerge.el (emerge-version):
8936 * env.el (getenv):
8937 * face-remap.el (variable-pitch-mode):
8938 * faces.el (describe-face):
8939 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8940 (dired-at-point):
8941 * files.el (find-file-existing, auto-save-mode):
8942 * font-lock.el (font-lock-fontify-buffer):
8943 * help-fns.el (describe-function, describe-variable)
8944 (describe-syntax, describe-categories):
8945 * help.el (view-lossage, describe-bindings, describe-key)
8946 (describe-mode):
8947 * hexl.el (hexl-current-address):
8948 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8949 * info.el (Info-goto-emacs-key-command-node):
8950 * log-edit.el (log-edit-insert-cvs-template)
8951 (log-edit-insert-cvs-rcstemplate):
8952 * menu-bar.el (menu-bar-mode):
8953 * mouse.el (mouse-appearance-menu):
8954 * newcomment.el (comment-indent-new-line):
8955 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8956 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8957 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8958 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8959 * recentf.el (recentf-mode):
8960 * savehist.el (savehist-mode, savehist-save):
8961 * shadowfile.el (shadow-copy-files):
8962 * simple.el (kill-ring-save, next-line, previous-line)
8963 (normal-erase-is-backspace-mode):
8964 * strokes.el (strokes-update-window-configuration)
8965 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8966 (strokes-xpm-for-stroke):
8967 * time.el (emacs-uptime, emacs-init-time):
8968 * tutorial.el (tutorial--describe-nonstandard-key)
8969 (tutorial--detailed-help):
8970 * type-break.el (type-break-mode)
8971 (type-break-mode-line-message-mode, type-break-query-mode)
8972 (type-break-guesstimate-keystroke-threshold):
8973 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8974 * version.el (emacs-version):
8975 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8976 * winner.el (winner-mode):
8977 * calendar/timeclock.el (timeclock-in, timeclock-out)
8978 (timeclock-status-string, timeclock-change)
8979 (timeclock-workday-remaining-string)
8980 (timeclock-workday-elapsed-string)
8981 (timeclock-when-to-leave-string):
8982 * calendar/todo-mode.el (todo-add-category):
8983 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8984 * emacs-lisp/autoload.el (update-file-autoloads):
8985 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8986 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8987 (checkdoc-message-text, checkdoc-defun):
8988 * emacs-lisp/debug.el (debugger-list-functions):
8989 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8990 * emacs-lisp/eieio-opt.el (eieio-describe-class)
8991 (eieio-describe-generic):
8992 * emacs-lisp/lisp-mnt.el (lm-synopsis):
8993 * emacs-lisp/shadow.el (list-load-path-shadows):
8994 * emulation/cua-base.el (cua-mode):
8995 * emulation/edt.el (edt-set-scroll-margins):
8996 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8997 (tpu-toggle-regexp, tpu-toggle-search-direction)
8998 (tpu-toggle-rectangle, tpu-toggle-control-keys):
8999 * emulation/tpu-extras.el (tpu-set-scroll-margins):
9000 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9001 (viper-set-parsing-style-toggling-macro)
9002 (viper-set-emacs-state-searchstyle-macros):
9003 * emulation/viper.el (viper-set-hooks):
9004 * eshell/esh-mode.el (eshell-truncate-buffer):
9005 * international/mule-cmds.el (prefer-coding-system)
9006 (describe-input-method, describe-language-environment):
9007 * international/mule-diag.el (list-character-sets)
9008 (describe-character-set, describe-coding-system)
9009 (describe-fontset, list-fontsets, list-input-methods):
9010 * mail/sendmail.el (mail-signature):
9011 * net/ange-ftp.el (ange-ftp-copy-file):
9012 * net/browse-url.el (browse-url):
9013 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
9014 * net/quickurl.el (quickurl-add-url):
9015 * net/rcirc.el (names, topic):
9016 * net/xesam.el (xesam-mode):
9017 * play/5x5.el (5x5-new-game):
9018 * play/yow.el (apropos-zippy):
9019 * progmodes/ada-mode.el (ada-mode-version):
9020 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
9021 (f90-end-of-block)
9022 (f90-beginning-of-block):
9023 * progmodes/fortran.el (fortran-end-of-block)
9024 (fortran-beginning-of-block):
9025 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
9026 * progmodes/python.el (python-describe-symbol, python-shell):
9027 * term/ns-win.el (ns-print-buffer):
9028 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
9029 * textmodes/flyspell.el (flyspell-mode-on):
9030 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
9031 (pages-directory-for-addresses):
9032 * textmodes/table.el (table-recognize-cell)
9033 (table-query-dimension, table-generate-source)
9034 (table-insert-sequence, table--warn-incompatibility):
9035 * textmodes/tex-mode.el (tex-validate-buffer):
9036 * textmodes/texinfmt.el (texinfmt-version)
9037 (texinfo-format-buffer):
9038 Use `called-interactively-p' instead of `interactive-p'.
9039
9040 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
9041
9042 * image-mode.el (image-toggle-display):
9043 * emacs-lisp/elp.el (elp-instrument-function):
9044 * emacs-lisp/advice.el (ad-make-advised-definition):
9045 * emacs-lisp/easy-mmode.el (define-minor-mode):
9046 * net/browse-url.el (browse-url-maybe-new-window):
9047 * progmodes/sh-script.el (sh-learn-buffer-indent):
9048 Pass new argument 'any to `called-interactively-p'.
9049
9050 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
9051
9052 * international/uni-bidi.el:
9053 * international/uni-category.el:
9054 * international/uni-combining.el:
9055 * international/uni-comment.el:
9056 * international/uni-decimal.el:
9057 * international/uni-decomposition.el:
9058 * international/uni-digit.el:
9059 * international/uni-lowercase.el:
9060 * international/uni-mirrored.el:
9061 * international/uni-name.el:
9062 * international/uni-numeric.el:
9063 * international/uni-old-name.el:
9064 * international/uni-titlecase.el:
9065 * international/uni-uppercase.el:
9066 Regenerate from Unicode 5.2.0 data.
9067
9068 2009-10-01 Glenn Morris <rgm@gnu.org>
9069
9070 * Makefile.in (ELCFILES): Regenerate.
9071
9072 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9073
9074 * subr.el (interactive-p): Mark obsolete.
9075 (called-interactively-p): Make the optional-ness of `kind' obsolete.
9076 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
9077 advertised-signature-table for subroutines as well.
9078
9079 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
9080 (set-advertised-calling-convention): New function.
9081 (make-obsolete, define-obsolete-function-alias)
9082 (make-obsolete-variable, define-obsolete-variable-alias):
9083 Make the optional-ness of `when' obsolete.
9084 (define-obsolete-face-alias): Make `when' non-optional.
9085 * help-fns.el (help-function-arglist):
9086 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
9087 Use advertised-signature-table.
9088
9089 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
9090
9091 * files.el (delete-directory): New defun. The original function
9092 in fileio.c has been renamed to `delete-directory-internal'.
9093
9094 * dired.el (dired-delete-file): Call `delete-directory' with
9095 RECURSIVE parameter.
9096
9097 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
9098 parameter RECURSIVE. Implementation is missing.
9099
9100 * net/tramp.el (tramp-handle-make-directory): Flush upper
9101 directory's file properties.
9102 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
9103 (tramp-handle-dired-recursive-delete-directory): Flush directory
9104 properties after the remove command only.
9105
9106 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
9107 Handle optional parameter RECURSIVE.
9108
9109 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
9110 Handle optional parameter RECURSIVE.
9111
9112 * net/tramp-smb.el (tramp-smb-errors): Add error message for
9113 connection timeout.
9114 (tramp-smb-handle-delete-directory): Handle optional parameter
9115 RECURSIVE.
9116
9117 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9118
9119 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
9120 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
9121 (byte-compile-defmacro): Use backquotes.
9122
9123 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
9124
9125 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
9126 has no associated file.
9127 (vc-resynch-buffer): Use vc-dir-buffers.
9128
9129 2009-10-01 Glenn Morris <rgm@gnu.org>
9130
9131 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
9132 (chart-file-count):
9133 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
9134 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
9135 * emacs-lisp/eieio-opt.el (eieio-describe-class):
9136 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
9137 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
9138 (eieio-copy-parents-into-subclass, make-instance, class-children)
9139 (eieio-generic-form):
9140 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
9141 * cedet/cedet-idutils.el (cedet-idutils-search)
9142 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
9143 (cedet-idutils-version-check):
9144 * cedet/cedet.el (cedet-version):
9145 * cedet/data-debug.el (data-debug-insert-overlay-button)
9146 (data-debug-insert-overlay-list-button)
9147 (data-debug-insert-buffer-button)
9148 (data-debug-insert-buffer-list-button)
9149 (data-debug-insert-process-button, data-debug-insert-ring-button)
9150 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
9151 (data-debug-insert-stuff-vector-button)
9152 (data-debug-insert-symbol-button, data-debug-insert-string)
9153 (data-debug-insert-number, data-debug-insert-lambda-expression)
9154 (data-debug-insert-nil, data-debug-insert-simple-thing)
9155 (data-debug-insert-custom, data-debug-edebug-expr):
9156 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
9157 (global-ede-mode-map, ede-new, ede-debug-target)
9158 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
9159 * cedet/semantic.el (semantic-minimum-working-buffer-size)
9160 (semantic-fetch-tags, semantic-submode-list)
9161 (semantic-default-submodes):
9162 * cedet/ede/source.el (ede-source-match):
9163 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
9164 (project-am-package-info):
9165 * cedet/ede/proj.el (ede-proj-target, project-new-target):
9166 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
9167 * cedet/ede/proj-comp.el (ede-current-build-list):
9168 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
9169 * cedet/ede/files.el (ede-toplevel-project-or-nil):
9170 * cedet/ede/cpp-root.el (initialize-instance):
9171 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
9172 (autoconf-parameter-strip, autoconf-insert-new-macro):
9173 * cedet/semantic/wisent.el (wisent-lex-eoi):
9174 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
9175 (semantic-show-parser-state-mode):
9176 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
9177 * cedet/semantic/tag.el (semantic-tag-new-variable)
9178 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
9179 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
9180 (semantic--tag-deep-copy-tag-list)
9181 (semantic-tag-components-with-overlays-default):
9182 * cedet/semantic/symref.el (semantic-symref-find-text):
9183 * cedet/semantic/senator.el (senator-yank-tag)
9184 (senator-transpose-tags-up):
9185 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
9186 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
9187 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
9188 * cedet/semantic/lex.el (semantic-lex-comment-regex)
9189 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
9190 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
9191 * cedet/semantic/lex-spp.el
9192 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
9193 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
9194 * cedet/semantic/idle.el
9195 (semantic-idle-summary-current-symbol-info-brutish)
9196 (semantic-idle-summary-current-symbol-info-default):
9197 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
9198 (semantic--grammar-macro-compl-dict):
9199 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
9200 * cedet/semantic/format.el (semantic-format-tag-custom-list)
9201 (semantic-format-tag-canonical-name-default):
9202 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
9203 (semantic-find-tags-for-completion)
9204 (semantic-find-tags-by-scope-protection-default)
9205 (semantic-deep-find-tags-for-completion):
9206 * cedet/semantic/edit.el
9207 (semantic-edits-incremental-reparse-failed-hook)
9208 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
9209 (semantic-edits-splice-remove, semantic-edits-splice-replace):
9210 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
9211 * cedet/semantic/dep.el (semantic-dependency-include-path):
9212 * cedet/semantic/db.el (semanticdb-default-find-index-class)
9213 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
9214 (semanticdb-project-roots):
9215 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
9216 (semanticdb-find-adebug-insert-scanned-tag-cons)
9217 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
9218 (semanticdb-brute-deep-find-tags-for-completion):
9219 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
9220 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
9221 (semantic-end-of-context-default)
9222 (semantic-ctxt-current-function-default)
9223 (semantic-ctxt-scoped-types-default):
9224 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
9225 (semantic-complete-inline-tag-engine)
9226 (semantic-complete-inline-custom-type)
9227 (semantic-complete-read-tag-analyzer):
9228 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
9229 (semantic-chart-database-size):
9230 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
9231 (semantic-analyze-current-context):
9232 * cedet/semantic/symref/list.el (semantic-symref)
9233 (semantic-symref-hide-buffer, semantic-symref-symbol):
9234 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
9235 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
9236 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
9237 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
9238 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
9239 (semantic-c-dereference-template):
9240 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
9241 (semantic--analyze-refs-full-lookup-with-parents)
9242 (semantic--analyze-refs-full-lookup-simple):
9243 * cedet/semantic/analyze/complete.el
9244 (semantic-analyze-possible-completions):
9245 * cedet/srecode/table.el (srecode-mode-table-new):
9246 * cedet/srecode/srt.el (srecode-read-variable-name):
9247 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
9248 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
9249 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
9250 * cedet/srecode/map.el (srecode-current-map):
9251 * cedet/srecode/insert.el (srecode-insert)
9252 (srecode-insert-variable-secondname-handler, srecode-insert-method)
9253 (srecode-template-inserter-point-override)
9254 (srecode-insert-include-lookup):
9255 * cedet/srecode/getset.el (srecode-auto-choose-class):
9256 * cedet/srecode/extract.el (srecode-inserter-extract):
9257 * cedet/srecode/document.el
9258 (srecode-document-autocomment-return-last-alist)
9259 (srecode-document-autocomment-param-type-alist)
9260 (srecode-document-insert-function-comment)
9261 (srecode-document-insert-variable-one-line-comment)
9262 (srecode-document-function-name-comment):
9263 * cedet/srecode/dictionary.el (srecode-create-dictionary)
9264 (srecode-compound-toString):
9265 * cedet/srecode/compile.el (srecode-flush-active-templates):
9266 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
9267 Doc/message fixes.
9268
9269 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
9270 match-data. (Bug#4555).
9271
9272 * cedet/semantic/bovine/gcc.el
9273 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
9274 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
9275
9276 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
9277 rather than parsing it as a regexp. This relaxes the layout
9278 requirements and makes errors easier to detect.
9279 (check-declare-verify): Check file is regular.
9280 (check-declare-directory): Doc fix.
9281 * subr.el (declare-function): Doc fix.
9282
9283 * ibuffer.el (ibuffer-format-qualifier):
9284 * isearch.el (hi-lock-regexp-okay):
9285 * calc/calc.el (math-zerop):
9286 * mail/uce.el (rmail-msgbeg, rmail-msgend):
9287 * term/w32-win.el (setup-default-fontset, set-fontset-font):
9288 Remove unused declarations.
9289
9290 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
9291
9292 * cedet/semantic/wisent/javat-wy.el
9293 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
9294
9295 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
9296
9297 * cedet/srecode/expandproto.el: Fix provide statement.
9298
9299 2009-09-30 Eric Ludlam <zappo@gnu.org>
9300
9301 * emacs-lisp/eieio.el (boolean-p): Delete.
9302
9303 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
9304
9305 * cedet/ede/srecode.el: Fix provide statement.
9306
9307 2009-09-30 Glenn Morris <rgm@gnu.org>
9308
9309 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
9310 * cedet/ede/proj-aux.el (ede-aux-source):
9311 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
9312 (ede-misc-source):
9313 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
9314 (semantic-mrub-switch-tags): Fix doc typos.
9315
9316 * cedet/semantic/db-global.el (data-debug-new-buffer)
9317 (data-debug-insert-thing): Remove unneeded declarations (one broken).
9318 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
9319
9320 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
9321
9322 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
9323 use of CL function `remove-if-not'.
9324
9325 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
9326
9327 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
9328 filename is not a string.
9329
9330 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
9331
9332 * files.el (safe-local-eval-forms): Fix typo.
9333
9334 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9335
9336 * vc-hooks.el (vc-dir-buffers): New var.
9337 (vc-state-refresh): New function.
9338 (vc-state): Use it.
9339 (vc-after-save): Always ask the backend to recompute the new state.
9340 Always call vc-dir if necessary, using vc-dir-buffers.
9341 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
9342 Use vc-dir-buffers.
9343 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
9344 (vc-dir-prepare-status-buffer, vc-dir-update)
9345 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
9346 Don't call expand-file-name on default-directory.
9347
9348 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
9349
9350 * speedbar.el (speedbar-item-delete):
9351 * calc/calc-prog.el (calc-kbd-if):
9352 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
9353
9354 * epa.el (epa-key-list-mode-map):
9355 * hi-lock.el (hi-lock-menu): Fix typos in menus.
9356
9357 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
9358 (hs-show-hook): Fix typo in docstring.
9359
9360 2009-09-29 Glenn Morris <rgm@gnu.org>
9361
9362 * cedet/semantic/symref/idutils.el:
9363 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
9364
9365 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
9366
9367 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
9368 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
9369 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
9370 Mark declarations not understood by check-declare.
9371
9372 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
9373 file-name-nondirectory call preventing location of cedet files.
9374 (check-declare-verify): Use literal search rather than re-search.
9375 Add basic defmethod and defclass, and define-overloadable-function.
9376
9377 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9378 Use tramp-compat-file-attributes rather than nonexistent
9379 tramp-compat-handle-file-attributes.
9380
9381 * Makefile.in (lisptagsfiles4): New.
9382 (AUTOGENEL): Add cedet loaddefs files.
9383 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
9384 (update-elclist, compile-always, backup-compiled-files)
9385 (bootstrap-clean): Add yet another directory level.
9386 (update-elclist): Use LC_COLLATE rather than COLLATE.
9387 (ELCFILES): Update, via `make update-elclist'.
9388
9389 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
9390
9391 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
9392 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
9393 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
9394
9395 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
9396
9397 * Makefile.in (lisptagsfiles3): Define.
9398 (TAGS, TAGS-LISP): Use it.
9399 (update-elclist): Add third directory level to look for elc files.
9400 (compile-always): Likewise.
9401 (backup-compiled-files): Likewise.
9402 (bootstrap-clean): Likewise.
9403 (ELCFILES): Update.
9404
9405 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
9406
9407 * Makefile.in (ELCFILES): Add CEDET files.
9408
9409 2009-09-28 Eric Ludlam <zappo@gnu.org>
9410
9411 CEDET (development tools) package merged.
9412
9413 * cedet/*.el:
9414 * cedet/ede/*.el:
9415 * cedet/semantic/*.el:
9416 * cedet/srecode/*.el: New files.
9417
9418 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
9419
9420 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
9421
9422 * net/tramp.el (top): Require tramp-imap.
9423
9424 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9425 Use `tramp-compat-handle-file-attributes'.
9426
9427 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9428
9429 * net/tramp-imap.el: New package.
9430
9431 2009-09-28 Eric Ludlam <zappo@gnu.org>
9432
9433 * emacs-lisp/chart.el:
9434 * emacs-lisp/eieio-base.el:
9435 * emacs-lisp/eieio-comp.el:
9436 * emacs-lisp/eieio-custom.el:
9437 * emacs-lisp/eieio-datadebug.el:
9438 * emacs-lisp/eieio-opt.el:
9439 * emacs-lisp/eieio-speedbar.el:
9440 * emacs-lisp/eieio.el: New files.
9441
9442 * cedet/cedet-cscope.el:
9443 * cedet/cedet-files.el:
9444 * cedet/cedet-global.el:
9445 * cedet/cedet-idutils.el:
9446 * cedet/data-debug.el:
9447 * cedet/inversion.el:
9448 * cedet/mode-local.el:
9449 * cedet/pulse.el: New files.
9450
9451 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9452
9453 * whitespace.el (whitespace-trailing-regexp)
9454 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
9455 Fix doc string.
9456
9457 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
9458
9459 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
9460 menu.
9461
9462 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
9463 menu-bar-ediff-menu.
9464
9465 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
9466 define-overloadable-function.
9467
9468 * progmodes/autoconf.el: Provide autoconf as well, so that this
9469 file can be `require'd.
9470
9471 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
9472
9473 * emacs-lisp/autoload.el (generated-autoload-feature)
9474 (generated-autoload-load-name): New vars.
9475 (autoload-rubric, autoload-generate-file-autoloads): Use them.
9476 (make-autoload): Recognize define-overloadable-function and
9477 defclass forms (for EIEIO).
9478
9479 * Makefile.in (update-subdirs): Exclude cedet directory.
9480
9481 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
9482
9483 * term/ns-win.el: Don't set the region face background. (Bug#4381)
9484
9485 * faces.el: Default light-background background for region face to
9486 ns_selection_color under NS.
9487
9488 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
9489
9490 * net/imap-hash.el: New library, see NEWS.
9491
9492 * Makefile.in (ELCFILES): Add imap-hash.el.
9493
9494 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
9495
9496 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
9497 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
9498 * help-macro.el (make-help-screen): Avoid using an ambiguous function
9499 definition where the docstring could be taken for the return value.
9500
9501 2009-09-26 Glenn Morris <rgm@gnu.org>
9502
9503 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
9504 Add option to only show images below a certain size.
9505 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
9506 save-excursion calls.
9507
9508 2009-09-26 Eli Zaretskii <eliz@gnu.org>
9509
9510 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
9511 subdirectories) and eieio.
9512
9513 2009-09-26 Alan Mackenzie <acm@muc.de>
9514
9515 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
9516 buggy bracketing. (Bug#4289)
9517
9518 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
9519 character constants (as case labels). (Bug#4289)
9520
9521 2009-09-25 Juri Linkov <juri@jurta.org>
9522
9523 * files.el (safe-local-eval-forms): Allow time-stamp in
9524 before-save-hook (Bug#4554).
9525
9526 2009-09-25 Drew Adams <drew.adams@oracle.com>
9527
9528 * menu-bar.el (list-buffers-directory): Doc fix.
9529
9530 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
9531
9532 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
9533 Try and avoid copying twice the same paragraph.
9534 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
9535 Remove save-excursion.
9536 (log-edit-changelog-entry): Do it here instead.
9537
9538 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
9539
9540 * bs.el (bs--get-file-name): Use `list-buffers-directory'
9541 when available, instead of hardcoding mode names. Doc fix.
9542
9543 * menu-bar.el (list-buffers-directory): Add docstring.
9544 Make automatically buffer-local.
9545
9546 * dired.el (dired-mode):
9547 * files.el (cd-absolute):
9548 * pcvs.el (cvs-temp-buffer):
9549 * pcvs-util.el (cvs-get-buffer-create):
9550 * shell.el (shell-mode):
9551 * vc-dir.el (vc-dir-mode):
9552 Don't make `list-buffers-directory' buffer local.
9553
9554 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
9555
9556 * comint.el (comint-exec, comint-run, make-comint):
9557 Doc fixes (Bug#4542).
9558
9559 2009-09-25 Glenn Morris <rgm@gnu.org>
9560
9561 * mail/rmailmm.el (rmail-mime): New custom group.
9562 Move all defcustoms in this file into this group.
9563 (rmail-mime-media-type-handlers-alist): Revert previous change.
9564 (rmail-mime-show-images): New option.
9565 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
9566 references to it, since it wasn't actually used for anything.
9567 (rmail-mime-insert-image): New function.
9568 (rmail-mime-image): Use rmail-mime-insert-image.
9569 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
9570 obey the value of `rmail-mime-show-images' option. Print the size of
9571 attachments.
9572
9573 2009-09-25 David Engster <deng@randomsample.de>
9574
9575 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
9576
9577 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9578
9579 * whitespace.el: Does not highlight trailing spaces While point is
9580 at end of line. Does not highligt spaces at beginning of buffer
9581 while point is at beginning of buffer. Does not highlight spaces
9582 at end of buffer while point is at end of buffer. (Bug#4177)
9583 New version 12.0.
9584 (whitespace-display-mappings): Adjust initialization.
9585 (whitespace-point, whitespace-font-lock-refontify): New vars.
9586 (whitespace-color-on, whitespace-color-off): Adjust code.
9587 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9588 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
9589 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
9590
9591 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
9592
9593 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
9594
9595 * textmodes/sgml-mode.el: Remove xml-mode alias.
9596
9597 * files.el (auto-mode-alist, conf-mode-maybe)
9598 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
9599
9600 2009-09-24 Alan Mackenzie <acm@muc.de>
9601
9602 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
9603 c-forward-conditionals, but it doesn't move point and doesn't set
9604 the mark.
9605 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
9606 (c-down-conditional-with-else, c-backward-conditional)
9607 (c-forward-conditional): Refactor to use c-scan-conditionals.
9608
9609 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
9610
9611 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
9612 (help-default-arg-highlight): Remove.
9613 (help-highlight-arg): New function.
9614 (help-do-arg-highlight): Use it.
9615 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
9616
9617 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9618
9619 * term.el (term-set-scroll-region, term-handle-ansi-escape):
9620 Undo last change, which didn't fix the problem and introduced others.
9621
9622 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
9623
9624 * progmodes/gdb-mi.el: Don't require speedbar.
9625 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
9626
9627 2009-09-24 Glenn Morris <rgm@gnu.org>
9628
9629 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
9630
9631 * term/ns-win.el (ns-reg-to-script): Define for compiler.
9632
9633 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
9634 there is no newline after the final mime boundary. (Bug#4539)
9635 Move markers on insertion so that any buttons inserted don't end up in
9636 the next part of a multipart message.
9637 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
9638 (rmail-mime-bulk-handler): Optionally handle images.
9639 (rmail-mime-image): New button action.
9640 (rmail-mime-image-handler): New function.
9641 (rmail-mime-mode): New mode.
9642 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
9643
9644 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9645
9646 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
9647 than just dropping elements from it (bug#4504).
9648
9649 * term.el (term-set-scroll-region): Don't move cursor any more.
9650 (term-handle-ansi-escape): Call term-goto here instead.
9651 Suggested by Ivan Kanis <apple@kanis.eu>.
9652
9653 * term.el: Require CL.
9654 (term-ansi-reset): New function.
9655 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
9656 (term-handle-colors-array): Simplify.
9657
9658 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
9659
9660 * allout.el (allout-overlay-interior-modification-handler)
9661 (allout-obtain-passphrase):
9662 * epa-file.el (epa-file-write-region):
9663 * ps-print.el (ps-begin-job):
9664 * vc-hooks.el (vc-toggle-read-only):
9665 * vc-rcs.el (vc-rcs-rollback):
9666 * vc-sccs.el (vc-sccs-rollback):
9667 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
9668 (vc-version-diff, vc-revert, vc-rollback):
9669 * wdired.el (wdired-check-kill-buffer):
9670 * emacs-lisp/authors.el (authors):
9671 * net/socks.el (socks-open-connection):
9672 * net/zeroconf.el (zeroconf-service-add-hook):
9673 * obsolete/vc-mcvs.el (vc-mcvs-register):
9674 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
9675 (gdb-select-frame):
9676 * progmodes/grep.el (lgrep, rgrep):
9677 * progmodes/idlw-help.el (idlwave-help-check-locations)
9678 (idlwave-help-html-link, idlwave-help-assistant-open-link):
9679 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9680 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
9681 (reftex-toc-rename-label): Fix typos in error messages.
9682
9683 * dired-aux.el (dired-do-shell-command): Reflow docstring.
9684 (dired-copy-how-to-fn): Doc fix.
9685 (dired-files-attributes, dired-read-shell-command):
9686 Fix typos in docstrings.
9687
9688 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
9689 (dired-x-find-file-other-window): Reflow docstrings.
9690 (dired-omit-marker-char, dired-read-shell-command)
9691 (dired-x-submit-report): Fix typos in docstrings.
9692
9693 * shell.el (shell-mode-hook):
9694 * view.el (View-scroll-line-forward):
9695 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
9696 Fix typos in docstrings.
9697
9698 * net/dig.el (dig-invoke): Fix typo in docstring.
9699 (query-dig): Reflow docstring.
9700
9701 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
9702 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
9703 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
9704 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
9705 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
9706 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
9707 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
9708 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
9709 (idlwave-completion-map, idlwave-current-indent)
9710 (idlwave-custom-ampersand-surround, idlwave-customize)
9711 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
9712 (idlwave-define-abbrev, idlwave-determine-class-special)
9713 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
9714 (idlwave-end-block-reg, idlwave-end-of-statement)
9715 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
9716 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
9717 (idlwave-explicit-class-listed, idlwave-file-header)
9718 (idlwave-fill-paragraph, idlwave-find-class-definition)
9719 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
9720 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
9721 (idlwave-in-quote, idlwave-indent-action-table)
9722 (idlwave-indent-expand-table, idlwave-indent-line)
9723 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
9724 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
9725 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
9726 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
9727 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
9728 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
9729 (idlwave-outlawed-buffers, idlwave-popup-select)
9730 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
9731 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
9732 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
9733 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
9734 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
9735 (idlwave-statement-type, idlwave-struct-skip)
9736 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
9737 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
9738 (idlwave-what-module-find-class): Fix typos in docstrings.
9739 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
9740 (idlwave-calculate-cont-indent, idlwave-expand-equal)
9741 (idlwave-find-module, idlwave-find-structure-definition)
9742 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
9743 (idlwave-list-load-path-shadows, idlwave-next-statement)
9744 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
9745 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
9746 (idlwave-template): Reflow docstrings.
9747
9748 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
9749 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
9750 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
9751 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
9752 (idlwave-shell-display-line, idlwave-shell-display-wframe)
9753 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
9754 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
9755 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
9756 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
9757 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
9758 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
9759 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
9760 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
9761 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
9762 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
9763 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
9764 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
9765 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
9766 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
9767 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
9768 Fix typos in docstrings.
9769 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
9770 (idlwave-shell-hide-output, idlwave-shell-mode)
9771 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
9772 Reflow docstrings.
9773
9774 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
9775
9776 2009-09-24 Ivan Kanis <apple@kanis.eu>
9777
9778 * term.el (term-bold-attribute): New var.
9779 (term-handle-colors-array): Use it.
9780
9781 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
9782
9783 * progmodes/gdb-mi.el (gdb-version): New variable.
9784 (gdb-non-stop-handler): Set gdb-version.
9785 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
9786 Condition "--thread" option on gdb-version.
9787 (gdb-invalidate-threads): Remove unused argument.
9788
9789 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9790
9791 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
9792 to looking-back to avoid ridiculous slow down in large files (bug#4511).
9793
9794 2009-09-23 Glenn Morris <rgm@gnu.org>
9795
9796 * mail/rmail.el (rmail-reply): Don't try to add a References header when
9797 replying to mail without References or Message-Id. (Bug#4525)
9798
9799 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
9800
9801 * term/ns-win.el (ns-reg-to-script): New variable.
9802
9803 2009-09-23 Daiki Ueno <ueno@unixuser.org>
9804
9805 * epg.el (epg-wait-for-status): Preserve existing 'error results.
9806
9807 2009-09-22 Sam Steingold <sds@gnu.org>
9808
9809 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
9810 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
9811 to 1 because hg returns status 1 when nothing is found.
9812 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
9813
9814 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9815
9816 * textmodes/fill.el: Convert to utf-8 encoding.
9817 (fill-french-nobreak-p): Remove redundant » and « inherited from our
9818 pre-unicode days.
9819
9820 * add-log.el (change-log-fill-forward-paragraph): New function.
9821 (change-log-mode): Use it so fill-region DTRT.
9822 Set fill-indent-according-to-mode here rather than in
9823 change-log-fill-paragraph.
9824 (change-log-fill-paragraph): Remove.
9825
9826 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
9827
9828 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
9829 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
9830
9831 2009-09-22 Glenn Morris <rgm@gnu.org>
9832
9833 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
9834 the scroll-bar scroll the calendar window rather than the buffer.
9835
9836 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
9837 commands that move point (as opposed to scrolling).
9838
9839 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
9840
9841 * emacs-lisp/elint.el (elint): New custom group.
9842 (elint-log-buffer): Make it a defcustom.
9843 (elint-scan-preloaded, elint-ignored-warnings)
9844 (elint-directory-skip-re): New options.
9845 (elint-builtin-variables): Doc fix.
9846 (elint-preloaded-env): New variable.
9847 (elint-unknown-builtin-args): Add an entry for encode-time.
9848 (elint-extra-errors): Make it a variable rather than a constant.
9849 (elint-preloaded-skip-re): New constant.
9850 (elint-directory): Skip files matching elint-directory-skip-re.
9851 (elint-features): New variable, local to linted buffers.
9852 (elint-update-env): Initialize elint-features. Possibly add
9853 elint-preloaded-env to the buffer's environment.
9854 (elint-get-top-forms): Bind elint-current-pos, for log messages.
9855 Skip quoted forms.
9856 (elint-init-form): New function, extracted from elint-init-env.
9857 Make non-list forms a warning rather than an error.
9858 Add the mode-map for define-derived-mode. Handle define-minor-mode,
9859 easy-menu-define, put that adds an error-condition, and provide.
9860 When requiring cl, also require cl-macs. Really require cl, to handle
9861 some cl macros. Store required libraries in the list elint-features,
9862 so as not to re-load them. Treat cc-require like require.
9863 (elint-init-env): Call elint-init-form to do the work.
9864 Handle eval-and-compile and such like.
9865 (elint-add-required-env): Do not clear messages.
9866 (elint-special-forms): Add handlers for function, defalias, if, when,
9867 unless, and, or.
9868 (elint-form): Add optional argument to ignore elint-special-forms,
9869 useful to prevent recursive calls from handlers. Doc fix.
9870 Respect elint-ignored-warnings.
9871 (elint-form): Respect elint-ignored-warnings.
9872 (elint-bound-variable, elint-bound-function): New variables.
9873 (elint-unbound-variable): Respect elint-bound-variable.
9874 (elint-get-args): Respect elint-bound-function.
9875 (elint-check-cond-form): Add some simple handling for (f)boundp and
9876 featurep tests.
9877 (elint-check-defalias-form): New handler.
9878 (elint-check-let-form): Make an empty let a warning rather than an
9879 error.
9880 (elint-check-setq-form): Make an empty setq a warning rather than an
9881 error. Respect elint-ignored-warnings.
9882 (elint-check-defvar-form): Accept null doc-strings.
9883 (elint-check-conditional-form): New handler. Does some simple-minded
9884 checking of featurep and (f)boundp tests.
9885 (elint-put-function-args): New function.
9886 (elint-initialize): Use elint-scan-doc-file rather than
9887 elint-find-builtin-variables. Use elint-put-function-args.
9888 Possibly scan preloaded-file-list.
9889 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
9890 extend to handle functions as well.
9891
9892 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
9893
9894 * linum.el (linum-delete-overlays, linum-update-window):
9895 Do not modify the right margin. (Bug#3971)
9896
9897 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
9898
9899 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
9900 nxml-mode instead of xml-mode.
9901
9902 2009-09-21 Kevin Ryde <user42@zip.com.au>
9903
9904 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
9905
9906 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9907
9908 * net/dig.el (dig-mode): Use define-derived-mode.
9909
9910 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
9911
9912 * vc-dispatcher.el (vc-do-command): Return the process object in
9913 the asynchronous case. Use when instead of if. Do not run
9914 vc-exec-after to display a message if not enabled. (Bug#4463)
9915
9916 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
9917 properties to the stash strings.
9918 (vc-git-stash-list): Return a list of strings.
9919 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
9920 (vc-git-stash-show-at-point): New functions.
9921 (vc-git-stash-map): New keymap.
9922
9923 * register.el (ctl-x-r-map): Define the keys here instead of
9924 using autoload.
9925
9926 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
9927
9928 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
9929 list, to workaround performance problem (bug#4485).
9930
9931 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
9932
9933 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
9934
9935 2009-09-20 Daiki Ueno <ueno@unixuser.org>
9936
9937 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
9938 Document that this option is not recommended to use.
9939
9940 2009-09-19 Glenn Morris <rgm@gnu.org>
9941
9942 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
9943 variable `var'.
9944
9945 * calc/calc-alg.el (var):
9946 * calc/calcalg2.el (var): Define for compiler.
9947
9948 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
9949
9950 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
9951 Doc fix (Bug#3932).
9952
9953 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
9954
9955 * time-stamp.el (time-stamp-month-dd-yyyy)
9956 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
9957 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
9958 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
9959 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
9960 Remove functions that have been obsolete since 1995 (Bug#4436).
9961
9962 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
9963 indent buffer only if called interactively (Bug#4452).
9964
9965 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
9966 Eli Zaretskii <eliz@gnu.org>
9967
9968 This fixes bug#4197 (merged to bug#865, though not identical).
9969 * server.el (server-auth-dir): Add docstring note about FAT32.
9970 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
9971 but warn against using them.
9972
9973 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
9974
9975 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
9976 older GDB where there is no has_more field.
9977
9978 2009-09-19 Glenn Morris <rgm@gnu.org>
9979
9980 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9981
9982 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
9983
9984 * files.el (auto-mode-alist): Change default for XML files to nXML
9985 mode (Bug#4169).
9986
9987 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
9988
9989 * server.el (server-ensure-safe-dir): Pass 'integer
9990 to `file-attributes', as suggested.
9991
9992 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
9993
9994 * dired-aux.el (dired-query-alist): Remove spurious backslash.
9995 (dired-query): Use read-key.
9996
9997 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
9998
9999 * cus-start.el (ns-use-qd-smoothing): Remove.
10000
10001 2009-09-18 Glenn Morris <rgm@gnu.org>
10002
10003 * allout.el (top-level): Remove unnecessary progn.
10004
10005 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
10006
10007 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
10008 definition of abbrev table.
10009
10010 * speedbar.el (speedbar-track-mouse):
10011 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
10012 * net/eudc.el (eudc-expand-inline):
10013 * net/newst-backend.el (newsticker--cache-read-feed):
10014 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
10015 condition-case handlers.
10016
10017 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
10018
10019 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
10020 (gdb-var-list): Add an element for has_more field.
10021 (gdb-non-stop-handler): Enable pretty printing for STL containers.
10022 (gdb-var-create-handler, gdb-var-list-children-handler-1)
10023 (gdb-var-update-handler-1): Parse output of dynamic variable
10024 objects (STL containers).
10025 (gdb-var-delete-1): Pass var1 as an explicit second argument.
10026 (gdb-get-field): Delete alias. Use bindat-get-field directly.
10027
10028 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
10029 gdb-var-list.
10030 (gud-speedbar-buttons): Make node expandable if expression "has more"
10031 children.
10032
10033 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
10034
10035 * startup.el (emacs-quick-startup): Remove variable and all uses.
10036 (command-line): Set `inhibit-x-resources' instead.
10037 (command-line-1): Use `inhibit-x-resources' instead.
10038
10039 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
10040
10041 * subr.el: Fix last change to avoid using the `unless' macro,
10042 which breaks bootstrapping.
10043
10044 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10045
10046 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
10047 extended definitions, in case we reload subr.el after having
10048 loaded CL.
10049 (eval-next-after-load): Mark as obsolete.
10050
10051 2009-09-17 Juri Linkov <juri@jurta.org>
10052
10053 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
10054 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
10055 (menu-bar-showhide-menu, menu-bar-tools-menu)
10056 (menu-bar-describe-menu, menu-bar-help-menu)
10057 (minibuffer-local-completion-map, minibuffer-local-map):
10058 Fix list quoting.
10059
10060 2009-09-17 Glenn Morris <rgm@gnu.org>
10061
10062 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
10063 arguments, whether or not it has a handler.
10064
10065 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
10066
10067 * simple.el (hard-newline): Give it a doc-string.
10068
10069 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10070 (lisp-mode-syntax-table): Give them doc-strings.
10071
10072 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
10073
10074 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
10075 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
10076 (menu-bar-options-menu, menu-bar-showhide-menu)
10077 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
10078 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
10079 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
10080 (menu-bar-options-menu, menu-bar-tools-menu)
10081 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
10082 (menu-bar-help-menu):
10083 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
10084 string arguments.
10085
10086 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
10087 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
10088 calls for the menu names and :help.
10089
10090 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10091
10092 * mouse.el (minor-mode-menu-from-indicator): Pay attention
10093 to :minor-mode-function (bug#4455).
10094
10095 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10096
10097 * startup.el (command-line): Initialize the window-system after
10098 processing the command-line.
10099
10100 * textmodes/page.el (what-page): Make sure we don't inf-loop if
10101 page-delimiter matches the empty string.
10102
10103 2009-09-16 Glenn Morris <rgm@gnu.org>
10104
10105 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
10106 byte-compile-not-obsolete-var. It's a list now.
10107 (byte-compile-not-obsolete-funcs): New variable.
10108 (byte-compile-warn-obsolete): Don't warn about functions if they are in
10109 byte-compile-not-obsolete-funcs.
10110 (byte-compile-variable-ref, byte-compile-defvar): Update for
10111 byte-compile-not-obsolete-vars name-change and list nature.
10112 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
10113 and variables behind (f)boundp tests.
10114 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
10115
10116 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
10117
10118 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
10119
10120 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10121
10122 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
10123 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
10124 Don't autoload.
10125
10126 2009-09-15 Stephen Eglen <stephen@gnu.org>
10127
10128 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
10129 the virtual-buffers, use the name of the buffer specified by
10130 find-file-noselect, as the match may be a symlink. (This was a
10131 problem if the target and the symlink had different names.)
10132
10133 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10134
10135 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
10136
10137 * desktop.el (desktop-path): Check user-emacs-directory.
10138
10139 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
10140
10141 * loadup.el: Use after-load-functions to GC after loading each file.
10142 Remove the explicit GC calls that used to be sprinkled around.
10143
10144 * subr.el (after-load-functions): New hook.
10145 (do-after-load-evaluation): Run it. Use string-match-p to detect
10146 `obsolete' packages, rather than painfully extracting the relevant
10147 directory name.
10148
10149 2009-09-15 Glenn Morris <rgm@gnu.org>
10150
10151 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
10152 free variable `doc'.
10153
10154 * dired.el (dired-mode-map): Add menu entry for async shell command.
10155
10156 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
10157 variables, also consider the .elc files, since the .el files are
10158 normally gzipped (subsequent code locates the .el.gz from the .elc).
10159
10160 * calc/calc-prog.el (arglist): Define for compiler.
10161
10162 * calendar/diary-lib.el (diary-display-function): Change the default to
10163 fancy display.
10164 (body): Define for compiler.
10165
10166 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
10167 (byte-compile-file-form, byte-compile-lambda)
10168 (byte-compile-top-level-body, byte-compile-form)
10169 (byte-compile-variable-ref, byte-compile-setq)
10170 (byte-compile-setq-default, byte-compile-body)
10171 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
10172 (batch-byte-compile): Give some more local variables with common names
10173 a "bytecomp-" prefix to avoid masking warnings about free variables.
10174
10175 * startup.el (command-line-1): Give local variables with common names a
10176 distinguishing prefix, so as not to hide free variable warnings during
10177 bootstrap.
10178
10179 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
10180 clever and add a suffix to make a unique name, just let the user decide
10181 whether or not to overwrite it. If the input is a directory, write the
10182 default filename to that directory. (Bug#4388)
10183 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
10184 is a filename-as-a-directory.
10185
10186 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
10187
10188 * textmodes/page.el (what-page): Don't move to beginning of line.
10189 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
10190
10191 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
10192
10193 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
10194
10195 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
10196
10197 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
10198 * help.el (help-for-help-internal): Add purecopy calls for text.
10199
10200 * vc.el (top): print-log method now takes an optional SHORTLOG
10201 argument. Add a new method: root.
10202 (vc-root-diff, vc-print-root-log): New functions.
10203 (vc-log-short-style): New variable.
10204 (vc-print-log-internal): Add support for showing short logs.
10205
10206 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
10207 vc-print-root-log and vc-print-root-diff.
10208
10209 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
10210 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
10211 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
10212 short logs.
10213
10214 * vc-cvs.el (vc-cvs-print-log):
10215 * vc-mtn.el (vc-mtn-print-log):
10216 * vc-rcs.el (vc-rcs-print-log):
10217 * vc-sccs.el (vc-sccs-print-log):
10218 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
10219 that is ignored for now.
10220
10221 * vc-mtn.el (vc-mtn-annotate-command):
10222 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
10223
10224 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10225
10226 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
10227 to function-key-map, and give them ascii-character property.
10228 * term/x-win.el (x-alternatives-map):
10229 * term/ns-win.el (ns-alternatives-map):
10230 * term/internal.el (msdos-key-remapping-map):
10231 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
10232
10233 2009-09-14 Glenn Morris <rgm@gnu.org>
10234
10235 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
10236 temp-buffers (2009-09-12).
10237
10238 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10239
10240 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
10241 the new read-key function.
10242
10243 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
10244
10245 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
10246 is defined (Bug#4405).
10247
10248 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
10249
10250 * recentf.el (recentf-cleanup): Use a hash table to find
10251 duplicates (Bug#4407).
10252
10253 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
10254
10255 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
10256 kp-0 to ascii equivalents (Bug#4325).
10257
10258 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
10259
10260 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
10261
10262 * eshell/em-hist.el:
10263 * eshell/em-dirs.el (eshell-complete-user-reference):
10264 Declare pcomplete functions and variables to avoid compiler warnings.
10265
10266 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
10267
10268 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
10269 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
10270 * eshell/em-alias.el (eshell-aliases-file):
10271 * eshell/em-hist.el (eshell-history-file-name):
10272 Use expand-file-name instead of concat to make file names (Bug#4308).
10273
10274 2009-09-13 Glenn Morris <rgm@gnu.org>
10275
10276 * ediff-merg.el (ediff-do-merge):
10277 * filesets.el (filesets-run-cmd):
10278 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
10279 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
10280 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
10281 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
10282 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
10283 Replace empty `let's with `progn'.
10284
10285 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10286
10287 * mail/sendmail.el (send-mail-function):
10288 * tooltip.el (tooltip-mode):
10289 * simple.el (transient-mark-mode):
10290 * rfn-eshadow.el (file-name-shadow-mode):
10291 * frame.el (blink-cursor-mode):
10292 * font-core.el (global-font-lock-mode):
10293 * files.el (temporary-file-directory)
10294 (small-temporary-file-directory, auto-save-file-name-transforms):
10295 * epa-hook.el (auto-encryption-mode):
10296 * composite.el (global-auto-composition-mode):
10297 Use custom-initialize-delay.
10298 * startup.el (command-line): Don't explicitly call
10299 custom-reevaluate-setting for all the above vars.
10300 * custom.el (custom-initialize-safe-set)
10301 (custom-initialize-safe-default): Delete.
10302
10303 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10304
10305 * term/x-win.el (x-initialize-window-system):
10306 * term/w32-win.el (w32-initialize-window-system):
10307 * term/ns-win.el (ns-initialize-window-system): Don't call
10308 mouse-wheel-mode since it's enabled globally by default already.
10309
10310 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
10311 actually define the variable, but only silences the byte-compiler.
10312 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
10313 before looking it up.
10314 (mouse-wheel-scroll-amount): Also reset the bindings if this value
10315 is changed.
10316
10317 2009-09-12 Glenn Morris <rgm@gnu.org>
10318
10319 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
10320 1000.
10321 (elint-add-required-env): Don't beep on error.
10322 (elint-forms): In case of error, return ENV unchanged.
10323 (elint-init-env): Skip non-list forms.
10324 (elint-log): Handle unknown file positions.
10325
10326 2009-09-12 Daiki Ueno <ueno@unixuser.org>
10327
10328 * epg.el (epg-make-context): Add autoload cookie.
10329 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
10330 (epg-decrypt-string, epg-start-verify, epg-verify-file)
10331 (epg-verify-string, epg-start-sign, epg-sign-file)
10332 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
10333 (epg-encrypt-string, epg-start-export-keys)
10334 (epg-export-keys-to-file, epg-export-keys-to-string)
10335 (epg-start-import-keys, epg-import-keys-from-file)
10336 (epg-import-keys-from-string, epg-start-receive-keys)
10337 (epg-receive-keys, epg-import-keys-from-server)
10338 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
10339 (epg-sign-keys, epg-start-generate-key)
10340 (epg-generate-key-from-file, epg-generate-key-from-string):
10341 Remove autoload cookie.
10342
10343 2009-09-12 Eli Zaretskii <eliz@gnu.org>
10344
10345 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
10346 reevaluation of trash-directory.
10347
10348 * mwheel.el: Fix last change.
10349 (mouse-wheel-mode): New defvar.
10350 (mouse-wheel-mode): Remove autoload cookie.
10351
10352 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10353
10354 * mwheel.el (mwheel-installed-bindings): New var.
10355 (mouse-wheel-mode): Use it, so as to make sure we really remove all
10356 the bindings we set last time. Use custom-initialize-delay.
10357 * loadup.el: Load mwheel after term/*-win.el.
10358 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
10359 and mouse-wheel-up-event now that their first evaluation is done
10360 sufficiently late to be correct.
10361
10362 * startup.el (tutorial-directory): Make it a defcustom.
10363 Use custom-initialize-delay rather than eval-at-startup to set it.
10364 * image.el (image-load-path): Make it a defcustom.
10365 Use custom-initialize-delay rather than eval-at-startup to set it.
10366 * subr.el (eval-at-startup): Remove.
10367 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
10368
10369 * subr.el (do-after-load-evaluation): Warn the user after loading an
10370 obsolete package.
10371
10372 2009-09-12 Glenn Morris <rgm@gnu.org>
10373
10374 * proced.el (proced-mark-alt): Remove alias.
10375 (proced-mode-map): Remove proced-mark-alt.
10376
10377 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
10378 Elint file and directory. Remove initialization entry.
10379
10380 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
10381 commands.
10382 (elint-current-buffer): Set mode-line-process.
10383 (elint-init-env): Handle define-derived-mode.
10384 Fix declare-function with unspecified arglist. Guard against odd
10385 defalias statements (eg iso-insert's 8859-1-map).
10386 (elint-add-required-env): Use a temp buffer.
10387 (elint-form): Just print the function/macro name, not the whole form.
10388 Return env unchanged if we fail to parse a macro.
10389 (elint-forms): Guard against parse errors.
10390 (elint-output): New function, to handle batch mode.
10391 (elint-log-message): Add optional argument. Use elint-output.
10392 (elint-set-mode-line): New function.
10393
10394 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
10395
10396 * emacs-lisp/elp.el (elp-not-profilable): Add more
10397 functions (Bug#4233).
10398
10399 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
10400
10401 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
10402 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
10403
10404 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
10405
10406 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
10407 (gdb-var-list-children): Use json parsing.
10408
10409 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
10410
10411 * progmodes/js.el (js--proper-indentation): Handle the case where
10412 char-before is null. Reported by Deniz Dogan.
10413
10414 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
10415
10416 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
10417
10418 2009-09-11 Daiki Ueno <ueno@unixuser.org>
10419
10420 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
10421 (epg-digest-algorithm-alist): Add SHA224.
10422 (epg-context-set-passphrase-callback)
10423 (epg-context-set-progress-callback): Add description about
10424 callback function.
10425
10426 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10427
10428 * custom.el (custom-delayed-init-variables): New var.
10429 (custom-initialize-delay): New function.
10430 * startup.el (command-line): "Re"evaluate all vars in
10431 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
10432 explicitly any more.
10433 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
10434 to avoid creating a ~/.emacs.d at build-time (bug#4347).
10435
10436 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
10437
10438 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
10439
10440 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
10441 (gdb-var-update-handler): Use json parsing.
10442
10443 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
10444
10445 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
10446 decode annotated text, regardless of language environment. (Bug#2741)
10447
10448 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10449
10450 * Makefile.in (autoloads): Make rmail.el writable as well.
10451
10452 2009-09-11 Glenn Morris <rgm@gnu.org>
10453
10454 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
10455 loaddefs.el.
10456 * dired.el: Regenerate with extracted autoloads.
10457 * Makefile.in (autoloads): Make dired.el writable.
10458
10459 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
10460 * ibuffer.el: Regenerate with extracted autoloads.
10461 * Makefile.in (autoloads): Make ibuffer.el writable.
10462
10463 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
10464 * version.el (emacs-copyright, emacs-major-version)
10465 (emacs-minor-version): Reformat doc-strings for make-docfile.
10466
10467 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
10468 functions and variables, since they must be stuff specific to some other
10469 platform.
10470 (apropos-print): Make mouse-click message less specific about button.
10471
10472 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
10473 that records where a macro was defined.
10474 * help-fns.el (describe-function-1): Mention if a function has a
10475 compiler-macro.
10476 * help-mode.el (help-function-cmacro): New button.
10477
10478 * locate.el (top-level): Always require dired.
10479 (locate-mode-map): Initialize inside the defvar.
10480
10481 * net/ange-ftp.el (dired-compress-file): Declare.
10482 (ange-ftp-dired-compress-file): Add doc string.
10483
10484 * term/ns-win.el (x-display-name, x-setup-function-keys):
10485 Unify doc-strings with X versions.
10486
10487 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10488
10489 * emulation/crisp.el (crisp-mode-map): Move initialization
10490 into declaration.
10491 (crisp-mode): Use define-minor-mode.
10492
10493 * progmodes/xscheme.el (xscheme-evaluation-commands):
10494 Put a :advertised-binding property rather than using
10495 advertised-xscheme-send-previous-expression.
10496 (advertised-xscheme-send-previous-expression): Declare obsolete.
10497 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
10498 `advertised-undo'.
10499 (crisp-mode): Add corresponding bindings to
10500 undo's :advertised-binding instead.
10501 * dired.el (dired-mode-map): Put a :advertised-binding property rather
10502 than using dired-advertised-find-file.
10503 (dired-advertised-find-file):
10504 * simple.el (advertised-undo):
10505 * wid-edit.el (advertised-widget-backward): Declare obsolete.
10506 (widget-keymap): Put a :advertised-binding property rather
10507 than using advertised-widget-backward.
10508 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
10509 than using advertised-undo.
10510 * tutorial.el (tutorial--default-keys): Adjust accordingly.
10511
10512 2009-09-10 Simon South <ssouth@slowcomputing.org>
10513
10514 * progmodes/delphi.el (delphi-tab): Indent region when Transient
10515 Mark mode is enabled and region is active; otherwise indent or
10516 insert TAB as usual.
10517 (delphi-mode): Update description of TAB-key binding.
10518
10519 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
10520
10521 * subr.el (define-key-rebound-commands): Mark obsolete.
10522 * startup.el (precompute-menubar-bindings): Remove.
10523 (normal-top-level): Remove obsolete code that tried to precompute
10524 menubar bindings.
10525 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
10526 define-key-rebound-commands and precompute-menubar-bindings.
10527
10528 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10529
10530 * net/imap.el (imap-interactive-login): Better messages.
10531 (imap-open): Fix bug with renamed buffer on reconnect.
10532 (imap-authenticate): Add buffer-local imap-last-authenticator variable
10533 for easier debugging and cleaner code. On successful (guessed based on
10534 server capabilities) secondary authentication, set imap-state
10535 correctly.
10536 (imap-last-authenticator): Define imap-last-authenticator as a variable
10537 to avoid warnings.
10538
10539 2009-09-10 Glenn Morris <rgm@gnu.org>
10540
10541 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
10542
10543 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
10544 (byte-compile-file-form-autoload): Don't warn about unknown functions
10545 where the autoload statement comes after the use.
10546 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
10547 that any handlers inside the body (eg require) are in turn respected.
10548
10549 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
10550 effects.
10551
10552 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
10553 and syntax and abbrev tables basic docs, if they don't have any.
10554
10555 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
10556
10557 * international/mule-cmds.el (top-level): Require cl when compiling.
10558 (view-hello-file): Use default-value rather than
10559 default-enable-multibyte-characters.
10560
10561 * progmodes/fortran.el: Move all safe and risky properties into the
10562 defcustoms.
10563
10564 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
10565 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
10566 * mail/undigest.el:
10567 Put autoloads in rmail.el rather than loaddefs.el.
10568 * mail/rmail.el: Regenerate with extracted autoloads.
10569
10570 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
10571 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
10572
10573 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
10574
10575 Reported in thread for Bug#4375.
10576 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
10577 "-data-evaluate-expression" instead of print.
10578 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
10579 (gdb-tooltip-print): Parse output from above MI command.
10580 (gdb): Revert 2009-08-11 change. User should detach inferior
10581 manually.
10582
10583 Remove the word "separate" from IO functions as inferior
10584 output is now never displayed in the GUD buffer.
10585
10586 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
10587
10588 * startup.el (command-line-normalize-file-name): On Windows and
10589 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
10590
10591 2009-09-10 Juri Linkov <juri@jurta.org>
10592
10593 * isearch.el (isearch-text-char-description): Propertize escape
10594 character sequences with the `escape-glyph' face. (Bug#4344)
10595
10596 * simple.el (shell-command): Set asynchronous process filter to
10597 `comint-output-filter'. (Bug#4343)
10598
10599 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
10600 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
10601 the list. Move "asm" to the bottom.
10602 (grep-find-ignored-directories): Add `choice' with nil value
10603 to empty the list easily.
10604 (grep-find-ignored-files): New option.
10605 (grep-files-history): Set to nil by default instead of '("ch" "el").
10606 (grep-compute-defaults): Add "<X>" to `grep-template'.
10607 (grep-read-files): Bind new local variables `default-alias' and
10608 `default-extension'. Use a list of default values for the file prompt.
10609 (lgrep): Add `--exclude=' command line options composed from
10610 `grep-find-ignored-files'.
10611 (rgrep): Add `-name' command line options composed from
10612 `grep-find-ignored-files'. (Bug#4301)
10613
10614 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10615
10616 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
10617 (bug#4368).
10618
10619 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10620
10621 * calendar/time-date.el (autoload):
10622 Expand define-obsolete-function-alias into defalias and make-obsolete
10623 for old Emacsen that Gnus supports.
10624 (with-no-warnings): Define it for old Emacsen.
10625 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10626 is available.
10627 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10628 float-time is available; suppress compile warning for time-to-seconds.
10629
10630 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
10631
10632 * net/imap.el (imap-message-map): Docstring fix.
10633
10634 2009-09-09 Glenn Morris <rgm@gnu.org>
10635
10636 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
10637 line numbers too. (Bug#4374)
10638
10639 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
10640
10641 * smerge-mode.el (smerge-remove-props, smerge-refine):
10642 Use with-silent-modifications (bug#4342).
10643
10644 * subr.el (with-silent-modifications): New macro.
10645
10646 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
10647
10648 * files.el (top-level): Require `cl' when compiling.
10649
10650 2009-09-07 Glenn Morris <rgm@gnu.org>
10651
10652 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
10653
10654 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
10655 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
10656
10657 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
10658
10659 * vc-git.el (vc-git-annotate-command): Use separator to parse
10660 arguments correctly.
10661
10662 2009-09-06 Eli Zaretskii <eliz@gnu.org>
10663
10664 * proced.el (proced-mode): Doc fix.
10665
10666 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
10667
10668 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
10669 lstat fails.
10670 (tramp-do-file-attributes-with-ls): Check for file existence at
10671 remote end.
10672 (tramp-do-file-attributes-with-stat): Likewise.
10673 (tramp-convert-file-attributes): Return nil when attr is nil.
10674
10675 2009-09-05 Glenn Morris <rgm@gnu.org>
10676
10677 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
10678 properties to this button.
10679 (diary-fancy-display): Don't extend the button to the final newline.
10680 (diary-fancy-display-mode): Continue to define "q" as a local key.
10681
10682 * calendar/cal-china.el (holiday-chinese): Make it slightly more
10683 efficient.
10684
10685 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
10686
10687 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
10688 (byte-compile-dest-file-function): New option.
10689 (byte-compile-dest-file): Doc fix.
10690 Obey byte-compile-dest-file-function.
10691 (byte-compile-cl-file-p): New function.
10692 (byte-compile-eval): Only suppress noruntime warnings about cl functions
10693 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
10694 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
10695 than for file being previously loaded.
10696 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
10697 (byte-compile-file-form-require): Handle the case where requiring a file
10698 indirectly causes CL to be loaded.
10699
10700 2009-09-05 Karl Fogel <kfogel@red-bean.com>
10701
10702 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
10703 before killing the old buffer, since by the time `kill-buffer' is
10704 run so many buffer variables have been set to nil that it may not
10705 behave as expected. (Bug#4061)
10706
10707 2009-09-05 Karl Fogel <kfogel@red-bean.com>
10708
10709 * files.el (find-alternate-file): If the old buffer is modified
10710 and visiting a file, behave similarly to `kill-buffer' when
10711 killing it, thus reverting to the pre-1.878 behavior; see
10712 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
10713 for discussion. Also, consult `buffer-file-name' as a variable
10714 not as a function, for consistency with the rest of the code.
10715
10716 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
10717
10718 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
10719 also when adding a new directory.
10720
10721 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
10722 defun.
10723
10724 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
10725
10726 * files.el (locate-file-completion-table): Make it provide boundary
10727 information, so partial-completion works better.
10728
10729 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
10730
10731 * mail/footnote.el (Footnote-text-under-cursor):
10732 Check footnote-text-marker-alist before using it (bug#4324).
10733
10734 2009-09-04 Glenn Morris <rgm@gnu.org>
10735
10736 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
10737 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
10738 * play/solitaire.el, play/tetris.el:
10739 Remove leading * from defcustom and defface docs.
10740
10741 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
10742 necessary.
10743 (diary-fancy-overriding-map): New variable.
10744 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
10745 Use view-mode.
10746
10747 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
10748 goto-line.
10749
10750 2009-09-03 Glenn Morris <rgm@gnu.org>
10751
10752 * arc-mode.el (archive-mode):
10753 * dos-fns.el (set-default-process-coding-system):
10754 * man.el (Man-getpage-in-background):
10755 * menu-bar.el (menu-bar-describe-menu):
10756 * server.el (server-process-filter):
10757 * startup.el (command-line):
10758 * tar-mode.el (tar-header-block-tokenize, tar-extract):
10759 * w32-fns.el (set-default-process-coding-system):
10760 * x-dnd.el (x-dnd-handle-file-name):
10761 * international/mule-cmds.el (mule-menu-keymap)
10762 (set-default-coding-systems, language-info-alist, set-language-info)
10763 (set-language-environment, standard-display-european-internal)
10764 (set-locale-environment):
10765 * international/mule-diag.el (mule-diag):
10766 * mail/emacsbug.el (report-emacs-bug):
10767 * mail/rmail.el (rmail-mode):
10768 * mail/sendmail.el (mail-setup):
10769 Use default-value rather than default-enable-multibyte-characters.
10770
10771 * progmodes/f90.el: Move all safe properties into the defcustoms.
10772 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
10773
10774 * calendar/appt.el (appt-check):
10775 * calendar/diary-lib.el (diary-set-header, diary-live-p)
10776 (diary-check-diary-file, diary-list-entries)
10777 (diary-include-other-diary-files, diary-simple-display)
10778 (diary-fancy-display, diary-print-entries)
10779 (diary-mark-included-diary-files, diary-make-entry):
10780 Don't call substitute-in-file-name on diary-file.
10781
10782 2009-09-03 Eduard Wiebe <usenet@pusto.de>
10783 Stefan Monnier <monnier@iro.umontreal.ca>
10784
10785 * mail/footnote.el (footnote-prefix): Make it a defcustom.
10786 (footnote-mode-map): Move initialization into the declaration.
10787 (footnote-minor-mode-map): Define it rather than changing global-map.
10788 (footnote-mode): Use define-minor-mode.
10789
10790 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
10791
10792 * net/tramp.el (tramp-handle-file-attributes-with-ls)
10793 (tramp-do-file-attributes-with-perl)
10794 (tramp-do-file-attributes-with-stat): Rename from
10795 `tramp-handle-file-attributes-with-*'.
10796 (tramp-handle-file-attributes): Use them.
10797 (tramp-do-directory-files-and-attributes-with-perl)
10798 (tramp-do-directory-files-and-attributes-with-stat): Rename from
10799 `tramp-handle-directory-files-and-attributes-with-*'.
10800 (tramp-handle-directory-files-and-attributes): Use them.
10801 (tramp-method-out-of-band-p): Additional parameter SIZE.
10802 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
10803 (tramp-handle-write-region): Use it.
10804 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
10805 (tramp-handle-vc-registered): Check, whether the first run did
10806 return files to be tested.
10807 (tramp-advice-make-auto-save-file-name): Do not call directly
10808 `tramp-handle-make-auto-save-file-name', because this would bypass
10809 the locking mechanism.
10810
10811 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
10812 (file-remote-p, process-file, start-file-process, set-file-times)
10813 (tramp-compat-file-attributes): Compatibility functions shall not
10814 call directly `tramp-handle-*', because this would bypass the
10815 locking mechanism.
10816 (tramp-compat-number-sequence): New defun.
10817
10818 2009-09-02 Glenn Morris <rgm@gnu.org>
10819
10820 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
10821 alias for float-time.
10822 (time-to-number-of-days): In Emacs, use float-time.
10823 * net/newst-backend.el (time-add): Suppress warnings from compat
10824 function.
10825 * time.el (emacs-uptime, emacs-init-time):
10826 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
10827 Use float-time rather than time-to-seconds.
10828
10829 * minibuffer.el (completion-initials-expand): Fix typo.
10830
10831 * faces.el (modeline, modeline-inactive, modeline-highlight)
10832 (modeline-buffer-id):
10833 * info.el (info-menu-5): Mark these face aliases as obsolete.
10834
10835 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
10836
10837 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
10838 space ...
10839 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
10840 no "--thread" option.
10841 (gdb-stopped): Don't print "Switched to thread" message when it is
10842 unchanged.
10843
10844 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10845
10846 * minibuffer.el (completion-try-completion)
10847 (completion-all-completions): Remove ill-defined (and
10848 mistakenly installed and luckily never used nor documented)
10849 `completion-styles' property.
10850 (completion-initials-expand, completion-initials-all-completions)
10851 (completion-initials-try-completion): New functions.
10852 (completion-styles-alist): Add doc to each entry.
10853 Add new `initials' entry.
10854
10855 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
10856
10857 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
10858 MI command -var-evaluate-expression.
10859 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
10860 and tweak for case of string child.
10861 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
10862
10863 2009-09-01 Glenn Morris <rgm@gnu.org>
10864
10865 * add-log.el (change-log-date-face, change-log-name-face)
10866 (change-log-email-face, change-log-file-face, change-log-list-face)
10867 (change-log-conditionals-face, change-log-function-face)
10868 (change-log-acknowledgement-face):
10869 * cus-edit.el (custom-invalid-face, custom-rogue-face)
10870 (custom-modified-face, custom-set-face, custom-changed-face)
10871 (custom-saved-face, custom-button-face, custom-button-pressed-face)
10872 (custom-documentation-face, custom-state-face, custom-comment-face)
10873 (custom-comment-tag-face, custom-variable-tag-face)
10874 (custom-variable-button-face, custom-face-tag-face)
10875 (custom-group-tag-face-1, custom-group-tag-face):
10876 * diff-mode.el (diff-header-face, diff-file-header-face)
10877 (diff-index-face, diff-hunk-header-face, diff-removed-face)
10878 (diff-added-face, diff-changed-face, diff-function-face)
10879 (diff-context-face, diff-nonexistent-face):
10880 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10881 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
10882 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10883 (Info-title-4-face):
10884 * isearch.el (isearch-lazy-highlight-face):
10885 * log-view.el (log-view-file-face, log-view-message-face):
10886 * paren.el (show-paren-match-face, show-paren-mismatch-face):
10887 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
10888 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
10889 (cvs-msg-face):
10890 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10891 (smerge-base-face, smerge-markers-face):
10892 * wid-edit.el (widget-documentation-face, widget-button-face)
10893 (widget-field-face, widget-single-line-field-face)
10894 (widget-inactive-face, widget-button-pressed-face):
10895 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
10896 (woman-addition-face):
10897 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
10898 (eshell-ls-executable-face, eshell-ls-readonly-face)
10899 (eshell-ls-unreadable-face, eshell-ls-special-face)
10900 (eshell-ls-missing-face, eshell-ls-archive-face)
10901 (eshell-ls-backup-face, eshell-ls-product-face)
10902 (eshell-ls-clutter-face):
10903 * eshell/em-prompt.el (eshell-prompt-face):
10904 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
10905 * obsolete/old-whitespace.el (whitespace-highlight-face):
10906 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
10907 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
10908 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
10909 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
10910 (antlr-font-lock-literal-face):
10911 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10912 (ebrowse-root-class-face, ebrowse-file-name-face)
10913 (ebrowse-default-face, ebrowse-member-attribute-face)
10914 (ebrowse-member-class-face, ebrowse-progress-face):
10915 * progmodes/make-mode.el (makefile-space-face):
10916 * progmodes/sh-script.el (sh-heredoc-face):
10917 * textmodes/flyspell.el (flyspell-incorrect-face)
10918 (flyspell-duplicate-face):
10919 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
10920 * textmodes/texinfo.el (texinfo-heading-face):
10921 Mark face aliases with "-face" suffix as obsolete.
10922
10923 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
10924 compiler.
10925
10926 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
10927 (eudc-bob-sound-menu): Use defvar rather than defconst, since
10928 easy-menu-define wants to modify these.
10929
10930 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
10931
10932 * net/browse-url.el (browse-url-file-url):
10933 * term/internal.el (dos-codepage-setup):
10934 Use default-value rather than default-enable-multibyte-characters.
10935
10936 * progmodes/etags.el (etags-goto-tag-location):
10937 * progmodes/flymake.el (flymake-highlight-line)
10938 (flymake-goto-file-and-line, flymake-goto-line):
10939 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
10940 (gdb-goto-breakpoint):
10941 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10942 * progmodes/python.el (python-find-function)
10943 (python-pdbtrack-track-stack-file):
10944 * progmodes/verilog-mode.el (verilog-surelint-off):
10945 * term/ns-win.el (ns-open-file-select-line):
10946 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
10947 Use forward-line rather than goto-line.
10948
10949 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
10950 * textmodes/reftex-index.el (reftex-display-index):
10951 * textmodes/reftex-ref.el (reftex-offer-label-menu):
10952 * textmodes/reftex-toc.el (reftex-toc):
10953 Remove unnecessary bindings of default-major-mode (all are followed by
10954 major-mode check and possible mode switch).
10955
10956 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
10957
10958 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10959 Handle watchpoints (bug#4282).
10960 (def-gdb-thread-buffer-command): Enable thread to be selected by
10961 clicking without selecting threads buffer first.
10962 (gdb-current-context-command): Use selected frame so that "up",
10963 "down" etc work in the GUD buffer.
10964 (gdb-update): Find selected frame before rendering stack buffer.
10965 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
10966
10967 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10968
10969 * progmodes/sym-comp.el (displayed-completions): Remove.
10970 (symbol-complete): Use minibuffer-complete.
10971
10972 2009-08-31 Glenn Morris <rgm@gnu.org>
10973
10974 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
10975
10976 * apropos.el (apropos-symbols-internal):
10977 Handle (obsolete) face aliases.
10978
10979 * faces.el (describe-face): Adjust the output format to be more like
10980 describe-variable, and to mention (obsolete) face aliases.
10981 Adjust the whitespace so that help-setup-xref works.
10982
10983 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
10984 * calendar/diary-lib.el (diary-button-face):
10985 Mark these face aliases as obsolete.
10986
10987 * calendar/calendar.el (calendar-today): Doc fix.
10988
10989 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
10990
10991 * progmodes/gdb-mi.el (gdb-control-all-threads)
10992 (gdb-control-current-thread): Force tool bar update.
10993 (gdb-non-stop-handler): New function.
10994 (gdb-init-1): Use it to test if non-stop mode is supported.
10995 Remove unused gdbmi buffer type.
10996
10997 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
10998
10999 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
11000 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
11001
11002 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
11003
11004 * comint.el (comint-exec-1): Check command is non-null first.
11005 Part of gdb-mi.el change (2009-08-28).
11006
11007 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11008
11009 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
11010
11011 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
11012
11013 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
11014 instead of `dolist' to avoid a recursive require when bootstrapping.
11015
11016 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11017
11018 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
11019
11020 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
11021
11022 * net/imap.el (imap-send-command): Simplify.
11023 (imap-wait-for-tag): point-max -> buffer-size.
11024
11025 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
11026
11027 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
11028 with constant argument.
11029
11030 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
11031
11032 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
11033
11034 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
11035 Change default, since most of our files don't have a history.
11036 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
11037 the user.
11038
11039 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11040 Add comint-run.
11041
11042 * calc/calc.el: Improve commenting convention.
11043 (calc-digit-map, toplevel): Simplify.
11044
11045 * comint.el (comint-insert-input): Be careful to only set point if we
11046 don't delegate to some other command.
11047
11048 * proced.el (proced-signal-list): Make it an alist.
11049 (proced-grammar-alist): Capitalize names.
11050 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
11051 Disable undo manually and make it read-only.
11052 Use completion-annotate-function.
11053
11054 * minibuffer.el (minibuffer-message): If the current buffer is not
11055 a minibuffer, insert the message in the echo area rather than at the
11056 end of the buffer.
11057 (completion-annotate-function): New variable.
11058 (minibuffer-completion-help): Use it.
11059 (completion--embedded-envvar-table): Environment vars are
11060 always case-sensitive.
11061
11062 2009-08-30 Glenn Morris <rgm@gnu.org>
11063
11064 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
11065 from fortran-current-defun.
11066 (fortran-beginning-of-subprogram): Be more precise about finding the
11067 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
11068 (fortran-end-of-subprogram): Simplify.
11069 (fortran-current-defun): Use fortran-start-prog-re.
11070
11071 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
11072
11073 * subr.el (do-after-load-evaluation): Simplify.
11074
11075 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
11076
11077 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
11078
11079 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
11080 (vc-rcs-print-log): Use it.
11081
11082 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
11083
11084 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11085
11086 * paths.el (abbrev-file-name): Move to abbrev.el.
11087 * abbrev.el (abbrev-file-name): Move from paths.el.
11088 Obey user-emacs-directory.
11089 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
11090 user-emacs-directory.
11091 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
11092 abbrev-file-name and calc-settings-file any more.
11093 * startup.el (command-line): Recompute abbrev-file-name and
11094 abbreviated-home-dir.
11095 (normal-no-mouse-startup-screen): Improve the generic code and get rid
11096 of the special code for when C-h bindings haven't been changed.
11097 (display-startup-echo-area-message): Use with-current-buffer.
11098 (command-line-1): Use a list of strings, rather than a list of lists
11099 of strings for longopts.
11100
11101 * files.el (get-free-disk-space): Use / for default-directory.
11102
11103 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
11104 Use with-current-buffer.
11105
11106 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
11107 Recognize immutable variables like most-positive-fixnum.
11108 (byte-compile-setq-default): Check and warn if trying to assign
11109 to an immutable variable, or a non-variable.
11110
11111 * progmodes/cc-vars.el (c-comment-continuation-stars):
11112 * progmodes/cc-engine.el (c-looking-at-bos):
11113 * progmodes/cc-cmds.el (c-toggle-auto-state)
11114 (c-forward-into-nomenclature, c-backward-into-nomenclature)
11115 (c-comment-line-break-function): Add version of obsolescence.
11116
11117 2009-08-28 Juri Linkov <juri@jurta.org>
11118
11119 * files.el (magic-fallback-mode-alist): Add ZIP magic number
11120 associated with `archive-mode'.
11121
11122 * image.el (image-type-header-regexps): Use only JPEG magic number
11123 to determine JPEG images, and don't use `image-jpeg-p' because
11124 Emacs can display non-JFIF non-Exif JPEG images.
11125
11126 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
11127
11128 * arc-mode.el (archive-mode):
11129 * emacs-lisp/re-builder.el (re-builder-unload-function):
11130 Protect against the default value of `major-mode' being nil.
11131
11132 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
11133
11134 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
11135 Fix typos in docstrings.
11136
11137 * progmodes/js.el (js--macro-decl-re): Doc fix.
11138 (js--plain-method-re, js--split-name): Refloc docstring.
11139 (js--class-styles, js--make-merged-item, js--splice-into-items):
11140 Fix typos in docstrings; reflow docstrings.
11141 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
11142 (js--variable-decl-matcher, js--inside-pitem-p)
11143 (js--parse-state-at-point, js--get-all-known-symbols)
11144 (js--symbol-history, js-find-symbol, js--js-references)
11145 (js--moz-interactor, js--js-encode-value, js--read-tab):
11146 Fix typos in docstrings.
11147
11148 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11149
11150 * textmodes/reftex.el (reftex-get-file-buffer-force):
11151 * progmodes/verilog-mode.el (verilog-batch-execute-func):
11152 * emulation/viper.el (viper-go-away, viper-set-hooks):
11153 * emacs-lisp/re-builder.el (re-builder-unload-function):
11154 * emacs-lisp/bytecomp.el (byte-compile-file):
11155 * ses.el (ses-unload-function):
11156 * hexl.el (hexl-find-file):
11157 * files.el (normal-mode):
11158 * ehelp.el (with-electric-help):
11159 * autoinsert.el (auto-insert-alist):
11160 * arc-mode.el (archive-mode):
11161 Use (default-value 'major-mode) instead of default-major-mode.
11162
11163 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
11164 * international/mule.el (load-with-code-conversion):
11165 * emacs-lisp/debug.el (debug):
11166 * ediff-vers.el (ediff-rcs-get-output-buffer):
11167 * dired.el (dired-internal-noselect): Don't let-bind
11168 default-major-mode around code that doesn't use it.
11169 E.g. buffer creation via get-buffer-create doesn't use it.
11170
11171 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
11172
11173 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
11174 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
11175 when writing the temp file. Otherwise, epa-file gets confused.
11176 (tramp-register-file-name-handlers): Make it a defun. Move also
11177 `epa-file-handler' to the front of `file-name-handler-alist'.
11178
11179 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11180
11181 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
11182 start right after a ^M.
11183 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
11184 (tramp-completion-file-name-regexp-separate)
11185 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
11186 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
11187 Don't modify last-coding-system-used by accident.
11188 (tramp-completion-file-name-handler): Apply the checks here,
11189 instead during registration.
11190 (tramp-register-file-name-handlers): Renamed from
11191 `tramp-register-file-name-handler'. Register both
11192 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
11193 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
11194
11195 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
11196
11197 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
11198 Remove variable ...
11199 (gdb-init-1, gdb-display-separate-io-buffer)
11200 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
11201 references to it.
11202 (gdb-inferior-io-mode): Use make-comint-in-buffer.
11203 (gdb-inferior-filter): Use comint-output-filter to stop
11204 echoing and remove ^M characters.
11205
11206 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11207
11208 * emulation/viper-init.el (viper-restore-cursor-type):
11209 * emulation/cua-base.el (cua--update-indications):
11210 Replace default-cursor-type with (default-value 'cursor-type).
11211
11212 * mail/sendmail.el (mail-recover-1):
11213 * international/mule-diag.el (describe-current-coding-system-briefly)
11214 (describe-current-coding-system):
11215 * international/mule-cmds.el (select-safe-coding-system)
11216 (select-message-coding-system)
11217 (set-language-environment-coding-systems, set-locale-environment):
11218 * hexl.el (hexl-insert-multibyte-char):
11219 * dos-w32.el (find-buffer-file-type-coding-system):
11220 * simple.el (what-cursor-position):
11221 Replace uses of default-buffer-file-coding-system
11222 with (default-value 'buffer-file-coding-system).
11223
11224 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
11225 Replace uses of default-cursor-in-non-selected-windows
11226 with (default-value 'cursor-in-non-selected-windows).
11227 Use with-current-buffer.
11228
11229 * mail/feedmail.el: Use CL macros.
11230 (feedmail-run-the-queue, feedmail-send-it-immediately):
11231 * dos-w32.el (find-buffer-file-type): Replace uses of
11232 default-buffer-file-type with (default-value 'buffer-file-type).
11233
11234 2009-08-28 Glenn Morris <rgm@gnu.org>
11235
11236 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
11237 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
11238 Use default-value of major-mode rather than default-major-mode.
11239
11240 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11241
11242 * Makefile.in (update-elcfiles): Report left over elc files.
11243
11244 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
11245 expand-file-name and with-current-buffer.
11246 (mail-get-names, mail-directory): Use with-current-buffer.
11247
11248 * vc.el (vc-read-revision): New function.
11249 (vc-version-diff, vc-merge): Use it.
11250
11251 2009-08-27 Sam Steingold <sds@gnu.org>
11252
11253 * simple.el (kill-do-not-save-duplicates): New user option.
11254 (kill-new): When it is non-nil, and the new string is the same as
11255 the latest kill, set replace to t to avoid duplicates in kill-ring.
11256
11257 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
11258
11259 * net/tramp.el (tramp-handle-process-file): Do not flush all
11260 caches when `process-file-side-effects' is set.
11261 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
11262 instead of `tramp-find-file-exists-command'.
11263 Unset `process-file-side-effects'.
11264
11265 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
11266
11267 * net/tramp.el (tramp-methods): New method "rsyncc".
11268 (top): Add completion function for "rsyncc".
11269 (tramp-message-show-message): New defvar.
11270 (tramp-message, tramp-error): Use it.
11271 (tramp-do-copy-or-rename-file-directly): Extend check for direct
11272 remote copying.
11273 (tramp-do-copy-or-rename-file-out-of-band): Handle new
11274 `tramp-methods' entry `copy-env' of "rsyncc".
11275 (tramp-vc-registered-read-file-names): New defconst.
11276 (tramp-vc-registered-file-names): New defvar.
11277 (tramp-handle-vc-registered): Implement optimization strategy.
11278 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
11279 (tramp-vc-file-name-handler): New defun.
11280 (tramp-get-ls-command, tramp-get-test-command)
11281 (tramp-get-file-exists-command, tramp-get-remote-ln)
11282 (tramp-get-remote-perl, tramp-get-remote-stat)
11283 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
11284
11285 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
11286 (tramp-cache-inhibit-cache): Extend doc string. It allows also
11287 timestamps.
11288 (tramp-get-file-property): Check for timestamps in
11289 `tramp-cache-inhibit-cache'.
11290 (tramp-set-file-property): Write timestamp.
11291
11292 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11293
11294 * language/japan-util.el (japanese-symbol-table): Add entries for
11295 cp932-2-byte.
11296
11297 * international/characters.el: Add category `j' to cp932-2-byte.
11298
11299 2009-08-27 Kenichi Handa <handa@m17n.org>
11300
11301 * international/fontset.el (build-default-fontset-data): New macro.
11302 (setup-default-fontset): Use build-default-fontset-data for CJK,
11303 tibetan, ethiopic, and ipa.
11304
11305 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11306
11307 * cus-start.el (default-major-mode): Customize `major-mode' instead.
11308 (enable-multibyte-characters): Not customizable any more.
11309
11310 * subr.el (default-mode-line-format, default-header-line-format)
11311 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
11312 (default-direction-reversed, default-truncate-lines)
11313 (default-left-margin, default-tab-width, default-case-fold-search)
11314 (default-left-margin-width, default-right-margin-width)
11315 (default-left-fringe-width, default-right-fringe-width)
11316 (default-fringes-outside-margins, default-scroll-bar-width)
11317 (default-vertical-scroll-bar, default-indicate-empty-lines)
11318 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
11319 (default-fringe-cursor-alist, default-scroll-up-aggressively)
11320 (default-scroll-down-aggressively, default-fill-column)
11321 (default-cursor-type, default-buffer-file-type)
11322 (default-cursor-in-non-selected-windows)
11323 (default-buffer-file-coding-system, default-major-mode)
11324 (default-enable-multibyte-characters): Mark as obsolete.
11325
11326 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
11327
11328 * vc-dir.el (vc-dir-update): Remove debug helper.
11329
11330 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
11331
11332 2009-08-26 Sam Steingold <sds@gnu.org>
11333
11334 * simple.el (save-interprogram-paste-before-kill): New user option.
11335 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
11336 save the interprogram-paste into kill-ring before overriding it
11337 with the Emacs kill.
11338
11339 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
11340
11341 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
11342 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
11343 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
11344 and move to vc-rcs.el.
11345 (vc-default-next-revision): Rename to vc-rcs-next-revision and
11346 move to vc-rcs.el.
11347 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
11348 (vc-rcs-update-changelog): Remove.
11349 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
11350 and move to vc-rcs.el.
11351
11352 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
11353 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
11354 renaming.
11355 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
11356 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
11357 vc.el, renamed to be RCS specific.
11358
11359 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
11360 New functions.
11361 (vc-cvs-update-changelog): Move here from vc.el.
11362
11363 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
11364 New functions.
11365
11366 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11367
11368 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
11369
11370 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
11371
11372 * vc-git.el (vc-git-register): Use "git add" for directories.
11373 (vc-git-stash, vc-git-stash-show): New functions.
11374 (vc-git-extra-menu-map): Bind them.
11375
11376 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
11377 directory correctly in case the item is a directory itself.
11378
11379 * vc.el: Document the desired behavior for reverted files in the
11380 `added' state.
11381 (vc-default-prettify-state-info): Remove function, unused.
11382
11383 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
11384
11385 2009-08-26 Glenn Morris <rgm@gnu.org>
11386
11387 * bindings.el (standard-mode-line-format): Reposition dashes in
11388 which-func entry. (Bug#4217)
11389
11390 * files.el (enable-local-variables, enable-local-eval)
11391 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
11392 the defcustoms.
11393 (auto-mode-alist, ignored-local-variables)
11394 (save-some-buffers-action-alist): Move risky declarations to the
11395 definitions.
11396 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
11397 (font-lock-defaults, format-alist, imenu--index-alist)
11398 (imenu-generic-expression, input-method-alist, minor-mode-alist)
11399 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
11400 (mode-line-modified, mode-line-mule-info, mode-line-position)
11401 (mode-line-process, mode-line-remote, outline-level)
11402 (parse-time-rules, rmail-output-file-alist)
11403 (special-display-buffer-names, vc-mode):
11404 Move risky declarations to the relevant files.
11405 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
11406 (mode-line-modified, mode-line-process, mode-line-position)
11407 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
11408 * font-core.el (font-lock-defaults):
11409 * format.el (format-alist):
11410 * vc-hooks.el (vc-mode):
11411 * window.el (special-display-buffer-names):
11412 * international/mule-cmds.el (input-method-alist):
11413 Define riskiness here (dumped file) rather than in files.el.
11414 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
11415 * imenu.el (imenu-generic-expression, imenu--index-alist):
11416 * outline.el (outline-level):
11417 * time.el (display-time-string):
11418 * calendar/parse-time.el (parse-time-rules):
11419 * mail/rmailout.el (rmail-output-file-alist):
11420 Autoload riskiness here, rather than placing in files.el.
11421
11422 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
11423
11424 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
11425
11426 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
11427
11428 * simple.el (process-file-side-effects): New defvar.
11429
11430 * dired-aux.el (dired-show-file-type):
11431 * vc.el (vc-diff-internal):
11432 * vc-arch.el (vc-arch-diff):
11433 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
11434 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
11435 * vc-git.el (vc-git-registered, vc-git-working-revision)
11436 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
11437 (vc-git--empty-db-p):
11438 * vc-hooks.el (vc-user-login-name):
11439 * vc-svn.el (vc-svn-registered, vc-svn-state)
11440 (vc-svn-dir-extra-headers, vc-svn-find-revision):
11441 * progmodes/grep.el (grep-probe): Let-bind
11442 `process-file-side-effects' with nil.
11443
11444 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
11445
11446 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
11447 daemon. Replace ping by checking for running service for bluez
11448 and zeroconf. (Bug#4239)
11449
11450 2009-08-25 Kevin Ryde <user42@zip.com.au>
11451
11452 * net/dig.el (dig): Add autoload cookie.
11453
11454 2009-08-25 Glenn Morris <rgm@gnu.org>
11455
11456 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
11457 load-history for absolute file-names.
11458 (byte-compile-file-form-require): Warn about use of the cl package.
11459
11460 * format.el (format-alist): Doc fix.
11461
11462 * play/bubbles.el (top-level): Don't require cl at run-time.
11463
11464 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
11465 run-time cl).
11466
11467 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
11468
11469 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
11470 from cl package.
11471 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
11472
11473 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
11474
11475 * calc/calc-alg.el (math-trig-rewrite)
11476 (math-hyperbolic-trig-rewrite): New functions.
11477 (calc-simplify): Simplify trig functions when asked.
11478
11479 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11480
11481 * diff-mode.el (diff-find-source-location): Avoid goto-line.
11482
11483 2009-08-24 Kenichi Handa <handa@m17n.org>
11484
11485 * language/ind-util.el (mapthread): Delete it.
11486 (combinatorial): New function.
11487 (indian--puthash-cv): Use combinatorial instead of mapthread.
11488
11489 2009-08-22 Kevin Ryde <user42@zip.com.au>
11490
11491 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
11492 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
11493 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
11494 Clarify docstring that the value is strings not symbols.
11495 (checkdoc-list-of-strings-p): New function.
11496
11497 2009-08-22 Glenn Morris <rgm@gnu.org>
11498
11499 * files.el (auto-mode-alist):
11500 * hippie-exp.el (he-concat-directory-file-name):
11501 * lpr.el (lpr-windows-system, printer-name):
11502 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
11503 * ps-print.el (ps-windows-system):
11504 * startup.el (command-line):
11505 * emulation/viper-ex.el (viper-glob-function):
11506 * international/mule-cmds.el (set-language-environment-coding-systems):
11507 * net/ange-ftp.el (ange-ftp-write-region):
11508 * obsolete/fast-lock.el (fast-lock-cache-name):
11509 Remove code for defunct system-types emx, macos, mswindows, next-mach,
11510 unisoft-unix, vax-vms, win32, w32.
11511
11512 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
11513 given name if the pattern is not more specific.
11514
11515 * calendar/lunar.el (lunar-phase-names): New option.
11516 (lunar-phase): Doc fix.
11517 (lunar-cycles-per-year): New constant.
11518 (lunar-index): New function.
11519 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
11520 (lunar-phase-name): Use lunar-phase-names.
11521 (calendar-lunar-phases): Use format.
11522 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
11523
11524 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
11525 Copy imenu-example--name-and-position function here for own use.
11526 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
11527
11528 * bs.el (bs--redisplay):
11529 * cus-edit.el (custom-redraw):
11530 * ibuffer.el (ibuffer-bury-buffer):
11531 * server.el (server-goto-line-column):
11532 * startup.el (command-line-1):
11533 * strokes.el (strokes-xpm-for-stroke):
11534 * term.el (term-display-buffer-line):
11535 * view.el (View-goto-line):
11536 * calc/calc.el (calc-do, calc-trail-buffer):
11537 * play/gamegrid.el (gamegrid-add-score-insecure):
11538 * progmodes/ada-mode.el (ada-compile-goto-error):
11539 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
11540 (ebrowse-select-1st-to-9nth):
11541 * progmodes/cperl-mode.el (cperl-time-fontification):
11542 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
11543 * progmodes/gud.el (gud-display-line):
11544 (idlwave-shell-display-line):
11545 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
11546 * progmodes/make-mode.el (makefile-browser-toggle):
11547 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
11548 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
11549 * textmodes/picture.el (picture-draw-rectangle):
11550 * textmodes/reftex-index.el (reftex-index-goto-letter):
11551 (reftex-select-jump-to-previous):
11552 * textmodes/reftex-sel.el (reftex-find-start-point)
11553 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
11554 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
11555 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
11556 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11557 * textmodes/two-column.el (2C-associated-buffer):
11558 Use forward-line rather than goto-line.
11559
11560 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
11561 goto-line.
11562
11563 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
11564 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
11565 (quick-check-list-to-regexp): Declare.
11566
11567 * progmodes/make-mode.el (makefile-browser-insert-selection):
11568 Use goto-char rather than goto-line.
11569
11570 * progmodes/prolog.el (compilation-error-regexp-alist)
11571 (compilation-forget-errors): Declare.
11572
11573 2009-08-22 Juri Linkov <juri@jurta.org>
11574
11575 * progmodes/grep.el (lgrep, rgrep): At the beginning
11576 set `dir' to `default-directory' unless `dir' is a non-nil
11577 readable directory. (Bug#4052)
11578 (lgrep, rgrep): Change a weird way to report an error
11579 from using `read-string' to using `error'.
11580 Instead of using interactive arguments in the function body,
11581 add new argument `confirm'.
11582
11583 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
11584
11585 * textmodes/remember.el (remember-buffer):
11586 * progmodes/cperl-mode.el (cperl-vc-header-alist):
11587 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
11588 (icalendar-extract-ical-from-buffer):
11589 * net/newst-treeview.el (newsticker-groups-filename):
11590 * net/newst-backend.el (newsticker-cache-filename):
11591 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
11592 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
11593 (speedbar-add-ignored-path-regexp, speedbar-line-path)
11594 (speedbar-buffers-line-path, speedbar-path-line)
11595 (speedbar-buffers-line-path):
11596 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
11597 (epg-sign-keys):
11598 * epa.el (epa-display-verify-result):
11599 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
11600
11601 2009-08-21 Glenn Morris <rgm@gnu.org>
11602
11603 * progmodes/js.el (inferior-moz-process): Fix declaration.
11604
11605 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
11606
11607 * obsolete/rnewspost.el (news-mail-reply):
11608 Use goto-char rather than goto-line.
11609
11610 * term/ns-win.el (ns-open-file-select-line):
11611 Use line-beginning-position rather than goto-line.
11612
11613 * apropos.el (apropos-command):
11614 * ehelp.el (electric-helpify):
11615 * printing.el (pr-show-setup):
11616 * strokes.el (strokes-help):
11617 * tutorial.el (tutorial--describe-nonstandard-key)
11618 (tutorial--detailed-help):
11619 * woman.el (woman-mini-help, woman-display-extended-fonts):
11620 * calc/calc-help.el (calc-describe-key):
11621 * emulation/edt.el (edt-electric-helpify):
11622 * international/mule-diag.el (mule-diag):
11623 * play/yow.el (apropos-zippy):
11624 * progmodes/python.el (python-describe-symbol):
11625 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
11626 * textmodes/table.el (*table--cell-describe-mode)
11627 (*table--cell-describe-bindings):
11628 Use help-print-return-message rather than the now obsolete alias.
11629
11630 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
11631 (calendar-cursor-to-visible-date):
11632 * play/5x5.el (5x5-position-cursor):
11633 * play/decipher.el (decipher):
11634 * play/gomoku.el (gomoku-goto-xy):
11635 * play/landmark.el (lm-goto-xy):
11636 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
11637 (mpuz-paint-digit):
11638 Use forward-line, not goto-line.
11639
11640 * mail/rmail.el (rmail-obsolete): Delete custom group.
11641 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
11642 (rmail-remote-password, rmail-remote-password-required):
11643 Remove unneeded :set-after and :set properties.
11644
11645 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
11646
11647 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
11648
11649 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
11650
11651 * loadup.el: Remove leftover macos code.
11652
11653 * vc-git.el (vc-git-annotate-command): Run asynchronously.
11654 Explicitly pass the date format to git blame so that user local
11655 so that the output format can be parsed.
11656
11657 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
11658
11659 * net/dbus.el (top): Don't check for (getenv
11660 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
11661
11662 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
11663
11664 * log-edit.el (log-edit-strip-single-file-name): New var.
11665 (log-edit-insert-changelog): Use it. Bug#3571
11666
11667 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11668
11669 * subr.el (read-passwd): Use read-key so keypad keys work as well.
11670 Bug#3287
11671
11672 * help.el (help-print-return-message): Rename from
11673 print-help-return-message.
11674
11675 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
11676 cvs-mode-map parent hack.
11677 (log-view-mode): Derive from special-mode.
11678
11679 * linum.el (linum-mode): window-size-change-functions is redundant.
11680 Adapt to new window-configuration-change-hook behavior.
11681 (linum-after-size, linum-after-config): Remove.
11682
11683 * imenu.el (imenu-example--name-and-position)
11684 (imenu-example--lisp-extract-index-name)
11685 (imenu-example--create-lisp-index, imenu-example--create-c-index):
11686 Mark as obsolete.
11687
11688 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
11689 (inferior-prolog-mode): Use it.
11690 (inferior-prolog-load-file): Reset list of errors.
11691
11692 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
11693
11694 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
11695
11696 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
11697
11698 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
11699
11700 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
11701 is running already.
11702
11703 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11704
11705 * subr.el (listify-key-sequence-1): Use normal syntax since those
11706 integers are nowadays always represented by the same (positive) number
11707 on all platforms.
11708 (read-key-empty-map): New const.
11709 (read-key-delay): New var.
11710 (read-key): New function.
11711 (force-mode-line-update): Use with-current-buffer.
11712 (locate-user-emacs-file): Don't forget to abbreviate the file name.
11713 (start-process-shell-command, start-file-process-shell-command):
11714 Discourage the use of command-args.
11715
11716 2009-08-19 Glenn Morris <rgm@gnu.org>
11717
11718 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
11719
11720 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11721
11722 * simple.el (choose-completion-string): Don't rely on
11723 minibuffer-completing-file-name and ad-hoc checks to decide whether
11724 to continue completion or not.
11725
11726 * minibuffer.el (minibuffer-hide-completions): New function.
11727 (completion--do-completion): Use it.
11728 (completions-annotations): New face.
11729 (completion--insert-strings): Use it.
11730 (completion-pcm--delim-wild-regex): Add docstring.
11731 (completion-pcm--string->pattern): Add support for 0-width delimiters
11732 in completion-pcm--delim-wild-regex.
11733
11734 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
11735
11736 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
11737 Remove unused var `buffer-modified-p'.
11738
11739 * minibuffer.el (completion--do-completion): Move point for the #b001
11740 case as well (bug#4176).
11741 (minibuffer-complete, minibuffer-complete-word): Don't move point.
11742
11743 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
11744
11745 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
11746 and :session buses.
11747
11748 2009-08-18 Kenichi Handa <handa@m17n.org>
11749
11750 * international/ucs-normalize.el (ucs-normalize-version):
11751 Change to 1.1.
11752 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
11753 (utf-8-hfs): Make it perform normalization on encoding too.
11754
11755 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
11756 (sentence-end-without-space): Delete duplicated chars.
11757 (sentence-end-base): Likewise.
11758
11759 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
11760 (html-mode): Delete duplicated chars from sentence-end-base.
11761
11762 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
11763 (texinfo-mode): Delete duplicated chars from sentence-end-base.
11764
11765 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
11766
11767 * files.el (hack-one-local-variable): If the mode function is for
11768 a minor mode, pass it an argument (Bug#4148).
11769
11770 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
11771
11772 * net/tramp.el (tramp-register-completion-file-name-handler):
11773 Check also for (member 'partial-completion completion-styles).
11774
11775 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
11776
11777 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
11778 abbrev (Bug#3943).
11779
11780 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
11781
11782 * progmodes/cperl-mode.el: Merge upstream 6.2.
11783 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
11784 (cperl-forward-re): Check cperl-brace-recursing.
11785 (cperl-highlight-charclass): New function.
11786 (cperl-find-pods-heres): Use it.
11787 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
11788 (cperl-beautify-regexp-piece): Fix column calculation.
11789 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
11790 (cperl-beautify-level): Don't process entire regexp.
11791 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
11792 calling man.
11793 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
11794 (cperl-init-faces): Build a list in the normal way.
11795
11796 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
11797
11798 * calendar/parse-time.el (parse-time-string-chars): Save match
11799 data.
11800
11801 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
11802
11803 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
11804 (sql-product): Use it.
11805 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
11806 (sql-set-product): Add completion.
11807 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
11808 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
11809 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
11810 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
11811 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
11812 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
11813 (sql-highlight-db2-keywords): Remove.
11814 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
11815 (sql-highlight-product): Use derived-mode-p.
11816 (sql-set-sqli-buffer): Use with-current-buffer.
11817 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
11818 Simplify.
11819
11820 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
11821
11822 * term.el: Fix commenting convention, turn comments into docstrings.
11823
11824 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
11825
11826 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
11827
11828 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
11829
11830 * calendar/parse-time.el (parse-time-string-chars): Compute using
11831 character classes, to handle non-ascii characters (Bug#3190).
11832
11833 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
11834
11835 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
11836 another heredoc if the user adds another < (Bug#3226).
11837
11838 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11839 Don't initialize based on window-system (Bug#4124).
11840
11841 * facemenu.el (facemenu-read-color): Use a completion function
11842 that accepts any defined color, such as RGB triplets (Bug#3677).
11843
11844 * files.el (get-free-disk-space): Change fallback default
11845 directory to /. Expand DIR argument before switching to fallback.
11846 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
11847
11848 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
11849
11850 * files.el (load-library): Doc fix.
11851
11852 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
11853
11854 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
11855 (viper-if-string): Redefine C-s in the minibuffer to insert the last
11856 incremental search string.
11857
11858 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
11859 XEmacs.
11860
11861 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
11862 (ediff-merge-region-is-non-clash)
11863 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
11864 Also check if the job is really a merge job.
11865
11866 * ediff.el (ediff-current-file): New function.
11867
11868 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
11869
11870 * progmodes/js.el: Edit docstrings throughout to follow Emacs
11871 conventions.
11872 (js-insert-and-indent): Delete function.
11873 (js-mode-map): Don't bind keys to js-insert-and-indent.
11874 (js-beginning-of-defun): Rename from js--beginning-of-defun.
11875 (js-end-of-defun): Rename from js--end-of-defun.
11876 (js-auto-indent-flag): Delete variable.
11877
11878 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
11879
11880 * progmodes/js.el: Remove proclaim statement.
11881 Defvar which-func-imenu-joiner-function to silence compiler.
11882
11883 * files.el (auto-mode-alist): Use js-mode for .js files.
11884
11885 * progmodes/js2-mode.el: Remove file.
11886
11887 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
11888
11889 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
11890
11891 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
11892
11893 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
11894 Karl Landstrom <karl.landstrom@brgeight.se>
11895
11896 * progmodes/js.el: New file.
11897
11898 2009-08-14 Mark A. Hershberger <mah@everybody.org>
11899
11900 * timezone.el (timezone-parse-date): Add ability to understand ISO
11901 basic format (minimal separators) dates in addition to the
11902 already-supported extended format dates.
11903
11904 2009-08-14 Eli Zaretskii <eliz@gnu.org>
11905
11906 * international/ucs-normalize.el: Add a `coding' file variable.
11907
11908 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
11909
11910 2009-08-14 Sam Steingold <sds@gnu.org>
11911
11912 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
11913
11914 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
11915
11916 * faces.el (help-argument-name): Define it here instead of
11917 help-fns.el, because in daemon mode help-fns.el may be loaded when
11918 faces are still uninitialized (Bug#1078).
11919
11920 * help-fns.el (help-argument-name): Move defface to faces.el.
11921
11922 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
11923
11924 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
11925 create buffer with a pty but no process so that GDB can make the
11926 inferior the controlling process.
11927
11928 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
11929
11930 * international/ucs-normalize.el: New file.
11931
11932 2009-08-13 Richard Stallman <rms@gnu.org>
11933
11934 * mail/rmail.el (rmail-get-attr-names):
11935 Accept an attribute header that is too short.
11936
11937 * mail/rmail.el (rmail-forget-messages):
11938 Ignore nil elt in rmail-message-vector. Use dotimes.
11939
11940 * progmodes/compile.el (compilation-goto-locus):
11941 Use next-error-move-function.
11942
11943 * simple.el (next-error-move-function): New variable.
11944
11945 2009-08-12 Juri Linkov <juri@jurta.org>
11946
11947 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
11948 always non-nil. (Bug#4052)
11949
11950 * replace.el (read-regexp): Return empty string when
11951 `default-value' is nil.
11952 (keep-lines-read-args): Don't use empty string as the
11953 default value for `read-regexp'. (Bug#2495)
11954
11955 2009-08-12 Juri Linkov <juri@jurta.org>
11956
11957 * international/mule-cmds.el (ucs-insert): Change arguments
11958 from `arg' to `character', `count', `inherit' to be the same
11959 as in `insert-char'. Doc fix. (Bug#4039)
11960
11961 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
11962
11963 2009-08-12 Juri Linkov <juri@jurta.org>
11964
11965 * files-x.el: New file.
11966
11967 * files.el: Move code that deals with adding/deleting
11968 file/directory-local variables to files-x.el.
11969
11970 * Makefile.in (ELCFILES): Add files-x.elc.
11971
11972 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
11973
11974 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
11975 to use `goto-line'.
11976 (gdb-place-breakpoints, gdb-get-location): Rewritten without
11977 `goto-line'.
11978 (gdb-invalidate-disassembly): Do not refresh upon receiving
11979 'update signal. Instead, update all disassembly buffers only after
11980 threads list.
11981 (gdb): Send -target-detach when buffer is killed (Bug#3794).
11982 (gdb-starting): Moved -data-list-register-names...
11983 (gdb-stopped): ...here so it's sent when first thread stops.
11984 (gdb-registers-handler-custom): Do nothing if register names are
11985 unknown yet.
11986
11987 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
11988 from `gdb-mi.el' to avoid extra tangling.
11989
11990 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
11991 change which breaks `gud-def' definitions used in `gdb'.
11992 (gdb-update-gud-running): No extra fuss for updating frame number.
11993
11994 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11995
11996 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
11997 (describe-language-environment-map, setup-language-environment-map)
11998 (set-coding-system-map): Move initialization into declaration.
11999 (set-language-info-alist): Last arg to define-key-after can be skipped.
12000
12001 * international/quail.el (quail-completion-1): Simplify.
12002 (quail-define-rules): Use slightly more compact code.
12003 (quail-insert-decode-map): Propertize keys, compact columns.
12004
12005 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12006 Add goto-line.
12007
12008 2009-08-10 Miles Bader <miles@gnu.org>
12009
12010 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
12011 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
12012 (js2-instance-member, js2-private-member, js2-private-function-call)
12013 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
12014 (js2-magic-paren, js2-external-variable):
12015 Remove "-face" suffix from face names.
12016 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
12017 (js2-highlight-undeclared-vars, js2-peek-token)
12018 (js2-parse-function-params, js2-mode-show-errors)
12019 (js2-mode-show-warnings, js2-make-magic-delimiter)
12020 (js2-mode-highlight-magic-parens): Update to use new face names.
12021
12022 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
12023
12024 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
12025 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
12026
12027 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
12028
12029 * subr.el: Provide hashtable-print-readable.
12030
12031 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
12032 hs-c-like-adjust-block-beginning.
12033 (hs-hide-block-at-point): Stop hiding at the beginning of
12034 hs-block-end-regexp (Bug#700).
12035
12036 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
12037
12038 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
12039 a macro.
12040 (gdb-registers-handler-custom): Do not fail when register names
12041 are unavailable.
12042
12043 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
12044
12045 * progmodes/gdb-mi.el (gdb-control-all-threads)
12046 (gdb-control-current-thread): Interactive setters for
12047 `gdb-gud-control-all-threads' to use in menu.
12048 (gdb-show-run-p): Show «Go» when process is not active.
12049 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
12050 gud/thread.xpm and gud/all.xpm.
12051
12052 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
12053
12054 * net/net-utils.el (net-utils-font-lock-keywords): New var.
12055 (nslookup-font-lock-keywords): Make it a variable.
12056 (net-utils-mode): New mode for viewing diagnostic network output.
12057 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
12058 (net-utils-run-simple): New function.
12059 (ifconfig, iwconfig, netstat, arp, route): Use it.
12060
12061 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
12062
12063 * progmodes/gdb-mi.el (gdb-read-memory-custom)
12064 (gdb-memory-set-address, def-gdb-set-positive-number)
12065 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
12066 after changing settings.
12067 (gdb-invalidate-disassembly): Update when first shown.
12068 (gdb-edit-locals-value): Fixed.
12069 (gdb-registers-handler-custom): Print registers in right order and
12070 allow changing register values (only for current thread yet).
12071 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
12072 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
12073 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
12074 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
12075 info in mode name.
12076 (gdb-registers-mode-map): TAB to switch to locals.
12077
12078 2009-08-08 Eli Zaretskii <eliz@gnu.org>
12079
12080 * mail/rmail.el (rmail-add-mbox-headers)
12081 (rmail-set-message-counters-counter): Search for
12082 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
12083
12084 2009-08-08 Glenn Morris <rgm@gnu.org>
12085
12086 * Makefile.in (ELCFILES): Update.
12087
12088 2009-08-07 Eli Zaretskii <eliz@gnu.org>
12089
12090 * mail/sendmail.el (mail-yank-original): Set
12091 buffer-file-coding-system from the one used by the message whose
12092 text is yanked.
12093
12094 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
12095 to "windows" when "pgnuplot" is used.
12096 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
12097 call accept-process-output if "pgnuplot" is used.
12098 (calc-graph-init): Don't send -display and -geometry to
12099 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
12100 running "pgnuplot -V" with shell-command-to-string.
12101
12102 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
12103 the default.
12104
12105 2009-08-07 Eli Zaretskii <eliz@gnu.org>
12106
12107 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
12108 org/org-latex.elc.
12109
12110 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
12111
12112 * vc-dispatcher.el (vc-resynch-window): Update comment.
12113
12114 * term.el (term-handle-ansi-escape): Add comments with the
12115 terminfo capabilities implemented.
12116
12117 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
12118
12119 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
12120 (gdb-var-create-handler): Rewritten using JSON parser.
12121 (gdb-propertize-header): Moved earlier.
12122 (gdb-set-header): Removed to avoid duplication.
12123 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
12124 Refresh disassembly buffers only after threads list have been
12125 update.
12126 (gdb-threads-header, gdb-registers-header): Per-buffer header line
12127 variables.
12128
12129 2009-08-04 Juri Linkov <juri@jurta.org>
12130
12131 * files.el: Commands to add/delete file/directory-local variables.
12132 (read-file-local-variable, read-file-local-variable-value)
12133 (read-file-local-variable-mode, modify-file-local-variable)
12134 (modify-file-local-variable-prop-line)
12135 (modify-dir-local-variable): New functions.
12136 (add-file-local-variable, delete-file-local-variable)
12137 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
12138 (add-dir-local-variable, delete-dir-local-variable)
12139 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
12140 (copy-dir-locals-to-file-locals-prop-line): New commands.
12141
12142 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
12143
12144 * abbrev.el (insert-abbrev-table-description): Prettify output.
12145 Suggested by Karl Chen.
12146
12147 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
12148
12149 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
12150 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
12151 (gdb-overlay-arrow-position, gdb-thread-position)
12152 (gdb-disassembly-position): Declare variables.
12153 (gdb-wait-for-pending): Function now.
12154 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
12155 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
12156 compilation goes smoothly.
12157 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
12158 (gdb-non-stop-setting): New customization setting which replaces
12159 `gdb-non-stop' so changing it doesn't break active GDB session.
12160 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
12161 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
12162 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
12163 (gdb-show-threads-by-default): New customization options.
12164 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
12165 routines.
12166 (gdb-get-buffer-create): Send buffers update signal when they are
12167 created.
12168 (gdb-invalidate-locals, gdb-invalidate-registers)
12169 (gdb-invalidate-breakpoints)
12170 (gdb-invalidate-threads, gdb-invalidate-disassembly)
12171 (gdb-invalidate-memory): Accept update signal.
12172 (gdb-current-context-command): Use --frame option.
12173 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
12174 Implement `gdb-frame-number' selection logic.
12175 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
12176 whether to show GUD toolbar buttons.
12177 (gdb-thread-exited): Unselect current thread when it exits.
12178 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
12179 (gdb-mark-line): Routine which sets overlay arrow or inverses
12180 video on fringeless displays.
12181 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
12182 to build aligned columns of data in GDB buffers and set text
12183 properties line-by-line.
12184 (gdb-invalidate-breakpoints)
12185 (gdb-breakpoints-list-handler-custom)
12186 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
12187 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
12188 (gdb-registers-handler-custom): Align data columns.
12189 (gdb-locals-handler-custom): Now prints data like in variable
12190 declarations.
12191 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
12192 Removed confusing buttons.
12193 (gdb-invalidate-threads): Append --frame.
12194 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
12195 between breakpoints/threads buffers.
12196 (gdb-set-window-buffer): Now can ignore dedicated windows.
12197 (gdb-propertize-header): Use `gdb-set-window-buffer'.
12198 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
12199 (def-gdb-thread-buffer-gud-command): Replaces
12200 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
12201 for fine thread control.
12202 (gdb-preempt-existing-or-display-buffer): New function used to
12203 display bound buffers without breaking window layout.
12204 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
12205 (gdb-select-frame): New version of `gdb-frames-select' which now
12206 sets `gdb-frame-number' so commands may use --frame option instead
12207 of inner debugger state.
12208 (gdb-frame-handler): Do not set `gdb-frame-number'.
12209 (gdb-threads-mode-map): Select threads with mouse.
12210
12211 * progmodes/gud.el (gdb-gud-context-call): Declare function to
12212 avoid compilation warning.
12213 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
12214 `gdb-show-stop-p`.
12215
12216 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
12217 Argument `key' renamed to `buffer-type'.
12218 (gdb-current-context-buffer-name): Do not add thread info to
12219 buffer name when no thread is selected.
12220 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
12221 command (bug 3794).
12222 (gdb-thread-selected): Handle `=thread-selected' notification.
12223 (gdb-wait-for-pending): New macro to deal with congestion problems.
12224 (gdb-breakpoints-list-handler-custom): Don't fail on pending
12225 breakpoints.
12226 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
12227 This fixes problem similar to one described in bug 3947.
12228 (gud-menu-map): More menu items.
12229 (gdb-init-1): Reset `gdb-thread-number' to nil.
12230
12231 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
12232 non-stop settings.
12233
12234 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
12235 (gdb-current-context-command): Do not append --thread if
12236 `gdb-thread-number' is nil.
12237 (gdb-running-threads-count, gdb-stopped-threads-count): New
12238 variables.
12239 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
12240 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
12241 customization options.
12242 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
12243 GUD commands.
12244 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
12245 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
12246 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
12247 set `gdb-thread-number' and update `gud-running' properly.
12248 (gdb-running): Update threads list when new threads appear.
12249 (gdb-stopped): Support non-stop operation and new thread switching
12250 logic.
12251 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
12252 (gdb-json-partial-output): New set of JSON routines.
12253 (def-gdb-auto-update-trigger): New `signal-list' optional
12254 argument.
12255 (gdb-thread-list-handler-custom): Update `gud-running',
12256 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
12257 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
12258 (gdb-continue-thread, gdb-step-thread): New commands for fine
12259 thread execution control.
12260 (gud-menu-map): New menu items to switch non-stop options.
12261 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
12262 (gdb-send): Mimic RET properly (bug 3794).
12263
12264 * progmodes/gdb-mi.el (gdb-rules-name-maker)
12265 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
12266 gdb-buffer-rules.
12267 (def-gdb-auto-update-handler): New nopreserve optional argument.
12268 (gdb-stack-list-frames-custom): Print stack from top to bottom.
12269
12270 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
12271 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
12272 (gdb-parent-mode): New mode to derive other GDB modes from.
12273 (gdb-display-disassembly-for-thread)
12274 (gdb-frame-disassembly-for-thread): New commands for threads
12275 buffer.
12276
12277 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
12278 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
12279 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
12280 (gdb-update): We now store all GDB buffers in a list so that they
12281 can be updated by traversing a list instead of calling invalidate
12282 triggers explicitly.
12283 (def-gdb-trigger-and-handler): New macro to define trigger-handler
12284 pair for GDB buffer.
12285 (gdb-stack-buffer-name): Add thread information.
12286 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
12287 handle pending triggers.
12288 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
12289 (def-gdb-thread-buffer-simple-command)
12290 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
12291 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
12292 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
12293 New commands which show buffers bound to thread.
12294 (gdb-stack-list-locals-regexp): Removed unused regexp.
12295
12296 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
12297 (gdb-locals-buffer-name, gdb-registers-buffer-name)
12298 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
12299 to (gud-comint-buffer) in *-buffer-name functions
12300 because (gdb-get-target-string) already does that.
12301 (gdb-locals-handler-custom, gdb-registers-handler-custom)
12302 (gdb-changed-registers-handler): Rewritten without regexps.
12303
12304 * progmodes/gdb-mi.el: Basic thread selection support.
12305 (gdb-thread-number): New variable.
12306 (gdb-current-context-command): New macro which adds --thread
12307 option to command.
12308 (gdb-threads-mode-map): Select thread with SPC.
12309 (gdb-thread-list-handler-custom): Mark current thread with overlay
12310 arrow. Synchronize GDB thread and Emacs thread.
12311 (gdb-select-thread): New command which selects current thread.
12312 (gdb-invalidate-frames, gdb-invalidate-locals)
12313 (gdb-invalidate-registers): Use --thread option.
12314
12315 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
12316
12317 * net/tramp.el (top): Make check for tramp-gvfs loading more
12318 robust. (Bug#3977)
12319 (tramp-handle-insert-file-contents): `unwind-protect' must be
12320 inside `with-parsed-tramp-file-name'.
12321
12322 * net/tramp-gvfs.el (top): Remove superfluous message when loading
12323 fails.
12324
12325 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
12326
12327 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
12328 directory if CLASSPATH is not set.
12329
12330 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
12331
12332 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
12333 New defconst.
12334 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
12335
12336 2009-08-02 Kevin Ryde <user42@zip.com.au>
12337
12338 * net/newst-backend.el (newsticker--raw-url-list-defaults):
12339 Update freshmeat link. Delete newsforge.com as it seems gone.
12340
12341 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
12342
12343 * select.el (x-set-selection): Doc fix (Bug#4021).
12344
12345 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
12346
12347 * help-fns.el (describe-variable): Treat list return values from
12348 dir-locals-find-file properly (Bug#4005).
12349
12350 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
12351
12352 * net/tramp.el (tramp-debug-message): Print also microseconds.
12353
12354 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
12355
12356 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
12357 or END is non-nil.
12358 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
12359 (tramp-get-debug-buffer): Change `outline-regexp' according to new
12360 format.
12361
12362 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
12363 (tramp-get-file-property): Use it.
12364
12365 * autorevert.el (auto-revert-handler): Allow
12366 `auto-revert-tail-mode' for remote files.
12367
12368 2009-08-02 Jason Rumney <jasonr@gnu.org>
12369
12370 * minibuffer.el (read-file-name): Treat confirm options to
12371 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
12372
12373 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
12374
12375 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
12376 (font-lock-variable-name-face, font-lock-constant-face): Darken
12377 the colors for light backgrounds.
12378
12379 2009-08-01 Eli Zaretskii <eliz@gnu.org>
12380
12381 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
12382 month names. (Bug#3987)
12383
12384 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
12385
12386 * simple.el (line-move-finish): Pass whole number to
12387 line-move-to-column.
12388 (line-move-visual): Perform hscroll to the recorded position.
12389
12390 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
12391
12392 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
12393
12394 2009-07-29 Alan Mackenzie <acm@muc.de>
12395
12396 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
12397
12398 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
12399
12400 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
12401 (gdb-place-breakpoints): Use full path when setting breakpoints.
12402
12403 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
12404
12405 * calc/calc.el (calc-mode-map): Add keybinding for
12406 `calc-transpose-lines'.
12407
12408 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
12409
12410 * calc/calc-misc.el (calc-transpose-lines): New function.
12411
12412 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
12413
12414 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
12415 Simplify check for out-of-band methods.
12416 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
12417 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
12418
12419 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
12420
12421 * vc-git.el (vc-git-checkin): Fix typo.
12422
12423 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
12424
12425 * progmodes/js2-mode.el: New file.
12426
12427 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
12428
12429 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
12430 (gud-menu-map): Adjust tooltip accordingly.
12431
12432 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12433
12434 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
12435 (vc-bzr-log-view-mode): Adjust log-view-file-re.
12436
12437 * add-log.el (change-log-mode-map): Add a menu.
12438
12439 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
12440
12441 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
12442 function returns nil.
12443 (dbus-handle-event): Handle special return value :ignore.
12444 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
12445
12446 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
12447
12448 * view.el (view-mode-enable): Don't define Helper-return-blurb if
12449 it's not needed.
12450
12451 2009-07-25 Eli Zaretskii <eliz@gnu.org>
12452
12453 Fix Bug#3888:
12454
12455 * w32-vars.el (x-select-enable-clipboard): Doc fix.
12456
12457 * term/pc-win.el (x-display-name, x-colors)
12458 (x-select-enable-clipboard, x-select-text): Doc fix.
12459
12460 * term/common-win.el (x-display-name, x-colors): Doc fix.
12461
12462 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
12463 (xw-defined-colors): Doc fix.
12464
12465 * w32-fns.el (x-select-text, x-setup-function-keys)
12466 (x-get-selection, x-set-selection): Doc fix.
12467
12468 * term/x-win.el (x-select-text, x-setup-function-keys)
12469 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
12470
12471 * select.el (x-set-selection): Doc fix.
12472
12473 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
12474
12475 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
12476 instead of "IsNSSSupportAvailable". Avahi ought to work also when
12477 "IsNSSSupportAvailable" method is not available. Reported by
12478 Steve Youngs <steve@sxemacs.org>.
12479
12480 2009-07-24 Kenichi Handa <handa@m17n.org>
12481
12482 * international/characters.el: Fix setting of category ?C, ?|, ?K,
12483 and ?H. Fix setting of case for Latin Extended and Greek Extended.
12484 (build-unicode-category-table): Fix range checks.
12485
12486 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
12487
12488 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
12489 the buffer we try to sync is current when calling
12490 vc-resynch-buffer.
12491
12492 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
12493 not show up to date files.
12494
12495 2009-07-24 Glenn Morris <rgm@gnu.org>
12496
12497 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
12498 Add autoload cookies. If necessary, initialize.
12499 (elint-log): Handle non-file buffers.
12500 (elint-initialize): Add optional argument to reinitialize.
12501 (elint-find-builtin-variables): Save excursion.
12502
12503 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
12504
12505 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12506 for Lint.
12507
12508 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12509
12510 * vc.el (vc-print-log-internal): New function, split out from ...
12511 (vc-print-log): ... here.
12512 (vc-dir-move-to-goal-column): Declare.
12513
12514 * vc-git.el (vc-git-add-signoff): New variable.
12515 (vc-git-checkin): Use it.
12516 (vc-git-toggle-signoff): New function.
12517 (vc-git-extra-menu-map): Bind it to menu.
12518 (vc-git--run-command-string): Accept a nil FILE argument.
12519 (vc-git-stash-list): New function.
12520 (vc-git-dir-extra-headers): Use it.
12521
12522 2009-07-23 Glenn Morris <rgm@gnu.org>
12523
12524 * help-fns.el (describe-variable): Describe ignored and risky local
12525 variables in a similar way to that in which we describe safe ones.
12526
12527 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
12528 (byte-compile-output-file-form, byte-compile-output-docform)
12529 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
12530 Give some more local variables with common names a "bytecomp-" prefix,
12531 so as not to shadow things during compilation.
12532 * emacs-lisp/cl-macs.el (load-time-value)
12533 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
12534 `outbuffer' to `bytecomp-outbuffer'.
12535
12536 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
12537 since the next two variables cover them automatically now.
12538 (elint-builtin-variables, elint-autoloaded-variables): New.
12539 (elint-unknown-builtin-args): Remove all members, since they can be
12540 parsed automatically now.
12541 (elint-extra-errors): New.
12542 (elint-env-add-env, elint-env-add-macro): Use cadr.
12543 (elint-current-buffer): Use or. Change final message.
12544 (elint-get-top-forms): Use line-end-position.
12545 (elint-init-env): Use cadr. Handle autoload, declare-function,
12546 and defalias.
12547 (elint-add-required-env): Doc fix. Use or. Standardize error.
12548 (regexp-assoc): Remove unused function.
12549 (elint-top-form): Set elint-current-pos, to record the start of the
12550 top-level form, for compilation-mode.
12551 (elint-form): Trap errors in macro expansion. Use dolist.
12552 (elint-unbound-variable): Use elint-builtin-variables and
12553 elint-autoloaded-variables.
12554 (elint-get-args): Use cadr, or.
12555 (elint-check-cond-form): Use dolist, cadr.
12556 (elint-check-condition-case-form): Doc fix. Use cadr.
12557 Use elint-extra-errors.
12558 (elint-log): New function.
12559 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
12560 Distinguish errors and warnings.
12561 (elint-log-message): Use with-current-buffer. Inhibit read-only.
12562 Use a bytecomp-style format.
12563 (elint-clear-log): Preserve default-directory. Inhibit read-only.
12564 (elint-get-log-buffer): Use compilation mode. Disable undo.
12565 Don't truncate lines.
12566 (elint-initialize): Set builtin and autoloaded variable lists.
12567 Only process elint-unknown-builtin-args if non-nil.
12568 (elint-find-builtin-variables, elint-find-autoloaded-variables):
12569 New functions.
12570 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
12571
12572 2009-07-22 Kevin Ryde <user42@zip.com.au>
12573
12574 * net/newst-backend.el (newsticker--parse-atom-1.0)
12575 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12576 (newsticker--parse-rss-1.0):
12577 * progmodes/idlwave.el (idlwave-mode):
12578 * progmodes/idlw-shell.el (idlwave-shell-mode):
12579 * progmodes/vera-mode.el (vera-mode):
12580 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
12581 * progmodes/vhdl-mode.el (vhdl-mode):
12582 * textmodes/table.el (table-generate-source)
12583 (table--warn-incompatibility):
12584 Hyperlink urls in docstrings with URL `...'.
12585
12586 2009-07-22 Glenn Morris <rgm@gnu.org>
12587
12588 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
12589 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
12590 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
12591 Remove leading * from defcustom docs.
12592
12593 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
12594
12595 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
12596 defcustom doc.
12597 (list-load-path-shadows): Optionally, just return shadows as a string.
12598
12599 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
12600
12601 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
12602
12603 * mail/rmailedit.el (rmail-edit-mode): Use
12604 auto-save-include-big-deletions.
12605
12606 * mail/rmail.el (rmail-variables): Use
12607 auto-save-include-big-deletions.
12608
12609 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
12610 changes.
12611
12612 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
12613
12614 * calc/calc.el (calc-undo-length): New variable.
12615 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
12616
12617 2009-07-21 Richard Stallman <rms@gnu.org>
12618
12619 * files.el (auto-save-mode): Handle buffer-save-size = -2
12620 for toggling mode.
12621
12622 2009-07-21 Glenn Morris <rgm@gnu.org>
12623
12624 * textmodes/ispell.el (ispell-looking-back): Update declaration.
12625
12626 * calendar/todo-mode.el (calendar-current-date): Update declaration.
12627
12628 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
12629 silence compiler. Instead...
12630 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
12631 (ps-print-ensure-fontified): Update for above function name changes.
12632
12633 * printing.el (pr-mh-get-msg-num, pr-mh-show)
12634 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
12635 silence compiler. Instead...
12636 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
12637 (mh-show-buffer): Only define for compiler.
12638 (pr-mh-current-message): Update for above function name changes.
12639
12640 * files.el (abort-if-file-too-large): Explicitly pass `filename'
12641 as an argument.
12642 (find-file-noselect, insert-file-1): Update for above change.
12643
12644 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
12645
12646 * mail/mailclient.el (mailclient-send-it): Fix message.
12647
12648 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
12649 (edebug-eval): Check cl-debug-env is bound.
12650 (print-level, print-circle): Don't redefine built-in variables.
12651
12652 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
12653 (custom-print-vectors): Remove old comments from doc.
12654
12655 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
12656 (emerge-version): Make the variable an obsolete alias for the
12657 emacs-version variable. Make the function obsolete.
12658 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
12659 Emerge options, rather than merging in into the main Options menu.
12660 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
12661 and auto advance modes. Disable edit/fast items when not relevant.
12662
12663 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
12664
12665 * term/vt420.el (terminal-init-vt420): Fix typo.
12666
12667 2009-07-20 Sam Steingold <sds@gnu.org>
12668
12669 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
12670 variable (removed from compile.el on 2004-03-11).
12671
12672 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
12673
12674 * files.el (hack-local-variables-filter): Fix last change.
12675
12676 2009-07-19 Juri Linkov <juri@jurta.org>
12677
12678 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
12679 (dir-local-variables-alist): New buffer-local variable.
12680 (hack-local-variables-filter): If variable is not dir-local,
12681 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
12682 because file-local overrides dir-local.
12683 (c-postprocess-file-styles) <declare-function>:
12684 Remove obsolete declaration.
12685 (hack-dir-local-variables): Add dir-local variable/value pair to
12686 `dir-local-variables-alist' and remove duplicates. Doc fix.
12687
12688 * help-fns.el (describe-variable): Add information about
12689 file-local and dir-local variables.
12690
12691 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
12692
12693 * files.el (hack-local-variables-filter): Rewrite.
12694
12695 2009-07-19 Glenn Morris <rgm@gnu.org>
12696
12697 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
12698 Silence compiler by only defining on XEmacs.
12699
12700 * international/mule.el (auto-coding-regexp-alist): Only match
12701 BABYL... at the start of buffer, not of lines. (Bug#3790)
12702
12703 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
12704 non-calendar buffers (Bug#3862). Restore "not on a date" message.
12705 (cal-menu-context-mouse-menu): Doc fix.
12706
12707 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
12708
12709 * simple.el (mail-user-agent): Doc fix. Set :version tag.
12710
12711 2009-07-18 Juri Linkov <juri@jurta.org>
12712
12713 * info.el: Virtual Info keyword finder.
12714 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
12715 (Info-finder-file): New variable.
12716 (Info-finder-find-file): New function.
12717 (finder-known-keywords, finder-package-info)
12718 (find-library-name, lm-commentary): Use defvar and
12719 declare-function to silence compiler warnings.
12720 (Info-finder-find-node): New function.
12721 (info-finder): New command.
12722
12723 * subr.el (process-kill-buffer-query-function): New function.
12724 (add-hook)<kill-buffer-query-functions>: Add hook
12725 `process-kill-buffer-query-function'.
12726
12727 2009-07-18 Alan Mackenzie <acm@muc.de>
12728
12729 * progmodes/cc-mode.el (c-before-hack-hook)
12730 (c-postprocess-file-styles): Give invocation of `c-set-style'
12731 DONT-OVERRIDE parameter of t. Already set style variables will
12732 thus not be overridden by style settings given by `c-file-syle'.
12733
12734 * files.el (hack-local-variables-filter): Remove entries with
12735 duplicate keys from `file-local-variables-alist'.
12736
12737 2009-07-18 Eli Zaretskii <eliz@gnu.org>
12738
12739 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
12740 x-set-selection if display-selections-p returns nil for the
12741 current frame.
12742
12743 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
12744
12745 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
12746
12747 2009-07-18 Eli Zaretskii <eliz@gnu.org>
12748
12749 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
12750 Accept nil in addition to a regexp.
12751 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
12752 Accept nil in addition to a regexp.
12753 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
12754 buffers that have an associated file. Handle nil values of
12755 desktop-buffers-not-to-save and desktop-files-not-to-save.
12756 (Bug#3833)
12757
12758 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12759 (x-disown-selection-internal): New functions.
12760
12761 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
12762
12763 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
12764 warning.
12765 (gdb-breakpoints-header): Move forward to avoid compiler warning.
12766 (gdb-make-header-line-mouse-map): Remove duplicate definition.
12767
12768 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
12769
12770 * simple.el (set-mark): Revert last change.
12771
12772 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
12773
12774 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
12775 rendering of pngs is not possible instead of messaging a long
12776 description.
12777
12778 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
12779
12780 * w32-fns.el (x-selection-owner-p): New function.
12781
12782 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
12783 (mouse-yank-at-click, mouse-yank-primary): If
12784 select-active-regions is non-nil, deactivate the mark before
12785 insertion.
12786
12787 * simple.el (deactivate-mark, set-mark): Only save selection if we
12788 own it.
12789
12790 2009-07-17 Kenichi Handa <handa@m17n.org>
12791
12792 * case-table.el (describe-buffer-case-table): Fix for the case
12793 that KEY is a cons.
12794
12795 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
12796
12797 * vc-rcs.el (vc-rcs-find-file-hook):
12798 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
12799
12800 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
12801
12802 * net/tramp.el (tramp-wait-for-output): Handle the case when
12803 commands do not return a newline but a null byte before the shell
12804 prompt. (Bug#3858)
12805
12806 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12807
12808 * term/ns-win.el (ns-set-alpha): Don't declare.
12809 (ns-set-background-alpha): Remove function.
12810
12811 2009-07-16 Kevin Ryde <user42@zip.com.au>
12812
12813 * emacs-lisp/copyright.el (copyright-update): Save match-data across
12814 y-or-n-p, for safety.
12815
12816 2009-07-16 Richard Stallman <rms@gnu.org>
12817
12818 * files.el (auto-save-mode): If buffer-saved-size is -2,
12819 don't clobber it.
12820
12821 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
12822 (rmail-retry-ignored-headers): Add more uninteresting fields.
12823
12824 2009-07-15 Jari Aalto <jari.aalto@cante.net>
12825
12826 * net/rcirc.el (rcirc): Use history variables.
12827 (rcirc-server-name-history, rcirc-nick-name-history)
12828 (rcirc-server-port-history): New variables.
12829
12830 2009-07-15 Kenichi Handa <handa@m17n.org>
12831
12832 * international/mule-cmds.el (set-language-environment-charset):
12833 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
12834 ignore them.
12835
12836 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
12837 Delete unibyte-display.
12838
12839 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
12840
12841 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
12842
12843 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
12844
12845 * simple.el (deactivate-mark): Optional argument FORCE.
12846 (set-mark): Use deactivate-mark.
12847
12848 * info.el (Info-search): No need to check transient-mark-mode
12849 before calling deactivate-mark.
12850
12851 * select.el (x-set-selection): Doc fix.
12852 (x-valid-simple-selection-p): Allow buffer values.
12853 (xselect--selection-bounds): Handle buffer values. Suggested by
12854 David De La Harpe Golden.
12855
12856 * mouse.el (mouse-set-region, mouse-drag-track): Call
12857 copy-region-as-kill before setting the mark, to let
12858 select-active-regions work.
12859
12860 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
12861
12862 * simple.el (deactivate-mark): If select-active-regions is
12863 non-nil, copy the selection data into a string.
12864 (activate-mark): If select-active-regions is non-nil, set the
12865 selection to the current buffer.
12866 (set-mark): Update selection if select-active-regions is non-nil.
12867
12868 * select.el (x-valid-simple-selection-p): Allow buffer values.
12869
12870 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
12871
12872 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
12873 and more featureful message-mode.
12874
12875 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
12876
12877 * select.el (x-set-selection): Doc fix.
12878 (x-valid-simple-selection-p): Disallow selection data consisting
12879 of a list or cons of integers, since that is not used.
12880 (xselect--selection-bounds, xselect--int-to-cons): New functions.
12881 (xselect-convert-to-string, xselect-convert-to-length)
12882 (xselect-convert-to-filename, xselect-convert-to-charpos)
12883 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
12884
12885 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
12886
12887 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
12888 output in -break-info command (Emacs bug #3794).
12889
12890 2009-07-14 Glenn Morris <rgm@gnu.org>
12891
12892 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
12893 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
12894 (edebug-print-length, edebug-print-level, edebug-print-circle)
12895 (edebug-sit-for-seconds, edebug-view-outside)
12896 (edebug-bounce-point, edebug-set-global-break-condition)
12897 (edebug-Go-nonstop-mode, edebug-trace-mode)
12898 (edebug-Trace-fast-mode, edebug-continue-mode)
12899 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
12900 (edebug-visit-eval-list): Doc fixes.
12901
12902 * subr.el (def-edebug-spec): Doc fix.
12903
12904 2009-07-14 Kenichi Handa <handa@m17n.org>
12905
12906 * international/characters.el: Fix setting of category ?C.
12907
12908 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
12909
12910 * term/ns-win.el (x-select-font): defalias x-select-font to
12911 ns-popup-font-panel instead of generate-fontset-menu.
12912
12913 2009-07-12 Eli Zaretskii <eliz@gnu.org>
12914
12915 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
12916
12917 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
12918
12919 * arc-mode.el (archive-find-type): Allow for a PK00 string before
12920 the PK\003\004 header (Bug#3770).
12921
12922 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
12923
12924 * pcomplete.el (pcomplete-comint-setup): Check for
12925 shell-dynamic-complete-filename too.
12926
12927 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
12928
12929 * simple.el (temporary-goal-column): Change the value for
12930 line-move-visual to a cons cell.
12931 (line-move-visual): Record or set the window hscroll, if
12932 necessary (Bug#3494).
12933 (line-move-1): Handle cons value of temporary-goal-column.
12934
12935 2009-07-11 Kenichi Handa <handa@m17n.org>
12936
12937 * international/mule-diag.el (describe-character-set): Don't show
12938 width.
12939
12940 2009-07-10 Sam Steingold <sds@gnu.org>
12941
12942 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12943 Omake sometimes indents the errors it prints, so allow all
12944 regexps to start with spaces.
12945
12946 2009-07-10 Eli Zaretskii <eliz@gnu.org>
12947
12948 * cus-edit.el (customize-changed-options-previous-release):
12949 Bump value to 22.1. (Bug#3804)
12950
12951 2009-07-08 Sam Steingold <sds@gnu.org>
12952
12953 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
12954 to be a cons cell (test . ignored-directory) to selectively ignore
12955 some directories depending on the location of the search.
12956
12957 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
12958
12959 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
12960 remote user is root, on the local host.
12961 (tramp-local-host-p): Either the local user or the remote user
12962 must be root. (Bug#3771)
12963
12964 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
12965
12966 * progmodes/gdb-mi.el (gdb): Remove description of
12967 gdb-use-separate-io-buffer.
12968 (menu): Don't allow toggling of or enable
12969 gdb-use-separate-io-buffer from menubar.
12970
12971 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
12972
12973 * mail/unrmail.el (unrmail): Make sure the message ends with two
12974 newlines (Bug#3769).
12975
12976 2009-07-08 Glenn Morris <rgm@gnu.org>
12977
12978 * calendar/calendar.el (calendar-current-date): Rework previous change.
12979
12980 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
12981
12982 * calendar/calendar.el (calendar-current-date):
12983 Add an optional argument giving an offset from today.
12984
12985 2009-07-08 Glenn Morris <rgm@gnu.org>
12986
12987 * tutorial.el (tutorial--describe-nonstandard-key):
12988 Adjust the message for when a key has been unbound.
12989 (help-with-tutorial): Hide the arch-tag.
12990
12991 2009-07-08 Kenichi Handa <handa@m17n.org>
12992
12993 * international/fontset.el (setup-default-fontset): For each
12994 script, append (not set) font-specs.
12995
12996 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
12997 docstring.
12998
12999 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
13000
13001 * progmodes/gdb-mi.el (gdb-init-1): Move sending
13002 -data-list-register-names to ...
13003 (gdb-starting): ... here because GDB 7.0 requires execution to
13004 have started when using this MI command.
13005 (gdb-set-header): New function to distinguish select and
13006 unselected tabs in gdb buffers.
13007 (gdb-propertize-header): New macro that uses gdb-set-header.
13008 (gdb-breakpoints-header, gdb-locals-header): Use it.
13009 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
13010
13011 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
13012
13013 * Makefile.in (ELCFILES): Remove fadr.elc.
13014
13015 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
13016
13017 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
13018 may contain frame information, so `string-match' should be used.
13019 (gdb-update): Disassembly is invalidated through
13020 `gdb-get-selected-frame'.
13021 (gdb-pad-string): New function to pad string with spaces.
13022 (gdb-invalidate-disassembly): Invalidate only if the buffer
13023 exists.
13024 (gdb-disassembly-handler-custom): Column alignment.
13025 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
13026 placing new ones.
13027 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
13028 end of line, too.
13029 (gdb-frame-handler): Match convention to for disassembly buffer
13030 mode name.
13031 (gdb-stack-list-frames-handler): Rewritten without regexps.
13032 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
13033 not highlight breakpoints without line information.
13034 (gdb-input): Add trailing newline to command.
13035
13036 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
13037 buffer properly.
13038 (gdb-breakpoints-list-handler-custom): Replacement for
13039 `gdb-break-list-handler'. Using real parser instead of regexps
13040 now.
13041 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
13042 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
13043 to place breakpoints.
13044 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
13045 functions.
13046 (gdb-disassembly-handler-custom): Show overlay arrow.
13047 (gdb-disassembly-place-breakpoints): Show breakpoints in
13048 disassembly buffer.
13049 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13050 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
13051 instead of parsing breakpoints buffer. Fixed old menu references
13052 in `gud-menu-map'.
13053
13054 * fadr.el: Remove.
13055
13056 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
13057 (gdb-memory-address): New variable which holds top address of
13058 memory page shown in memory buffer.
13059 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
13060 customization variables.
13061 New functions:
13062 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
13063 display the memory buffer.
13064 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
13065 buffer display parameters.
13066 (def-gdb-memory-format, gdb-memory-format-binary)
13067 (gdb-memory-format-octal, gdb-memory-format-unsigned)
13068 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
13069 Functions for setting memory buffer format.
13070 (gdb-memory-unit-word, gdb-memory-unit-halfword)
13071 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
13072 unit size used in memory buffer.
13073 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
13074 to next/previous page of memory buffer.
13075 Now using (bindat-get-field) instead of fadr functions.
13076
13077 2009-07-07 Sam Steingold <sds@gnu.org>
13078
13079 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
13080 non-top-level files.
13081
13082 2009-07-07 Kenichi Handa <handa@m17n.org>
13083
13084 * international/mule-cmds.el (reset-language-environment): Put
13085 the highset priority to the charset iso-8859-1.
13086
13087 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
13088
13089 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
13090 to the end of the line when locating the block (Bug#700).
13091
13092 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
13093
13094 * net/tramp.el (tramp-handle-write-region): Flush file properties
13095 in case of short track.
13096
13097 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
13098
13099 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
13100 Coded custom representation of verilog error regular expressions
13101 to work with Emacs-22's new format.
13102 (verilog-error-regexp-xemacs-alist): Coded custom representation
13103 of verilog error regular expressions to work with XEmacs format.
13104 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
13105 error recognition into XEmacs.
13106 (verilog-error-regexp-add-emacs): Hook routine to install verilog
13107 error recognition into Emacs-22.
13108
13109 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
13110
13111 * woman.el: Remove stand-alone closing parentheses.
13112 (woman-file-name, woman2-format-paragraphs)
13113 (woman-leave-blank-lines): Code cleanup.
13114 (woman-use-own-frame): Change default to nil.
13115 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
13116 defaults to inherit from default faces.
13117 (woman2-process-escapes): Consume the newline after a stand-alone
13118 filler character (Bug#3651).
13119
13120 2009-07-06 Glenn Morris <rgm@gnu.org>
13121
13122 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
13123 (top-level): Move provide to the end.
13124 (ffap): Remove defunct URL from custom group.
13125
13126 * subr.el (eval-after-load): Doc fix.
13127
13128 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
13129
13130 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
13131 `calc-embedded-word' is called twice.
13132
13133 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13134
13135 * files.el (find-alternate-file-other-window, find-alternate-file):
13136 Obey confirm-nonexistent-file-or-buffer.
13137
13138 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
13139
13140 * dired-aux.el (dired-show-file-type): Handle remote files.
13141
13142 2009-07-05 Jari Aalto <jari.aalto@cante.net>
13143
13144 * desktop.el (desktop-globals-to-save):
13145 Add file-name-history (Bug#2750).
13146
13147 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
13148
13149 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
13150
13151 2009-07-04 Johan Bockgård <bojohan@gnu.org>
13152
13153 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
13154 property on entire argument since this is what eshell-lisp-command
13155 expects.
13156
13157 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
13158
13159 * net/tramp-gvfs.el (tramp-gvfs-methods)
13160 (tramp-gvfs-zeroconf-domain)
13161 (tramp-bluez-discover-devices-timeout): Add version flag.
13162 (tramp-gvfs-handler-mounted-unmounted)
13163 (tramp-gvfs-connection-mounted-p): Polish handling of
13164 incompatibilities between GVFS 0.2 and 1.0.
13165
13166 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
13167
13168 * cus-start.el (all): Add make-pointer-invisible.
13169
13170 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
13171
13172 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
13173 formatted correctly.
13174
13175 2009-07-02 Juri Linkov <juri@jurta.org>
13176
13177 * info.el: Virtual Info files and nodes.
13178 (Info-virtual-files, Info-virtual-nodes): New variables.
13179 (Info-current-node-virtual): New variable.
13180 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
13181 New functions.
13182 (Info-file-supports-index-cookies): Use Info-virtual-file-p
13183 to check for a virtual file instead of checking a fixed list
13184 of node names.
13185 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
13186 instead of ad-hoc processing of "dir" and (apropos history toc).
13187 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
13188 instead of ad-hoc processing of "dir" and (apropos history toc).
13189 Reread a file when moving from a virtual node.
13190 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
13191 (Info-directory-toc-nodes, Info-directory-find-file)
13192 (Info-directory-find-node): New functions.
13193 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
13194 (Info-history): Move part of code to
13195 `Info-history-find-node'.
13196 (Info-history-toc-nodes, Info-history-find-file)
13197 (Info-history-find-node): New functions.
13198 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
13199 (Info-toc): Move part of code to `Info-toc-find-node'.
13200 (Info-toc-find-node): New function.
13201 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
13202 the current Info file name to references because now the node
13203 "*TOC*" belongs to the same Info manual.
13204 (Info-toc-build): Rename from `Info-build-toc'.
13205 (Info-toc-nodes): Rename input argument `file' to `filename'.
13206 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
13207 instead of ad-hoc processing of ("dir" apropos history toc).
13208 (Info-index-nodes): Use Info-virtual-file-p
13209 to check for a virtual file instead of checking a fixed list
13210 of node names.
13211 (Info-index-node): Add check for `Info-current-node-virtual'.
13212 Raise `save-match-data' higher up the tree to contain
13213 `search-forward' too (bug fix).
13214 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
13215 (Info-virtual-index-nodes): New variable.
13216 (Info-virtual-index-find-node, Info-virtual-index): New functions.
13217 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
13218 (Info-apropos-file, Info-apropos-nodes): New variables.
13219 (Info-apropos-toc-nodes, Info-apropos-find-file)
13220 (Info-apropos-find-node, Info-apropos-matches): New functions.
13221 (info-apropos): Move part of code to `Info-apropos-find-node' and
13222 `Info-apropos-matches'.
13223 (Info-mode-map): Bind "I" to `Info-virtual-index'.
13224 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
13225 for a virtual file instead of checking a fixed list of node names.
13226
13227 * simple.el (async-shell-command): New command.
13228
13229 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
13230
13231 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
13232 instead of `mount-info'.
13233
13234 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
13235
13236 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
13237 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
13238
13239 2009-07-02 Kenichi Handa <handa@m17n.org>
13240
13241 * international/mule.el (set-keyboard-coding-system): Force *-unix
13242 coding-system to avoid eol conversion.
13243
13244 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
13245
13246 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13247 Add handler for `process-file', `shell-command' and
13248 `start-file-process'.
13249 (tramp-gvfs-handle-shell-command)
13250 (tramp-gvfs-handle-start-file-process)
13251 (tramp-gvfs-handle-process-file): New defuns.
13252 (tramp-synce-list-devices): Simplify check for existence of property.
13253
13254 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
13255
13256 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
13257
13258 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
13259
13260 * language/korean.el (set-language-info-alist): Add korean-cp949,
13261 cp949 to spec.
13262
13263 2009-07-01 Kenichi Handa <handa@m17n.org>
13264
13265 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
13266
13267 * international/encoded-kb.el: Deleted.
13268
13269 * international/mule.el (set-keyboard-coding-system): Perform the
13270 necessary setup here instead of calling encoded-kbd-setup-display.
13271
13272 2009-07-01 Glenn Morris <rgm@gnu.org>
13273
13274 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
13275
13276 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
13277
13278 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
13279
13280 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
13281
13282 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
13283 Handle also the 'rename case, when setting file modes. (Bug#3712)
13284 (tramp-default-file-modes): Remove execute permissions.
13285
13286 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
13287 (top): Add a default for "synce" in `tramp-default-user-alist'.
13288 Add completion function for "synce" method.
13289 (tramp-hal-service, tramp-hal-path-manager)
13290 (tramp-hal-interface-manager, tramp-hal-interface-device):
13291 New defconst.
13292 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
13293 (tramp-synce-list-devices, tramp-synce-parse-device-names):
13294 New defuns.
13295
13296 * net/trampver.el: Update release number.
13297
13298 2009-06-30 Kenichi Handa <handa@m17n.org>
13299
13300 * international/fontset.el (setup-default-fontset): Add CJK fonts
13301 for symbols and the other miscellaneous characters.
13302
13303 * language/korea-util.el (setup-korean-environment-internal):
13304 Make char-width-table suitable for Korean environments.
13305 (exit-korean-environment): Cancel above.
13306
13307 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
13308 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
13309 setup-function to make char-width-table suitable for respective
13310 environments, and an exit-function to cancel that.
13311
13312 * language/japan-util.el (setup-japanese-environment-internal):
13313 Call use-cjk-char-width-table with arg `ja_JP'.
13314
13315 * international/characters.el (cjk-char-width-table): Delete it.
13316 (cjk-char-width-table-list): New variable.
13317 (use-cjk-char-width-table): New arg local-name.
13318 (use-default-char-width-table): Fix for the case that Emacs is
13319 already using the default char-width-table.
13320
13321 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
13322
13323 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
13324 modes mandatory. (Bug#3712)
13325
13326 2009-06-29 Alan Mackenzie <acm@muc.de>
13327
13328 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
13329 correction between the visible width of TABs and their number of bytes.
13330
13331 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
13332
13333 * server.el (server-buffer-done): Prevent kill-buffer from
13334 prompting by clearing the buffer modification flag (Bug#3696).
13335
13336 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
13337
13338 * progmodes/verilog-mode.el (verilog-beg-of-statement)
13339 (verilog-endcomment-reason-re): Support unique case and priority case.
13340 (verilog-basic-complete-re): Support localparam lineup.
13341 (verilog-beg-of-statement-1): Fix for robustness, unique case.
13342 (verilog-set-auto-endcomments): Fix for unique case, always_comb
13343 commenting.
13344 (verilog-leap-to-case-head): Now support *nested* unique &
13345 priority case statements.
13346 (verilog-auto-lineup): Make just declarations the default (as it
13347 had been).
13348 (verilog-leap-to-case-head): Support priority/unique case statements.
13349 (verilog-auto-lineup): Rework to give users radio buttons to
13350 select the various styles of automatic lineup.
13351 (verilog-error-regexp-alist): Rework to support the XEmacs style
13352 of error regular expressions from compilers, lint tools &
13353 simulators. Note that GNU Emacs has made it impossible for a mode
13354 to load such things.
13355 (electric-verilog-terminate-line, verilog-indent-declaration)
13356 (verilog-auto-wiure): Rework for radio button selection of
13357 auto-lineup selection of specification of auto lineup.
13358 (verilog-beg-of-statement-1): Redesign to support proper operation
13359 in additional code, based on testing with auto-lineup.
13360 (verilog-calculate-indent, assignments & declarations)
13361 (verilog-backward-token): Enhance to support auto-lineup of
13362 assignments & declarations.
13363 (verilog-in-directive-p, verilog-at-struct-p): New function for
13364 easy test of whether we are.
13365 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
13366 to support safe execution at almost anyline.
13367 (verilog-calc-1): Properly support indenting deep inside generate
13368 blocks.
13369 (verilog-init-font): Remove definition & use of verilog-init-font,
13370 as it is redundant with font-lock-defaults.
13371 (verilog-mode): Alter the definition of verilog-font-lock-defaults
13372 to avoid circular calls if syntax-ppss is a function (as is the
13373 case now in 22.x GNU Emacs) as that function would sometimes call
13374 itself, leading to (nearly) infinite recursion.
13375 (verilog-ovm-begin-re, verilog-ovm-end-re)
13376 (verilog-ovm-statement-re, verilog-leap-to-head)
13377 (verilog-backward-token): Add support for OVM macros. Some are
13378 complete statements, and others open and close scopes like begin
13379 and end.
13380 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
13381 (verilog-defun-level-generate-only-re): Really fix the defun-list
13382 compilation issue.
13383 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
13384 coverpoint, constraint and cross statements.
13385 (verilog-defun-level-list, verilog-generate-defun-level-list)
13386 (verilog-all-defun-level-list): Redo these specifications - it is
13387 too hard to support eval-when compile aggregation of lists also
13388 built at when-compile time.
13389 (verilog-defun-level-list): Place defconsts of variables used in
13390 building regular expressions which are built in eval-when-compile
13391 bodies in the same eval-when-compile body to facilitate compile
13392 without load.
13393 (verilog-beg-block-re-ordered): Support indenting
13394 virtual/protected tasks and functions.
13395 (verilog-defun-level-list, verilog-in-generate-region-p)
13396 (verilog-backward-ws&directives, verilog-calc-1): Speed up
13397 indentation of some module items (generate items).
13398 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
13399 across virtual/protected tasks and functions.
13400
13401 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
13402
13403 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
13404 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
13405 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
13406 in concatenations. Reported by Yishay Belkind.
13407 (verilog-auto-ascii-enum): Support one-hot state machines in
13408 AUTOASCIIENUM. Suggested by Lloyd Gomez.
13409 (verilog-auto-inst, verilog-auto-inst-port): Include interface
13410 modport in AUTOINST and add vl-modport for users. Reported by
13411 David Rogoff.
13412 (verilog-auto-inout-module, verilog-auto-inst)
13413 (verilog-decls-get-interfaces, verilog-insert-definition)
13414 (verilog-insert-one-definition, verilog-read-decls)
13415 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
13416 (verilog-sig-modport, verilog-signals-combine-bus)
13417 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
13418 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
13419 Suggested by David Rogoff.
13420 (verilog-repair-open-comma): Fix non-insertion of comma when
13421 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
13422 (verilog-make-width-expression): Simplify [A-1:0] expression
13423 widths to just {A{1'b0}}.
13424 (verilog-mode): Cleanup checkdoc warnings.
13425 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
13426 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
13427 inputs/outputs or data type. Suggested by Vasu Kandadi.
13428 (next-error-last-buffer): Fix byte-compiler warning.
13429 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
13430 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
13431 or shell command text during AUTO expansion. Suggested by Tad Truex.
13432 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
13433 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
13434 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
13435 in AUTOINOUT. Reported by Matthew Lovell.
13436 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
13437 causing use of <= assignments. Reported by Alex Reed.
13438 (verilog-read-decls): Fix triand, trior, wand, wor to be
13439 recognized by AUTOWIRE. Reported by Spencer Isaacson.
13440 (verilog-extended-complete-re): Support import "DPI-C" functions.
13441 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
13442 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
13443 (verilog-insert-date, verilog-insert-year)
13444 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
13445 Windows systems. Reported by Michael Potts.
13446 (verilog-read-module-name): Fix AUTOINST when the child module
13447 declaration's name is a tick define. Reported by Elliot Mednick.
13448 (verilog-read-decls): Fix V2K parameter bit subscripts getting
13449 passed to next parameter's definition. Reported by Bruce T.
13450 (verilog-read-decls): Fix detecting "parameter int" when using
13451 AUTOINSTPARAM. Reported by Bruce T.
13452 (verilog-goto-defun): Fix goto not finding modules unless first
13453 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
13454 (verilog-mode): Expand -f flag arguments on entry to mode so
13455 verilog-goto-defun will work. Reported by Lawrence Butcher.
13456 (verilog-getopt): Expand environment variables in -f file
13457 arguments. Suggested by Lawrence Butcher.
13458 (verilog-set-define): Fix "Symbol's value as variable is void"
13459 when reading enumerations.
13460 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
13461 Suggested by Stephen Peltan.
13462 (verilog-read-defines): Fix reading of enumerations in include
13463 files. Reported by Steve Peltan.
13464
13465 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
13466
13467 * files.el (trash-directory): Fix defcustom type.
13468
13469 2009-06-28 Juri Linkov <juri@jurta.org>
13470
13471 * help-fns.el (describe-function-1): Correctly locate adviced
13472 functions in hyperlink (Bug#2438).
13473
13474 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
13475
13476 * files.el (trash-directory): Change default to nil.
13477 (move-file-to-trash): If trash-directory is nil and
13478 system-move-file-to-trash is unbound, perform freedesktop-style
13479 trashing.
13480
13481 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
13482
13483 * files.el (move-file-to-trash): Add freedesktop trash
13484 support (Bug#973).
13485
13486 2009-06-28 Glenn Morris <rgm@gnu.org>
13487
13488 * autorevert.el (global-auto-revert-non-file-buffers)
13489 (global-auto-revert-mode): Doc fixes.
13490
13491 2009-06-27 Johan Bockgård <bojohan@gnu.org>
13492
13493 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
13494
13495 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
13496
13497 * faces.el (x-handle-named-frame-geometry): Ensure that we have
13498 opened an X connection before calling x-get-resource (Bug#3194).
13499
13500 * play/doctor.el: Remove reference to obsolete website.
13501 (make-doctor-variables): Correct grammar mistake (Bug#2633).
13502
13503 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
13504
13505 Remove find-file-not-found-hook VC method. (Bug#2757)
13506 * vc-hooks.el (vc-file-not-found-hook)
13507 (vc-default-find-file-not-found-hook): Remove functions.
13508 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
13509 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
13510 * vc.el:
13511 * vc-hg.el:
13512 * vc-git.el: Do not mention find-file-not-found-hook VC method.
13513
13514 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
13515
13516 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
13517 compatibility function for `looking-back'.
13518
13519 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
13520 Use `ispell-looking-back'.
13521
13522 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
13523
13524 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
13525 rather than `filename'.
13526
13527 2009-06-23 Miles Bader <miles@gnu.org>
13528
13529 * face-remap.el (text-scale-set): New function.
13530
13531 2009-06-23 Glenn Morris <rgm@gnu.org>
13532
13533 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
13534
13535 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
13536
13537 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
13538
13539 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
13540
13541 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
13542 Simplify Persian conditionals.
13543
13544 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
13545 variable `filename'.
13546
13547 * comint.el (comint-insert-input): Doc fix.
13548
13549 * Makefile.in (ELCFILES): Fix typo in previous change.
13550
13551 2009-06-23 Miles Bader <miles@gnu.org>
13552
13553 * cus-start.el: Add entry for `recenter-redisplay'.
13554
13555 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
13556
13557 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
13558 Add an optional argument for the backend, use it instead of
13559 calling vc-backend.
13560 (vc-mode-line): Add an optional argument for the backend.
13561 Pass the backend to vc-state and vc-working-revision. Move code for
13562 special handling for vc-state being a buffer to ...
13563
13564 * vc-rcs.el (vc-rcs-find-file-hook):
13565 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
13566
13567 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
13568 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
13569 vc-stay-local-p and vc-mode-line calls.
13570
13571 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
13572 (vc-cvs-diff, vc-cvs-annotate-command)
13573 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
13574 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
13575 vc-mode-line calls.
13576
13577 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
13578 direct comparison.
13579 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
13580 backend when calling vc-mode-line.
13581 (vc-register): Do not create a closure for calling the vc register
13582 function, call it directly.
13583
13584 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
13585
13586 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
13587 to make it obvious item can be clicked.
13588
13589 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
13590
13591 2009-06-23 Kenichi Handa <handa@m17n.org>
13592
13593 * language/korea-util.el (korean-key-bindings): Change the binding
13594 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
13595 same command.
13596
13597 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
13598
13599 Sync with Tramp 2.1.16.
13600
13601 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
13602
13603 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
13604 when a loading of a package fails. Completion function for rsync
13605 is `tramp-completion-function-alist-ssh'.
13606 (all): Replace all calls of `split-string' and
13607 `tramp-split-string' by `tramp-compat-split-string'.
13608 (tramp-default-method): Use `tramp-compat-process-running-p'.
13609 (tramp-default-proxies-alist): Allow also Lisp forms.
13610 (tramp-remote-path): Add choice "Private Directories".
13611 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
13612 (tramp-domain-regexp): Allow also "-", "_" and ".".
13613 (tramp-end-of-output): Remove newlines, and add "$" at the end.
13614 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
13615 (tramp-debug-message): Insert header line in debug buffer.
13616 (tramp-handle-directory-files-and-attributes-with-stat):
13617 Care about filenames with spaces, or starting with "-".
13618 (tramp-handle-dired-uncache): New defun.
13619 (tramp-handle-insert-directory): Don't flush the directory from
13620 cache, this is handled by `dired-uncache' now.
13621 (tramp-handle-insert-file-contents): Improve error handling.
13622 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13623 Quote `tramp-end-of-output'.
13624 (tramp-action-password): Improve trace message.
13625 (tramp-check-for-regexp): Both echoes must be present, before removing.
13626 (tramp-open-connection-setup-interactive-shell): Trace coding system.
13627 (tramp-compute-multi-hops): Eval cons cells of
13628 `tramp-default-proxies-alist'.
13629 (tramp-maybe-open-connection): Use the same command pattern for
13630 first hop and further hops.
13631 (tramp-wait-for-output): Remove handling of newlines.
13632 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
13633 (tramp-split-string): Remove function. It is handled in
13634 tramp-compat now.
13635
13636 * net/tramp-cmds.el (tramp-bug):
13637 Recommend `tramp-cleanup-all-connections' in the bug mail.
13638
13639 * net/tramp-compat.el (tramp-compat-split-string)
13640 (tramp-compat-process-running-p): New defuns.
13641
13642 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
13643 for `dired-uncache'.
13644
13645 * net/tramp-gvfs.el: New package.
13646
13647 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
13648 Add handler for `dired-uncache'.
13649 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
13650
13651 * net/trampver.el: Update release number. Make version check fit
13652 for SXEmacs 22.
13653
13654 2009-06-22 Jim Meyering <meyering@redhat.com>
13655
13656 Automatically handle .xz suffix (XZ-compressed files), too.
13657 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
13658 XZ is the successor to LZMA: <http://tukaani.org/xz/>
13659
13660 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
13661 Nick Roberts <nickrob@snap.net.nz>
13662
13663 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
13664 repository (http://sphinx.net.ru/hg/gdb-mi/).
13665
13666 2009-06-22 Glenn Morris <rgm@gnu.org>
13667
13668 * files.el (dir-locals-collect-mode-variables): Allow for any number of
13669 `mode' and `eval' entries. (Bug#3430)
13670
13671 * Makefile.in (ELCFILES): Add fadr.elc.
13672
13673 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
13674 differing behavior of \n and ^ in strings. (Bug#3385)
13675
13676 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
13677
13678 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
13679 property.
13680 (lisp-indent-function): Make it a defcustom.
13681
13682 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
13683
13684 * progmodes/gdb-ui.el: Replace with ...
13685 * progmodes/gdb-mi.el: ... this file.
13686 * progmodes/gud.el: Modify for gdb-mi.el.
13687
13688 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
13689
13690 * fadr.el: New file.
13691
13692 See ChangeLog.14 for earlier changes.
13693
13694 ;; Local Variables:
13695 ;; coding: utf-8
13696 ;; End:
13697
13698 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
13699
13700 This file is part of GNU Emacs.
13701
13702 GNU Emacs is free software: you can redistribute it and/or modify
13703 it under the terms of the GNU General Public License as published by
13704 the Free Software Foundation, either version 3 of the License, or
13705 (at your option) any later version.
13706
13707 GNU Emacs is distributed in the hope that it will be useful,
13708 but WITHOUT ANY WARRANTY; without even the implied warranty of
13709 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13710 GNU General Public License for more details.
13711
13712 You should have received a copy of the GNU General Public License
13713 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
13714
13715 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1